* {
    -webkit-tap-highlight-color: transparent;
}

#header,
#nav>ul>li>a,
.top_menu {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header {
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 998;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header .innerbox {
    transition: .5s;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: static;
    position: relative;
    gap: 4rem;
    width: 100%;
}

#nav>ul>li>a i {
    color: #fff;
    font-size: 1rem;
    /* position: absolute;
    right: -1.25rem; */
}




.fl-fw {
    display: flex;
    flex-wrap: wrap
}

.fl-jb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

header .downmenu {
    position: fixed;
    left: 0;
    top: 7rem;
    z-index: 5;
    width: 100%;
    background: #212223;
    opacity: 0;
    padding: 3.125rem 0 3rem;
    visibility: hidden;
    text-align: left;
    transition: top ease .5s, opacity ease .5s, visibility ease .5s;
    pointer-events: none
}

header.xg .downmenu {
    top: 7rem
}

header .link:hover .downmenu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}



header .downmenu ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5625rem;
}

header .downmenu ul li a {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    align-items: center;
    justify-content: center;
}

header .downmenu ul li a .img_db:after {
    padding-top: 100%;
}


header .downmenu ul li a p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    transition: all .5s;
}

header .downmenu ul li a:hover p {
    color: #d4ac5a;
}

/* #header .innerbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 3rem;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: .5s
} */

#header .fr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    max-width: 54.6875rem;
    transition: all .5s;
}

.searchs {
    display: flex;
    align-items: center;
    gap: .875rem;
    justify-content: flex-end;
    height: 2.8125rem;
    position: relative;
    border: 1px solid transparent;
}

.searchs.focus-long {
    border: 1px solid rgb(255 255 255 / 70%);
    flex-direction: row-reverse;
    padding: 0 .875rem;
}

#header .menu_btn .searchs.focus-long input {
    width: 100%;
}

.webss {
    background: rgb(0 0 0 / 50%);
    position: fixed;
    /* top: -100%; */
    top: 3.5rem;
    width: 100%;
    padding: 1rem 0;
    z-index: 100;
    display: none;
    transition: all .5s;
    height: 5rem;
}

.webss .searchs {
    justify-content: flex-start;
    border: 1px solid rgb(255 255 255 / 25%);
    padding: 0 1.5rem;
    flex-direction: row;
}

.searchs .sszuhe {
    display: none;
    position: absolute;
    top: 4.75rem;
    right: 0;
    background: #212223;
    width: 46.5625rem;
}

.searchs .sskuang {
    display: grid;
    grid-template-columns: .46fr .54fr;
}

.searchs .sskuang .ssleft,
.searchs .sskuang .ssright {
    padding: 1.875rem 1.875rem 3rem 2.625rem;
}

.searchs .sskuang h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
    margin-bottom: 2rem;
    position: relative;
}

.searchs .sskuang h4 a {
    position: absolute;
    text-transform: uppercase;
    color: rgb(246 246 246 / 80%);
    font-size: 1rem;
    font-family: Poppins-Regular;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.searchs .sskuang .ssleft {
    border-right: 1px solid rgb(237 237 237 / 20%);
}

.searchs .sskuang .ssleft>a {
    width: 100%;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 45%);
    transition: all .5s;
    color: rgb(246 246 246 / 80%);
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 1.25rem;
}

.searchs .sskuang .ssleft>a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
    color: rgb(246 246 246 / 100%);
}

.searchs .sskuang .ssleft .ul {
    display: grid;
    gap: .625rem;
}

.searchs .sskuang .ssleft .ul .isnull {
    color: #D4AC5A;
    font-size: 1.1rem;
    line-height: 1.5;
}

.searchs .sskuang .ssleft .ul .isnull span {
    font-weight: bold;
    text-decoration: underline;
    color: #eeb84b;
}

.searchs .sskuang .ssleft .ul .li a {
    display: flex;
    gap: .875rem;
    align-items: center;
}

.searchs .sskuang .ssleft .ul .li a .img {
    max-width: 5rem;

}

.searchs .sskuang .ssleft .ul .li a .img_db:after {
    padding-top: 100%;
}

.searchs .sskuang .ssleft .ul .li a h5 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    transition: all .5s;
}

.searchs .sskuang .ssleft .ul .li a p {
    color: rgb(255 255 255 / 40%);
    font-size: 12px;
}

.searchs .sskuang .ssleft .ul .li a:hover h5 {
    color: #d4ac5a;
}

.searchs .sskuang .ssright ul {
    display: grid;
    gap: 1.75rem;
}

.searchs .sskuang .ssright ul li a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}

.searchs .sskuang .ssright ul li a span {
    color: #d4ac5a;
}

#header .menu_btn {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    max-width: 25.625rem;
    width: 100%;
    justify-content: flex-end;
}

.menu_btn i,
.collect i,
.webss .searchs i {

    color: #fff;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.searchs input {
    color: #fff;
    font-size: 1rem;
    width: 3.5rem;
}

.searchs input::placeholder {
    color: #fff;
    font-family: Poppins-Light;
    font-size: .9375rem;
    line-height: 1.375rem;
    text-transform: capitalize;
}

#header #top_nav_btns {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -2rem;
}



.s_moresee .novabox {
    position: relative;
    /*height: 610px;*/
}

.s_moresee #s_jiaju a {
    position: relative;
    display: block;
    overflow: hidden;
}

.s_moresee #s_jiaju a .img_db:after {
    padding-top: 99.61%;
}

.s_moresee #s_jiaju a .jj_name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem 1.5rem;
    height: 7.8125rem;
    position: absolute;
    bottom: 0;
    background: url(../images/s_jjzzbg.png)no-repeat;
    background-size: cover;
}

.s_moresee #s_jiaju a .jj_name h3 {
    font-family: Poppins-Medium;
    font-size: .9375rem;
    line-height: 1.75rem;
    color: #fff;
}

.s_moresee #s_jiaju a .jj_name div {
    width: 1.5625rem;
    height: 1.5625rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    flex-shrink: 0;
}

.s_moresee #s_jiaju a .jj_name div i {
    transform: rotate(180deg);
    color: #343434;
    font-size: .875rem;
}

.s_moresee #s_jiaju .swiper-slide:last-child a.lastmore {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}


.s_moresee #s_jiaju .swiper-slide:last-child a.lastmore::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s;
}

.s_moresee #s_jiaju .swiper-slide:last-child a.lastmore p {
    position: absolute;
    z-index: 2;
    color: #212121;
    font-family: Poppins-Medium;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: all .5s;
}

.s_moresee #s_jiaju .swiper-slide a:hover .jj_name div {
    background: #d4ac5a;
}

.s_moresee #s_jiaju .swiper-slide a:hover .jj_name div i {
    color: #fff;
}

.s_moresee #s_jiaju .swiper-slide:last-child a.lastmore:hover p {
    color: #fff;
}

.s_moresee #s_jiaju .swiper-slide:last-child a.lastmore:hover::before {
    background: #d4ac5a;
}

#s_jiaju .swiper-slide {
    display: grid;
    gap: 20px;
}



.collect {
    position: relative;
    flex-shrink: 0;
}

.collect p {
    color: #fff;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4ac5a;
    border-radius: 50%;
    right: -50%;
    top: -25%;
    font-size: 12px;
    font-family: Poppins-Light;
}

#logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center;
    transition: all .5s;
}

#logo img {
    width: 13.125rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#logo .img01 {
    display: none
}

#logo .img02 {
    display: block
}

#nav {
    flex-grow: 1
}

#nav>ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

#nav>ul>li {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0
}

#nav>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1rem;
    color: #fff;
    line-height: 7rem;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

#nav>ul>li>a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d4ac5a;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center;
}


#nav>ul>li.on>a:before,
#nav>ul>li:hover>a:before {
    transform: scaleX(1);
}

#nav li .sub {
    position: absolute;
    clip-path: inset(0 0 100% 0);
    left: 0;
    z-index: 999;
    transform-origin: 0 0;
    pointer-events: none;
    transition: opacity .2s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.952);
    padding: 1.5rem 1rem;
}

#nav li .sub .box {
    padding: 0;
    text-align: left;
}


#nav li .sub a {
    display: block;
    padding: 0;
    position: relative;
    line-height: 1.875rem;
    transition: .3s;
    font-size: .9375rem;
    color: #2d2d2d;
    white-space: nowrap;
}


#nav li .sub a:hover {
    color: #d4ac5a
}

#nav li .sub a:hover:before {
    opacity: 1
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    clip-path: inset(0 0 0 0);
    transition: all .6s ease 0s
}

.btn_top_search i {
    color: #515151;
    font-size: 1.875rem
}

.btn_top_search:hover i {
    color: #d4ac5a
}

/* #nav li:nth-child(4) .sub {
    right: -2.75rem;
    left: auto
}

#nav li:nth-child(5) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(6) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(7) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(8) .sub {
    right: 0;
    left: auto
} */

.top_ewm i {
    font-size: 2rem;
    color: #bdbebf
}

.top_ewm i:hover {
    color: #468bc9
}

#header.xg {
    top: 0;
    transform: translateY(-100%);
}

#header.jl {
    transform: translateY(0);
    background: rgba(0, 0, 0, .5);
}

#header.jl #top_nav_btns {
    visibility: visible;
    opacity: 1;
    width: 1.875rem;
    left: 0;
}

#header.jl #top_nav_btns .menubtn span,
#header.jl #top_nav_btns .menubtn span::before,
#header.jl #top_nav_btns .menubtn span::after {
    background: #ffffff;
}

#header.jl #top_nav_btns .menubtn.active span {
    background: transparent;
}

/* #header.jl .fr {
    opacity: 0;
    z-index: -1;
} */

#header.jl .fr.trans {
    opacity: 1;
    z-index: 1;
}


/* #header.jl #logo a {
    transform: translateX(3.5rem);
} */

#header .innerbox .zu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 2.25rem;
}


#header.xg .fr.trans {
    opacity: 1;
}

*/ #header.xg .innerbox {
    padding: 0
}

#header.xg .innerbox:before {
    width: 100vw;
    border-radius: 0
}

#header.n_header {
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#header.n_header .innerbox {
    padding: 0
}

#header.n_header .innerbox:before {
    width: 100vw;
    border-radius: 0
}

#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    /* top: -100%; */
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: .5s;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

#m_header .box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5rem
}

#m_header #m_logo img {
    height: 32px
}

.m_nav_list {
    width: 100%
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#header.xg+.top_nav {
    mix-blend-mode: difference
}

.top_btn {
    display: flex
}

.top_search {
    display: flex;
    margin-right: 4rem;
    align-items: center;
    color: #fff;
    font-size: .9375rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: .5s
}

.top_search svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-left: .5rem;
    flex-shrink: 0
}

.top_nav {
    margin-left: 3.125rem;
    position: fixed;
    z-index: 1000;
    right: 7%;
    top: 0;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .5s;
}

.menubtn {
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center
}

.menubtn span {
    display: block;
    width: 1.875rem;
    height: 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 1px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform
}

.menubtn span:after {
    bottom: -7px;
    left: 50%;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menubtn.active span:after,
.menubtn.active span:before {
    width: 100%;
    background: #fff;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menubtn.active span:after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top_search {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(30px)
}

#m_nav.act .top_search {
    opacity: 1;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(0)
}

.top_search form {
    width: 304px;
    height: 46px;
    background: 0;
    border-radius: 26px;
    border: 1px solid rgb(255 255 255 / 63%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_search form .input {
    width: 100px;
    height: 100%;
    background: 0;
    border: 0;
    flex-grow: 1;
    color: #fff;
    padding-left: 20px
}

.top_search form .button {
    width: 46px;
    height: 100%;
    cursor: pointer;
    background: url(../images/search-btn.svg) center no-repeat;
    background-size: 23px !important;
    border: 0;
    outline: 0;
    color: #fff
}

.top_search form .button:active {
    background: url(../images/search-btn.svg) center no-repeat
}

.top_search form .input::-webkit-input-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-ms-input-placeholder {
    color: #fff
}

.top_search form .input:focus::-webkit-input-placeholder {
    color: transparent
}

.top_search form .input:focus:-moz-placeholder {
    color: transparent
}

.top_search form .input:focus::-moz-placeholder {
    color: transparent
}

.top_search form .input:focus:-ms-input-placeholder {
    color: transparent
}

.online_q {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 995;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 2.5rem;
    padding: 1.25rem 0;
}


.online_q .btn2 {
    width: 3.75rem;
    height: 3.75rem;
    /* background: #c1c7cb; */
    transition: all .5s;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    border-radius: 0.625rem;
}

.online_q .btn-top {
    padding: 0;
    transition: .5s;
    overflow: hidden;
    background: #d4ac5a;
}
#gotop.hide {
    height: 0;
    overflow: hidden;
    display: flex !important;
    box-shadow: none;
}
.online_q .btn2 a {
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.online_q .btn2 span {
    display: flex;
    color: #595959;
    flex-direction: column;
    font-size: .75rem;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
    gap: 0.625rem;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
    flex-shrink: 0;
}

.online_q .btn2 span i {
    font-size: 1.875rem;
    color: #fff;
}
#m_nav {
    clip-path: inset(0 0 100vh 0 round 0 0 50vw 50vw);
    z-index: 997;
    position: fixed;
    background: rgba(44, 45, 59, 0.97);
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 100%;
    right: 0;
    top: 0;
    display: none;
    padding: 80px 0 50px;
    overflow: hidden;
    pointer-events: none;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    transform-origin: left;
    border-radius: 0 0 1rem 1rem;
}

#m_nav::-webkit-scrollbar {
    display: none
}

#m_nav.act {
    clip-path: inset(0 0 0 0 round 0 0 0 0);
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav>ul>li {
    width: 80%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(220 220 220 / 10%)
}

#m_nav li .a {
    display: block
}

#m_nav li h3 {
    font-family: RALEWAY;
    line-height: 5.5rem;
    height: 5.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav li .a {
    flex-grow: 1
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li i {
    font-size: 0
}

#m_nav .title i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 20px;
    height: 5.5rem;
    flex-shrink: 0;
    margin-left: 3rem;
    opacity: .8;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

#m_nav .title i:before {
    content: "next";
    display: block;
    font-family: "swiper-icons";
    color: #fff;
    font-weight: bold;
    font-size: .875rem
}

#m_nav li.on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav .on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

#m_nav .slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: 0;
    border: 0;
    clear: both;
    padding-bottom: 1rem;
    padding-left: 1em
}

#m_nav .title .list span {
    background: 0
}

#m_nav .title .list span a:hover {
    color: #014085
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.678);
    text-align: left;
    line-height: 2.5rem;
    border: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: 0;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    background-color: rgb(20 27 62 / 45%);
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: .5s;
    pointer-events: none;
}

#m_nav.act+.nav_mask {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}

#m_nav li h3 {
    transform: translateY(50px);
    opacity: 0
}

#m_nav li .list a {
    transform: translateY(50px);
    opacity: 0
}

#m_nav.act li h3 {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_nav.act .list a {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(270deg, #468bc9 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, #468bc9 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(270deg, #468bc9 30%, rgba(175, 30, 40, 0) 100%)
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%)
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%)
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%)
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0
}

.search-dialog .search-input {
    overflow: hidden;
    width: 50rem;
    margin: 0 auto;
    padding: 0 .5rem 0 1.5rem;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search-btn.svg')
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
    background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search {
    font-size: 0;
    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(../images/hot-icon.png)
}

.search-dialog .hot-link {
    margin-left: 1rem
}

.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn)
    }
}

#m_nav .m {
    display: flex;
    align-items: center;
    justify-content: center
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #212121;
    transition: all .5s;
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#m_n_nav .m p {
    color: #fff;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    gap: .5rem;
}

#m_n_nav .m p i {
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
    color: #d4ac5a;
    font-size: 1.5rem;
}



#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    width: 26px;
    height: 26px
}

#m_n_nav h2 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 15px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

/* #sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9
} */

#sub_nav_content ul {
    padding: 10px
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #468bc9;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455
}

#sub_nav_content ul li.on a {
    color: #468bc9
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #212121;
    padding: 10px 0;
}

#sub_nav_content dt {
    position: relative;
    z-index: 999;
    margin-bottom: 0;
    padding: 0 15px;
}

/* #sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
    font-family: Alibaba-PuHuiTi-Regular
} */
/* 
#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
} */

#sub_nav_content dt.title {
    background: #fafafb
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
    background: #fafafb
}

#sub_nav_content dt.title_on a {
    color: #468bc9;
    border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
    color: #468bc9
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #468bc9
}

#sub_nav_content dd .box {
    padding: 0
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px
}

#sub_nav_content dd a.on {
    color: #468bc9
}

#s_main {
    overflow: hidden;
    background: #fff;
}

#banner {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

#banner .swiper-container {
    height: 90vh;
    width: 100%;
}

/* 响应式调整高度 */
@media (max-width: 1440px) {
    #banner .swiper-container {
        height: 80vh;
    }
}

@media (max-width: 1024px) {
    #banner .swiper-container {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    #banner .swiper-container {
        height: 60vh;
    }
}

#banner .swiper-slide {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; /* 关键属性：保持比例并覆盖容器 */
    object-position: center; /* 图片居中 */
}

#banner .slide-inner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#banner .m {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#banner .txt {
    color: #fff;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
}

#banner .txt img {
    max-width: 80%;
}

#banner .txt h2,
#banner .txt a h3 {
    font-family: Poppins-SemiBold;
    font-size: clamp(2.5rem, 5vw, 4.25rem); /* 响应式字体大小 */
    line-height: 1.25;
    margin: 0;
}

#banner .txt p {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.4375rem;
    margin-top: 1rem;
    font-family: Poppins-Light;
    max-width: 800px;
    padding: 0 20px;
}

#banner .txt .exp {
    width: 10.625rem;
    height: 3.125rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 0;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 1rem;
    line-height: 1.4375rem;
    transition: transform 0.3s ease;
}

#banner .txt .exp:hover {
    transform: translateY(-3px);
}

#banner .arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    transition: all 0.3s ease;
}

#banner .arr:hover {
    background: rgba(0, 0, 0, 0.5);
}

#banner .arr_left {
    left: 2%;
}

#banner .arr_right {
    right: 2%;
}

#banner .txt1 {
    font-size: 1.75rem;
    font-family: Poppins-Medium;
    opacity: 0;
}

/* 动画效果 */
#banner .swiper-slide.swiper-slide-active .txt h2 {
    animation: enter 1.2s forwards 0.1s;
}

#banner .swiper-slide.swiper-slide-active .txt p {
    animation: enter 1.2s forwards 0.2s;
}

#banner .swiper-slide.swiper-slide-active .txt .exp {
    animation: enter 1.2s forwards 0.3s;
}

@keyframes enter {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 分页样式 */
#banner .botbox {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
}

#banner .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#banner .swiper-pagination-bullet-active {
    background: #d4ac5a;
    color: white;
}


.btn_liaojie {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 10.9375rem;
    height: 3.125rem;
    border-radius: 1.5rem;
    font-size: 1.125rem;
    background: #e60012;
    color: #fff
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

#banner .botbox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 3.125rem;
    width: 100%;
    color: #fff;
    z-index: 999;
    height: 2.5rem;
    max-width: 1720px;
}


#banner .swiper-pagination {
    position: relative;
    display: flex;
    width: 100%;
    /* grid-template-columns: repeat(4,1fr); */
    gap: 1.25rem;
    top: -100%;
}

#banner .swiper-pagination span {
    width: 100%;
    height: 3px;
    background: transparent;
    transition: .5s;
    border-radius: 0;
    padding: 0;
    position: relative;
    opacity: 1;
}

#banner .swiper-pagination span:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 2rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background: rgb(255 255 255 / 40%);
}

#banner .swiper-pagination span:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 2rem;
    background: #d4ac5a;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: anim-h 10s linear forwards;
    -webkit-animation: anim-h 10s linear forwards;
}



#banner .swiper-pagination span.swiper-pagination-bullet {
    color: rgb(255 255 255 / 40%);
    font-family: Poppins-Regular;
    font-size: 1rem;
    line-height: 1.375rem;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
    color: #fff;
}

@-webkit-keyframes anim-h {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes anim-h {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


#banner .arr {
    font-family: "swiper-icons";
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: #fff;
    font-size: 1.875rem;
    transition: all .5s;
}

#banner .arr_left {
    right: auto;
    left: 5%;
}

#banner .arr_right {
    left: auto;
    right: 5%;
}

#banner .arr:hover {
    color: #d4ac5a;
}


#banner .swiper-pagination-current {
    font-size: 1.75rem;
    color: #fff;
    font-family: AXIFORMA-BLACK;
    width: 2.5rem;
    display: inline-block
}

#banner .pagination {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, .3);
    font-family: AXIFORMA-MEDIUM
}

#banner .swiper-pagination-current:before {
    content: "0";
    display: inline-block
}

#banner .swiper-pagination-total:before {
    content: "0";
    display: inline-block
}

#banner .txt a h3 {
    opacity: 0;
}


.s_moresee .m {
    max-width: 1920px;
    padding: 0 1.25rem;
}


.s_service {
    background: #fff;
}

.s_service .m,
.s_download .m,
.s_monial .m,
.help .m,
.s_year .m {
    max-width: 1720px;
}

.s_service .ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3125rem;
}

.s_service .ul .li .img_db:after {
    padding-top: 60.17%;
}

.s_service .ul .li {
    position: relative;
    z-index: 0;
}

.s_service .ul .li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: url(../images/s_jjzzbg.png)no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    transition: all .5s;
    z-index: 1;
}

.s_service .ul .li .fwcon {
    position: absolute;
    padding: 0 6.25rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
}

.s_service .ul .li .fwcon h2 {
    font-size: 1.625rem;
    line-height: 1.5;
    font-family: Poppins-SemiBold;
}

.s_service .ul .li .fwcon p {
    font-size: .9375rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 1rem 0 2rem;
}

.s_service .ul .li .fwcon a {
    width: 13.4375rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6;
    border: 1px solid #fff;
    font-family: Poppins-Regular;
    transition: all .5s;
}

.s_service .ul .li .fwcon a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.s_service .ul .li:hover::before {
    height: 100%;
}

.s_download {
    background: #dfdfdf;
    padding: 2.625rem 0;
}


.s_download .m {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.s_download .m .dwcon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 3.75rem;
    justify-content: space-between;
}

.s_download .m .dwcon div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 28.5rem;
}

.s_download h2 {
    font-family: Poppins-SemiBold;
    color: #000;
    font-size: 3rem;
    line-height: 3.25rem;
    text-align: right;
}

.s_download p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #333;
    text-align: right;
    margin: 1rem 0 2.5rem;
}

.s_download a {
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.4375rem;
    height: 2.8125rem;
    color: #fff;
}


.s_monial .monmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.s_tits {
    text-align: center;
}

.s_monial .s_tits {
    text-align: left;
}

.s_tits h2 {
    color: #000;
    font-family: Poppins-Medium;
    font-size: 2.125rem;
    margin-bottom: .5rem;
}

.s_tits p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
}


.s_monial .monmore a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5;
    width: 8.125rem;
    height: 2.8125rem;
    transition: all .5s;
    position: relative;
}

.s_monial .monmore a:hover {
    border: 1px solid #d4ac5a;
}

.monialbox {
    position: relative;
    border: 1px solid #6f6f70;
    border-right: none;
}



.monialbox #s_food a {
    display: grid;
    gap: 1.375rem;
    padding: 1.1875rem;
    position: relative;
}

.monialbox #s_food a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #6f6f70;
    right: 0;
    top: 0;
}




.monialbox #s_food a p {
    color: #33333;
    font-size: 13px;
    line-height: 1.375rem;
}

.monialbox #s_food a h6 {
    color: #000;
    font-size: 13px;
    line-height: 1.375rem;
    font-family: Poppins-Medium;
    margin-top: 1.5rem;
}

.monialbox #s_food a .img_db:after {
    padding-top: 99.94%;
}

.monialbox #s_food a .foodcon {
    padding: 0 6px 1rem;
}

.monialbox .swiper-button-white {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bababa;
    top: 50%;
    position: absolute;
    overflow: hidden;
}

.monialbox .swiper-button-white i {
    color: #4c4841;
    font-size: 1.5rem;
}

.monialbox .swiper-button-white:hover {
    border: 1px solid #d4ac5a;
}

.monialbox .sf_next i {
    transform: rotate(180deg);
}


.monialbox .sf_next {
    left: auto;
    right: -6rem;
}

.monialbox .sf_prev {
    right: auto;
    left: -6rem;
}

.help {
   background-color: #dfdfdf;
    background-size: cover;
    position: relative;
    width: 100%;
}

.help ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 2.5rem 6.25rem 0;
}

.help ul .help-ico {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8c8d8d;
}

.help ul .help-ico i {
    color: #fff;
    font-size: 1.5rem;
}

.help ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help ul li .help-icos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.help ul li h3 {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin: 1rem 0 .5rem;
    text-align: center;
}

.help ul li p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.25;
    text-align: center;
}

.s_year h2 {
    text-align: center;
    color: #000;
    font-size: 1.875rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-bottom: 1.5rem;
}

.s_year p {
    color: #33333;
    font-size: .9375rem;
    line-height: 1.75rem;
    text-align: center;
    max-width: 73.75rem;
    margin: auto;
}

.s_year a {
    background: #d4ac5a;
    color: #212121;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    width: 8.125rem;
    height: 2.8125rem;
    margin: 2.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



#foot {
    background: #fbfbfb;
    padding-bottom: 1.875rem;
}

#foot .m {
    max-width: 1880px;
}

#foot .foot_gd {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 1.5rem 0;
}

#foot .foot_gd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.625rem;
}

#foot .foot_gd ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    gap: .5rem;
}

#foot .foot_gd ul li i {
    color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
}


#foot .box1 {
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding-top: 3.75rem;
    border-top: 1px solid;
}

.foot_logo {
    width: 12.8125rem
}

.foot_nav {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 1100px;
}

.foot_nav dl:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 .5rem;
}

.foot_nav dl:first-child dt {
    grid-column-start: 1;
    grid-column-end: 3;
}

.foot_nav dl {
    position: relative;
    z-index: 1;
    max-width: 24.375rem;
    flex-shrink: 0;
}

.foot_nav dt {
    margin-bottom: 1rem;
}

.foot_nav dt a {
    font-size: 1.125rem;
    color: #000;
    font-family: Poppins-Medium;
}

.foot_nav dd {
    font-size: .875rem;
    line-height: 2rem;
    color: #333333;
}

.foot_nav dd a {
    display: block;
    transition: .3s
}

.foot_nav dd a:hover {
    color: #fff
}


.foot_nav dl:last-child dd:nth-child(2),
.foot_nav dl:last-child dd:nth-child(3) {
    color: #333333;
}

.foot_nav dl:last-child dd:nth-child(4) {
    color: #333333;
}

#foot .foot_subscriber {
    max-width: 26.25rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#foot .foot_subscriber h5 {
    color: #000;
    font-size: 1.125rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
    margin-bottom: 1rem;
}

#foot .foot_subscriber form {
    display: flex;
    align-items: center;
    height: 2.8125rem;
    width: 100%;
}

#foot .foot_subscriber form input {
    padding-left: 1.125rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #d4ac5a;
    border-right: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

#foot .foot_subscriber form input::placeholder {
    color: rgb(255 255 255 / 60%);
    font-size: .875rem;
}

#foot .foot_subscriber form button {
    height: 100%;
    width: 6.875rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins-Regular;
    flex-shrink: 0;
}

#foot .foot_subscriber .footer-link {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1.25rem;
}

.footer-link li a {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #333333;
    font-family: Poppins-Regular;
}

.footer-link li {
    position: relative;
}

.footer-link li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 13px;
    background: #cecece;
}

.footer-link li:first-child::before {
    display: none;
}

.footer-link li+li {
    padding-left: 10px;
    margin-left: 10px;
}

.copyright {
    color: rgb(255 255 255 / 40%);
    font-size: 13px;
    line-height: 1.625rem;
}

#foot .foot_subscriber .foot_lianjie {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.875rem;
}

#foot .foot_subscriber .foot_lianjie li a {
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    overflow: hidden;
}

#foot .foot_subscriber .foot_lianjie li a i {
    color: #fff;
    font-size: 1.125rem;
}

#foot .foot_subscriber .foot_lianjie li a:hover {
    border: 1px solid #d4ac5a;
}

#foot .foot_subscriber .foot_lianjie li a:hover i {
    color: #fff;
}


.gotop {
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.gotop:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #468bc9;
    transform: scale(.8)
}

.gotop i {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.25rem;
}


#foot .relative {
    z-index: 990
}

#n_main.level3 .n_banners {
    height: 44.5rem;
}

.caseinfo .n_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.n_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.n_banner .n_txt {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_banner .position {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: auto;
}

.n_banner .position i,
.n_banner .position a {
    color: #fff;
}

#n_main.level3 .n_banners::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

.n_banner .m .n_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.n_banner .m h1 {
    font-size: 2.625rem;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
}

.n_banner .m p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    margin-top: 2rem;
    max-width: 45.625rem;
}



.position {
    display: flex;
    align-items: center;
}

.position .home {
    margin-right: 6px;
}


.position span,
.position a,
.position i {
    font-size: .875rem;
    color: #979898;
    flex-shrink: 0;
    -moz-transition: all .36s ease-in-out;
    -webkit-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    -ms-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out;
}


.position i {
    margin: 0 .25rem;
    font-style: normal
}

.position>i {
    font-size: .75rem;
    color: #858585;
    margin: 0 .375rem;
}

.position span {
    color: #d4ac5a;
    font-style: normal
}

.position em {
    color: #d4ac5a;
    font-style: normal
}

.position a:hover {
    color: #d4ac5a
}

#n_main {
    background: #313233;

}

#n_main.pads,
#n_mains.pads {
    padding-top: 7rem;
}

#n_main .m {
    max-width: 1880px;
}

/* 产品二级 */
.n_furniture h1 {
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.n_furniture ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin: 0 !important;
}

.n_furniture>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.n_furniture>div a .img_db:after {
    padding-top: 100%;
}

.n_furniture a:hover .img_db img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}



.n_furniture :nth-child(odd) ul {
    order: -1;
}

.n_furniture>div a {
    position: relative;
    display: block;
}

.n_furniture>div a h2 {
    color: #f6f6f6;
    font-size: 1.375rem;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .6) 100%);
    bottom: 0;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-bottom: 1.25rem;
    font-family: Poppins-Regular;
    margin-bottom: 0;
}


.n_furniture h6,
.n_plistbox h6,
.n_abright.sh h6,
.faqright h6,
.hbbox h6 {
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding-top: 2.25rem;
}

.n_contact {
    background: #000000;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.n_contact .m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.n_contact .m div:first-child {
    max-width: 64.375rem;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 2rem;
}

.n_contact .m div:last-child {
    max-width: 28.125rem;
    width: 100%;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 2rem;
}


.n_contact .m a {
    width: 10rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    background: #d4ac5a;
    margin-bottom: 1.25rem;
}

.n_baiye {
    background: #000;
    border-top: 1px solid rgb(255 255 255 / 20%);
}



.n_baiye h2,
.n_collection h2,
.n_series h2 {
    color: #fff;
    text-align: center;
    font-size: 2.375rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.n_baiye .collection {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 770px;
    z-index: 0;
}


.n_baiye .collection .cat,
.n_abright.ab .mdbox .comcater .cat {
    background: rgba(0, 0, 0, 0.3);
}

.n_baiye .collection .cat .imgB,
.n_abright.ab .mdbox .comcater .cat .imgB {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
    z-index: -1;
}

.n_baiye .collection .cat:nth-child(2n),
.n_abright.ab .mdbox .comcater .cat:nth-child(2n) {
    border-left: 1px solid rgb(255 255 255 / 40%);
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.n_baiye .collection .cat.cactive .imgB,
.n_abright.ab .mdbox .comcater .cat.cactive .imgB {
    opacity: 1;
}



.n_baiye .collection .cat .details {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 3rem 4.5rem 3rem 3rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.n_baiye .collection .cat .details::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .6) 100%);
    height: 12.5rem;
}

.n_baiye .collection .cat .details h3 {
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.n_baiye .collection .cat .details p {
    color: #fff;
    line-height: 1.75rem;
    margin-top: 1rem;
    transition: all .5s;
    opacity: 0;
    position: absolute;
}


.n_baiye .collection .cat .desc,
.n_abright.ab .mdbox .comcater .cat .desc {
    position: relative;
    transition: all .5s;
}

.n_baiye .collection .cat:hover .desc

/* .n_baiye .collection .cat.cactive .desc  */
    {
    transform: translateY(-7rem);
}

.n_baiye .collection .cat:hover .details p,
.n_abright.ab .mdbox .comcater .cat:hover .details p

/* .n_baiye .collection .cat.cactive .details p */
    {
    opacity: 1;
}

/* 产品详情 */

.mainxq {
    background: #fff;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    filter: brightness(0.95);
}


.cpxqbox .m {
    max-width: 1650px !important;
    display: grid;
    gap: 10rem;
    align-items: start;
    grid-template-columns: 34.375rem 1fr;
}



.slide_for {
    position: relative;
}

.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}


/* .slide_for .li+.li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide_for .li.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
} */

.magnifier {
    max-width: 21.875rem;
    max-height: 21.875rem;
}


.gallerys .swiper-slide {
    height: auto;
}

.gallerys .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.thumbboxs {
    position: relative;
}

.thumbboxs .swiper-button-white i {
    color: #212121;
    font-size: 1.5rem;
}

.thumbboxs .swiper-button-white:hover i {
    color: #d4ac5a;
}

.thumbboxs .nexthw {
    right: -1.875rem;
}

.thumbboxs .prevhw {
    left: -1.875rem;
}

.thumbs {
    margin-top: 1.25rem;
}

.thumbs .swiper-slide {
    border: 1px solid #d3d4d6;
    width: 5.9375rem;
    height: 5.9375rem;
    transition: all .5s;
}

.thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}

.thumbs .swiper-slide-thumb-active {
    border: 1px solid #000000;
}


.cloudxx>h1 {
    color: #000000;
    font-size: 1.875rem;
    font-family: Poppins-Regular;
    line-height: 1.5;
}

.cloudxx>p {
    color: #212121;
    font-size: 1rem;
    line-height: 1.5;
}

.cloudxx .cloudother {
    padding: 1.25rem 0;
    border-top: 1px solid #d3d4d6;
    border-bottom: 1px solid #d3d4d6;
    margin-top: 1.25rem;
}
.cloudxx .choose {
    margin-top: 1.25rem;
}
/* .cloudxx .cloudother>div ,
.cloudxx .prodet>div {
    display: flex;
    align-items: center;
    justify-content: space-between;

} */

.cloudxx .cloudother>div i , 
.cloudxx .prodet>div i {
    opacity: 0;
    transition: all .5s;
    color: #212121;
    font-size: 1.125rem;
}

.cloudxx .cloudother h2,
.cloudxx .prodet h2 ,
.cloudxx .choose h2  {
    color: #212121;
    font-size: 1.25rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: .875rem;
}


.cloudxx .cloudother ul {
    max-height: 11.25rem;
    padding-right: 4rem;
    display: grid;
    gap: .5rem;
    scrollbar-color:  #d4ac5a #cbcbcb;
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
}

.cloudxx .cloudother ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cloudxx .cloudother ul p {
    color: #212121;
    font-size: 14px;
    font-family: Poppins-Medium;
    line-height: 1.5;
    transition: all .5s;
}

.cloudxx .cloudother ul span {
    color: #717171;
    font-size: 13px;
    line-height: 1.5;
}

.cloudxx .cloudother ul li a:hover p {
    color: #d4ac5a;
}

.cloudxx .prodet {
    border-bottom: 1px solid #d3d4d6;
    padding: 1.25rem 0;
    margin-bottom: 1.25rem;
}

.cloudxx .prodet .li_box_p{
    height: 4.5rem;
    overflow-y: auto;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.cloudxx .prodet p {
    color: #414141;
    font-size: 1.05rem;
    line-height: 1.5rem;
    word-wrap: break-word;
}

/* .cloudxx .choose h2 {
    color: #212121;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .875rem;
} */

.cloudxx .choose ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cloudxx .choose ul li {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #c2c2c2;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    position: relative;
}


.cloudxx .choose ul li div,
.n_levelist .plist .plcolor>div div {
    width: 100%;
    height: 100%;
}

.cloudxx .choose ul li img,
.n_levelist .plist .plcolor img {
    position: absolute;
    z-index: -1;
}

.cloudxx .choose ul li.on {
    border: 1px solid #000000;
}

.cloudxx .clickbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2.8125rem;
}

.cloudxx .clickbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.5625rem;
    height: 3.125rem;
    background: #212121;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.75rem;
}

.cloudxx .clickbox .jin {
    background: #d4ac5a;
    color: #fff;
}

.popup,
.popups {
    display: none;
    position: relative;
}

.popup.blocks,
.popups.blocks {
    display: block !important;
}

.popup div i {
    position: absolute;
    font-size: 1.25rem;
    color: #949494;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
}


.popup>div,
.popups>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 2rem 1.875rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all .5s;
}

.popup div h5,
.popups div h5 {
    color: #212121;
    font-size: 1.125rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
}

.popup>.adds,
.popups>.adds {
    top: 112px;
}

.popup>div>div,
.popups>div>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .875rem;
    width: 100%;
}

.popup>div img,
.popups>div img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.popup>div p,
.popups>div p {
    color: #414141;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.popup .gos,
.popups .gos {
    border: 1px solid #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    height: 2rem;
    font-size: .875rem;
    width: 100%;
}

.popup .uls {
    display: flex;
    align-items: center;
}

.popup .uls input {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #212121;
    font-size: .875rem;
    width: 3rem;
    padding: 0 0;
    text-align: center;
}

.popup .uls a {
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    flex-shrink: 0;
    color: #8f8f8f;
    font-size: 1.25rem;
}

.sharebox {
    display: flex;
    align-items: center;
    color: #3b4752;
    font-size: .875em;
    margin-top: 1.5rem;
    gap: .5rem;
}

.sharebox>div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.n_collection .m,
.n_levelist .m {
    max-width: 1900px !important;
    padding: 0 10px !important;
    margin: 0;
}



.n_collection .collbox {
    position: relative;
    padding-bottom: 3rem;
}

.n_collection #co_check .img_db:after {
    padding-top: 107.28%;
}

.n_collection #co_check a {
    display: block;
    position: relative;
}

#co_check .cotxt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f6f6f6;
    font-size: 1.25rem;
    width: 100%;
    text-align: left;
    font-family: Poppins-Regular;
    padding: 4rem 2rem 1.5rem;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
}

.collbox .swiper-scrollbar,
.n_abright.ab .probox .swiper-scrollbar,
.autobox .fas {
    left: 50% !important;
    transform: translate(-50%, 0);
    height: 1px !important;
    background: rgb(255 255 255 / 25%);
    max-width: 100%;
    width: 100%;
}

.collbox .swiper-scrollbar-drag,
.n_abright.ab .probox .swiper-scrollbar-drag,
.autobox .fas .swiper-scrollbar-drag {
    background: #d4ac5a !important;
    height: 5px !important;
    border-radius: 4px;
    position: absolute;
    top: -2px;
}


/* 产品三级 */

.yd_mask {
    position: fixed;
    z-index: 99999998;
    background: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    color: #fff;
    cursor: pointer;
    display: none;
}

.yd_tip {
    position: absolute;
    max-width: inherit;
    max-height: inherit;
    cursor: pointer;
    pointer-events: none;
    z-index: 99999999999;
    left: 2rem;
    display: none;
    top: 3.5rem;
    padding: 2.75rem 2.5rem;
    background: url(../images/tishikuang.png)no-repeat;
    background-size: 100% 100%;
    width: 27.1875rem;
    height: 8.4375rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    font-family: Poppins-Regular;
}

.yd_tip i {
    position: absolute;
    color: #fff;
    right: 3%;
    top: 1.125rem;
    font-size: 1rem;
}

.n_level3box .level3dh {
    height: 3.4375rem;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}


.n_level3box .level3dh .switch,
.n_level3box .level3dh .filter {
    width: 10.625rem;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.n_level3box .level3dh .switch.gaoliang {
    background: rgb(49 50 51 / 70%);
    border: 1px solid #656566;
    border-left: none;
}

.n_level3box .level3dh .switch {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;

}

.n_level3box .level3dh .switch a {
    width: 1.125rem;
    height: 1.125rem;
}

.n_level3box .level3dh .switch a span {
    background: #878788;
    transition: all .5s;
}

.n_level3box .level3dh .switch a.on span {
    background: #e6e6e6;
}


.n_level3box .level3dh .switch .sw_l2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.n_level3box .level3dh .switch .sw_l3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
}

.n_level3box .level3dh .switch .sw_l6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
}


.n_level3box .level3dh .pronum {
    width: 100%;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.n_levelist {
    margin-top: 3.75rem;
}


.n_levelist .m {
    display: grid;
    grid-template-columns: 16.5625rem 1fr;
    gap: 1.25rem;
    align-items: flex-start;
}

.n_kindlist ul {
    background: #212121;
    padding: 1.25rem 1.5rem;
    display: grid;
    gap: 11px;
    transition: all .5s;
}

.n_kindlist ul li a,
#sub_nav_content dt a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .625rem;
    border-bottom: 1px solid rgb(205 205 205 / 23%);
}

.n_kindlist ul li div,
#sub_nav_content dt a div {
    display: flex;
    align-items: center;
    gap: .625rem;
    color: #ededed;
    font-size: 1rem;
    line-height: 1.75rem;
}

.n_kindlist ul li div img,
#sub_nav_content dt a img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.n_kindlist ul li i,
#sub_nav_content dt a i {
    color: #565656;
    font-size: 1rem;
    transform: rotate(180deg);
}

.n_kindlist ul li.on a div,
#sub_nav_content dl.on dt a div {
    color: #d4ac5a;
    font-family: Poppins-Medium;
}

.n_kindlist ul li.on a i,
#sub_nav_content dl.on dt a i {
    color: #d4ac5a;
}

.n_kindlist {
    position: sticky;
    top: 0rem;
    transition: all .5s;
}

.n_kindlist.tops {
    top: 8rem;

}

.n_kindlist ul {
    max-height: 35rem;
    overflow: auto;
}

.n_kindlist.tops ul {
    max-height: 26rem;
    overflow: auto;
}

.n_kindlist .custom {
    background: url(../images/Custom.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 6.875rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: .875rem;
    padding: 0 1.5rem;
    margin: 10px 0;
}

.n_kindlist .custom>i {
    color: #fff;
    font-size: 2rem;
}

.n_kindlist .custom>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;

}

.n_kindlist .custom .icustom,
.n_kindlist .nklistpro>div {
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
}

.n_kindlist .custom .icustom i,
.n_kindlist .nklistpro>div i {
    color: #fff;
    font-size: .875rem;
    transform: rotate(180deg);
    display: block;
}

.n_kindlist .nklistpro {
    background: url(../images/nklistprobg.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 14.125rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: .875rem;
    padding: 2.5rem 1.625rem;
}

.n_kindlist .nklistpro h6 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
}

.n_kindlist .nklistpro h6 span,
.n_kindlist .nklistpro h6 i {
    color: #d4ac5a;
}

.n_kindlist .nklistpro h6 i {
    margin-right: .5rem;
}

.n_kindlist .nklistpro p {
    font-size: 13px;
    line-height: 1.375rem;
    color: #fff;
    margin-bottom: .5rem;
}

.n_level3box .level3dh .filter {
    position: relative;
}

.n_level3box .level3dh .filter>a {
    text-transform: uppercase;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_level3box .level3dh .filter #dropdown {
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    height: auto;
    background: #212121;
    padding: 1.25rem;
    z-index: 100;
}

.n_level3box .level3dh .filter #dropdown div {
    display: grid;
    gap: .5rem;
}

.n_level3box .level3dh .filter #dropdown div a {
    color: rgb(255 255 255 / 70%);
    font-size: 1rem;
    line-height: 1.5;
    transition: all .5s;
    display: block;
}

.n_level3box .level3dh .filter #dropdown div a:hover {
    color: #fff;
}

/* 产品三级3 */
.n_plistbox .ss_kind {
    margin-bottom: 2rem;
}

.n_levelist.noleft .m {
    display: grid;
    grid-template-columns: 1fr;
}

.n_levelist.noleft .n_kindlist {
    display: none;
}

.n_levelist .plist.pl3 {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.n_levelist .plist li {
    background: #fff;
    position: relative;
    filter: brightness(0.95);
}

.n_levelist .plist.pl3 li {
    padding: 1.875rem 1.875rem .875rem;
    width: calc((100% - 59.0625rem) / 2);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}


.n_levelist .plist.pl3 li:nth-child(6n+1),
.n_levelist .plist.pl3 li:nth-child(6n+6) {
    /* width: 60.42%; */
    width: 56.5625rem;
    padding: 2.5rem 4rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 6rem;
}


.n_levelist .plist .plcolor {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.n_levelist .plist .plcolor>div {
    width: 19px;
    height: 19px;
    padding: 2px;
    position: relative;
}


.n_levelist .plist .plcolor>div.on::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #c2c2c2;
}

.n_levelist .plist .plcolor>div div {
    border: 1px solid #d7d7d7;
}

.n_levelist .plist li h3 {
    color: #212121;
}


.n_levelist .plist li .imgs {
    width: 100%;
    max-width: 270px;
    flex-shrink: 0;
}

.n_levelist .plist li .imgs img {
    display: block;
    margin: auto;
}

.n_levelist .plist.pl3 li h3,
.n_levelist .plist.pl6 li h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: .875rem 0 .5rem;
}

.n_levelist .plist.pl3 li:nth-child(6n+1) h3,
.n_levelist .plist.pl3 li:nth-child(6n+6) h3,
.n_levelist .plist.pl2 li h3 {
    font-family: Poppins-Regular;
    font-size: 1.375rem;
    margin: 1rem 0 1.25rem;
}

.n_levelist .plist .plxq {
    position: relative;
    margin-top: 1rem;
}

.n_levelist .plist .plxq h2 {
    position: absolute;
    font-size: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

.n_levelist .plist.pl3 li p,
.n_levelist .plist.pl6 li p {
    font-size: 12px;
    line-height: 1.5;
    display: none;
}

.n_levelist .plist.pl3 li p:nth-child(1),
.n_levelist .plist.pl6 li p:nth-child(1) {
    display: block;
}

.n_levelist .plist.pl3 li:not(:nth-child(6n+1)):not(:nth-child(6n+6)) .seemore,
.n_levelist .plist.pl6 li .seemore {
    /* 样式规则 */
    display: none;
}

.n_levelist .plist.pl3 li:nth-child(6n+1) p,
.n_levelist .plist.pl3 li:nth-child(6n+6) p,
.n_levelist .plist.pl2 li p {
    font-size: 1.05rem;
    line-height: 1.75rem;
    display: block;
}

.n_levelist .plist.pl3 li:nth-child(6n+1) .plchoose,
.n_levelist .plist.pl3 li:nth-child(6n+6) .plchoose {
    max-width: 20.625rem;
    flex-shrink: 0;
    width: 100%;
}

.n_levelist .plist li .seemore {
    width: 8.125rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    background: #212121;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 2.5rem;
}

.n_levelist .plist li .icons {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    border: 1px solid #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    overflow: hidden;
}

.n_levelist .plist li .icons:hover {
    border: 1px solid #d4ac5a;
}

.n_levelist .plist li .icons:hover i {
    color: #fff;
}

.n_levelist .plist li .icons i {
    transform: rotate(180deg);
    color: #303030;
    font-size: .875rem;
}

.n_levelist .plcon{
    min-height: 8rem;
}

.n_levelist .plist li .ico{
    background: url(../images/tc_more.png) center no-repeat;
    background-size: contain;
    width: 5.625rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    color: #fff;
    position: absolute;
    bottom: .875rem;
    right: 1.875rem;
    cursor: pointer;
    opacity: 0;
    visible:hidden;
    transition: all .5s ease;
}

.n_levelist .plist li .ico svg{
    width: .9375rem;
    height: .9375rem;
    margin-right: .25rem;
}

.n_levelist .plist li .ico svg path{
    fill: #fff;
}

.n_levelist .plist li:hover .ico{
    opacity: 1;
    visible:visible;
}

.n_levelist .plist.pl3 li:nth-child(6n+1) .icons,
.n_levelist .plist.pl3 li:nth-child(6n+6) .icons,
.n_levelist .plist.pl2 li .icons {
    display: none;
}

.n_levelist .plist.pl3 li:not(:nth-child(6n+1)):not(:nth-child(6n+6)) .seemore {
    /* 样式规则 */
    display: none;
}


/* 产品三级2 */

.n_levelist .plist.pl2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.1875rem;
}


.n_levelist .plist.pl2 li {
    padding: 3.125rem 4rem 3rem;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: row;
    gap: 6rem;
}

.n_levelist .plist .heart {
    position: absolute;

    top: 1.25rem;
    right: 1.25rem;
}

.n_levelist .plist .heart i {
    font-size: 1.25rem;
}

.n_levelist .plist .heart .icon-taoxinkong {
    color: #666666;
}

.n_levelist .plist .heart .icon-taoxin {
    color: #ff0707;
}

.n_levelist .plist .heart.jello {
    animation: jello 1.2s;
}

/* 产品三级6 */

.n_levelist .plist.pl6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.0625rem;
}

.n_levelist .plist.pl6 li {
    padding: 1.875rem 1.875rem .875rem;
    gap: 2rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}


.n_series {
    background: #000;
    overflow: hidden;
    display: block;
}



.n_series .tier {
    position: relative;
    overflow: visible;
}

.n_series .tier+.tier {
    margin-top: 1.875rem;
}

.n_series .holder {
    display: block;
    width: auto;
    height: 22.5rem;
    opacity: 0;
}

.n_series .holder {
    width: 12.5%;
    max-width: 170px;
}

.size-cv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.n_series .logos,
.n_partner .logos {
    right: auto;
    overflow: visible;
    white-space: nowrap;
}

.n_series .logos {
    -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -o-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    animation: kf-client-wall-1 50s linear 0s infinite forwards;
}

.n_series .tier .pic {
    position: relative;
    margin: 0 .625rem;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0px 0px 21px 0px rgba(75, 113, 148, 0.11);
    width: 22.5rem;
    height: 22.5rem;
}

.n_series .logos {
    -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    -o-animation: kf-client-wall-1 50s linear 0s infinite forwards;
    animation: kf-client-wall-1 50s linear 0s infinite forwards;
}

.n_series .tier2 .logos,
.n_partner .tier2 .logos {
    -webkit-animation: kf-client-wall-2 50s linear 0s infinite forwards;
    -moz-animation: kf-client-wall-2 50s linear 0s infinite forwards;
    -ms-animation: kf-client-wall-2 50s linear 0s infinite forwards;
    -o-animation: kf-client-wall-2 50s linear 0s infinite forwards;
    animation: kf-client-wall-2 50s linear 0s infinite forwards;
}

@-webkit-keyframes kf-client-wall-1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }
}

@-moz-keyframes kf-client-wall-1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }
}

@-ms-keyframes kf-client-wall-1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }
}

@-o-keyframes kf-client-wall-1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }
}

@keyframes kf-client-wall-1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }
}

@-webkit-keyframes kf-client-wall-2 {
    0% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes kf-client-wall-2 {
    0% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-ms-keyframes kf-client-wall-2 {
    0% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes kf-client-wall-2 {
    0% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes kf-client-wall-2 {
    0% {
        -webkit-transform: translate(-33.333%, 0);
        -moz-transform: translate(-33.333%, 0);
        -ms-transform: translate(-33.333%, 0);
        -o-transform: translate(-33.333%, 0);
        transform: translate(-33.333%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.n_series .tier .pic .box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.n_series .tier .pic a img {
    display: block;
}

.n_series .logos:hover,
.n_partner .logos:hover {
    animation-play-state: paused;
}


.n_series .tier .pic h3 {
    color: #f6f6f6;
    font-size: 1.375rem;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .6) 100%);
    bottom: 0;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-bottom: 1.25rem;
}

/* testimonial */

#n_mains {
    background: #fff;
}

.n_banners {
    height: 26.875rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.n_banners img {
position: absolute;
z-index: -1;
}


.n_banners>.m {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    color: #fff;
}

.n_banners h1 ,
.caseinfo .n_banners h2{
    font-size: 2.625rem;
    line-height: 3rem;
    font-family: Poppins-Medium;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.n_banners p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    max-width: 69.375rem;
    margin-top: 2rem;
}

.n_banners .position {
    position: absolute;
    left: 3.75rem;
    bottom: 1.5rem;
}

.n_banners .position a {
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 1rem;
}

.n_banners .position i {
    color: #fff;
}

.n_banners .position a:hover {
    color: #d4ac5a;
}

.testmon ul {
    position: relative;
    border-top: 1px solid #6f6f70;
}

.testmon ul li {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 19px;
    width: 25%;
    border-bottom: 1px solid #6f6f70;
}


.testmon ul li .ar_article p {
    color: rgb(255 255 255 / 80%);
    font-size: 13px;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
}

.testmon ul li .ar_article h6 {
    color: #fff;
    font-family: Poppins-Medium;
    font-size: 12px;
    line-height: 1.375rem;
}

.testmon ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    height: 100%;
    top: 0;
    background: #6f6f70;
    width: 1px;
}

.testmon ul li::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: #6f6f70;
    width: 1px;
}

.testmon ul li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    width: 100%;
}

.testmon .lm {
    margin: 3.75rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.4375rem;
    height: 2.8125rem;
    background: #d4ac5a;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
}

.n_partner .tier .pic {
    position: relative;
    margin: 0 0.71875rem;
    overflow: hidden;
    display: inline-block;
    width: 12.5rem;
    height: 5.625rem;
    background: #ffffff;
}


.n_partner .holder {
    display: block;
    width: auto;
    height: 5.625rem;
}

.n_partner .tier {
    position: relative;
    overflow: hidden;
}

.n_partner .tier a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.n_partner .tier a img {
    width: 6.25rem;
    object-fit: contain;
}

.n_aboutbk {
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.n_aboutbk .m ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem;
}

.n_aboutbk .m ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.n_aboutbk .m ul li a h2 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.n_aboutbk .m ul li a p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}

.n_aboutbk .m ul li a .icoos {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4d4d4d;
    margin-top: 2.5rem;
    transition: all .5s;
}

.n_aboutbk .m ul li a .icoos i {
    transform: rotate(180deg);
    font-size: .75rem;
    color: #d6d6d6;
}

.n_aboutbk .m ul li a:hover .icoos {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}


.n_aboutbk .m ul li a:hover .icoos i {
    color: #fff;
}


/* 关于 */

.n_aboutus {
    background: url(../images/n_jianbian.jpg)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

.n_aboutus .m {
    display: grid;
    gap: 4.375rem;
    align-items: flex-start;
}

.n_ableft ul {

    display: flex;

    flex-direction: column;

    gap: 4px;

}

.n_ableft {
    position: sticky;
    top: 8rem;
}

.n_ableft ul li,
.n_anq ul li,
.faqright ul li {
    cursor: pointer;
}



.n_ableft ul li i,
.n_anq ul li i,
.faqright ul li i {

    position: absolute;

    right: 0;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 10px;

    height: 10px;
}

.n_ableft ul li i::before,
.n_anq ul li i::before,
.faqright ul li i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.n_ableft ul li i::after,
.n_anq ul li i::after,
.faqright ul li i::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}


.n_ableft ul li.on i::after {
    height: 0;
}

.n_ableft ul li.on i::before {
    background: #d4ac5a;
}


.n_ableft ul li h3 {

    line-height: 4rem;

    padding-right: 6px;

    display: flex;

    transition: all .5s;

    border-left: 3px solid transparent;

    position: relative;

    border-bottom: 1px solid rgb(255 255 255 / 20%);
}


.n_ableft ul li h3 a {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    line-height: 4rem;
    font-size: 1.125rem;
    color: #ededed;
    text-transform: uppercase;
    font-family: Poppins-Regular;
    width: 75%;
}

.n_ableft ul li.on h3 a {

    color: #d4ac5a;

}

.n_ableft .sub,
.n_anq .sub,
.faqright .sub {

    display: none;

    position: relative;

    width: 100%;

    z-index: 9;

    left: 0;

    margin-left: 0;

    background: none;

    border: 0;

    clear: both;

    padding-bottom: 10px;

}

.n_ableft .sub dl:last-child {

    border-bottom: none;

}



.n_ableft .sub dl dt>a {
    font-size: 13px;
    color: rgb(237 237 237 / 80%);
    line-height: 1.5;
    display: block;
    margin-top: 1.125rem;
    /* text-transform: uppercase; */
}



.n_ableft .sub dl dt {
    position: relative;

}


.n_ableft .sub dl .titles::before,
.n_ableft .sub .on dt::before {
    opacity: 1;
}


.n_ableft .sub dl .titles>a,
.n_ableft .sub .on dt>a {
    color: #d4ac5a;
}


.n_abright.ab {
    display: grid;
    gap: 5rem;
}

.n_abright .mdbox {
    position: relative;
}

.n_abright .mdbox>a {
    position: absolute;
    top: -20rem;
}

/* 
.n_abright.ab>.mdbox {
    margin-right: 5rem;
} */

.n_abright.ab .ron {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: space-between;

}

.n_abright.ab .ron .rocon {
    max-width: 34.375rem;
}

.n_abright.ab .ron h2 {
    color: #000;
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;

}

.n_abright.ab .ron .rnavs p ,
.n_abright.ab .ron .rnavs{
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
    margin: 3.125rem 0 6.25rem;

}

.n_abright.ab .oumis {
    /* height: 41.25rem;
    background: url(../images/ourmisimg.jpg)no-repeat;
    background-size: cover; */
    width: 100%;
    position: relative;
    right: -4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_abright.ab .oumis .img_db:after {
    padding-top: 47.483%;
}

.n_abright.ab .oumis>h2 {
    color: #ffffff;
    font-family: Poppins-Medium;
    font-size: 2.25rem;
    line-height: 1.5;
    position: absolute;
    margin-bottom: 4.25rem;
}

.n_abright.ab .oumis .ourab {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 90%);
    padding: 2.25rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5rem;
    height: 17.1875rem;
    width: 57.125rem;
}

.n_abright.ab .oumis .ourab li {
    display: flex;
    flex-direction: column;
}

.n_abright.ab .oumis .ourab li .ourico {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #888888;
    transition: all .5s;
}

.n_abright.ab .oumis .ourab li .ourico i {
    color: #555759;
    font-size: 2rem;
}

.n_abright.ab .oumis .ourab li h3 {
    color: #212121;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    margin: 1rem 0 .5rem;
}

.n_abright.ab .oumis .ourab li p {
    color: #414141;
    font-size: .9375rem;
    line-height: 1.5rem;
}

.n_abright.ab .oumis .ourab li:hover .ourico {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.n_abright.ab .oumis .ourab li:hover .ourico i {
    color: #fff;
}

.n_abright.ab .nums {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3.125rem;
}

.n_abright.ab .nums .sl {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
}

.n_abright.ab .nums p ,
.n_abright.ab .nums div {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.n_abright.ab .nums a,
.n_abright.ab .mdbox .comcater a,
.glgj a {
    width: 14rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    color: #fff;
    font-size: .875rem;
    font-family: Poppins-Regular;
    line-height: 1.5;
    background: #d4ac5a;
    margin-top: 2.5rem;
}

.n_abright.ab .nums a:hover,
.n_abright.ab .mdbox .comcater a:hover {
    background: #fff;
    color: #d4ac5a;
}

.n_abright.ab .probox {
    position: relative;
    padding-bottom: 2.5rem;
}

.n_abright.ab .probox #co_pro .img_db:after {
    padding-top: 100%;
}


#co_pro .protxt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f6f6f6;
    font-size: 1.25rem;
    width: 100%;
    text-align: left;
    font-family: Poppins-Regular;
    padding: 4rem 2rem 1.5rem;
    background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
}

.n_abright.ab .cater {
    margin-bottom: 2.5rem;
}

.n_abright.ab .cater h2,
.global h2,
.n_abright.ab .abhonor h2 {
    color: #000;
    font-size: 2.25rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.n_abright.ab .cater p,
.global p,
.glgj p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
}



.n_abright.ab .mdbox .comcater {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 570px;
    z-index: 0;
}

.n_abright.ab .mdbox .comcater .cat .details {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 3rem 3.75rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.n_abright.ab .mdbox .comcater .cat .details h3 {
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
}


.n_abright.ab .mdbox .comcater .cat .details p {
    color: #fff;
    line-height: 1.375rem;
    margin-top: 1rem;
    transition: all .5s;
    opacity: 0;
    font-size: .875rem;
    position: absolute;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}


.n_abright.ab .mdbox .comcater .cat:hover .desc {
    transform: translateY(-4.5rem);
}

.n_abright.ab .mdbox .comcater a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 6.75rem;
    opacity: 0;
}

.n_abright.ab .mdbox .comcater .cat:hover a {
    opacity: 1;
}

.n_abright.ab {
    padding-bottom: 6.25rem;
}

.global p,
.glgj p {
    max-width: 40.625rem;
}

.n_abright.ab .glgj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.n_abright.ab .worldmap {
    width: 1314px;
    margin: 3.125rem auto;
    max-width: 100%;
    position: relative;
}


.worldmap .item {
    position: absolute;
    width: 0;
    height: 0;
}

.worldmap .item .circle {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%) scaleY(1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: #d4ac5a;
    z-index: 2;
}

.circle span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(212, 172, 90, .35);
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
}

.circle span:nth-of-type(2) {
    animation-delay: 2s;
}

.circle span:nth-of-type(3) {
    animation-delay: 3s;
}

@keyframes circleScale {
    0% {
      opacity: 1;
      -webkit-transform: scale(.2);
      -moz-transform: scale(.2);
      -ms-transform: scale(.2);
      transform: scale(.2)
    }
  
    100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5)
    }
  }

.glgj a {
    margin-top: 0;
    width: 13.125rem;
}

.n_abright.ab .abhonor .cerbox {
    position: relative;
    margin-top: 2.5rem;
    padding-bottom: 6.25rem;
}

.n_abright.ab .abhonor .cerbox .imgbox {
    height: 27.5rem;
    background: #efeff4;
    padding: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.n_abright.ab .abhonor .cerbox .img img {
    object-fit: contain;
}

.n_abright.ab .abhonor .cerbox h5 {
    color: #000;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-top: 1rem;
}

.n_abright.ab .abhonor .cerbox .swiper-button-white {
    border-radius: 50%;
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    bottom: 0;
    left: 0;
    overflow: hidden;
    top: auto;
    margin-top: 0;
    position: absolute;
    transition: all .5s;
}

.n_abright.ab .abhonor .cerbox .cer_next {
    left: 75px;
}

.n_abright.ab .abhonor .cerbox .cer_next i {
    transform: rotate(180deg);

}

.n_abright.ab .abhonor .cerbox .swiper-button-white i {
    color: #fff;
    font-size: 1.25rem;
}

.n_abright.ab .abhonor .cerbox .swiper-button-white:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}


.ronvideo {
    position: relative;
}

.n_abright.ab .ronvideo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    left: 0;
    top: 0;
    z-index: 1;
}

.ronvideo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.n_abright.ab .ronvideo .img_db:after {
    padding-top: 35.972%;
}


.ronvideo a h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.3125rem;
    font-family: Poppins-Medium;
    text-align: center;
}


.ronvideo p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2.3125rem;
    text-align: center;
}

.ronvideo .videos {
    width: 4.8125rem;
    height: 4.8125rem;
    background: url(../images/play_video.jpg)no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-top: 2.25rem;
    transition: all .5s;
}


.ronvideo .videos:hover {
    transform: scale(.9);
}


/* 工厂优势 */
.n_abright.fa {
    display: grid;
    gap: 6.25rem;
    padding-bottom: 6.25rem;
}

.n_abright.fa h2 {
    color: #000;
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-bottom: 1rem;
}

.n_abright.fa .yellow {
    background: url(../images/jbhuangt.png)no-repeat;
    background-size: cover;
    width: 22rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
    padding-left: .875rem;
}


.n_abright.fa .favcons , 
.n_abright.fa .favcons p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
    margin: 2.5rem 0;
}

.n_abright.fa .faview>p,
.n_abright.fa .facon p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
    margin: 2.5rem 0;
}



.n_abright.fa .faview>ul {
    display: flex;
    align-items: center;
    gap: 6.25rem;
}

.n_abright.fa .faview>ul li div {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a4a4a4;
}


.n_abright.fa .faview>ul li p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #fff;
    margin-top: .875rem;
}


.n_abright.fa .faview>ul li:hover div img {
    animation: jello 1.2s;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }

}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }

}



.autobox {
    position: relative;
    padding-bottom: 2.5rem;
    padding-top: 3.125rem;
}


#factory .swiper-slide {
    width: auto;
    position: relative;
    overflow: hidden;
}

#factory .swiper-slide .img {
    width: 100%;
    height: 25.5625rem;
}

.n_abright.fa .faul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4.375rem;
}

.n_abright.fa .facon {
    max-width: 39.6875rem;
    width: 100%;
    flex-shrink: 0;
}


.n_abright.fa .facon a {
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.4375rem;
    height: 2.8125rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    transition: all .5s;
}

.n_abright.fa .facon a:hover {
    border: 1px solid #d4ac5a;
}


.n_abright.fa .faswiper .gallery {
    height: 30.625rem;
}

.n_abright.fa .faswiper .gallery img {
    height: 100%;
    width: 100%;
}


.n_abright.fa .faswiper .thumbox .swiper {
    border: 1px solid #5b5b5b;
    margin-top: .625rem;
    border-top: none;
    border-bottom: none;
}

.n_abright.fa .faswiper .thumbox .swiper.noimg img {
    width: 0;
    position: absolute;
}

.n_abright.fa .faswiper .thumbox .swiper-slide p {
    color: #000;
    font-size: .9375rem;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4375rem;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;
    text-align: center;
}

.n_abright.fa .faswiper .thumbox .swiper-slide img {
    width: .5px;
    opacity: 0;
}

.n_abright.fa .faswiper .thumbox {
    position: relative;
}

.n_abright.fa .faswiper .thumbox .swiper-slide::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #5b5b5b;
    left: 0;
    top: 0;
}

.n_abright.fa .faswiper .thumbox .swiper-slide:first-child::before {
    display: none;
}

.n_abright.fa .faswiper .thumbox .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #d4ac5a;
    left: 0;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
}

.n_abright.fa .faswiper .thumbox .swiper-slide-thumb-active::after {
    opacity: 1;
}

.n_abright.fa .faswiper .thumbox .swiper-button-next i {
    transform: rotate(180deg)
}

.n_abright.fa .faswiper .thumbox .swiper-button-white i {
    color: #fff;
    font-size: 1rem;
}

.n_abright.fa .faswiper .thumbox .swiper-button-white {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
}

.n_abright.fa .faswiper .thumbox .swiper-button-prev {
    left: -1.5rem;
    right: auto;
}

.n_abright.fa .faswiper .thumbox .swiper-button-next {
    left: auto;
    right: -1.5rem;
}


.n_abright.fa .mdbox:nth-child(odd) .faul {
    flex-direction: row-reverse;
}

.n_abright.fa .faswiper .gallery::before {
    content: '';
    position: absolute;
    background: url(../images/famb.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 6.5625rem;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.n_abright.fa .faswiper .gallery .swiper-pagination {
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_abright.fa .faswiper .gallery .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 8.5px;
}

.n_abright.fa .faswiper .gallery .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #fff;
}


/* 发展历程 */
.n_abright.hi {
    padding: 0 6.5625rem 6.25rem;
}

.n_abright.hi .sinls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_abright.hi .sinls div {
    margin-left: -4.5rem;
    background: #ffffff;
    padding: 5rem 3.375rem;
    color: #212121;
}

.n_abright.hi .sinls div p {
    font-size: .875rem;
    line-height: 1.75rem;
}

.n_abright.hi .sinls div h2 {
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
}

.n_abright.hi .sinls div i {
    width: 1.125rem;
    height: 2px;
    display: block;
    background: #d4ac5a;
    margin: .5rem 0 2rem;
}

.n_abright.hi .sinls div h6 {
    font-size: .9375rem;
    line-height: 1.625rem;
}

.n_abright.hi .sinls img {
    max-width: 43.75rem;
    width: 100%;
}

.n_abright.hi .mdbox h4 {
    font-family: Poppins-Medium;
    color: #fff;
    font-size: 2.25rem;
    line-height: 4.375rem;
    text-align: center;
    position: relative;
}



.n_abright.hi .mdbox::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 6.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    top: -6.25rem;
    background: #d0d3d6;
}

/* .n_abright.hi .mdbox::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -5.5rem;
    background: #d0d3d6;
} */
.n_abright.hi .mdbox {
    max-width: 60.9375rem;
    margin: auto;
}

.n_abright.hi .mdbox ul {
    position: relative;
    padding-top: 3.75rem;
}

.n_abright.hi .mdbox ul::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10.625rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: #d0d3d6;
    top: 0;
}

.n_abright.hi .mdbox ul li {
    display: flex;
    align-items: center;
    gap: 2.8125rem;
}

.n_abright.hi .mdbox .hiyear {
    width: 5.3125rem;
    height: 5.3125rem;
    border: 1px solid #d0d3d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 1.375rem;
    line-height: 2.375rem;
    font-family: Poppins-Medium;
    flex-shrink: 0;
}

.n_abright.hi .mdbox .hiyear::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: #d0d3d6;
    top: 100%;
}

.n_abright.hi .mdbox .tuwen {
    max-width: 25rem;
    width: 100%;
    position: relative;
}

.n_abright.hi .mdbox .tuwen .twzi {
    color: rgb(255 255 255 / 80%);
    font-size: .9375rem;
    line-height: 1.625rem;
    position: absolute;
    margin-top: 1rem;
}

.n_abright.hi .mdbox ul li:nth-child(even) {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.n_abright.hi .mdbox ul li+li {
    margin-top: -15px;
}

.n_abright.hi .mdbox ul li .img_db:after {
    padding-top: 75%;
}

.n_abright.hi .mdbox+.mdbox {
    margin-top: 6.25rem;
}


.n_abright.hi .mdbox+.mdbox::before {
    display: none;
}

.n_abright.hi .mdbox:last-child {
    padding-bottom: 5.75rem;
}

.n_abright.hi .mdbox:last-child::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #d0d3d6;
    height: 6.25rem;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 联系我们 */

.n_contactus {
    background: url(../images/contactbdbg.jpg)no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
}


.n_contactus .m {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 60.625rem;
}

.n_contactus .m .contactcon span {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-bottom: 1.5rem;
    display: block;
}

.n_contactus .m .contactcon h2 {
    display: none;
}

.n_contactus .m .contactcon>p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.n_contactus .m .contactcon .tacta {
    margin-top: 3.75rem;
}

.n_contactus .m .contactcon .tacta p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    margin-bottom: 1rem;
}

.n_contactus .m .contactcon .tacta ul {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.n_contactus .m .contactcon .tacta ul li a {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: 1px solid #999b9c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .5s;
}

.n_contactus .m .contactcon .tacta ul li a i {
    color: #fff;
    font-size: 1.25rem;
}

.n_contactus .m .contactcon .tacta ul li a:hover {
    border: 1px solid #d4ac5a;
}

.n_contactus form ul,
.requestbox form ul,
.n_submit form ul,
.tc.design3d form>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .625rem;
}


.n_contactus form ul li>div,
.requestbox form ul li>div,
.tc.operation .pic div ul li>div,
.tc.franchise .pic form .pic_bd ul li>div,
.tc.customized .pic form ul li>div,
.n_submit form ul li>div,
.tc.design3d .pic form>ul li>div {
    width: 100%;
    height: 3.75rem;
    background: #56595a;
    border-radius: 2.25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1.875rem;
    position: relative;
}

.n_contactus form ul li>div p,
.requestbox form ul li>div p,
.n_submit form ul li>div p,
.tc.operation .pic div ul>div p,
.tc.franchise .pic form .pic_bd ul li>div p,
.tc.customized .pic form ul li>div p {
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 85%);
    font-size: .9375rem;
    line-height: 1.75rem;
    gap: 3px;
    flex-shrink: 0;
    position: relative;
}

.pic form ul li>div>p::before ,
form ul li>div>p::before {
    content: '';
    position: absolute;
    right: -1rem;
    top: 50%;
    height: 1rem;
    background: #b6b6b6;
    width: 1px;
    transform: translate(0,-50%);
}

.n_contactus form ul li>div p i,
.n_submit form ul li>div p i {
    color: rgb(255 255 255 / 85%);
}

.n_contactus form ul li>div input,
.requestbox form ul li>div input,
.n_submit form ul li>div input,
.tc.operation .pic div ul li>div input,
.tc.franchise .pic form .pic_bd ul li>div input,
.tc.customized .pic form ul li>div input,
.tc.design3d .pic form ul li>div input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    padding-left: 1.125rem;
}



.n_contactus form ul li:last-child,
.n_submit form ul li:last-child,
.tc.design3d .pic form ul li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;

}

.n_contactus form ul li:last-child div,
.requestbox form ul li:last-child div,
.n_submit form ul li:last-child div,
.tc.customized form>ul>li:last-child div,
.tc.design3d .pic form ul li:last-child div {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.875rem;
    height: 9.375rem;
}

.n_contactus form ul li:last-child div textarea,
.n_submit form ul li:last-child div textarea {
    width: 100%;
    background: none;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #b6b6b6;
}

.n_contactus form .lastxy,
.tc.design3d .pic form .lastxy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 2rem;
}


.n_contactus form .lastxy .custom-checkbox,
.requestbox .lastxy .custom-checkbox,
.n_submit form .lastxy .custom-checkbox .n_reslogo .m>ul li .checks .custom-checkbox,
.tc.customized .lastxy .custom-checkbox,
.tc.design3d .pic form .lastxy .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.n_contactus form .lastxy .custom-checkbox+label,
.tc.design3d .pic form .lastxy .custom-checkbox+label,
.n_reslogo .m>ul li .checks .custom-checkbox+label,
.n_submit form .lastxy .custom-checkbox+label,
.requestbox .lastxy .custom-checkbox+label,
.tc.customized .lastxy .custom-checkbox+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.n_contactus form .lastxy .custom-checkbox+label::before,
.tc.design3d .pic form .lastxy .custom-checkbox+label::before,
.n_submit form .lastxy .custom-checkbox+label::before,
.requestbox .lastxy .custom-checkbox+label::before,
.tc.customized .lastxy .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #dcdcdc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    /* background: #fff; */
    margin-right: .75rem;
}

.n_contactus form .lastxy .custom-checkbox:checked+label::before,
.tc.design3d .pic form .lastxy .custom-checkbox:checked+label::before,
.requestbox .lastxy .custom-checkbox:checked+label::before,
.tc.customized .lastxy .custom-checkbox:checked+label::before {
    /* border-color: #26b2ae !important; */
    /* background-color: #26b2ae !important; */
    background: url(../images/gou.png)0 0 no-repeat;
    background-size: 100% 100%;
    /* border-radius: 2px; */
}


.n_contactus form .lastxy label,
.n_submit form .lastxy label {
    color: rgb(255 255 255 / 80%);
    font-size: .9375rem;
    line-height: 1.75rem;
}

.n_contactus form .lastxy button,
.tc.design3d .pic form .lastxy button {
    border-radius: 1.875rem;
    width: 10.3125rem;
    height: 3.4375rem;
    font-family: Poppins-Regular;
    font-size: 1rem;
    line-height: 1.75rem;
    color: rgb(255 255 255 / 85%);
    background: #d4ac5a;
    transition: all .5s;
}


.n_contactus form .lastxy button:hover {
    background: #fff;
    color: #d4ac5a;
}


#n_mains .n_mapbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #313233;
    align-items: center;
}

#n_mains #googleMap {
    height: 100% !important;
}


#n_mains .n_mapbox .mapconxx {
    padding: 5rem 5.75rem 6.25rem;
}

#n_mains .n_mapbox .mapconxx h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: Poppins-Medium;
    margin-bottom: 3rem;
}

#n_mains .n_mapbox .mapconxx ul {
    display: grid;
    gap: 2.25rem;
}

#n_mains .n_mapbox .mapconxx ul li {
    display: flex;
    align-items: center;
    gap: .875rem;
}

#n_mains .n_mapbox .mapconxx ul li h3 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    margin-bottom: .5rem;
}

#n_mains .n_mapbox .mapconxx ul li p,
#n_mains .n_mapbox .mapconxx ul li a {
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
}

#n_mains .n_mapbox .mapconxx ul li i {
    color: #fff;
    font-size: 2.5rem;
    flex-shrink: 0;
}

#n_mains .n_mapbox .mapconxx>a {
    width: 15.3125rem;
    height: 3.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4ac5a;
    color: #fff;
    gap: .5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    margin-top: 3rem;
}

#n_mains .n_mapbox .mapconxx>a i {
    font-size: 1.5rem;
}

.btn {
    padding: 0 !important;
}

/* 3D设计 */


.design3 .m,
.designwork .m {
    display: flex;
    align-items: center;
    gap: 7.5rem;
    justify-content: space-between;
}

.design3 .m h2,
.designwork .m h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    max-width: 35.625rem;
    margin-bottom: 3.375rem;
}

.design3 .m .img,
.designwork .m .img {
    max-width: 55rem;
    width: 100%;
}

.design3 .m .img_db:after,
.designwork .m .img_db:after {
    padding-top: 63.64%;
}

.design3 .m ul {
    display: grid;
    gap: 1.75rem;
}

.design3 .m ul li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #fff;
}

.design3 .m ul li .deico {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #686a6b;
    transition: all .5s;
    flex-shrink: 0;
    padding: 1rem;
}

.design3 .m ul li h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    margin-bottom: .5rem;
}

.design3 .m ul li p {
    font-size: .9375rem;
    line-height: 1.75rem;
}

.design3 .m ul li i {
    color: #fff;
    font-size: 1.5rem;
}

.design3 .m ul li:hover .deico {
    border: 1px solid #d4ac5a;
    background: #d4ac5a;
}


.designwork {
    background: #000000;
}

.designwork ul {
    display: grid;
    gap: 2rem;
}

.designwork ul li {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.designwork .designworkcon a,
.inspired .inspbox>a,
.blogren ul li .casexx a {
    width: 13.4375rem;
    height: 2.8125rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 3.75rem;
    transition: all .5s;
}

.designwork .designworkcon a:hover {
    background: #fff;
    color: #d4ac5a;
}

.baiyebox .m>h2,
.contrastbox .m>h2,
.inspired .m>h2 {
    color: #000;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    text-align: center;
    text-transform: uppercase;
}

.baiyebox .m>p,
.inspired .m>p {
    color: #333333;
    font-size: .9375rem;
    line-height: 1.75rem;
    text-align: center;
    margin-top: .5rem;
}

.baiyebox .m .by_slide_nav,
.contrastbox .m .db_slide_nav {
    display: flex;
    gap: 4.5rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 3rem;
    margin-top: 2.25rem;
}

.baiyebox .m .by_slide_nav li,
.contrastbox .m .db_slide_nav li {
    position: relative;
}

.baiyebox .m .by_slide_nav li h3,
.contrastbox .m .db_slide_nav li h3 {
    color: #333333;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    padding-bottom: 1.75rem;
    transition: all .5s;
    position: relative;
}



.baiyebox .m .by_slide_nav li::before,
.contrastbox .m .db_slide_nav li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d4ac5a;
    opacity: 0;
    bottom: -1px;
    left: 0;
}

.baiyebox .m .by_slide_nav li.on h3,
.contrastbox .m .db_slide_nav li.on h3 {
    color: #d4ac5a;
}

.baiyebox .m .by_slide_nav li.on::before,
.contrastbox .m .db_slide_nav li.on::before {
    opacity: 1;
}

.contrastbox .bal-before p,
.contrastbox .bal-after p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-family: Poppins-Regular;
    white-space: nowrap;
}
.contrastbox  {
    position: relative;
}
.contrastbox .bal-after p {
    right: 0;
}

.by_slide_for .byc {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.by_slide_for .bycs.on {
    width: calc(100% - 640px);
    flex-shrink: 0;
}

.by_slide_for .bycs {
    transition: 0.7s;
    width: 19.375rem;
    height: 100%;
}

.by_slide_for .bycs {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    border-radius: 10px;
}

.by_slide_for .bycs>.bl {
    height: 40.625rem;
    background-position: center center !important;
    background-size: cover !important;
}

.bycs+.bycs {
    margin-left: 10px;
}

.baiyebox .m .byc li p {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    font-size: 1.25rem;
    line-height: .875rem;
}

.baiyebox .m .byc li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9.375rem;
    left: 0;
    bottom: 0;
    background: url(../images/bymb.png)no-repeat;
    background-size: cover;
}

.db_slide_for .li {
    height: 48.75rem;
}

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    z-index: 20;
    pointer-events: none;
    background: #fff;
}

.bal-handle::before {
    content: '';
    position: absolute;
    background: url(../images/latiao.png)no-repeat;
    background-size: cover;
    width: 36px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inspired {
    background: #000000;
}



.inspired .inspbox {
    margin-top: 2.25rem;
    padding: 0 7.5rem;
}


.inspired .inspbox #inswiper h3 {
    color: #fff;
    font-size: 1.625rem;
    line-height: 2.875rem;
    text-align: center;
    font-family: Poppins-Medium;
}


.inspired .inspbox #inswiper p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    padding: 0 4.5rem;
}

.inspired .inspbox #inswiper .img {
    margin: 1.25rem 0;
}

.inspired .inspbox #inswiper .img_db:after {
    padding-top: 100%;
}

.inspired .inspbox>a {
    margin: 2.25rem auto 0;
}

.web_scroll {
    overflow-x: scroll;
}


.web_scroll .scrollts {
    position: absolute;
    right: 1rem;
    top: 6.5rem;
    display: none;
}

.contrastbox .scrollts {
    position: absolute;
    right: 1rem;
    top: 6rem;
    display: none;
}

 .scrollts span {
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    display: block;
}

.scrollts span i {
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
    color: #d4ac5a;
    font-size: 1.5rem;
    position: absolute;
}

@-webkit-keyframes arrow {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0px, 0px);
    }

}


@keyframes arrow {

    0% {
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0px, 0px);
    }

}

.web_scroll::-webkit-scrollbar {
    display: none;
}

#inswiper .swiper-button-white {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
}

#inswiper .swiper-button-white i {
    color: #fff;
    font-size: 1.125rem;
}


/* blog */


.bloglj ul {
    display: flex;
    align-items: center;
    gap: 6.25rem;
    justify-content: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.bloglj ul li a h2  ,  
.blogs dl dt a h2{
    color: #333333;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    padding: 1.25rem 0;
    display: flex;
    position: relative;
    transition: all .5s;
}

.blogs dl dt a h2 {
    padding: .5rem 0;
}

.bloglj ul li.on a h2 ,
.blogs dl.on dt a h2 {
    color: #d4ac5a;
}

.bloglj ul li a h2::before  {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d4ac5a;
    opacity: 0;
    transition: all .5s;
    bottom: 0;
    left: 0;
}

.bloglj ul li.on a h2::before {
    opacity: 1;
}

.blogren ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem 3.9375rem;
}


.blogren ul li>a {
    display: flex;
    align-items: center;
    gap: 1.625rem;
}

.blogren ul li a .img {
    max-width: 21.5625rem;
    width: 100%;
}

.blogren ul li:nth-child(odd) a .blogcon {
    padding-right: 3.25rem;
    border-right: 1px solid rgb(236 236 236 / 20%);
}



.blogren ul li a .img_db:after {
    padding-top: 73.92%;
}

.blxk {
    border: 1px solid rgb(255 255 255 / 30%);
    color: #000;
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.5;
    height: 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 .875rem;
    margin-bottom: .9375rem;
    text-transform: uppercase;
}

.blogren ul li a .blogcon h3 {
    color: #333333;
    font-size: 1.4375rem;
    line-height: 2.25rem;
    font-family: Poppins-Medium;
    transition: all .5s;
}

.blogren ul li a .blogcon>p {
    color: #333333;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 1rem 0 2.5rem;
}

.blxx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.blxx .blzz {
    position: relative;
}

.blxx .blzz img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.blxx .blzz .zzbox {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    padding: .375rem .75rem;
    left: 0;
    bottom: calc(100% + .5rem);
    transition: .5s;
    background: #313233;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
}

.blxx .blzz:hover .zzbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.blxx .blzz .zzbox:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #313233;
    border-bottom: 1px solid #313233;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #313233;
    left: 0.625rem;
    top: 100%;
    margin-top: -2px;
}


.blzx {
    display: flex;
    align-items: center;
    gap: 1.375rem;

}

.blzx div {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
}

.blzx i {
    font-size: 1.125rem;
    color: #d4ac5a;
}

.blogren ul li a:hover h3 {
    color: #d4ac5a;
}

.blogren ul li .casexx {
    background: url(../images/lastabg.jpg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 2rem 0;
}

.blogren ul li .casexx h5 {
    font-size: 1.5625rem;
    line-height: 2.375rem;
    color: #000;
    font-family: Poppins-Medium;
}

.blogren ul li .casexx p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #333333;
}

.blogren ul li .casexx a {
    margin-top: 2.25rem;
}


.page .centers {
    justify-content: center;
}

.page .box {
    display: flex;
    margin-top: 3.75rem;
    flex-wrap: wrap;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    margin-right: 1.125rem;
    flex-shrink: 0;
}

.page a.on {
    color: #d4ac5a;
}

.page a i {
    color: #fff;
    font-size: 1.25rem;
}

.blpro {
    background: url(../images/blprobg.jpg)center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.blpro .m,
.bl3d .m {
    display: flex;
    align-items: center;
    gap: 5rem;
    color: #fff;
    justify-content: center;
}

.blpro .m h2,
.bl3d .m h2 {
    font-family: Poppins-Medium;
    font-size: 2.25rem;
    line-height: 2.875rem;
}

.blpro .m p,
.bl3d .m p {
    font-size: 1rem;
    line-height: 2.875rem;
}

.blpro .m .blprocon a,
.bl3d .m .bl3dcon a {
    width: 14.0625rem;
    height: 2.8125rem;
    color: #f6f6f6;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    background: #d4ac5a;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.blpro .m .img,
.bl3d .m .img {
    max-width: 36.25rem;
    width: 100%;
}

.blpro .m .img_db:after,
.bl3d .m .img_db:after {
    padding-top: 60.35%;
}

.blpro .m .blprocon a:hover,
.bl3d .m .bl3dcon a:hover {
    color: #d4ac5a;
    background: #fff;
}

.blnew .m {
    display: grid;
    grid-template-columns: .54631fr .45476fr;
    gap: 3.375rem;
}

.blnew .m h2 {
    margin-bottom: 2.25rem;
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
}

.blnew .m .blleft ul {
    display: grid;
    gap: 1.3125rem;
    grid-template-columns: 1fr 1fr;
}

.blnew .m .blleft ul li a {
    display: block;
}

.blnew .m .blleft ul li a .img_db:after {
    padding-top: 62.64%;
}

.blnew .m .blleft ul li a .blleftcon {
    background: #323334;
    padding: 1.875rem 2.125rem 5rem;
}

.blnew .m .blleft ul li a .blleftcon h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: Poppins-Medium;
    transition: all .5s;
}

.blnew .m .blleft ul li a .blleftcon p {
    color: rgb(255 255 255 / 80%);
    font-size: .875rem;
    line-height: 1.625rem;
    margin: .5rem 0 2rem;
}

.blnew .m .blleft ul li a .blleftcon div,
.alshaix .m>ul li .succon .lm {
    width: 8.125rem;
    height: 2.1875rem;
    border: 1px solid rgb(255 255 255 / 50%);
    color: rgb(246 246 246 / 60%);
    font-family: Poppins-Regular;
    font-size: .875rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.blnew .m .blleft ul li a:hover h3 {
    color: #d4ac5a;
}

.blnew .m .blleft ul li a:hover .blleftcon div,
.alshaix .m>ul li a:hover .succon .lm {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
    color: #fff;
}

.blnew .m .blleft>a,
.blnew .m .blright>a,
.recom_article .m .recom_left>a,
.recom_article .m .recom_right>a {
    color: #f6f6f6;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-top: 2.5rem;
    transition: all .5s;
    display: block;
}

.blnew .m .blleft>a:hover,
.blnew .m .blright>a:hover,
.recom_article .m .recom_left>a:hover,
.recom_article .m .recom_right>a:hover {
    color: #d4ac5a;
}


.blnew .m .blright ul {
    display: grid;
    gap: 1.125rem;
}

.blnew .m .blright ul li {
    padding-bottom: 1.125rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.blnew .m .blright ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.blnew .m .blright ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.75rem;
}

.blnew .m .blright ul li a .img {
    max-width: 14.6875rem;
    width: 100%;
}

.blnew .m .blright ul li a .img_db:after {
    padding-top: 72.35%;
}

.blnew .m .blright ul li a .blrightcon {
    width: 100%;
}

.blnew .m .blright ul li a .blrightcon h3 {
    color: #fff;
    font-family: Poppins-Medium;
    font-size: 1.25rem;
    line-height: 2rem;
    transition: all .5s;
}

.blnew .m .blright ul li a .blrightcon p {
    color: rgb(255 255 255 / 80%);
    font-size: .875rem;
    line-height: 1.625rem;
    margin: 1rem 0 1.5rem;
}

.blnew .m .blright ul li a:hover .blrightcon h3 {
    color: #d4ac5a;
}

.bl3d {
    background: url(../images/blog3dbg.jpg)center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}


/* 新闻详情 */

.n_newxq .m>div {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin: 0 3.75rem;
}

.n_newxq .m .img {
    max-width: 36.25rem;
}

.n_newxq .m .img_db:after {
    padding-top: 74.14%;
}

.n_newxq .m .newxqcon>h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    color: #fff;
    font-family: Poppins-Medium;
}

.n_newxq .m .newxqcon>p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
    margin: .875rem 0 3.5rem;
}

.n_newxq .m .newxqcon .blxx {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 2.5rem;
}

.n_newxq .m .newxqcon .blzz {
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    display: flex;
    align-items: center;
    gap: 8px;
}

.n_newxq .m .newxqcon .blzz .dybox {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    left: 0;
    top: calc(100% + 0rem);
    transition: .5s;
    background: url(../images/dingyuebg.png)no-repeat;
    background-size: cover;
    width: 32.5rem;
    /* height: 17.5rem; */
    display: flex;
    flex-direction: column;
    gap: .875rem;
    padding: 3rem 2rem 2.25rem 2.75rem;
    z-index: 10;
}

.n_newxq .m .newxqcon .blzz:hover .dybox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.n_newxq .m .newxqcon .blzz .dybox .dyimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_newxq .m .newxqcon .blzz .dybox .dyimg img {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.n_newxq .m .newxqcon .blzz .dybox h5 {
    color: #fff;
    font-size: 1.125rem;
    font-family: Poppins-Medium;
    line-height: 1.5;
}

.n_newxq .m .newxqcon .blzz .dybox p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.625rem;
}

.n_newxq .m .newxqcon .blzz .dybox ul {
    display: flex;
    align-items: center;
    gap: 3px;
}

.n_newxq .m .newxqcon .blzz .dybox ul li a {
    border: 1px solid #505051;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all .5s;
}

.n_newxq .m .newxqcon .blzz .dybox ul li a i {
    color: #fff;
    font-size: 1rem;
}

.n_newxq .m .newxqcon .blzz .dybox ul li a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}


.xqdialog .m .xqdiabox {
    /* display: grid;
    gap: 3.625rem;
    grid-template-columns: 1fr 18.125rem;
    align-items: flex-start; */
    margin: 0 3.75rem;
}

.xqdialog .m .xqdiabox #content {
    align-items: flex-start;
    gap: 3.75rem;
}

/* .xqdialog .m .xqdiabox #content .sticky-cta-wrapper {
    height: auto !important;
} */

.xqdialog .m .xqdiabox #content h4 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    margin-bottom: 1.5rem;
}

.xqdialog .m .xqdiabox #blog-content {
    color: #fff;
}
.xqdialog .m .xqdiabox #blog-content p img {
    margin: auto;
}

.xqdialog .m .xqdiabox #blog-content ul {
    background: #555555;
    padding: 1.25rem 1.785rem;
    margin: 1.5rem 0;
    width:100% !important;
}
.xqdialog .m .xqdiabox #blog-content ul ,
.xqdialog .m .xqdiabox #blog-content ul li{
    list-style-type: disc !important;
}

.xqdialog .m .xqdiabox #blog-content ul li p {
    font-size: .9375rem;
    line-height: 1.75rem;
    margin-bottom: 0!important;
}

.xqdialog .m .xqdiabox #blog-content ul li+li {
    margin-top: 1rem;
}

.xqdialog .m .xqdiabox #blog-content p {
    font-size: .9375rem;
    line-height: 1.75rem;
    margin-bottom: 1.8rem;
}

.xqdialog .m .xqdiabox #blog-content p a {
    text-decoration: underline;
    color: #eeb84b;
}

.xqdialog .m .xqdiabox #blog-content p strong {
    font-family: Poppins-Medium;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.xqdialog .m .xqdiabox #blog-content h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.625rem;
    font-family: Poppins-Medium;
}

.xqdialog .m .xqdiabox #blog-content h2 {
    font-family: Poppins-Medium;
    font-size: 1.625rem;
    line-height: 1.75rem;
    margin: 0 0 10px;
    padding: 14px 0;
}

.xqdialog .m .xqdiabox #blog-content h3,
.xqdialog .m .xqdiabox #blog-content h4 {
    font-family: Poppins-Medium;
    font-size: 1.425rem;
    line-height: 1.75rem;
    margin-bottom: .65rem;

}


.xqdialog .m .xqdiabox #content .node-name--H4 {
    padding-left: 1rem;
}

.xqdialog .m .xqdiabox .rightlog {
    max-width: 18.125rem;
    width: 100%;
}

.xqdialog .m .xqdiabox .rightlog .emailbox {
    background: url(../images/emailboxbg.jpg)no-repeat;
    background-size: cover;
    padding: 2rem 1.875rem 1.875rem 2rem;
    margin-bottom: 1.25rem;
}

.xqdialog .m .xqdiabox .rightlog .emailbox i {
    font-size: 1.875rem;
    color: #fff;
}

.xqdialog .m .xqdiabox .rightlog .emailbox p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: Poppins-Medium;
    margin-top: .5rem;
}

.xqdialog .m .xqdiabox .rightlog .emailbox input {
    border: 1px solid rgb(255 255 255 / 50%);
    height: 2.8125rem;
    width: 100%;
    padding-left: 1.125rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.625rem;
    margin: 1rem 0 9px;
}

.xqdialog .m .xqdiabox .rightlog .emailbox input::placeholder {
    color: rgb(255 255 255 / 70%);
}

.xqdialog .m .xqdiabox .rightlog .emailbox button {
    width: 100%;
    height: 2.75rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .875rem;
    line-height: 1.625rem;
}

.xqdialog .m .xqdiabox .rightlog ul li,
.n_reslogo .m .resright>ul li {
    background: #313233;
    padding: 2.25rem 0 2.25rem 1.875rem;
    margin-bottom: .625rem;
}

.xqdialog .m .xqdiabox .rightlog ul li p,
.n_reslogo .m .resright>ul li h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: Poppins-Medium;
    margin-bottom: 1.5rem;
    padding-right: .5rem;
}

.xqdialog .m .xqdiabox .rightlog ul li .img_db:after,
.n_reslogo .m .resright>ul li .img_db:after {
    padding-top: 56.16%;
}

.xqdialog .m .xqdiabox .rightlog ul li a,
.n_reslogo .m .resright>ul li a {
    width: 14.375rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 50%);
    color: #fff;
    font-size: .875rem;
    line-height: 1.625rem;
    margin-top: 1.875rem;
    transition: all .5s;
}

.xqdialog .m .xqdiabox .rightlog ul li a:hover,
.n_reslogo .m .resright>ul li a:hover {
    border: 1px solid #d4ac5a;
}

.xqdialog .m .xqdiabox>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xqdialog .m .xqdiabox .xqother {
    max-width: 57.5rem;
    width: 100%;
    margin: auto;
}

.xqdialog .m .xqdiabox .xqother .anq {
    border-top: 1px solid #404142;
    width: 100%;
}

.xqdialog .m .xqdiabox .anq h4 {
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.875rem;
    margin: 0 0 3rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
}

.n_anq ul,
.faqright ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.n_anq ul li,
.faqright>ul>li {
    border-bottom: 1px solid #404142;
}

.n_anq ul li i,
.faqright ul li i {
    width: 14px;
    height: 14px;
}

.n_anq ul li>a h3,
.faqright ul li>a h2 {
    line-height: 1.875rem;
    padding-right: 6px;
    transition: all .5s;
    font-size: 1.125rem;
}

.n_anq ul li>a,
.faqright ul li>a {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    height: 4.6875rem;
    font-size: 1.125rem;
    color: #fff;
    font-family: Poppins-Medium;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid #404142;
}

.n_anq ul li .sub,
.faqright ul li .sub {
    padding: 2rem 0;
}

.faqright .sub ul {
    padding-left: 2.5rem;
    margin: 1rem 0;
}

.faqright .sub ul li {
    position: relative;
}
.faqright .sub ul li:before {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    left: -1.875rem;
    top: .625rem;
}

.n_anq ul li .sub p {
    color: rgb(255 255 255 / 80%);
    font-size: .9375rem;
    line-height: 1.75rem;
}

.n_anq ul li.on h3,
.faqright ul li.on h2 span ,
.faqright ul li.on h1 span ,
.faqright ul li.on h3 span{
    color: #d4ac5a !important;
}
.faqright ul li.on h1 {
    font-size: 2.5rem;
    margin: 1rem 0;
}
.faqright ul li.on h2 {
    font-size: 2rem;
    margin: 1rem 0;
}
.faqright ul li.on h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}
.n_anq ul li.on a i::before,
.n_anq ul li.on a i::after,
.faqright ul li.on a i::before,
.faqright ul li.on a i::after {
    background: #d4ac5a;
}

.n_anq ul li.on a i::after,
.faqright ul li.on a i::after {
    height: 0;
}

.xqother .xqauthor {
    padding: 1.75rem 2.25rem;
    position: relative;
    border: 1px solid #404142;
    gap: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
}

.xqother .xqauthor .img {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.xqother .xqauthor h5 {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2rem;
    font-family: Poppins-Medium;
}

.xqother .xqauthor p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.5rem;
}

.xqother .xqauthor ul {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;
    right: 2.25rem;
    top: 1.5rem;
}

.xqother .xqauthor ul li a i {
    color: #cbcbcb;
    font-size: 1rem;
}

.xqother .xqauthor ul li a:hover i {
    color: #fff;
}

.xqother .popular {
    border: 1px solid #404142;
    height: 8.125rem;
    padding: 2rem 5rem 2rem 3.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.xqother .popular div {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    color: #fff;
}

.xqother .popular div i {
    font-size: 1.875rem;
}

.xqother .popular ul {
    display: flex;
    align-items: center;
    gap: .9375rem;
}

.xqother .popular ul li a {
    border: 1px solid rgb(255 255 255 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.625rem;
    width: 10rem;
    height: 2.8125rem;
    transition: all .5s;
}

.xqother .popular ul li a i {
    color: #fff;
    font-size: 1.5rem;

}

.xqother .popular ul li a:hover {
    border: 1px solid #d4ac5a;
    background: #d4ac5a;
}

.xqother .popular p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    display: none;
}

.xqother .share_article {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 3.125rem 0;
    align-items: center;
    justify-content: center;
}

.xqother .share_article h5 {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Poppins-Regular;
}

.xqother .share_article div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.xqother .share_article a {
    width: 3.375rem;
    height: 3.375rem;
    border: 1px solid #333333;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xqother .share_article a i {
    color: #fff;
    font-size: 1.25rem;
}

.xqother .rein {
    position: relative;
    background: url(../images/reinbg.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 17.8125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xqother .rein h2 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #fff;
    font-family: Poppins-Medium;
    margin-bottom: 1rem;
}

.xqother .rein p {
    color: rgb(255 255 255 / 80%);
    font-size: .9375rem;
    line-height: 1.625rem;
    text-align: center;
}

.xqother .rein a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .875rem;
    line-height: 1.625rem;
    width: 10rem;
    height: 2.8125rem;
    transition: all .5s;
    background: #d4ac5a;
    margin-top: 2.5rem;
}

.xqother .rein a:hover,
.casestu .m>div a:hover,
.recom_article .m>a:hover {
    background: #fff;
    color: #d4ac5a;
}

.casestu {
    background: #414141;
    padding: 1.5rem 0;
    max-height: 21.25rem;
}

.casestu .m>div {
    margin: 0 4.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.casestu .m>div h2 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
}
.casestu .m>div p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}
.casestu .m>div a,
.recom_article .m>a,
.n_consult .m a,
.n_france ul li .n_francon a {
    width: 14.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8125rem;
    color: #f6f6f6;
    background: #d4ac5a;
    margin-top: 2rem;
    transition: all .5s;
}



.casestu .m>div img {
    max-width: 23.75rem;
}

.recom_article .m .rexbox {
    display: grid;
    grid-template-columns: 52.5rem 1fr;
}

.recom_article .m>div h2 {
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.recom_article .m .recombox {
    position: relative;
    padding-right: 3.5625rem;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.recom_article .m #recom .img_db:after {
    padding-top: 67.78%;
}

.recom_article .m #recom a {
    display: block;
}

.recom_article .m #recom .swiper-slide::before,
.blnew .blleft>div a::before {
    content: '';
    position: absolute;
    background: url(../images/s_jjzzbg.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 19.375rem;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.recom_article .m #recom .resolute,
.blnew .blleft>div a .resolute {
    position: absolute;
    bottom: 2.25rem;
    width: 100%;
    padding: 0 2.25rem;
    z-index: 10;
}

.recom_article .m #recom .resolute h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: Poppins-Medium;
    margin-bottom: 2rem;
}

.recom_article .m #recom .swiper-button-white i {
    color: #fff;
    font-size: 2rem;
}


.recom_article .m #recom .swiper-button-white:hover i {
    color: #d4ac5a;
}


.recom_article .m #recom .next_recom i {
    transform: rotate(-180deg);
}


.recom_article .m .recom_right {
    margin-left: 3.3125rem;
}

.recom_article .m .recom_right ul {
    display: grid;
    gap: 1.6875rem;
    grid-template-columns: 1fr 1fr;
}

.recom_article .m .recom_right ul li a {
    display: block;
}


.recom_article .m .recom_right ul li .img_db:after {
    padding-top: 71.43%;
}

.recom_article .m .recom_right ul li .imgbox,
.alshaix .m>ul li .imgbox {
    position: relative;
}

.recom_article .m .recom_right ul li .imgbox::before,
.alshaix .m>ul li .imgbox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    z-index: 1;
}

.recom_article .m .recom_right ul li .blxk,
.alshaix .m>ul li .imgbox .blxk {
    position: absolute;
    top: 1.75rem;
    left: 1.75rem;
    z-index: 5;
}

.recom_article .m .recom_right ul li .imgbox h3 {
    padding: 0 2rem;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.25rem;
    line-height: 2rem;
    color: #fff;
    font-family: Poppins-Medium;
    z-index: 5;
}

.recom_article .m .recom_right ul li .imgbox>img,
.alshaix .m>ul li .imgbox>img {
    z-index: 5;
    position: absolute;
    right: 1.625rem;
    bottom: 1.625rem;
}

.alshaix .m>ul li .imgbox>img {
    width: 7rem;
}

.recom_article .m .recom_right ul li .reulcon {
    padding: 1.5rem 1.875rem;
    background: #313233;
}

.recom_article .m .recom_right ul li .reulcon h3,
.alshaix .m>ul li h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #fff;
    font-family: Poppins-Medium;
    transition: all .5s;
    height: 4rem;
}

.recom_article .m .recom_right ul li .reulcon p,
.alshaix .m>ul li p {
    color: rgb(255 255 255 / 80%);
    font-size: .875rem;
    line-height: 1.625rem;
    margin: 1rem 0 1.25rem;
    height: 3.25rem;
}

.recom_article .m .recom_right ul li a:hover .reulcon h3 {
    color: #d4ac5a;
}


.recom_article .m>a {
    margin: 3rem auto 0;
}

.subscribe .subbox {
    background: #313233;
    padding-left: 4.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22.5rem;
}

.subscribe .subs {
    max-width: 53.125rem;
    width: 100%;
}

.subscribe .subbox h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
}

.subscribe .subbox p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.875rem;
    margin: .5rem 0 2.25rem;
}

.subscribe .subbox form {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.subscribe .subbox form input {
    border: 1px solid rgb(255 255 255 / 30%);
    width: 31.25rem;
    height: 3.125rem;
    padding-left: 1.25rem;
    color: #fff;
    font-size: 1rem;
}

.subscribe .subbox form input::placeholder {
    color: rgb(255 255 255 / 70%);
    font-size: .9375rem;
    line-height: 1.625rem;
}

.subscribe .subbox form button {
    height: 100%;
    width: 12.8125rem;
    height: 3.125rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}

/* showroom */


#pubuimg li {
    width: 33.333%;
    padding: 8px;
}


#pubuimg li:hover .img img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg)
}

.ronvideo .img_db:after {
    padding-top: 26.083%;

}

.ronvideo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    z-index: 1;
}


/* 404页面 */

.n_notpage .m,
.n_thankspage .m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.n_notpage .m .notpage h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    font-family: Poppins-SemiBold;
    text-align: center;
    margin: 3rem 0 1rem;
}

.n_notpage .m .notpage p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
    max-width: 34.375rem;
    text-align: center;
    margin: auto;
}

.n_notpage .m .notpage form {
    max-width: 40.625rem;
    width: 100%;
    height: 3.75rem;
    border: 1px solid rgb(255 255 255 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.25rem 0 0;
}

.n_notpage .m .notpage form input {
    width: 100%;
    padding: 0 1.625rem;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}

.n_notpage .m .notpage form input::placeholder {
    color: rgb(255 255 255 / 50%);
    font-size: .9375rem;
    line-height: 1.5rem;
}

.n_notpage .m .notpage form button {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
}

.n_notpage .m .notpage form button i {
    color: #fff;
    font-size: 1.5rem;
}

.n_notpage .m .notpage ul,
.n_thankspage .m .thankspage ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.25rem;
}

.n_notpage .m .notpage ul li a,
.n_thankspage .m .thankspage ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.n_notpage .m .notpage ul li a>i,
.n_thankspage .m .thankspage ul li a>i {
    color: #fff;
    font-size: 2rem;
}

.n_notpage .m .notpage ul li h5,
.n_thankspage .m .thankspage ul li h5 {
    color: #f6f6f6;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin: 1.25rem 0 2.25rem;
    transition: all .5s;
    text-align: center;
}


.n_notpage .m .notpage ul li div,
.n_nocart .m ul li a .icons,
.n_thankspage .m .thankspage ul li div {
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    width: 1.5625rem;
    height: 1.5625rem;
}

.n_notpage .m .notpage ul li div i,
.n_nocart .m ul li a .icons i,
.n_thankspage .m .thankspage ul li div i {
    transform: rotate(180deg);
    color: #bbbbbb;
    font-size: .875rem;
}

.n_notpage .m .notpage ul li a:hover>i,
.n_notpage .m .notpage ul li a:hover h5,
.n_thankspage .m .thankspage ul li a:hover>i,
.n_thankspage .m .thankspage ul li a:hover h5 {
    color: #d4ac5a;
}

.n_notpage .m .notpage ul li a:hover div,
.n_nocart .m ul li a:hover .icons,
.n_thankspage .m .thankspage ul li a:hover div {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.n_notpage .m .notpage ul li a:hover div i,
.n_nocart .m ul li a:hover .icons i,
.n_thankspage .m .thankspage ul li a:hover div i {
    color: #f6eedd;
}


/* FAQ */

.n_FAQ {
    margin: 0 7.5rem;
}

.n_FAQ .m,
.n_catalog .m {
    display: flex;
    align-items: flex-start;
    gap: 4.375rem;
}



.cataleft {
    max-width: 18.75rem;
    width: 100%;
    display: grid;
    gap: 1.25rem;
    position: sticky;
    top: 8rem;
}

.cataleft li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 1.25rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}


.cataleft li a i {
    transform: rotate(180deg);
    color: #fff;
}

.cataleft li a p {
    color: #ededed;
    font-family: Poppins-Regular;
}

.cataleft li.on a p {
    color: #d4ac5a;
    font-family: Poppins-SemiBold;
}

.cataleft li.on a i {
    color: #d4ac5a !important;
}


.faqright ul li .sub p {
    color: #ededed;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.faqright ul li .sub p span {
    text-wrap: wrap !important;
}


.faqright,
.cataright {
    width: 100%;
}


/* catalog */

.cataright {
    display: grid;
    gap: 5rem;
}

.cataright .catabox {
    position: relative;
}

.cataright .catabox>a {
    position: absolute;
    top: -15rem;
}

.cataright .catabox>div {
    display: grid;
    align-items: flex-start;
    gap: 3.125rem;
    grid-template-columns: .325fr .68778fr;
}

.cataright .catabox .img {
    max-width: 26.875rem;
    width: 100%;
}

.cataright .catabox .img_db:after {
    padding-top: 86.05%;
}

.cataright .catabox h2 {
    color: #fff;
    font-family: Poppins-Medium;
    font-size: 1.875rem;
    line-height: 2.875rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.cataright .catabox ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem 1.5rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}


.cataright .catabox ul li a p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #fff;
    padding: 0 1.125rem;
    transition: all .5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.cataright .catabox ul li a:hover p {
    background: #d4ac5a;
}

.cataright .catabox .catah {
    width: 100%;
}


.tc.password .tc_ewm {
    width: 70.375rem;
    padding: 4.375rem 5rem;
}

.tc.password .password_slide_nav {
    margin: 0 auto 3.75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 33.125rem;
    width: 100%;
    height: 3.125rem;
    border: 1px solid #000000;
}

.password_slide_nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    gap: .5rem;
    font-size: .9375rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all .5s;
}

.password_slide_nav li i {
    color: #4d4d4d;
    font-size: 1.75rem;
}

.password_slide_nav li.on {
    background: #000000;
    color: #fff;
}

.password_slide_nav li.on i {
    color: #fff;
}

.password_slide_for .li .enterbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.password_slide_for .li .enterbox form {
    display: flex;
    align-items: center;
    gap: .625rem;
    width: 100%;
    justify-content: center;
}



.password_slide_for .li .enterbox form input,
.password_slide_for .li .enterbox form button,
.password_slide_for .li .enterbox form a {
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 3.75rem;
}

.password_slide_for .li .enterbox form button {
    background: #d4ac5a;
    width: 8.125rem;
    font-size: .9375rem;
    line-height: 2.25rem;
    font-family: Poppins-Regular;
    text-transform: uppercase;
}

.password_slide_for .li .enterbox form a {
    font-size: .9375rem;
    line-height: 2.25rem;
    font-family: Poppins-Regular;
    width: 12.1875rem;
    background: #212121;
}

.password_slide_for .li .enterbox form input {
    max-width: 30rem;
    width: 100%;
    background: #f0f0f0;
    padding: 0 1.625rem;
    color: #000;
    font-size: 1rem;
}

.password_slide_for .li .enterbox form input::placeholder {
    color: #616161;
}

.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

/* .slide_for .li+.li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.slide_for .li.hide {
    display: none;
}



.password_slide_for .li .requestbox form ul li>div,
.tc.operation .pic div ul li>div,
.tc.franchise .pic form .pic_bd ul li>div,
.tc.customized .pic form ul li>div,
.tc.design3d .pic form ul li>div {
    background: #f0f0f0;
}

.password_slide_for .li .requestbox form ul li>div p,
.password_slide_for .li .requestbox form ul li>div p i,
.tc.operation .pic div ul li>div p,
.tc.operation .pic div ul li>div p i,
.tc.franchise .pic form .pic_bd ul li>div p,
.tc.franchise .pic form .pic_bd ul li>div p i,
.tc.customized .pic form ul li>div p,
.tc.customized .pic form ul li>div p i,
.tc.design3d .pic form ul li>div p,
.tc.design3d .pic form ul li>div p i {
    color: #414141;
    flex-shrink: 0;
    position: relative;
}

.password_slide_for .li .requestbox form ul li>div p i {
    font-size: 1.125rem;
}

.requestbox form ul li>div input,
.tc.operation .pic div ul li>div input,
.tc.franchise .pic form .pic_bd ul li>div input,
.tc.customized .pic form ul li>div input,
.tc.design3d .pic form ul li>div input {
    color: #414141;
}

.requestbox form ul li:nth-child(7),
.requestbox form ul li:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.requestbox .btn-default,
.operation .btn-default,
.tc.franchise .btn-default,
.tc.customized .btn-default,
.tc.design3d .btn-default {
    color: #56595a;
     background-color: #f0f0f0; 
     position: relative;
}

.btn-default .pull-left {
    padding-left: 1rem;
}

.btn-default::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 1rem;
    width: 1px;
    background: #b6b6b6;
}

.finecms-file-ts::before ,
.tc.customized form>ul>li:nth-child(9)>div>p:before ,
.n_contactus form ul li:last-child>div>p:before, 
.n_submit form ul li:last-child>div>p:before, 
.tc.design3d .pic form ul li:last-child>div>p:before {
    display: none;
}


.requestbox form ul li div textarea,
.tc.customized form ul li div textarea,
.tc.design3d .pic form ul li div textarea {
    width: 100%;
    background: none;
    height: 100%;
    color: #56595a;
    font-size: 1rem;
    padding-top: .5rem;
    border-top: 1px solid #b6b6b6;
}

.requestbox .lastxy,
.tc.customized .lastxy {
    margin: 1.25rem 0 2rem 1.375rem;
}

.requestbox .lastxy label,
.tc.customized .lastxy label,
.tc.design3d .pic form .lastxy label {
    color: #616161;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.requestbox .buttons,
.tc.customized .buttons,
.n_submit form .buttons {
    display: flex;
    align-items: center;
    gap: .9375rem;
}

.requestbox .buttons button,
.requestbox .buttons a,
.tc.customized .buttons button,
.tc.customized .buttons a,
.n_submit .buttons button,
.n_submit .buttons a {
    width: 10.3125rem;
    height: 3.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 85%);
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    border-radius: 2rem;
}

.requestbox .buttons button,
.tc.customized .buttons button,
.n_submit .buttons button {
    background: #d4ac5a;
}

.requestbox .buttons a,
.tc.customized .buttons a {
    background: #000000;
}


/* 合作 */

.n_partner .hb_left h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 1.125rem;
}

.n_partner .hb_left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.n_partner .hb_left ul li {
    border: 1px solid #4e4f50;
    color: #fff;
    height: 2.5rem;
    position: relative;

}

.n_partner .hb_left ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: .875rem;
}

.n_partner .hb_left ul li.on a::before {
    content: '';
    background: url(../images/hoverhezuo.png)no-repeat;
    background-size: cover;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 18px;
    height: 14px;
}

.n_partner .hb_left ul li label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
}



.n_partner .hbbox {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    gap: 2rem;
    align-items: flex-start;
}


.n_partner .hbbox .hb_left {
    position: sticky;
    top: 8rem;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.n_partner .hb_left .loadxs {
    display: none;
}

.n_partner .hb_left .hbloads {
    display: flex;
    align-items: center;
    gap: .625rem;
    text-transform: uppercase;
    color: #fff;
    font-size: .875rem;
    line-height: 1.75rem;
    margin-top: 1.125rem;
}

.n_partner .hb_left .hbloads i {
    color: #f5f5f5;
    font-size: 1rem;
    transform: rotate(180deg)
}


/* 自定义复选框的一般样式 */
.hb_left .custom-checkbox input[type="checkbox"] {
    display: none;
    /* 隐藏原生多选框 */
}

/* 自定义复选框被选中时的样式 */
.hb_left .custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background: url(../images/hoverhezuo.png)no-repeat;
    background-size: cover;
}

/* 自定义复选框的外部标记 */
.hb_left .custom-checkbox .checkmark {

    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 18px;
    height: 14px;
}

/* 自定义复选框文本的样式 */
.hb_left .custom-checkbox span {
    user-select: none;
    /* 防止文本被选中 */
    vertical-align: middle;
    /* 垂直居中 */
}


.n_partner .hb_right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.n_partner .hb_right ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem 1.25rem;
    padding-top: 3rem;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.n_partner .hb_right ul  .xian {
    grid-column-start: 1;
    grid-column-end: 7;
    height: 4rem;
    position: relative;
}

.n_partner .hb_right ul  .xian:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #fff;
    top: 50%;
    width: 100%;
    left: 0;
    transform:translate(0,-50%);
}

.n_partner .hb_right ul li {
    /* background: #fff; */
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1.125rem; */
}

.n_partner .hb_right ul li a {
    display: block;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.n_partner .hb_right ul:first-child {
    border-top: none;
    padding-top: 0;
}


.loadding-box {
    display: flex;
    position: absolute;
    gap: 3px;
    align-items: center;
    top: .5rem;
    right: .5rem;
}

.dot1,
.dot2,
.dot3 {
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.dot1 {
    animation: jump 1.2s -0.4s linear infinite;

}

.dot2 {
    animation: jump 1.2s -0.2s linear infinite;

}

.dot3 {
    animation: jump 1.2s linear infinite;

}

@keyframes jump {

    0%,
    80%,
    100% {
        transform: scale(0.9);
        opacity: 1.0;
        background: #cba557;
    }

    40% {
        transform: scale(1.3);
        opacity: 0.8;
        background: #efe4cc;
    }
}


/* operaiton */

.n_consult {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    background: #313233;
}


.n_consult .m p {
    color: #fff;
    text-align: center;
    font-size: .9375rem;
    line-height: 1.75rem;
    max-width: 73.75rem;
    margin: 0 auto 2rem;
}


.n_consult .m a {

    margin: 2.5rem auto 0;
}


.tc.operation .tc_ewm {
    padding: 4rem 5rem;
    width: 77.5rem;
}

.tc.operation .pic form {
    display: grid;
    gap: 3rem;
}

.tc.operation .pic div h4 {
    color: #212121;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.tc.operation .pic form>div>ul,
.tc.customized .pic form>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem;
}

.tc.operation .pic form .w_100>ul {
    display: grid;
    grid-template-columns: 1fr;
}

.tc.operation .pic form #fandian input {
    display: none;
    position: absolute;
    width: 100%;
    height: 2rem;
    background: #f0f0f0;
    padding: 0 1.5rem;
    color: #212121;
    left: 0;
    bottom: -2.5rem;
    border-radius: 1rem;
    font-size: .75rem;
}

.tc.operation .pic form>div ul li>button {
    height: 3.4375rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4ac5a;
    color: rgb(255 255 255 / 85%);
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    width: 100%;
    border-radius: 2rem;
    text-transform: uppercase;
}

.n_opul {
    background: #313233;
}

.n_opul ul {
    padding: 0 11.875rem;
    display: grid;
    gap: 4.125rem;
}

.n_opul ul li {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.n_opul ul li .img {
    max-width: 43.4375rem;
    width: 100%;
}

.n_opul ul li .img_db:after {
    padding-top: 63.31%;
}

.n_opul ul li .opulcon h2 {
    color: #fff;
    font-size: 1.75rem;
    font-family: Poppins-Medium;
    line-height: 2.5rem;
    margin-bottom: 1.125rem;
}

.n_opul ul li .opulcon .ar_article p {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}

.n_opul ul li .opulcon a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.0625rem;
    height: 2.8125rem;
    color: #f6f6f6;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    margin-top: 3rem;
    transition: all .5s;
}

.n_opul ul li .opulcon a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.n_opul ul li:nth-child(even) .opulcon {
    order: 3;
}


/* Restaurant Franchising */

.n_france {
    background: #313233;
}

.n_france .m>ul {
    display: grid;
    gap: 5rem;
}

.n_france .m>ul>li {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.n_france .m>ul>li:last-child {
    border-bottom: none;
}

.n_france ul li .n_francon {
    color: #fff;
}

.n_france ul li .img {
    max-width: 52.8125rem;
    width: 100%;
}

.n_france ul li .n_francon h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    margin-bottom: 2rem;
}

.n_france ul li .n_francon ul {
    display: grid;
    gap: 1.75rem;
}

.n_france ul li .n_francon ul li h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
}

.n_france ul li .n_francon ul li p {
    font-size: .9375rem;
    line-height: 1.75rem;
}

.n_france ul li .img_db:after {
    padding-top: 63.32%;
}

.n_france ul li .n_francon a {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 15.9375rem;
    border: 1px solid #ffffff;
    background: transparent;
}

.n_france ul li:nth-child(even) .n_francon {
    order: -1;
}

.n_france ul li .n_francon a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}


.n_reslogo .m {
    display: grid;
    gap: 3.75rem;
    grid-template-columns: 14.375rem 1fr 18.125rem;
    align-items: flex-start;
}

.n_reslogo .m .resleft {
    position: sticky;
    top: 8rem;
}

.n_reslogo .m .resleft h2 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.n_reslogo .m .resmid ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 1.25rem;
}

.n_reslogo .m .resmid ul li {
    border: 1px solid #4d4d4d;
    height: 100%;
}

.n_reslogo .m .resmid ul li .logobox {
    padding: 1.25rem 1.25rem 3rem;
}

.n_reslogo .m .resmid ul li .logobox div {
    width: 100%;
    background: #fff;
    height: 9.375rem;
    padding: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.n_reslogo .m .resmid ul li .logobox h3 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
}

.n_reslogo .m .resmid ul li .logobox p {
    color: rgb(255 255 255 / 70%);
    font-size: .9375rem;
    line-height: 1.625rem;
    margin: .875rem 0 2rem;
}

.n_reslogo .m .resmid ul li .logobox a {
    width: 10.625rem;
    height: 2.5rem;
    border: 1px solid rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.5rem;
    transition: all .5s;
}

.n_reslogo .m .resmid ul li .logobox a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.n_reslogo .m .resmid ul li .checks {
    width: 100%;
    height: 3.75rem;
    background: #313233;
    position: relative;
    z-index: 0;
}

.n_reslogo .m .resmid ul li .checks::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #d4ac5a;
    left: 0;
    top: 0;
    transition: all .5s;
    z-index: -1;
}

.n_reslogo .m .resmid ul li .checks.selected::before {
    opacity: 1;
}

.n_reslogo .m .resmid ul li .checks label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Poppins-Regular;
}

.n_reslogo .m .resmid ul li .checks .custom-checkbox,
.n_reslogo .m .resright .res_option ul li .checks .custom-checkbox,
.tc.franchise .pic .pic_option ul li .checks .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.n_reslogo .m .resmid ul li .checks .custom-checkbox+label,
.n_reslogo .m .resright .res_option ul li .checks .custom-checkbox+label,
.tc.franchise .pic .pic_option ul li .checks .custom-checkbox+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.n_reslogo .m .resmid ul li .checks .custom-checkbox+label::before,
.n_reslogo .m .resright .res_option ul li .checks .custom-checkbox+label::before,
.tc.franchise .pic .pic_option ul li .checks .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: .75rem;
}

.n_reslogo .m .resmid ul li .checks .custom-checkbox:checked+label::before,
.n_reslogo .m .resright .res_option ul li .checks .custom-checkbox:checked+label::before {
    /* border-color: #26b2ae !important;
    background-color: #26b2ae !important; */
    background: url(../images/gou2.png)center no-repeat;
    background-size: 75% 75%;
    border-radius: 5px;
}

.n_reslogo {
    position: relative;
}

.n_reslogo>a {
    position: absolute;
    top: -5rem;
}


.n_reslogo .m .resright .res_option {
    background: #313233;
    width: 100%;
    padding: 1.625rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    z-index: 100;
    position: sticky;
    top: 8rem;
}

.n_reslogo .m .resright .res_option h2 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    padding: 0 1.875rem;
}

.n_reslogo .m .resright .res_option ul {
    padding: 0 2.375rem 0 1.875rem;
    display: grid;
    gap: .625rem;
    max-height: 370px;
    overflow-y: auto;
}

.n_reslogo .m .resright .res_option ul li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    justify-content: flex-end;
}

.n_reslogo .m .resright .res_option ul li label,
.tc.franchise .pic .pic_option ul li label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.n_reslogo .m .resright .res_option ul li label span {
    display: none;
}

.n_reslogo .m .resright .res_option ul li div:nth-child(2) {
    height: 5.3125rem;
    max-width: 11.375rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: #fff;
}


.n_reslogo .m .resright .res_option a,
.web_france .m a {
    width: 100%;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.375rem;
    font-family: Poppins-Regular;
    background: #d4ac5a;
}

.n_reslogo .m .resright {
    height: 100%;
}

/* .n_reslogo .m .resright>ul {
    position: sticky;
    top: 8rem;
} */

.n_reslogo .m .resright .res_option.mtop+ul {
    margin-top: 1.5625rem;
    position: relative !important;
    top: 0 !important;
}


.tc.franchise .tc_ewm {
    padding: 3.75rem 2.5rem 3.75rem 4.625rem;
    width: 70.3125rem;
}


.tc.franchise .pic form {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.tc.franchise .pic h4 {
    color: #212121;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
    font-family: Poppins-Medium;
}

.tc.franchise .pic form .pic_bd {
    max-width: 30.1875rem;
    width: 100%;
}

.tc.franchise .pic form .pic_bd ul {
    display: grid;
    gap: .625rem;
}

.tc.franchise .pic .pic_bd>a {
    width: 100%;
    height: 3.4375rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    border-radius: 2rem;
    margin-top: .9375rem;
    font-family: Poppins-Regular;
}

.tc.franchise .pic .pic_option {
    width: 100%;
}

.tc.franchise .pic .pic_option ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .875rem 1.25rem;
    max-height: 18.4375rem;
    overflow-y: auto;
    padding-right: .875rem;
}

.tc.franchise .pic .pic_option ul li {
    display: flex;
    align-items: center;
    gap: .75rem;
    position: relative;
    justify-content: flex-end;
}

.tc.franchise .pic .pic_option ul li label span {
    display: none;
}

.tc.franchise .pic .pic_option ul li .checks .custom-checkbox+label::before {
    border: 1px solid #d4ac5a;
    width: 17px;
    height: 17px;
}

.tc.franchise .pic .pic_option ul li .checks .custom-checkbox:checked+label::before {
    /* border-color: #26b2ae !important;
    background-color: #26b2ae !important; */
    background: url(../images/gou3.png)center no-repeat;
    background-size: 70% 70%;
    border-radius: 5px;
}

.tc.franchise .pic .pic_option ul li div:nth-child(2) {
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.875rem;
    height: 5.5625rem;
}


.web_france {
    position: fixed;
    bottom: -100%;
    z-index: 150;
    width: 100%;
    left: 0;
    transition: all .5s;
    background: #313233;
    padding: 1rem;
    display: none;
}

.web_france.move {
    bottom: 0;
}

.web_france .m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.web_france .m #countext {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    display: flex;
    align-items: center;
}

.web_france .m #countext span {
    color: #d4ac5a;
    display: block;
    margin: 0 .5rem;
}

.web_france .m a {
    height: 2.25rem;
    width: 60%;
}

.backtop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    border-radius: 5px;
    font-size: 15px;
    transition: all .2s ease;
    z-index: 500;
    opacity: 0;
}

.backtop button {
    align-items: center;
    background: #d4ac5a;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}

.web_france.move+.backtop {
    bottom: 100px;
}


/* 购物车无添加 */

.n_nocart .m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.n_nocart .m>i {
    color: #fff;
    font-size: 3rem;
}

.n_nocart .m .nocart {
    text-align: center;
    color: #fff;
}

.n_nocart .m .nocart h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    letter-spacing: 2px;
    margin: 1rem 0 1.5rem;
}

.n_nocart .m .nocart p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    max-width: 46.25rem;
}

.n_nocart .m .nocart a {
    width: 13.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8125rem;
    background: #d4ac5a;
    color: #f6f6f6;
    font-size: .9375rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    margin: 2.5rem auto 0;
}

.n_nocart .m>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.n_nocart .m>ul>li {
    position: relative;
}

.n_nocart .m>ul>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.n_nocart .m>ul>li a .nr_cart i {
    font-size: 2rem;
    color: #fff;
}

.n_nocart .m>ul>li a h5 {
    color: #f6f6f6;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin: .875rem 0 1.25rem;
}

.n_nocart .m>ul>li a p {
    color: rgb(246 246 246 / 80%);
    font-size: .9375rem;
    line-height: 1.5rem;
    max-width: 28.75rem;
    text-align: center;
}

.n_nocart .m>ul>li a .icons {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 1.875rem;
}


.n_nocart .m>ul>li a ul {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1rem 0 0;
}

.n_nocart .m>ul>li ul li {
    width: 3.125rem;
    height: 3.125rem;
}

.n_nocart .m>ul>li .nr_cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.n_nocart .m>ul>li:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18.75rem;
    background: rgb(255 255 255 / 20%);
    top: 50%;
    transform: translate(0, -50%);
    left: -5rem;
}

.n_nocart .m>ul>li:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18.75rem;
    background: rgb(255 255 255 / 20%);
    top: 50%;
    transform: translate(0, -50%);
    right: -5rem;
}

/* 产品三级弹窗 */


.tc.customized .tc_ewm {
    padding: 4.5rem 5rem;
    width: 82.5rem;
}

.tc.customized form>ul>li:nth-child(7),
.tc.customized form>ul>li:nth-child(8),
.tc.customized form>ul>li:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 4;
}



/* 购物车结算 */

.n_submit,
.n_thankspage {
    background: #090909;
    height: 100vh;
}

.n_submit .m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.n_submit .m h1 {
    color: #fff;
    margin-bottom: 3.75rem;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
}

.n_submit form {
    max-width: 60.625rem;
    width: 100%;
}

.n_submit form ul li>div,
.n_submit form ul li .btn-default {
    background: #313233;
}

.n_submit form ul li:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.n_submit form .lastxy .custom-checkbox:checked+label::before {

    background: url(../images/gou2.png)center no-repeat;
    background-size: 85% 85%;

}

.n_submit .buttons a {
    border: 1px solid rgb(255 255 255 / 80%);
}

.n_submit form .buttons {
    margin-top: 1.5rem;
}



.n_choose.twolevel {
    background: #000;
}

.n_choose.threelevel {
    background: #313233;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.n_choose .m>div {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.n_choose .m a {
    position: relative;
    height: 5.5rem;
    display: block;
}

.n_choose .m>div.on a h5 {
    color: #d4ac5a;
}

.n_choose .m a i {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.n_choose .m a i::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.n_choose .m a i::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.n_choose .m>div.on a i::before,
.n_choose .m>div.on a i::after {
    background: #d4ac5a;
}

.n_choose .m>div.on a i::after {
    height: 0;
}

.n_choose .m a h5 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
    transition: all .5s;
}

.n_choose.twolevel .m a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.n_choose.threelevel .m a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 99.6875rem;
    width: 100%;
}

.n_choose.threelevel .m>div .sub {
    max-width: 99.6875rem;
    width: 100%;
}

.n_choose.threelevel .m>div {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}



.n_choose .m>div .sub {
    padding-bottom: 1.5rem;
}

.n_choose .m>div .sub .ar_article p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.n_choose .m>div .sub .ar_article  {
    text-align: left;
}
/* 案例 */


.anlgd {
    background: url(../images/albg1.jpg)center no-repeat;
    background-size: cover;
}

.anlgd .m>p {
    color: #fff;
    font-size: 1.625rem;
    line-height: 2.375rem;
    font-family: Poppins-Medium;
    text-align: center;
    max-width: 50.9375rem;
    margin: 0 auto 3.125rem;
}


.anlgd .m ul li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.anlgd .m ul li .algd {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d4ac5a;
    font-family: Poppins-Medium;
    font-size: 2.375rem;
    line-height: 2.875rem;
}

.anlgd .m ul li .algd .counter {
    color: #d4ac5a;
    font-family: Poppins-Medium;
    font-size: 2.375rem;
    line-height: 2.875rem;
}

.anlgd .m ul {
    padding: 0 11.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.anlgd .m ul li .alname {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.5;
}


.alshaix .m>h2 {
    display: none;
}

.alshaix .m .shaixbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.alshaix .m .shaixbox .shaixuans {
    height: 3.125rem;
    display: none;
    align-items: center;
    justify-content: center;
    width: 10rem;
    background: #d4ac5a;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.alshaix .m .shaixbox .shaixuans.nones {
    display: none;
}

.alshaix .m .shaixbox .btn-default::before {
    display: none;
}

.alshaix .m .shaixbox>div {
    display: flex;
    align-items: center;
    gap: 2rem;

}

.alshaix .m .shaixbox>div>ul {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.alshaix .m .shaixbox>div>ul>li {
    display: flex;
    align-items: center;
    gap: .75rem;

}

.alshaix .m .shaixbox .sxtianxie.flexs {
    display: flex !important;
}

.alshaix .m .shaixbox>div>ul>li>span {
    flex-shrink: 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: Poppins-Regular;
}

.alshaix .m .shaixbox>div>ul>li .btn-default {
    width: 14.0625rem;
    height: 3.125rem;
    border: 1px solid rgb(255 255 255 / 50%);
    background: #313233;
    color: rgb(255 255 255 / 80%);
    font-size: 1rem;

}

.alshaix .m .shaixbox>div>ul>li .btn-default .pull-left {
    padding: 0 1.125rem;
}


.alshaix .m .shaixbox>div>button {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    background: #d4ac5a;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.iconfont.map {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    background: url(../images/map.gif) no-repeat center center;
    background-size: cover;
    display: block;
}

.alshaix {
    background: #313233;
}

.alshaix .m>ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.alshaix .m>ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    min-height: 34.6875rem;
}




.alshaix .m>ul li {
    position: relative;
    height: 100%;
}

.alshaix .m>ul li:first-child::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    transition: all .5s;
}

.alshaix .m>ul li:first-child a>img {
    position: absolute;
    top: 2rem;
    right: 1.75rem;
    max-width: 12.5rem;
}

.alshaix .m>ul li:first-child a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6.25rem 6.875rem 0 3rem;
}

.alshaix .m>ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.alshaix .m>ul li .img_db:after {
    padding-top: 62.355%;
}

.alshaix .m>ul li .succon {
    background: #000000;
    padding: 1.5rem 2rem;
}



.alshaix .m>ul li p {

    margin: .5rem 0 0;
}

.alshaix .m>ul li .blzx {
    margin: 1.25rem 0 2rem;
}


.alshaix .m>ul li:hover:first-child::before,
.alshaix .m>ul li a:hover .imgbox::before {
    background: rgb(0 0 0 / 30%);
}

.blnew .blleft>div a {
    position: relative;
}

.blnew .blleft>div a h3 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-bottom: .5rem;
    transition: all .5s;
}

.blnew .blleft>div a:hover h3 {
    color: #d4ac5a;
}

.blnew .blleft>div a p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
}


.jump {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.jump .jumpleft {
    background: url(../images/jump1bg.jpg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 7.5rem;
    justify-content: center;
}

.jump>div {
    padding-top: 7.5rem;
    padding-bottom: 8.125rem;
}

.jump .jumpright {
    background: url(../images/jump2bg.jpg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 7.5rem;
    justify-content: center;
}

.jump h2 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
}

.jump p {
    font-size: .9375rem;
    line-height: 1.5;
    color: #fff;
    max-width: 38.75rem;
    height: 2.8125rem;
    margin: 1rem 0 3rem;
}

.jump a {
    width: 14.0625rem;
    height: 2.8125rem;
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
}

/* 案例详情 */
.anlires {
    max-width: 19.375rem;
    width: 100%;
}

.anlipage #content .fu {
    position: relative;
    top: 0;
}

.anlipage #content .actives {
    position: fixed !important;
    top: 8rem !important;
}

.anlires .anlilogo {
    padding: 2.75rem 1.25rem 2.5rem;
    background: #fff;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.anlires .anlilogo h5 {
    color: #212121;
    font-size: 1.25rem;
    line-height: 2.625rem;
    font-family: Poppins-Regular;
    margin-top: 1.875rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    text-align: center;
}

.anlires .anlilogo ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    margin-top: 1.25rem;
}

.anlires .anlilogo ul li h6 {
    color: #212121;
    font-size: .875rem;
    line-height: 1.5;
    font-family: Poppins-SemiBold;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.anlires .anlilogo ul li h6 i {
    color: #2b2b2b;
    font-size: 1.5rem;
}

.anlires .anlilogo ul li p {
    color: #212121;
    font-size: .875rem !important;
    line-height: 1.75rem !important;
    text-align: left !important;
}

.anlires .anlilogo ul li {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e7e7e7;
}

.anlires .anlilogo ul li strong {
    color: #212121;
    font-size: 1.25rem;
    line-height: 2.75rem;
    font-family: Poppins-SemiBold;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}


.xqdialog .m .xqdiabox #content.align {
    align-items: inherit !important;
}

.xqdialog .m .xqdiabox #content.align .anlires {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* thankyou */


.thankspage h1 {
    text-align: center;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 2.125rem;
    line-height: 2.25rem;
    margin: 4rem 0 1.5rem;
}

.thankspage p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.75rem;
    text-align: center;
    max-width: 48.125rem;

}
.thankspage .thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 3rem auto 0;
}

.thankspage .thanks a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    background: #fff;
    width: 15rem;
    height: 3.125rem;
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Poppins-Regular;
}

.thankspage .thanks a:hover {
    background: #d4ac5a;
    color: #fff;
}


.tc.design3d .tc_ewm {
    width: 70.8125rem;
    padding: 4.5rem 5rem;
}

.tc.password .tc_ewm .bootstrap-select.btn-group .dropdown-toggle .caret,
.tc.franchise .tc_ewm .bootstrap-select.btn-group .dropdown-toggle .caret,
.tc.design3d .tc_ewm .bootstrap-select.btn-group .dropdown-toggle .caret ,
.tc.customized .tc_ewm .bootstrap-select.btn-group .dropdown-toggle .caret ,
.tc.operation .tc_ewm .bootstrap-select.btn-group .dropdown-toggle .caret {
    background: url(../images/xiajian2.svg)no-repeat;
    background-size: cover;
}

/* 购物车添加 */

.cartj {
    padding: 3.125rem 7.5rem;
}

.cartj .cartop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.125rem;
}

.cartj .cartop h5 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-family: Poppins-Medium;
    text-transform: uppercase;
}

.cartj .cartop p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.cartj .cartop a {
    border: 1px solid #fff;
    padding: 0 1.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: all .5s;
}

.cartj .cartop a:hover {
    background: #d4ac5a;
    border: 1px solid #d4ac5a;
}

.cartj form table {
    width: 100%;
}

.cartj form tbody {
    display: grid;
    gap: 1.25rem;
}

.cartj form tbody tr {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.cartj form tbody tr .cart_product {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cartj form tbody tr .cart_product img {
    width: 8.125rem;
    height: 8.125rem;
    object-fit: contain;
}

.cartj form tbody tr .cart_product .product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cartj form tbody tr .cart_product .product-name a {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.5;
    font-family: Poppins-Regular;
    margin-bottom: .5rem;
}

.cartj form tbody tr .cart_product .product-name span {
    color: rgb(255 255 255 / 80%);
    font-size: .875rem;
    line-height: 1.625rem;
}

.cartj form tbody tr .qty {
    display: flex;
    align-items: flex-end;
    gap: 4rem;
}

.cartj form tbody tr .qty .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ababb2;
    height: 1.875rem;
}

.cartj form tbody tr .qty .input-group-btn button {
    background: transparent;
    width: 1.75rem;
    height: 1.75rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.cartj form tbody tr .qty .input-group input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5625rem;
    height: 100%;
    border-left: 1px solid #ababb2;
    border-right: 1px solid #ababb2;
    color: #fff;
    font-size: 12px;
    line-height: 1.625rem;
    padding: 0 .5rem;
    text-align: center;
    font-family: Poppins-Regular;
}

.cartj form tbody tr .qty>a {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    color: #ededed;
    font-size: 13px;
    /* line-height: 1.625rem; */
}

.cartj form tbody tr .qty>a i {
    color: #eaeaea;
    font-size: 1.25rem;
}

.cartj form .green {
    background: #d4ac5a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium;
    margin-top: 2.5rem;
}

/* 搜索结果页 */

.searchresult .m>h4,
.n_plistbox>h4 {
    color: #fff;
    font-size: 1.625rem;
    line-height: 2.875rem;
    font-family: Poppins-Regular;
    margin-bottom: 2rem;
}


.searchresult .m>h4 span,
.n_plistbox>h4 span {
    color: #d4ac5a;
}

.searchresult .ss_kind {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.25rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.searchresult .ss_kind a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Poppins-Medium;
    padding-bottom: 1.625rem;
    display: block;
    position: relative;
}

.searchresult .ss_kind li.on a {
    color: #d4ac5a;
}

.searchresult .ss_kind a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #d4ac5a;
    opacity: 0;
}

.searchresult .ss_kind li.on a::before {
    opacity: 1;
}

.searchresult .ss_resultbox ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;

}

.searchresult .ss_resultbox ul li a {
    display: block;
    position: relative;
}

.searchresult .ss_resultbox ul li .img_db:after {
    padding-top: 62.36%;
}

.searchresult .ss_resultbox ul li .jgcon {
    background: #000000;
    padding: 1.5rem 2rem 2rem;
}

.searchresult .ss_resultbox ul li .jgcon h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: Poppins-Medium;
    transition: all .5s;
}

.searchresult .ss_resultbox ul li .ss_bq {
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Poppins-Regular;
    line-height: 1.5;
    height: 1.5625rem;
    min-width: 4.0625rem;
    background: rgb(0 0 0 / 60%);
    top: 1.25rem;
    left: 1.25rem;
    z-index: 10;
    text-transform: uppercase;
    padding: 0 .75rem;
    transition: all .5s;
}

.searchresult .ss_resultbox ul li .jgcon div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgb(255 255 255 / 80%);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 1.25rem;
}

.searchresult .ss_resultbox ul li .jgcon div i {
    color: #e8e8e8;
    font-size: .875rem;
}

.searchresult .ss_resultbox ul li a:hover .ss_bq {
    background: #d4ac5a;
}

.searchresult .ss_resultbox ul li a:hover h3 {
    color: #d4ac5a;
}

.popup .uls .qty button {
    width: 1.4375rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    flex-shrink: 0;
    color: #8f8f8f;
    font-size: 1.25rem;
}

.popup .uls .qty span {
    background: #f0f0f0;
}

/* .layui-layer {
    width: 85%;
    height: 70%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
} */


.dx_nav_list dl dt label {
    color: #414141;
    font-size: 1rem;
    line-height: 1.75rem;
}

.dx_nav_list dl dt {
    width: 100%;
    cursor: pointer;
    transition: all ease .5s;
}

.dx_nav_list dl dt .custom-checkbox+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.dx_nav_list dl dt .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c0c0c0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: 0.75rem;
}

.dx_nav_list dl dt .custom-checkbox:checked+label::before {
    background: url(../images/filtersj.png)center no-repeat;
    background-size: 75% 75%;
    border-radius: 2px;
}

.dx_nav_list dl dt .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}




#site_map_box {
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: .5s;
    position: fixed
}

#site_map_box.act {
    opacity: 1;
    visibility: visible;
    transition: all .6s;
}

#site_map_box.act .bg_box {
    opacity: 1;
    visibility: visible;
}

#site_map_box .bg_box {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0
}

#site_map_box .box {
    width: 360px;
    position: relative;
    height: 100%;
    position: fixed;
    right: -360px;
    top: 0;
    background: #ededed;
    z-index: 9999;
    transition: all .6s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#site_map_box .box .resets {
    padding: 2.5rem 2rem;
    width: 100%;
    border-top: 1px solid #dddddd;
}

#site_map_box .box .resets a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.4375rem;
    background: #000000;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition: all .5s;
}

#site_map_box .box .resets a:hover {
    background: #d4ac5a;
}

#site_map_box .titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    vertical-align: middle;
    line-height: 1.75rem;
    padding: 1.5rem 1.875rem;
    font-family: Poppins-Medium;
    font-size: 1.5rem;
    color: #212121;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
}

#site_map_box .titles a {
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#site_map_box .titles a:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

#site_map_box.act .box {
    right: 0;
}


.dx_nav_list {
    width: 100%;
    margin-top: 1rem;
}

.dx_nav_list .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dx_nav_list li {
    overflow: hidden;
    margin: 0 1.875rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #dddddd;
}

.dx_nav_list li.on i {
    transform: rotate(180deg)
}

.dx_nav_list .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-top: .375rem;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
}

.dx_nav_list .a h3 {
    line-height: 1.75rem;
    color: #212121;
    padding: 0;
    font-size: 1.125rem;
    float: left;
    font-family: Poppins-Medium;
    text-transform: uppercase;
}


.dx_nav_list .a i {
    opacity: 1;
    float: right;
    transition: all .5s;
}


#m_n_nav.scroll-class.m_tops {

    top: -100%;
}
#m_n_nav.scroll-class {
    top: 8rem;
    position: fixed;
    transition: all .5s;
}


#m_n_nav #sub_nav_content {
    max-height: 35rem;
    overflow: auto;
}


#m_header.m_tops ,
.top_nav.m_tops ,
.webss.m_tops {
    transition: all .5s;
    top: -100% !important;
}


/* #m_n_nav.m_tops {
    position: fixed;
    transition: all .5s;
    top: 8rem !important;
} */

.btn.blue:not(.btn-outline) {
    background-color: #d4ac5a !important;
    border-color: #d4ac5a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.9375rem;
    height: 2.1875rem;
    gap: .5rem;
}

.btn.blue:not(.btn-outline)  i ,
.btn.blue:not(.btn-outline)  span ,
.tc.customized .pic form>ul .col-lg-12 .fileinput-delete i ,
.tc.customized .pic form>ul .col-lg-12 .fileinput-delete span {
    color: #fff;
}

.tc.customized form>ul>li:nth-child(8)>div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tc.customized .pic form>ul .col-lg-12 {
    display: flex;
    align-items: center;
    gap: 10px;

}

.tc.customized .pic form>ul .col-lg-12 .fileinput-delete {
    background-color: #000000 !important;
    border-color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.9375rem;
    height: 2.1875rem;
    gap: .5rem;
}

.tc.customized .pic form>ul .col-lg-12 input {
    width: 100%;
    height: 100%;
}

#fileupload_upload_files {
    width: 5rem;

}

#fileupload_upload_files #dr_upload_files_row {
    border: 1px solid #bcbab5;
    padding: 0.375rem;
}


#worldmap , #vmap {
    width: 100%;
    height: 47.25rem;
}

.fixtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
}

.fixtop .clask {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: rgb(0 0 0 / 50%);
}

.worldmap .item.cir37 .circle {
    width: 10rem;
    height: 10rem;
}

.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #d4ac5a;
	color: #fff;
	font-family: sans-serif, Verdana;
	font-size: 14px;
	pointer-events: none;
	z-index: 100000;
	
}

.jqvmap-pin {
	pointer-events: none;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
	position: absolute;
	right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 3px;
	color: #000;
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
}

.jqvmap-zoomin {
	bottom: 10px;
}

.jqvmap-zoomout {
	bottom: 55px;
}

.jqvmap-region {
	cursor: pointer;
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px;
}
  #vmap svg path {
    fill: #565454 !important;

  }

  #vmap svg path:hover {
    fill: #a1a1a1 !important;
  }

  label {
    flex-wrap: wrap;
    /*width: 10px;*/
  }
  

  .popup .uls .qty button:before {
      display: none;
  }

  .pro-content{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-content.on{
    opacity: 1;
    visibility: visible;
  }

  .pro-content .pro-bg{
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .pro-content .box{
    width: 100%;
    background: #fff;
    max-width: 71.3125rem;
    max-height: 31.875rem;
    border-radius: .9375rem;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .pro-content .box .img{
    width: 100%;
    height: 100%;
    max-width: 29.375rem;
  }

  .pro-content .box .right{
    background-color: #fff;
    border-radius: .9375rem;
    margin-left: -1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .pro-content .box .right .pro_box1,
  .pro-content .box .right .pro-content-email,
  .pro-content .box .right .pro-content-expert{
    padding: 3rem 3.375rem;
  }

  .pro-content .box .right h2{
    font-size: 1.75rem;
    color: #212121;
    line-height: 2.25rem;
    margin-bottom: 2.5rem;
  } 

  .pro-content .box .right  span{
    margin-right: .625rem;
  }

  .pro-content .box .right .a_box a{
    display: inline-flex;
    align-items: center;
    background: #000000;
    border-radius: 5rem;
    padding: 1.25rem 2.0625rem;
    transition: all .5s ease;
    font-size: 1.0625rem;
    color: #fff;
    margin-bottom: 1rem;
    min-width: 20.9375rem;
  }

  .pro-content .box .right .a_box .ms{
    font-size: .875rem;
    color: #2f2d2d;
    margin-bottom: 2.1875rem;
    margin-left: 2rem;
  }

  .pro-content .box .right .a_box a:hover{
    background-color: #d4ac5a;
  }

  .pro-content .box .right .line{
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: .75rem 0 1.5625rem;
  }

  .pro-content .box .right .aq{
    display: flex;
    align-items: center;
    font-size: .875rem;
    color: #212121;
  }

  .pro-content .close1{
    position: absolute;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    border-radius: 50%;
    border: 2px solid #707070;
  }

  .pro-content .close1 i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .875rem;
    background-repeat: no-repeat;
    background-image: url(../images/fur/close.svg);
    transition: .6s;
  }

  .pro-content .close1 i:hover{
    transform: rotate(180deg);
  }

  .pro-content .pro-content-expert,
  .pro-content .pro-content-email{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    background-color: #fff;
  }

  .pro-content .pro-content-expert.on,
  .pro-content .pro-content-email.on{
    opacity: 1;
    visibility: visible;
  }

  .pro-content form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem .625rem;
  }

  .pro-content .inp,
  .pro-content .am,
  .pro-content .line,
  .pro-content .aq,
  .pro-content .dui{
    grid-column: span 2;
  }

  .pro-content input{
    padding: 1.25rem 1.875rem;
    border-radius: 5rem;
    background-color: #f0f0f0;
    font-size: 1rem;
    color: #414141;
    width: 100%;
  }

  .pro-content .am{
    display: flex;
    align-items: center;
  }


  .pro-content .am .submitbutton{
    margin-right: .625rem;
  }

  .pro-content .am .submitbutton{
    font-size: 1.0625rem;
    color: rgba(0, 0, 0, .85);
    padding: 1.25rem 1.875rem;
    display: block;
    background-color: #f0f0f0;
    border-radius: 5rem;
    transition: all .5s ease;
    width: 100%;
    max-width: 11.5625rem;
  }

  .pro-content .am .submitbutton:hover{
    background-color: #000000;
    color: #fff;
  }
  
  
  .pro-content .am a:first-child{
    margin-right: .625rem;
  }

  .pro-content .am a{
    font-size: 1.0625rem;
    color: rgba(0, 0, 0, .85);
    padding: 1.25rem 1.875rem;
    display: block;
    background-color: #f0f0f0;
    border-radius: 5rem;
    transition: all .5s ease;
    width: 100%;
    max-width: 11.5625rem;
  }

  .pro-content .am a:hover{
    background-color: #000000;
    color: #fff;
  }

  .pro-content .dui{
    font-size: .875rem;
    line-height: 1.375rem;
    color: #2f2d2d;
    display: flex;
    cursor: pointer;
  }

  .pro-content .dui span{
    display: block;
    width: .75rem;
    height: .75rem;
    border: 1px solid #e7e7e7;
    position: relative;
    flex-shrink: 0;
    margin-right: .625rem;
    margin-top: .25rem;
  }

  .pro-content .dui span::before{
    content: '';
    background: url(../images/dui_pro.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
  }


  .pro-content .dui.on span::before{
    opacity: 1;
  }

  @media (max-width: 768px){
    .pro-content .box .img{display: none;}
    .pro-content .box{width: 90%;max-height: none;height: 64%;}
    .pro-content .box .right .pro_box1, .pro-content .box .right .pro-content-email, .pro-content .box .right .pro-content-expert{
        padding: 1.5rem;
    }
    .pro-content .box .right{margin: 0;height: 100%;}
    .pro-content .box .right h2{margin-top: 2rem;}
    .pro-content input{grid-column: span 2;}
    .pro-content .am{flex-wrap: wrap;gap: .9375rem;}
    .pro-content .am a{margin: 0 !important;max-width: none;  text-align: center;}
    .pro-content .am .submitbutton{margin: 0 !important;max-width: none;  text-align: center;}
    .pro-content .box .right .a_box a{display: flex;}
  }     
