/*
 *	Created by Edward on 25/04/14
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

html {
    font-size: 16px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1663740079843') format('woff2'), url('iconfont.woff?t=1663740079843') format('woff'), url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: zaijian;
    src: url(../fonts/Outfit-VariableFont_wght.ttf);
}

@font-face {
    font-family: Italiana;
    src: url(../fonts/Italiana-Regular.ttf);
}



body,
html {
    color: #333333;
    /* font-family: "Microsoft YaHei", '微软雅黑', "Arial"; */
    font-family: zaijian, sans-serif;
    font-weight: 300;
    background: #f5f0eb;
}

b,
strong {
    font-weight: 500;
}

textarea,input,select {
    font-family: zaijian, sans-serif;
    font-size: 1rem;
    color: #333333;
}

#zl {
    font-family: Italiana;
}
.logo{
    width: 164px;
}
.menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: calc(3vw + 0px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    width: 90px;
    height: 35px;
}

.zh .menu{
    font-weight: 400;
}

.menu p{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transform-origin: top left;
    will-change: transform, opacity;
    transition: all 0.5s;
}

.menu p.close{
    opacity: 0;
    transform: translateX(-5px) translateY(0%) rotate(5deg);
}

.menu.active p.open{
    opacity: 0;
    transform: translate(-5px, -100%) rotate(-5deg);
}
.menu.active p.close{
    opacity: 1;
    transform: translateX(0px) translateY(-50%) rotate(0deg);
}

.menu-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    background: black;
    padding: 2vw 3vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: left bottom;
}
.menu-overlay.active {
    height: 100vh;
    transform: translateY(0);
}

.animate-box{
    position: relative;
    transform-origin: right top;
    width: 100%;
}

.news-box.case .item .info .date{
    display: none;
}

.menuHead {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: white;
}

.menuHead .close {
    font-size: 1.3vw;
    cursor: pointer;
    font-family: Arial;
}

.menu-overlay .nav {
    position: absolute;
    top: 20%;
}

.menu-overlay .nav ul li {
    align-items: center;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 1.75vw;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.menu-overlay .nav ul li a {
    color: white;
    font-size: 3vw;
    line-height: 1;
    display: inline-block;
    font-family: Arial;
    overflow: hidden;
    transform: translateY(120%);
    opacity: 0.25;
}

.menu-overlay .nav ul li a .ae {
   width: auto;
   height: auto;
   position: relative;
}

.menu-overlay .nav ul li a .ae::after{
    width: 0%;
    height: 1px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    content: '';
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.menu-overlay .nav ul li a:hover .ae::after{
    width: 100%;
    left: 0;
    right: auto;
}

.menu-overlay .socails {
    position: absolute;
    bottom: 3vw;
    gap: 2vw;
}

.menu-overlay .socails a{
    opacity: 0;
    transform: scale(0);
}

#smooth-wrapper,
#smooth-content {
    min-height: 100vh;
    position: relative;
}

.shubiao {
    width: 1.8vw;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.shubiao img {
    animation: shubiaoAnm 2s linear infinite;
}

@keyframes shubiaoAnm {
    0% {
        transform: translateY(0);
        opacity: .5;
    }

    50% {
        transform: translateY(1vw);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: .5;
    }
}

.product-title-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13vw;
    color: #ffffff;
    white-space: nowrap;
    transition: opacity 0.3s;
    will-change: opacity, transform;
    /* pointer-events: none; */
    z-index: 10;
    line-height: 0.9;
    overflow: hidden;
}

.boxVideo {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 25;
    pointer-events: none;
    transition: .5s all ease-in-out;
    background: #000000;
}

.boxVideo video {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    display: block;
}

.content-section {
    height: auto;
    position: relative;
    overflow: overlay;
}

.box_top {
    width: 100%;
    height: 200vh;
    position: relative;
}

.box_top>img {
    height: 100%;
}

.word {
    overflow: hidden;
    display: flex !important;
}

.word .char {
    transform: translateY(0%);
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 2vw;
    display: flex;
    justify-content: space-between;
    padding: 0vw 3vw;
    z-index: 1000;
    align-items: center;
}

.header::before{
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: -2vw;
    content: '';
    background-image: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,0));
    pointer-events: none;
    z-index: -1;
}

.user-product{
    width: auto;
    height: auto;
    position: relative;
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid #141414;
    color: #141414;
    border-radius: 50px;
    margin-bottom: 3vw;
}

.user-product:hover{
    background: #141414;
    color: #ffffff;
}

.news-content .singePage{
    min-height: 50vh;
}

.center_pic {
    width: 25%;
    height: auto;
    position: relative;
    margin: 0px auto;
}

.temp100 {
    width: 100%;
    height: 100vh;
    position: relative;
}



.dibu {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box_btm {
    height: auto;
    background: #d7d7d7;
    position: relative;
    z-index: 15;
    overflow: hidden;
}

#line2{
    background: #b4b2ab;
}

.lines_2 .btm-word p{
    color: #141414;
}

.box_btm3 {
    background: #332c28;
}

.box_btm4 {
    background: #181413;
}


/* .box_btm2 {
    background: #332c28;
} */

.show {
    width: 100%;
    height: 100vh;
    position: relative;
}

.intro-box {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0px 5vw;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.intro-box .name {
    width: 40%;
    font-size: 4vw;
}

.intro-box .info {
    width: 40%;
    font-family: zaijian;
}

.intro-box .info .singePage {
    margin-bottom: 3vw;
}

.show img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lines_1 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0vh;
    left: 0;
}

.tupian {
    z-index: 20;
    position: relative;
}

.btm-word {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -100vh;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 13;
}

.btm-word p {
    width: 100%;
    font-size: 14vw;
    color: #b88766;
}

.modalB {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.modalB.active {
    display: block;
}

.modalB img {
    width: 60vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btm_word p {
    width: 100%;
    font-size: 14vw;
    color: #b88766;
}

.btm_word2 p {
    width: 100%;
    font-size: 14vw;
}

.btm_word3 p {
    width: 100%;
    font-size: 14vw;
    color: #c5af7d;
}

.btm_word4 p {
    width: 100%;
    font-size: 14vw;
    color: #d3d2d1;
}

.backColor {
    width: 100%;
    background: #d7d7d7;
    height: calc(100% - 350vh);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
}

.xyz {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0vh;
    overflow: hidden;
}

.page {
    width: 100%;
    position: relative;
}

.load_box {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    background: #000;
    z-index: 26;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
}

.load_text {
    width: 100%;
    height: auto;
    position: absolute;
    line-height: 1;
    font-size: 10vw;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden;
    font-family: Italiana;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: white;
}

.loading .item {
    width: 500px;
    /* height: 400px; */
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(0);
}

#container {
    will-change: transform;
}

.contaier {
    /* transform: translateY(0px); */
    opacity: 1;
    /* padding-top: 100vh; */
}

.narBar {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: calc(100vh - 100px);
    gap: 1vw;
    z-index: 20;
    transform: translateY(100%);
    will-change: transform;
    opacity: 0;
    pointer-events: none;
}

.narBar.active{
    opacity: 1;
    pointer-events: auto;
}

.narBar a {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background: #292929;
    padding: 3px;
    transition: all 1s ease;
    display: block;
}

.narBar a .img {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.narBar a.active {
    width: 265px;
}

.narBar a.active .txt {
    width: calc(100% - 64px);
}

.narBar a .txt {
    width: 0px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 3px;
    height: 64px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    overflow: hidden;
    font-family: zaijian;
}

.narBar a .txt p {
    width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.hs-album {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    padding: 14vw 3vw;
}

.hs-album .item {
    display: block;
    width: 29%;
}


.hs-album .item .inner {
    padding-top: 134%;
}

.hs-album .item:nth-child(2) {
    width: 50%;
    margin-top: 14vw;
}

.hs-album .item:nth-child(3) {
    width: 78%;
    margin-top: 10vw;
}

.hs-album .item:nth-child(3) .inner,
.hs-album .item:nth-child(6) .inner {
    padding-top: 56%;
}

.hs-album .item:nth-child(4) {
    width: 47%;
    margin-top: -5vw;
    margin-left: 53%;
}

.hs-album .item:nth-child(5) {
    width: 24%;
    margin-top: -20vw;
    margin-left: 5%;
}


.hs-album .item:nth-child(6) {
    width: 100%;
    margin-top: 8vw;
}

.section-img {
    position: relative;
    width: 100%;
    height: 200vh;
    left: 0;
    top: 0;
    overflow: hidden;

}

.singePage video{
    width: 50%;
    height: auto;
    display: block;
    margin: 0px auto;
    max-width: 100%;
}


.img-box {
    position: relative;
    overflow: hidden;
    background: #000000;
    z-index: 10;
    will-change: transform;
}

.parallax-img img{
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: translateY(0px);
    will-change: transform;
}

.img-box img {
    opacity: 0.6;
    aspect-ratio: 100 / 129;
}

.center_pic img{
    aspect-ratio: 100 / 129;
}

.hs-album .item:nth-child(1) .inner img{
    aspect-ratio: 100 / 134;
}

.about-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-box .thum {
    width: 40%;
}

.about-box .w1400 {
    align-items: center;
}

.intro-info {
    width: 50%;
}

.hs-name {
    font-family: Italiana;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 3vw;
    position: relative;
}

.hs-name.w {
    color: #ffffff;
}

.singePage {
    font-size: 1.15rem;
}

.intro-info .singePage {
    margin-bottom: 3vw;
}
.loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
    text-align: center;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #141414;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

.loading-placeholder{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-text {
    font-size: 14px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hs-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.hs-more {
    width: 150px;
    position: relative;
    display: block;
    cursor: pointer;
}

.hs-more.active{
    opacity: 0.3;
    cursor: no-drop;
}

.hs-more.c {
    margin: 0px auto;
}

.hs-more.w {
    color: #ffffff;
}

.hs-more.w .hs-button::before {
    background: #ffffff;
}

.hs-more .hs-button {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hs-more .hs-button::before {
    width: 0%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: #333333;
    transition: all .5s ease 0s;
}

.hs-more .hs-button::after{
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    background: #333333;
    left: 0;
    width: 100%;
    transition: all .5s ease .25s;
}

.hs-more.w .hs-button::after,.hs-more.w .hs-button::before{
    background: #ffffff;
}

.hs-more .hs-button:hover::after{
    width: 0;
    right: 0;
    left: unset;
    transition-delay: 0s;
}

.hs-more .hs-button:hover::before{
    width: 100%;
    left: 0;
    transition-delay: .25s;
}

.hs-more .hs-button .text {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
}

.hs-more .hs-button .icon {
    width: 20px;
    height: 20px;
}

.form-box {
    background: url(../images/form-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 5vw;
    position: relative;
}

.form-box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
}

.form-box .hs-more {
    width: 280px;
    margin-bottom: 15px;
}

.socails {
    width: auto;
    display: flex;
    gap: 1vw;
}

.socails a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}

.socails a .icon{
    position: relative;
}

.zh .menuBar{
    width: 70px;
}

.product-swiper .swiper-button-next,.product-swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
}

.product-swiper .swiper-button-next:after,.product-swiper .swiper-button-prev:after{
    color: #000000;
    font-size: 12px;
}

.backTop{
    width: 50px;
    height: 50px;
    position: fixed;
    top: calc(100vh - 100px);
    right: 2vw;
    background: #141414;
    padding: 13px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
}
.backTop img{
    position: relative;
}
.backTop::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #b88766;
    border-radius: 50%;
    content: '';
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.backTop:hover::before{
    transform: scale(1);
}

.backTop.active{
    transform: scale(1);
}

.socails a:hover .icon{
    -webkit-animation: swing2 2s infinite;
}
@-webkit-keyframes swing2 {
	10% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	20% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.footer-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer {
    background: #141414;
    color: #ffffff;
    padding: 3vw 0vw 1vw 0vw;
    position: relative;
}

.footer-nav {
    width: auto;
    display: flex;
    gap: 2vw;
}

.footer-nav a {
    display: block;
    color: #ffff;
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.footer-nav a::before {
    width: 0%;
    height: 1px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    content: '';
    background: #ffffff;
    transition: all .5s;
}

.footer-nav a:hover::before {
    width: 100%;
    right: auto;
    left: 0%;
}

.footer-center {
    width: 100%;
    text-align: center;
    font-size: 11.5vw;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-top: 10vw;
    margin-bottom: 3vw;
    overflow: hidden;
    line-height: 1;
}
.footer-center>div{
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}


.copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, .15);
    font-size: 0.875rem;
}

.copyright a {
    color: rgba(255, 255, 255, .15);
}

.copyright a:hover{
    color: rgba(255, 255, 255, .65);
}

.boxes,
.footer {
    z-index: 25;
}

.sub-banner {
    height: 70vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sub-banner .img {
    width: 100vw;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    will-change: transform;
}

.sub-banner .img img {
    width: 100%;
    height: 100%;
}

.sub-banner .txt {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    font-family: Italiana;
    font-size: 9vw;
}

.company-box {
    padding: 0px 5vw;
}

.company-left {
    width: 40%;
    padding: 6vw 0px;
    padding-right: 4vw;
}

.company-right {
    width: 60%;
    padding: 6vw 0px;
    padding-left: 4vw;
    position: relative;
}

.company-right::before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .1);
}

.honor-top {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.honor-des {
    width: 60%;
    font-size: 1.15rem;
    line-height: 35px;
    margin-bottom: 0.5vw;
}

.honor-des::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/yh-up.png);
    background-size: cover;
    position: relative;
    margin-right: 10px;
    display: none;
}

.honor-des::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/yh-down.png);
    margin-left: 10px;
    background-size: cover;
    display: none;
}

.honor-top .hs-name {
    margin-bottom: 0;
}

.honors {
    width: 100%;
    margin-top: 3vw;
}

.honors .item {
    width: 100%;
    display: flex;
    position: relative;
}

.honors .item::before {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
    transition: all 1s;
}

.honors .item.is-inview::before{
    width: 100%;
}

.honors .item:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.honors .item .name {
    width: 30%;
    padding: 3vw 0px;
    padding-right: 3vw;
    padding-left: 5vw;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    transition: all 1s;
    opacity: 0;
    transform: translateY(25px);
    transition: all 1s;
}

.honors .item.is-inview .name,.honors .item.is-inview .des{
    opacity: 1;
    transform: translateY(0px);
}

#line3{
    background: #332c28;
}

#line4{
    background: #181413;
}

.honors .item .name::before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: calc(3vw + 8px);
    content: '';
    background: #333333;
    border-radius: 50%;
}

.honors .item .des {
    width: 70%;
    padding: 3vw 0px;
    padding-left: 3vw;
    position: relative;
    font-size: 1rem;
    line-height: 20px;
    opacity: 0;
    transform: translateY(25px);
    transition: all 1s ease 0.2s;
}

.honors .item::after {
    width: 1px;
    height: 0%;
    position: absolute;
    left: 30%;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
    transition: all 1s;
}

.honors .item.is-inview::after{
    height: 100%;
}

.honors .item .des p {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.honors .item .des p::before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background: #333333;
    border-radius: 50%;
}

.news-box {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 5vw;
}

.news-box .news-cols {
    flex: 1;
}

.news-box .item {
    height: auto;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.news-box .item:nth-child(4n) {
    margin-right: 0%;
}

.news-box .item .info {
    padding: 15px 0px;
    position: relative;
}

.news-box .item .info .date {
    opacity: 0.5;
}

.news-box .item .info .name {
    font-size: 1.25rem;
}

.news-box .item .info .title {
    text-align: center;
    font-size: 1.15rem;
}

.news-box .item .thum {
    background: #000000;
    transition: all 0.5s;
}

.content-section .hs-more .hs-button .icon img:nth-child(2){
    display: none;
}

.news-box .item .thum img {
    transition: all 0.5s;
}

.news-box .item:hover .thum img {
    transform: scale(1.05);
    opacity: 0.8;
}

.news-box .item:hover .thum {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .2);
}

.news-box .item .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.5s;
}

.news-box .item:hover .play {
    opacity: 1;
}

.news-box .item .play::before {
    width: 60%;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) center center no-repeat;
    background-size: cover;
    content: '';
}

/* ====================== */

.product-box {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 3vw;
}

.product-box .item {
    width: 23.5%;
    height: auto;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2.25vw;
}

.product-box .item:nth-child(4n) {
    margin-right: 0%;
}

.product-box .item .info {
    padding: 15px 0px;
    position: relative;
}

.product-box .item .info .title {
    text-align: center;
    font-size: 1.15rem;
}

.product-box .item .thum {
    background: #000000;
    transition: all 0.5s;
}

.product-box .inner {
    padding-top: 135%;
}

.product-box .item:hover .thum {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
}

.product-box .item:hover .thum img {
    transform: scale(1.025);
}

.product-cate-box .cate {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



.product-cate-box {
    margin-bottom: 3vw;
}

.product-cate-box .cate a:nth-child(4n) {
    margin-right: 0%;
}

.product-cate-box .cate a .inner {
    padding-top: 40%;
}

.product-cate-box .cate a .thum {
    background: #ffffff;
}

.product-cate-box .cate a .thum .inner {
    opacity: 0.5;
    transition: all 0.5s;
}

.product-cate-box .cate a.active .thum .inner {
    opacity: 1;
}

.product-cate-box .cate a .name {
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 1.5vw;
    transition: all 0.5s;
}

.product-cate-box .cate a .thum::after{
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    background-image: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.product-cate-box .cate a.active .thum::after{
    opacity: 1;
}

.product-cate-box .cate a {
    width: 23.5%;
    height: auto;
    position: relative;
    display: block;
    margin-right: 2%;
    cursor: pointer;
    transition: all 0.5s;
}

.product-cate-box .cate a.active{
    border-color: #c5af7d;
    box-shadow: 15px 15px 30px rgba(0,0,0,.2);

}
.explore .list a.active{
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}
.product-cate-box .cate a.active .name{
    top: 80%;
}
.explore {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 3vw 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.explore .title {
    width: auto;
    position: relative;
    width: 185px;
    font-size: 1.25rem;
}

.explore .list {
    width: calc(100% - 185px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1.15vw;
}

.explore .list a {
    width: 135px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    padding-left: 20px;
    border-radius: 50px;
    background: center center no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.5s;
}

.explore .list a .icon {
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 0;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    transition: all 0.5s;
}

.explore .list a .txt {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .1);
    opacity: 0;
    width: calc(100% - 25px);
    font-size: 0.8rem;
    text-align: center;
    transition: all 0.5s;
}

.explore .list a:nth-child(1) .txt{
    color: #000000;
}

.explore .list a.active .icon{
    opacity: 1;
}

.explore .list a.active .txt{
    opacity: 1;
}

.explore .list a .icon svg {
    fill: #ffffff;
    position: relative;
}


.sub-banner.detail {
    height: 40vh;
}

.sub-banner.detail .txt {
    font-size: 5vw;
}

.product-box.detail{
    min-height: 50vh;
}

.searchGroup input{

}

.mbx {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 2vw;
    font-size: 0.875rem;
}

.mbx img {
    width: 20px;
    opacity: 0.4;
}

.mbx a {
    color: rgba(0, 0, 0, .4);
}

.mbx a.active {
    color: #333333;
}

.mbx a:hover {
    color: #333333;
}

.p-r-nav {
    width: 100%;
    display: flex;
    gap: 15px;
    position: relative;
}

.product-detail {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.product-swiper {
    width: 40%;
}

.p-r {
    width: 60%;
    padding: 5vw;
    padding-top: 0vw;
}

.product-swiper .inner {
    padding-top: 135%;
}

.product-current-dot {
    width: 100%;
    margin-bottom: 3vw;
}

.product-current-dot img {
    width: 100px;
    height: 100px;
}

.boxes.pd {
    background: #ffffff;
    padding: 4vw 7.5vw;
}

.boxes.pd .w1400 {
    max-width: 1200px;
}

.p-r-list {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 1vw;
}

.p-r-list .item {
    display: none;
}

.p-r-list .item.active {
    display: block;
}

.p-r-list .item .row {
    width: 100%;
    margin-bottom: 1.5vw;
}

.p-r-list .item .row .des {
    opacity: 0.7;
}

.p-r-list .item .row .title {
    margin-bottom: 0.5vw;
    font-size: 1.25rem;
    font-weight: 400;
}

.p-r-list .item .row .name {
    font-size: 2.5rem;
    font-weight: 400;
}

.p-r-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.p-r-nav .item {
    width: 85px;
    height: 85px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    overflow: hidden;
    padding: 6px;
    cursor: pointer;
}

.p-r-nav .item img {
    border-radius: 50%;
}

.p-r-nav .item.active {
    border: 1px solid rgba(0, 0, 0, .1);
}

.news-detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-content {
    width: calc(100% - 300px);
}

.related-news {
    width: 250px;
}

.news-content .n-title {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.news-content .n-date {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 3vw;
    font-size: 0.875rem;
    opacity: 0.5;
}

.news-content .n-date .icon {
    width: 16px;
    margin-right: 5px;
}

.related-news .re-title {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1vw;
}

.related-news .inner {
    padding-top: 60%;
}

.related-news .item {
    margin-bottom: 15px;
    display: block;
}

.related-news .name {
    padding: 5px 0px;
    line-height: 1.6;
}

img.lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img.lazy.loaded {
    opacity: 1;
}

.version{
	width: 35px;
	height: 35px;
	position: relative;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
    right: 115px;
}

.search-links{
    width: 35px;
	height: 35px;
	position: absolute;
    cursor: pointer;
    right: calc(3vw + 165px);
    padding: 8px;
    border-radius: 5px;
    transition: all 0.5s;
}

.search-links:hover{
    background: #141414;
}

.version .icon{
	padding: 8px;
}

.version .languge{
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #fff;
	top: 50px;
	padding: 10px 0px;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.version:hover .languge{
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.m-word{
    display: none;
}
.version .languge a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 10px;
	color: #333;
}

.version .languge a:last-child{
	margin-bottom: 0px;
}

.version .languge a p{
	position: relative;
	display: inline-block;
	z-index: 2;
}
.version .languge a p::before{
	content: "";
	width: 0;
	height: 5px;
	background: #004294;
	position: absolute;
	right: 0%;
	bottom: 0;
	transition: 0.4s;
	z-index: -1;
	opacity: .4;
}
.version .languge a.active p::before,.version .languge a:hover p::before{
	width: 100%;
	right: auto;
	left: 0%;
}

.ceo-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ceo-info{
    width: 60%;
    padding-right: 5%;
    position: relative;
}

.ceo-info::after{
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .1);
}

.ceo-right{
    width: 40%;
    padding-left: 5%;
}

.ceo-right .name{
    text-align: right;
    font-family: Italiana;
    font-size: 2.5vw;
    margin-top: 1vw;
}

.company-left .inner{
    padding-top: 130%;
}

.form-cooper{
    width: 700px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    padding: 45px;
    border-radius: 5px;
}

.form-cooper .name{
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 36px;
    margin-bottom: 24px;
}

.form{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form .row{
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}

.form .row.full{
    width: 100%;
}

.form .row label{
	display: block;
	width: 100%;
	height: 28px;
	position: relative;
	line-height: 28px;
	margin-bottom: 5px;
    display: none;
}

.form .row textarea.error{
	border-color: #EB2524;
}

.form .row label.must{
	padding-left: 15px;
}

.form .row label.must::after{
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0px;
	content: '*';
	color: red;
}

.form .row>input,.form .row textarea,.form .row select{
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	width: 100%;
	border-color: #000000;
	padding: 12px;
	display: block;
    outline: none;
}

.form .row textarea{
	min-height: 120px;
	line-height: 24px;
	font-size: 16px;
}

.form input::placeholder,.form textarea::placeholder{
    color: rgba(0, 0, 0, .4);
}

.form-submit{
    width: 100%;
    height: auto;
    padding: 12px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.form-submit.active{
    opacity: 0.5;
    cursor: no-drop;
}

.menuBar{
	width: 90px;
	height: auto;
	position: fixed;
	top: 70%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 5px 0px 0px 5px;
	right: 0;
	z-index: 100;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    display: none;
}

.menuBar .item{
	display: block;
	padding: 4vw 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	cursor: pointer;
	position: relative;
}

.menuBar .item:last-child{
	border-bottom: none;
}

.menuBar .item .box{
	width: 100%;
	position: relative;
}

.menuBar .item .box .icon{
	width: 40px;
	height: auto;
	margin: 0px auto;
	position: relative;
	background: #000000;
	border-radius: 50%;
	padding: 5px;
}
.menuBar .item:hover .box .icon{
	-webkit-animation: swing2 2s infinite;
}
.menuBar .item .img{
	position: absolute;
    width: 120px;
    height: auto;
    background: #fff;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
	display: none;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
}
@-webkit-keyframes swing2 {
	10% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	20% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.menuBar .item:hover .img{
	display: block;
}

.menuBar .item .show_info{
	display: none;
	font-family: Manrope;
    width: 180px;
    height: auto;
    position: absolute;
    left: -190px;
    background: #fff;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 3px solid #f5a21b;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
}

.menuBar .item .show_info b{
	color: #f5a21b;
	font-size: 24px;
}

.menuBar .item:hover .show_info{
	display: block;
}

.menuBar .item .box .txt{
	text-align: center;
	font-size: 0.875rem;
    margin-top: 1vw;
    line-height: 1.2;
}

.error_tips {
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    position: absolute;
    left: 0;
    background: #EB2524;
    padding: 2px 7px;
    border-radius: 3px;
	display: none;
	z-index: 2;
    bottom: 0;
    transform: translateY(25px);
}

.error_tips.active{
	display: block;
}

.form .row input.error{
	border-color: #EB2524 !important;
}

.error_tips::before{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #EB2524;
    top: -9px;
    left: 5px;
}

.cooper-close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 7px;
}
.contact-btn{
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    cursor: pointer;
    margin-top: 3vw;
    text-transform: uppercase;
}

.contact-btn:hover{
    background: #000000;
    color: #ffffff;
}
.product-swiper .swiper-pagination-bullet{
    border-radius: 50px;
    transition: all 0.35s;
}
.product-swiper .swiper-pagination-bullet-active{
    background: #fff;
    width: 20px;
    
}

.displacement {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0%;
    will-change: transform;
    filter: url("#noise");
}


.mouse_icon {
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 5%;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	z-index: 5;
}

.mouse_icon p {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.mouse_icon .mouse {
	width: 30px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.mouse_icon .mouse::before {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
}

.mouse_icon .mouse img {
	-webkit-animation: upAnimate 2s ease infinite;
}

@-webkit-keyframes upAnimate {

	0%,
	100% {
		-webkit-transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(4px);
	}
}

.mouse_icon .icon {
	width: 18px;
	margin: 0px auto;
}

.mouse_icon .icon img {
	-webkit-animation: upAnimate2 2s ease infinite;
}

@-webkit-keyframes upAnimate2 {

	0%,
	100% {
		-webkit-transform: translateY(-1px);
	}

	50% {
		-webkit-transform: translateY(3px);
	}
}

@media screen and (max-width: 900px){
    .header{
        padding: 5vw;
        position: fixed;
        top: 0;
    }
    .menu{
        width: 50px;
        height: 30px;
        right: 3vw;
    }
    .version{
        margin-right: 55px;
        right: 0;
    }
    .search-links{
        right: calc(3vw + 100px);
    }
    .menu p{
        font-size: 12px;
        font-weight: normal;
    }
    .narBar{
        display: none;
    }
    .boxVideo{
        height: auto;
        position: relative;
    }
    .footer-nav{
        display: none;
    }
    #zl{
        margin-top: 0vw;
    }
    .content-section{
        height: auto;
    }
    .menu-overlay{
        padding: 5vw;
    }
    .logo{
        
    }
    .product-title-container{
        display: none;
    }
    .center_pic{
        display: none;
    }
    .menu-overlay .socails{
        gap: 5vw;
    }
    .m-word{
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 12vw;
        display: block;
        color: #ffffff;
    }
    .section-img{
        height: auto;
    }
    .intro-box{
        height: auto;
        color: #333333;
        margin-top: 10vw;
    }
    .intro-box .name{
        display: none;
    }
    .intro-box .info{
        width: 100%;
    }
    #section1{
        background: #d7d7d7;
    }
    .singePage{
        font-size: 1rem;
        line-height: 1.7;
    }
    .intro-box .info .singePage{
        margin-bottom: 5vw;
    }

    #section1 .hs-more.w,#section2 .hs-more.w{
        color: #231815;
    }
    #section1 .hs-more.w .hs-button::after,#section1 .hs-more.w .hs-button::before,#section2 .hs-more.w .hs-button::after,#section2 .hs-more.w .hs-button::before{
        background: #333333;
    }
    #section1 .hs-more .hs-button .icon img:nth-child(1),#section2 .hs-more .hs-button .icon img:nth-child(1){
        display: none;
    }
    #section1 .hs-more .hs-button .icon img:nth-child(2),#section2 .hs-more .hs-button .icon img:nth-child(2){
        display: block;
    }
    #section1{
        background: #f5f0eb;
    }
    #section2{
        background: #b4b2ab;
    }
    .box_btm{
        background: transparent;
    }
    #section3{
        background: #332c28;
    }
    #section4{
        background: #181413;
    }

    #section4 .intro-box,#section3 .intro-box{
        color: #ffffff;
    }
    .about-box .thum,.intro-info{
        width: 100%;
    }
    .about-box .thum{
        margin-bottom: 5vw;
    }
    .hs-name{
        font-size: 10vw;
    }
    .intro-info .singePage{
        margin-bottom: 10vw;
    }
    .boxes{
        padding: 10vw 0;
    }
    .form-box{
        padding: 20vw 10vw;
    }
    .form-box .hs-name{
        margin-bottom: 10vw;
    }
    .socails{
        width: 100%;
        justify-content: center;
        gap: 3vw;
    }
    .footer{
        padding-top: 10vw;
        padding-bottom: 3vw;
    }
    .menu-overlay .nav ul li a{
        font-size: 10vw;
    }
    .menu-overlay .nav ul li{
        margin-bottom: 7vw;
    }
    .sub-banner {
        height: 60vw;
    }
    .product-cate-box .cate a{
        width: 49%;
        margin-bottom: 2vw;
    }
    .product-cate-box .cate a:nth-child(2n){
        margin-right: 0%;
    }
    .product-cate-box .cate a .name{
        font-size: 5vw;
    }
    .explore .title{
        width: 100%;
        margin-bottom: 3vw;
    }
    .explore .list{
        width: 100%;
        margin-bottom: 3vw;
    }
    .explore{
        flex-wrap: wrap;
    }
    .product-box .item{
        width: 48%;
        margin-right: 4%;
    }
    .product-box .item:nth-child(4n){
        margin-right: 4%;
    }
    .product-box .item:nth-child(2n){
        margin-right: 0%;
    }
    .product-box .item .info{
        padding: 10px 0px;
    }
    .product-box .item .info .title{
        font-size: 1rem;
    }
    .boxes.pd{
        padding: 10vw 0;
    }
    .mbx{
        margin-bottom: 5vw;
    }
    .product-detail{
        flex-wrap: wrap;
    }
    .product-swiper{
        width: 100%;
    }
    .p-r{
        width: 100%;
        padding: 5vw 0;
    }
    .product-current-dot img {
        width: 50px;
        height: 50px;
    }
    .p-r-list .item .row .name{
        font-size: 2rem;
    }
    .p-r-list .item .row .des{
        font-size: 0.875rem;
    }
    .p-r-list .item .row{
        margin-bottom: 5vw;
    }
    .p-r-nav .item{
        width: 65px;
        height: 65px;
    }
    .contact-btn{
        margin-top: 10vw;
    }
    .news-box{
        gap: 4vw;
    }
    .news-box .item .info .date{
        font-size: 0.7rem;
    }
    .news-box .item .info .name{
        font-size: 1rem;
    }
    .news-content{
        width: 100%;
    }
    .news-content .n-title{
        font-size: 1.5rem;
        margin-bottom: 3vw;
    }
    .news-content .n-date{
        font-size: 0.7rem;
    }
    .news-content{
        margin-bottom: 10vw;
    }
    .related-news{
        width: 100%;
    }
    .related-news .re-title{
        font-size: 1.5rem;
        margin-bottom: 3vw;
    }
    .related-news .item{
        margin-bottom: 5vw;
    }
    .company-left{
        width: 100%;
        padding: 0;
    }
    .company-right{
        width: 100%;
        padding-left: 0;
    }
    .company-right::before{
        display: none;
    }
    .honor-top{
        flex-wrap: wrap;
    }
    .hs-name{
        width: 100%;
        margin-bottom: 3vw;
    }
    .honor-des{
        width: 100%;
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .honor-top .hs-name{
        margin-bottom: 3vw;
    }
    .honor-top{
        margin-bottom: 5vw;
    }
    .honor-des::after,.honor-des::before{
        width: 10px;
        height: 10px;
    }
    .honors .item::after{
        display: none;
    }
    .honors .item .name,.honors .item .des{
        width: 100%;
        padding: 0;
    }
    .honors .item{
        flex-wrap: wrap;
        padding: 5vw 0px;
    }
    .honors .item .name::before{
        display: none;
    }
    .honors .item .name{
        padding: 0;
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 3vw;
    }
    .honors .item .des p{
        margin-bottom: 5px;
        padding-left: 0;
    }
    .honors .item .des p::before{
        display: none;
    }
    .ceo-info{
        width: 100%;
        padding-right: 0%;
    }
    .ceo-info::after{
        display: none;
    }
    .ceo-right{
        width: 100%;
        padding-left: 0;
    }
    .ceo-right .name{
        text-align: center;
        font-size: 7vw;
        margin-top: 3vw;
    }
    .hs-more{
        width: 140px;
    }
    .sub-banner.detail .txt {
        font-size: 10vw;
    }
    .boxVideo{
        display: none;
    }
    .hs-album .item{
        width: 48%;
    }
    .hs-album .item:nth-child(2){
        width: 48%;
        margin-top: 0;
    }
    .hs-album .item:nth-child(3){
        width: 100%;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .hs-album .item:nth-child(4){
        width: 48%;
        margin-top: 0;
        margin-left: 0%;
    }
    .hs-album .item:nth-child(5){
        width: 48%;
        margin-top: 0vw;
        margin-left: 0%;
    }
    .hs-album .item:nth-child(6){
        margin-top: 4vw;
    }
    .searchGroup{
        width: 94%;
        padding: 75px 30px;
    }
    .explore .list a{
        width: 105px;
        padding-left: 10px;
    }
    .explore .list a .txt{
        font-size: 0.65rem;
        width: calc(100% - 20px);
    }
    .explore .list a .icon{
        width: 15px;
        height: 15px;
    }
    .form-cooper{
        width: 90%;
        padding: 5vw;
    }
    .form-cooper .name{
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    .form .row{
        margin-bottom: 10px;
    }
    .error_tips{
        transform: translateY(24px);
        font-size: 10px;
    }
    .form .row>input, .form .row textarea{
        padding: 10px 12px;
        font-size: 14px;
    }
    .menuBar{
        display: block;
    }
    .zh .hs-name{
        font-size: 7vw;
    }
}