@charset "utf-8";

/* CSS Document */

* {clear: both;margin: 0;padding: 0;box-sizing: border-box;}
html {max-width: 1920px;margin: 0 auto;}
body {font-family: "OPPOS", -apple-system, "Microsoft YaHei","system-ui";font-size: 100%;color: #000000;margin: 0;padding-bottom: 48vh;text-transform: uppercase;}
body>div {width: 100%;overflow: hidden;}
ol,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6 {list-style: none outside none;margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
img {max-width: 100%;border: none;border-style: none !important;}
a:link,a:visited {color: #323232;text-decoration: none;outline: none;}
a:hover,a:active {color: #323232;text-decoration: none;outline: none;}
button, input, textarea {border: none;outline: none;background: none;} 
em, i {font-style: normal;}
::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}
::-webkit-scrollbar-thumb {background-color: #b1b1b1;border-radius: 3px;}

.gm-top {position: relative;width: 95%;max-width: 1600px;margin: 0 auto;}
.gm {position: relative;width: 95%;max-width: 1600px;margin: 0 auto;}
.ngm {width: 97%;max-width: 1200px;margin: 0 auto;}
.clear {clear: both;}
.ce {display: flex;align-items: center;justify-content: center;}

.omit-1 {
    white-space: nowrap;       		/* 禁止文本换行 */
    overflow: hidden;          		/* 隐藏超出容器的内容 */
    text-overflow: ellipsis;   		/* 超出部分显示省略号 */
}

.omit-2 {
    display: -webkit-box;        	/* 必须结合的属性，将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; 	/* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;       	/* 限制在一个块元素显示的文本的行数 */
    line-clamp: 2;       			/* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;           	/* 隐藏超出容器的内容 */
}

.omit-3 {
    display: -webkit-box;        	/* 必须结合的属性，将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; 	/* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 3;       	/* 限制在一个块元素显示的文本的行数 */
    line-clamp: 3;       			/* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;            	/* 隐藏超出容器的内容 */
}

/* 媒体查询 */

.mutsumi {display: block;}
.mortis {display: none;}
@media screen and (max-width:768px) {
	.mutsumi {display: none;}
	.mortis {display: block;}
}

.b1024 {display: block;}
.n1024 {display: none;}
@media screen and (max-width:1024px) {
	.b1024 {display: none;}
	.n1024 {display: block;}
}

/* 延迟加载菜单文字 */

.menu_txt a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes returnToNormal {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

/* 分页器 */

.green-black {display: flex;justify-content: center;width: 100%;padding: 0;margin: 20px auto;text-align: center;}
.green-black a {display: inline-block;box-sizing: border-box;height: 36px;line-height: 36px;text-decoration: none;font-size: 15px;color: #a8a7a7;padding: 0 10px;margin-right: 10px;background-color: transparent;border-radius: 5px;}
.green-black a:hover {color: #fff;background-color: #a5a5a5;}
.green-black span.current {display: inline-block;box-sizing: border-box;padding: 0 13px;height: 36px;line-height: 36px;color: #fff;margin-right: 6px;background: #648269;border-radius: 5px;}
.green-black .linkpl {font-family: "宋体";font-weight: bold;}
.npages ul{display:flex;align-items: center;justify-content: space-between;}
.npages ul li {width:100px;min-width:160px;height:48px;line-height: 48px;text-align: center;font-size:18px;transition: all 0.3s;}
.npages ul li a {display: flex;align-items: center;justify-content: center;color:#fff;}
.npages ul li a span {padding:0 6px;opacity: 33%;}
.npages ul li:nth-child(1) a {background: #648269;color: #fff;}
.npages ul li:nth-child(2) a {background: #d7c6ae;color: #000;}
@media screen and (max-width:768px) {
	.green-black {margin: auto;margin-top: 20px;}
	.green-black a {height: 26px;line-height: 26px;font-size: 13px;padding: 0 6px;}
	.green-black span.current {height: 26px;line-height: 26px;}
}

/*  Head  */
.nav_box {width: 100%;position: fixed;top: 0;left: 0;z-index: 999;background-color: transparent;overflow-y: hidden;}
.top_nav {width: 100%;font-family: "GOT";}
.top_nav::after {content: "";display: block;width: 100%;height: 100%;background: #648269;position: absolute;top: 0;left: 0;transform: translateY(-100%);transition: transform .5s ease-in-out;}
.nax-box {display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 1;}
.nax-logo {flex:0 1 15%;text-align: left;}
.nax-logo img {width:130px}
.nax-list {flex: 1;overflow: hidden;display: flex;justify-content: end;position: relative;height: 90px;}
.nax-list ul {display: flex;justify-content: flex-end;position: absolute;top: 0;right: 0;height: 100%;z-index: 9999;}
.nax-list ul li {position: relative;width: max-content;height: 100%;text-align: center;transition: .5s;}
.nax-list ul li a {position: relative;height: 100%;line-height: 90px;padding: 0 25px;}
.nax-list ul li a h1 {line-height:1.5;font-size: 15px;color: #fff;}
.nax-list ul li a h1 span {display: block;text-transform: uppercase;opacity: 50%;font-size: 12px;font-family: "DIN-400";}
.nax-list ul li a i {display: block;width: 40px;height: 4px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.nax-list ul li a i::after {content: "";display: block;width: 100%;height: 100%;background: #fff;transform: translateY(-100%);transition: transform .5s ease-in-out;}
.nax-list ul li.xd a i::after {transform: translateY(0);opacity: 1;}
.nax-list ul li a:hover i::after {transform: translateY(0);}
.nax-list dl {display: flex;align-items: center;gap: 10px;height: 100%;padding: 0 20px;}
.nax-last {display: flex;align-items: center;padding-left: 30px;}
.nax-last::before {content: "";display: block;width: 1px;height: 30px;background: #fff;opacity: 40%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.nax-last img {cursor: pointer;}
.top_box_move .top_nav::after {transform: translateY(0);}
/*  二级菜单  */
.nax-last ul li.gb {position: relative;cursor: pointer;}
.nax-list ul li.gb dl dl dd {font-size: 24px;color:#fff;font-family: "OPPOS"}
.nax-list ul li.gb dl dl em {display: block;width: 30px;height: 30px;border-radius: 50%;background: #b68951;overflow: hidden;}
.nax-list ul li.ewm dl {gap: 20px;}
.nax-list ul li.ewm dl em {width: 70px;height: 70px;border-radius: 6px;overflow: hidden;}
.nax-list ul li.ewm dl p {font-size: 12px;color: #fff;text-align: center;margin-top: 6px;}
.xs {position: absolute;top: 10px;left: 50%;transform: translateX(-50%);width: max-content;height: auto;z-index: 99;padding: 5px 10px;opacity: 0;}
.xs a {color: transparent;}
/* 搜索框 */
.seard {position: absolute;right: 0;bottom: 0;width: 100%;z-index: 11;left: 0;margin: 0 auto;transform: translate(0,100%);display: none;}
.seard::before {content: "";width: 100%;height: 100%;background: #f8f8f8;left: 0;top: 0px;display: block;position: absolute;transition: .5s;}
.seard form {width: 50%;margin: 0 auto;position: relative;}
.d1 {padding: 20px 0;box-sizing: border-box;}
.d1 input {box-sizing: border-box;width: 100%; height: 42px;padding-left: 10px; border: 2px solid #6bb731; border-radius: 50px; outline: none; background: #fff;color: #9E9C9C;}
.d1 button {box-sizing: border-box;position: absolute; top: 0; right: 0px; width: 42px;height: 42px; border: none; background: #6bb731; border-radius: 50px; cursor: pointer;}
.d1 button img {filter: brightness(0) invert(1);}
.nax-box-bg {width: 100vw;height: 90px;position: absolute;left: 0;top: 0;transform: translateX(100%);transition: transform 0.2s ease-in-out;}
.nax-box-bg.on {transform: translateX(0);}
.nax-box-bg.sb1 {background: rgba(0, 0, 0, 0.66);}
.nax-box-bg.sb2 {background: rgba(255, 255, 255, 0.88);}
.sb1 {display: none;}
.sb2 {display: inline-block;}

@media screen and (max-width:768px) {
	.nav_box {position: sticky;background-color: #648269;overflow: visible;}
	.top_nav {display: none;}
	.mob_inner_box {display: block;z-index: 10;}
	.mob_inner img {width:80%;}
	.top-logo {display: flex;align-items: center;height:60px;padding-left: 10px;}
	.menu_bg {width:180px;position: absolute;right: 0;top: 60px;background:rgba(0, 0, 0, 0.75);display: none;}
	.menu_txt {text-align: center;}
	.menu_txt ul {display: flex;flex-direction: column;}
	.menu_txt ul li {display: flex;align-items: center;justify-content: center;border-bottom: 1px solid rgba(255, 255, 255, 0.4);transition: all 0.5s;}
	.menu_txt ul li a {display: block;width: 100%;height: 48px;line-height: 48px;font-size: 14px;color: #fff;}
	.nax-last {position: absolute;right: 60px;top: 50%;transform: translateY(-50%);}
	.nax-last ul {gap: 0;}
	.nax-last ul li i {width: 32px;height: 32px;}
	.nax-last ul li img {width: 80%;}
	.mob_ico {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);cursor: pointer;}
	.mob_ico span {display: block;margin-bottom: 8px;width: 34px;height: 2px;background: #fff;transition: 0.3s;}
	.mob_ico span:last-child {margin-bottom: 0;}
	.mob_ico_show span:nth-of-type(1) {transform: translateY(10px) rotate(-45deg);}
	.mob_ico_show span:nth-of-type(2) {opacity: 0;}
	.mob_ico_show span:nth-of-type(3) {transform: translateY(-10px) rotate(45deg);}
}

/*  Foot  */
.footer {position: relative;}
.foot-cover {background: #e0dcd6;padding: 90px 0 110px;position: relative;z-index: 1;}
.foot-list {display: flex;justify-content: space-between;}
.foot-list ul {display: flex;gap: 100px;}
.foot-list ul li h4 {font-size: 21px;color: #a8a8a8;}
.foot-list ul li h5 {font-size: 15px;text-transform: uppercase;color: #202020;}
.foot-list ul li ol {margin-top: 24px;}
.foot-list ul li ol li a {line-height: 2;font-size: 15px;color: #a0a0a0;transition: all 0.3s ease-in-out;}
.foot-list ul li ol li a:hover {color: #202020;}
.list-right {width: 330px;}
.right-1 form {display: flex;align-items: center;justify-content: space-between;padding: 10px;background: #fff;}
.right-1 form button {cursor: pointer;}
.right-1 form input::placeholder {color: #a8a8a8;}
.right-2 {margin-top: 50px;text-align: end;}
.foot-bottom {position: fixed;bottom: 0;left: 0;z-index: -1;width: 100%;padding-top: 50%;}
.foot-bottom>div {position: relative;}
.foot-logo {position: absolute;bottom: 25%;left: 50%;transform: translateX(-50%);z-index: 1;}
.foot-logo img {width: 100px;}
.foot-end {position: absolute;bottom: 20px;left: 0;width: 100%;z-index: 1;}
.foot-end ul {display: flex;justify-content: space-between;color: #fff;}
.foot-end ul a {color: #fff;}
.foot-bg {position: relative;width: 100%;height: -webkit-fill-available;text-align: center;}
.foot-bg {width: 100%;}
@media screen and (max-width:768px) {
	.ymca {position: fixed;bottom: 0;z-index: 996;width: 100%;background: #648269;}
	.ymca ul {display: flex;}
	.ymca ul li {color: #fff;width: 25%;text-align: center;padding: .3rem 0;position: relative;}
	.ymca ul li a {color: #fff;display: block;border-left: 1px solid #fff;}
	.ymca ul li:nth-child(1) a {border-left: 0;}
	.ymca ul li.on a {border-left: none;}
	.fnav_pic {width: 24%;margin: 0 auto;}
	.fnav_pic img {max-width: 100%;}
	.fnav_wb {font-size: .75rem;}
}

/* 初始弹窗样式 */
.popup {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;background: #fff;z-index: 9999;}
.popup-box {position: relative;} 
.pop-img {display: flex;align-items: center;justify-content: center;}
.pop-img .slide-up2 {transform: scale(0);opacity: 0;transition: transform 1.5s ease-in, opacity .5s ease-in;}
.pop-img .slide-up {opacity: 0;transition: transform 1.5s ease-in, opacity .5s ease-in;}
.popup.ed .pop-img {width: 160px;}
.popup.ed .pop-img .slide-up {opacity: 1;}
.homepage {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;display: none;}

/*  Banner  */

.banner {position: relative;overflow: hidden;background: #fff;position: relative;z-index: 1;}
.banner .swiper-slide {position: relative; overflow: hidden;}
.banner-swiper-button {position: absolute;left: 13vw;bottom: 6%;z-index: 11;width: 100%;}
.banner-swiper-button .swiper-pagination-bullet {opacity: 1 ;background: transparent;width: 15px;height: 15px;margin: 0 10px ;border: 2px solid #fff;border-radius: 0;transition: all .5s;}
.banner-swiper-button .swiper-pagination-bullet-active {position: relative;background: #648269;border: 2px solid #648269;}
.banner-swiper-button .swiper-pagination span {position: relative;}
.banner-swiper-button .swiper-pagination-bullet-active::after {opacity: 1 !important;}
.banner-swiper-button .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {width: auto;left: 50%;transform: translateX(-50%);bottom: 35px;}
.banner-content {position: absolute; top: 0;left: 0;width: 100%;height: 100%;z-index: 10;}
.banner-video {position: relative;width: 100%;height:888px;overflow: hidden;}
.banner .video-container {position: relative;width: 100%;height: 100%;overflow: hidden;}
.banner .video-container video {width: 100%;height: 100%;object-fit: cover;}
.banner-txt {position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 99;width: 100%;color: #fff;}
.banner-txt h2 {line-height: 1;font-size: 68px;font-weight: 700;text-transform: uppercase;}
.banner-txt h3 {font-size: 25px;font-weight: 100;letter-spacing: 2px;text-transform: uppercase;margin-bottom:40px;}
.banner-txt h4 {line-height: 60px;font-size: 56px;font-weight: 400;margin-bottom:50px;}
.banner-txt span {display: flex;align-items: center;justify-content: center;width: 150px;height: 50px;font-size: 20px;color:#252525;background: #fff;border-radius: 30px;}
.kmr {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.48);z-index: 90;}
.kmr img {position: absolute;bottom: 0;right: 0;}
@media screen and (max-width:768px) {
	.banner-swiper-button {bottom:30px;}
	.banner .swiper-pagination-bullet {width: 13px !important;height: 13px !important;margin: 0 5px !important;}
}

/* Index */
.invv {padding: 140px 0 100px;background: #fff;position: relative;z-index: 1;}
.invv>div {overflow: hidden;position: relative;}
.in-top {text-align: center;padding: 100px 0 100px;}
.in-top h2 {line-height: 1.2;font-size: 26px;color: #a8a8a8}
.in-top h3 {font-size: 15px;color: #000;}
.in-top p {font-size: 14px;color: #a8a8a8;font-weight: 200;margin-top: 10px;}
.in-top p b {font-size: 24px;color: #6b6b6b;font-weight: 400;}
.in-top ul {display: flex;align-items: flex-end;gap: 18px;}
.in-more a {width: 200px;height: 55px;background-color: #e0dcd6;font-size: 18px;color: #a8a8a8;margin: 100px auto;transition: all .5s ease-in-out;} 
.in-more a:hover {background: #648269;color: #fff;}
.hid {overflow: hidden;}
.hid img {display: block;width: 100%;object-fit: cover;transition: scale .8s ease-in-out;}
.hid:hover img {scale: 1.1;}

/* 首页关于我们 */
.ina {margin: auto;background: #fff;}
.ina-content {display: flex;justify-content: space-between;padding-bottom: 70px;border-bottom: 1px solid #d8d8d8;}
.ina-content h2 {line-height: 36px;font-size: 30px;color: #202020;font-weight: bold;}
.ina-content h3 {font-size: 24px;color: #a8a8a8;margin-top: 20px;}
.ina-content h3 b {padding-left: 15px;}
.ina-content p {line-height: 28px;font-size: 15px;color: #a8a8a8;margin-bottom: 20px;}
.ina-content p:last-child {margin-bottom: 0;}
.ina-content p span {font-size: 14px;color: #202020;font-weight: 300;}
.ina-content a {width: 150px;height: 55px;background-color: #648269;font-size: 16px;color: #fff;margin-top: 30px;}
.Acontent-l {flex: 1;}
.Acontent-r {width: 62%;}

/* 首页产品 */
.inb {margin: auto;background: #fff;}
.inb-bottom {position: relative;}
.inb-md {display: block;height: 450px;background-color: #f3f3f3;position: relative;overflow: hidden;}
.inb-md .inb-mda {position: absolute;bottom: 0;right: 0;z-index: 1;width: 100%;height: 100%;background: #f3f3f3;opacity: 100%;transition: opacity .5s ease-in-out;}
.inb-md .inb-mdb {position: relative;}
.inb-md:hover .inb-mda {opacity: 0;}
.inb-md:hover .inb-title {opacity: 0;}
.inb-title {position: absolute;top: 30px;left: 0;width: 100%;z-index: 5;color: #000;text-align: center;transition: all .33s ease-in-out;}
.inb-title h4 {font-size: 18px;font-weight: 100;text-transform: uppercase;}
.inb-title h5 {font-size: 16px;color: #a8a8a8;}
.inb-button .swiper-button-next, .inb-button .swiper-button-prev {width: 45px;height: 45px;border-radius: 50%;background: #648269;}
.inb-button .swiper-button-prev {left: -22px;}
.inb-button .swiper-button-next {right: -22px;}
.inb-button .swiper-button-next::after, .inb-button .swiper-button-prev::after {font-size: 18px;color: #FFF;opacity: 30%;transition: opacity .5s ease-in-out;}
.inb-button .swiper-button-next:hover::after, .inb-button .swiper-button-prev:hover::after {opacity: 100%;}
/* 首页案例 */
.inc {margin: auto;background: #ebebeb;}
.inc-list ul {display: flex;justify-content: space-between;gap: 20px;}
.inc-list ul li {flex-grow: 1;;min-width: 0;box-sizing: border-box;display: flex;}
.inc-list ul li.sok {width: 100%;}
.inc-list ul li img {display: block;width: 100%;height: auto;object-fit: cover; }
.hidden-item {display: none;}
.fade-in {display: list-item;animation: fadeIn 0.5s ease-in;}
.inc-list>div ul {margin-bottom: 20px;}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 首页新闻 */
.ind {margin: auto;background: #fff;}
.ine-newss ul {display: flex;gap: 35px;}
.ind .poi {position: relative;overflow: hidden;}
.ind .poi .poi-txt {position: absolute;left: 30px;bottom: 40px;width: 90%;z-index: 5;}
.ind .poi .poi-txt h4 {font-size: 21px;color: #fff;margin-top: 13px;}
.new-sort span {width: 90px;height: 30px;font-size: 14px;color: #fff;background: #648269;}
.ind .poi .poi-img {position: relative;z-index: 0;}
.ind .poi .poi-img::before {content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 1;background: linear-gradient(0deg, black -10%, transparent);transition: all .5s ease-in-out;}
.ind .poi .poi-img img {scale: 1;transition: scale 1.25s ease-in-out;}
.ind .poi:hover .poi-img::before {background: linear-gradient(0deg, black 0%, transparent 20%);}
.ind .poi:hover .poi-img img {scale: 1.1;}

/* 首页店铺 */
.ine {margin: auto;background: #fff url(../img/ine-bg.jpg) no-repeat top center/cover;}
.ine em {display: block;width: 100%;height: 4px;overflow: hidden;border-top: 1px solid #e2e2e2;}
.top-shop {padding-bottom: 30px;border-bottom: 1px solid #e2e2e2;}
.shop-list {display: flex;justify-content: space-between;}
.shop-list h4 {font-size: 12px;color: #202020;}
.shop-list h5 {font-size: 24px;color: #a8a8a8;}
.shop-list .shop-list-left {width: 300px;white-space: nowrap;}
.shop-list .shop-list-left ul {display: flex;gap: 20px;align-items: center;}
.shop-list .shop-list-left ol {display: flex;gap: 10px;align-items: center;}
.shop-list .shop-list-right {flex: 1;overflow: hidden;}
.shop-list .shop-list-right>div {position: relative;overflow: hidden;}
.bottom-shop {padding: 40px 0;}
.bottom-shop .shop-list-left {width: 250px;margin-right: 50px;white-space: nowrap;}
.bottom-shop .shop-list-right ul {display: flex;gap: 35px;}
.bottom-shop .shop-list-right p {line-height: 1.5;font-size: 16px;color: #a8a8a8;margin-top: 15px;}
.business-shop {margin-top: 20px;border-top: 1px solid #e2e2e2;}
.business-shop>div {height: 80px;cursor: pointer;position: relative;transition: all 0.3s ease;}
.business-shop>div h6 {font-size: 16px;color: #767676;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.business-shop>div i {position: absolute;right: 25px;top: 50%;transform: translateY(-50%);opacity: 50%;}
.business-shop>div em {position: absolute;left: 0;bottom: 0;}
.business-shop>div em::after {content: '';width: 100%;height: 100%;background: #648269;position: absolute;top: 0;left: 0;transform: translateY(-120%);transition: transform .5s ease-in-out;}
.business-shop>div:hover em::after {transform: translateY(0);}
.business-shop>div.active i {opacity: 1;;}
.business-shop>div.active h6 {color: #000;font-weight: 600;}
.business-shop>div.active em::after {transform: translateY(0);}

/* 首页视频 */
.inf {position: relative;z-index: 1;}
.inf::after {content: '';display: block;width: 100vw;height: 50%;background: #ebebeb;position: absolute;left: 0;bottom: 0;z-index: -1;}
.inf>div {width: 95%;max-width: 1600px;margin: auto;overflow: hidden;}
.in-video {position: relative;display: flex;justify-content: center;align-items: center;}
#inVideo {width: 100%;height: auto;max-height: 800px;}
.video-play-btn {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 10;cursor: pointer;transition: opacity 0.3s ease;}
.video-play-btn img {width: 60px;height: 60px;max-width: 100%;}
.video-play-btn:hover {opacity: 0.8;}
.video-playing .video-play-btn {display: none;opacity: 0;}

/* 其他页面ban样式 */
.ban {position: relative;min-height: 250px;background: #648269;}
.ban h1 {font-size: 25px;color: #fff;font-weight: 300;text-transform: uppercase;}
.ban h2 {font-size: 40px;color: #fff;font-weight: 500;margin-top: 0px;letter-spacing: 2px;}
.bigban {position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.bigban.pro {position: absolute;top: auto;bottom: 15%;left: 0;width: 100%;transform: translateY(0);}
.ban-right {position: absolute;bottom: 30px;right: 0;width: 100%;}
.ban-right.ne {bottom: 110px;}
.ban-right ul {display: flex;gap: 10px;justify-content: flex-end;}
.ban-right ul li a {color: #fff;}
.ban-right ul li.sp img {filter: brightness(250);}
.ban-left {position: absolute;top: 150px;left: 0;width: 100%;}
.ban-left ul {display: flex;gap: 10px;margin-bottom: 10px;}
.ban-left ul li a {color: #fff;}
.ban-left ul li.sp img {filter: brightness(250);}

/* product */
.pro-content {position: relative;z-index: 1;background: #fff;}
.pro-top  {padding: 48px 0;}
.pro-top h3 {font-size: 15px;font-weight: 600;color: #a8a8a8;}
.pro-top span {font-size: 13px;font-weight: 500;color: #202020;}
.pro-top ul {display: flex;justify-content: space-between;}
.pro-top ul li {flex: 1;border-left: 1px solid #e1e1e1;text-align: center;}
.pro-top ul li:first-child {border-left: none;}
.pro-top ul li a {display: flex;align-items: center;justify-content: center;gap: 13px;cursor: pointer;}
.pro-top ul li a i {width: 70px;height: 70px;border-radius: 50%;border: 1px solid #dadada;overflow: hidden;position: relative;}
.pro-top ul li a i::after {content: "";display: block;width: 100%;height: 100%;border-radius: 50%;background: #648269;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0);transition: transform 0.4s ease-in-out;z-index: 0;}
.pro-top ul li a img {position: relative;z-index: 1;}
.pro-top ul li.xjp a i {background: #648269;border: 0;}
.pro-top ul li:hover a i {border: 0;}
.pro-top ul li:hover a i::after {transform: translate(-50%, -50%) scale(1);}
.pro-list {padding: 60px 0;}
.pro-list ul {display: flex;flex-wrap: wrap;gap: 55px;color: #a8a8a8;}
.pro-list ul li {width: calc((100% - 110px) / 3);}
.pro-list ul li em {display: block;width: 100%;height: 2px;overflow: hidden;margin-top: 25px;}
.pro-list ul li em::after {content: "";display: block;width: 100%;height: 100%;background: #648269;transform: translateX(-100%);transition: transform 0.6s ease-in-out;}
.pro_model {font-size: 14px;color: #848484;margin: 20px 0 5px;}
.pro_name {font-size: 22px;color: #a8a8a8;font-weight: 500;} 
.pro-list ul li:hover em::after {transform: translateX(0);}

/* Search */
.search-content {background: #fff;}
.search-top {padding: 20px 0;}
.search-top form {display: flex;}
.search-top form input {flex: 1;height: 60px;line-height: 60px;padding-left: 20px;background: #fafafa;}
.search-top form input::placeholder {color: #a8a8a8;}
.search-top form button {width: 80px;background: #648269;cursor: pointer;}

/* productshow */
.pan {min-height: 168px;background: #fff;position: relative;}
.panda {position: absolute;left: 0;bottom: 10%;width: 100%;}
.panda ul {display: flex;gap: 10px;}
.panda ul li a {color: #666;}
.proshow-content {position: relative;background: #fff;}
.proshow-content img {display: block;}
.proshow-a {background: #efefef;padding: 60px 0;}
.ps-swp {display: flex;justify-content: space-between;}
.ps-swp-l {width: 58%;margin-right: 5%;overflow: hidden;}
.ps-swp-l .swiper-slide {border: 1px solid #e1e1e1;}
.ps-swp-r {flex: 1;position: relative;}
.pro-desc {min-height: 330px;overflow: auto;}
.ps-swp-bottom {position: relative;bottom: 0;left: 0;width: 100%;}
.ps-contact {display: flex;gap: 10px;margin: 50px 0 40px;}
.ps-contact a {width: 160px;height: 55px;font-size: 18px;overflow: hidden;transition: all .3s ease-in-out;}
.ps-contact a:hover {font-size: 20px;}
.ps-contact a:nth-child(1) {background: #648269;color: #fff;}
.ps-contact a:nth-child(2) {background: #d7c6ae;color: #a8a8a8;}
.lst ul {display: flex;gap: 20px;overflow: auto;}
.lst ul li {flex: 0 1 38%;border: 2px solid #fff;}
.lst ul li.active {border: 2px solid #648269;}
.lst ul::-webkit-scrollbar {display: none;}
.pro-desc2 {padding: 60px 0 100px;min-height: 300px;}
.proshow-btop {border-bottom: 1px solid #ebebeb;}
.proshow-btop ul {display: flex;gap: 20px;}
.proshow-btop ul li {flex: 0;font-size: 24px;color: #648269;position: relative;white-space: nowrap;padding: 20px 0;}
.proshow-btop ul li em {display: block;width: 95px;height: 5px;background: #648269;position: absolute;left: 50%;bottom: -3px;transform: translateX(-50%);}
.ps-swp-r .pro-desc h2 {color: #a8a8a8;}
.ps-swp-r .pro-desc h2 span {color: #a8a8a8;}

/* Case */
.case-content {background: #fff;padding-bottom: 30px;}
.case-top {padding: 40px 0;}
.case-top h4 {text-align: justify;font-size: 20px;color: #a8a8a8;margin-top: 6px;}
.case-top h5 {font-size: 13px;color: #202020;width: 88%;}
.case-bottom ul {display: flex;flex-wrap: wrap;gap: 40px;}
.case-bottom ul li {width: calc((100% - 80px) / 3);}
.case-bottom ul li:nth-child(-n+2) {width: calc(50% - 20px);}
.case_txt {color: #000;margin: 15px 0 20px;}
.case_txt h4 {font-size: 16px;font-weight: 300;opacity: 70%;}
.case_txt h5 {font-size: 22px;font-weight: 500;margin: 5px 0 10px;color: #a8a8a8;}
.case_txt h6 {font-size: 16px;color: #a3a3a3;}
.caseshow-content {background: #fff;padding: 60px 0;}
.caseshow_top {padding-bottom: 30px;border-bottom: 1px dashed #ebebeb;}
.caseshow_title {font-size: 25px;color: #0f0f0f;font-weight: 800;letter-spacing: 2px;margin-bottom: 10px;}
.caseshow_time {font-size: 18px;color: #868686;}
.caseshow_ry {padding: 50px 0;line-height: 1.5;font-size: 16px;color: #a8a8a8;}
.caseshow_ry .jojo h1 {font-size: 22px;font-weight: 600;}
.caseshow_ry .jojo h2 {font-size: 18px;margin: 20px 0 35px;}
.caseshow_ry .jojo p {line-height: 1.5;font-size: 15px;}
.back-off a {font-size: 15px;color: #648269;padding: 4px 16px;border: 1px solid #648269;}
.back-off a:hover {color: #fff;background: #648269;} 

/* news */
.news-content {background: #efefef;overflow: visible;padding: 50px;}
.newsa {display: flex;align-items: center;padding: 30px;overflow: hidden;background: #fff;}
.newsa_l {width: 680px;overflow: hidden;}
.newsa_r {flex: 1;margin-left: 50px;color: #000;}
.newsa_r h2 {font-size: 16px;font-weight: 600;margin-bottom: 50px;}
.newsa_r h3 {font-size: 30px;font-weight: 600;margin-bottom: 30px;}
.newsa_r p {line-height: 1.5;font-size: 18px;color: #484848;width: 95%;}
.newsa_r span {width: 140px;height: 48px;background: #648269;color: #fff;}
.newsa_r .more {margin-top: 40px;}
.news-list {padding: 0;}
.news-list ul {display: flex;gap: 55px;flex-wrap: wrap;}
.news-list ul li {width: calc((100% - 110px)/ 3);overflow: hidden;background: #fff;}
.news-list ul li h2 {font-size: 16px;color: #474747;font-weight: 400;margin-bottom: 8px;}
.news-list ul li h3 {font-size: 20px;color: #a8a8a8;font-weight: 500;}
.news-list ul li p {display: none;}
.news-list ul li .more {display: none;}
.news-list ul li:nth-child(1) {width: 100%;}
.news-list ul li:nth-child(1) a {display: flex;justify-content: space-between;}
.news-list ul li:nth-child(1) a>div {width: 50%;}
.news-list ul li:nth-child(1) h2 {font-weight: 600;color: #252525;}
.news-list ul li:nth-child(1) h3 {font-size: 30px;margin: 40px 0;}
.news-list ul li:nth-child(1) p {display: -webkit-box;line-height: 24px;font-size: 18px;color: #a8a8a8;}
.news-list ul li:nth-child(1) .more {display: block;margin-top: 66px;}
.news-list ul li:nth-child(1) .more span {width: 140px;height: 50px;background: #648269;color: #fff;}
.news-txt {padding: 30px 20px;}
.newsshow {padding: 60px 0;background: #fff;}
.newsshow-titles {width: 80%;margin: auto;text-align: center;}
.newsshow-title h4 {font-size:30px;color:#000;font-weight: 600;margin-bottom: 10px;}
.newsshow-title p {font-size:16px;color:#868686;}
.newsshow-content {margin: 30px 0 60px;}
.news_pn ul {display: flex;align-items: center;justify-content: space-between;}
.news_pn ul li {background: #ededed;}
.news_pn ul li a {display: block;width: 100px;height: 48px;line-height: 48px;text-align: center;color: #252525;transition: all 0.3s ease;}
.news_pn ul li:hover {background: #a61f22;}
.news_pn ul li:hover a {color: #fff;}

/* About */
.aboutus {background: #fff;overflow: visible;}
.ab1 {padding: 130px 0;}
.ab1 ul {display: flex;gap: 50px;}
.ab1-l {width: 46.85%;overflow: hidden;}
.ab1-r {flex: 1;display: flex;align-items: center;overflow: hidden;}
.ab1-txt  {width: 89%;}
.ab1-txt h2 {font-size: 32px;font-weight: 600;margin-bottom: 60px;color: #a8a8a8;}
.ab1-txt h3 {font-size: 23px;font-weight: 400;text-transform: uppercase;}
.ab1-txt p {text-align: justify;line-height: 1.75;font-size: 17px;color: #a8a8a8;margin-top: 20px;}
.ab1-txt span {display: block;font-size: 14px;margin-top: 60px;}
.ab1-l img {opacity: 0;animation: fadeInFromZero 2s ease-in-out 1s forwards;}
@keyframes fadeInFromZero {
    from {opacity: 0;}
    to {opacity: 1;}
}
.ab2 {padding: 250px 0;background: #000 url(../img/ab2-bg.jpg) no-repeat center/cover fixed;}
.ab2 ul {display: flex;gap: 60px;}
.ab2 ul li {flex: 1;background: #fff;padding: 30px 20px;color: #000;transition: all 0.5s ease-in-out;}
.ab2 ul li h2 {font-size: 14px;}
.ab2 ul li h3 {font-size: 22px;margin-bottom: 20px;opacity: 40%;transition: opacity 0.5s ease-in-out;}
.ab2 ul li h4 {font-size: 28px;font-weight: 600;margin-bottom: 10px;opacity: 40%;transition: opacity 0.5s ease-in-out;}
.ab2 ul li.qwq h4 {font-size: 24px;}
.ab2 ul li h5 {font-size: 15px;font-family: "GOT-L";font-weight: 200;}
.ab2 ul li .re h5 {font-size: 15px;}
.ab2 ul li:hover {background: #648269;color: #fff;}
.ab2 ul li:hover h3, .ab2 ul li:hover h4 {opacity: 90%;}
.zoom-animation {opacity: 0;transform: scale(0.25);transition: none;}
.zoom-animation.animate {animation: zoomInOut 3s forwards;}
@keyframes zoomInOut {
    from {opacity: 0;transform: scale(0.25);}
	to {opacity: 1;transform: scale(1);}
}
.ab3 {padding: 80px 0 160px;}
.ab3-top {margin-bottom: 40px;}
.ab3-top h2 {font-size: 18px;color: #202020;font-weight: 200;}
.ab3-top h3 {font-size: 31px;color: #a8a8a8;font-weight: 500;}
.ab3-content {position: relative;}
.ab3-txt {margin-top: 20px;}
.ab3-txt h4 {font-size: 20px;color: #a8a8a8;font-weight: 200;}
.ab3-txt h5 {font-size: 22px;color: #a8a8a8;}

/* suv */
.svu {position: relative;background: #fff;}
.svu .svu-top {margin-bottom: 50px;}
.svu h2 {font-size: 14px;}
.svu h3 {font-size: 26px;font-weight: 600;color: #a8a8a8;} 
.svu h5 {font-size: 14px;} 
.shop-content {padding: 80px 0;}
.shop-content ul {display: flex;justify-content: space-between;gap: 50px;}
.on-s {width: 200px;}
.on-s .svu-list>div {margin-bottom: 20px;}
.on-s .svu-list>div a {display: flex;align-items: end;gap: 13px;font-size: 16px;color: #a8a8a8;}
.on-s .svu-list>div a svg {width: 48px;height: auto;}
.middle-s>div {display: block;width: 1px;height: 100%;background: #ebebeb;}
.off-s {flex: 1;overflow: hidden;} 
.off-s .svu-top ul {display: flex;align-items: last baseline;gap: 8px;opacity: 50%;}
.off-s .svu-list>div {margin-bottom: 40px;}
.off-s .svu-list>div:last-child {margin-bottom: 0;}
.off-s .svu-list>div a {color: #a8a8a8;}
.off-s .svu-list>div h5 {font-size: 30px;margin-bottom: 10px;opacity: 1;}
.off-s .svu-list>div h4 {font-size: 24px;} 
.off-s .svu-list>div h6 {font-size: 18px;}
.svu-content ul {display: flex;justify-content: space-between;flex-direction: row-reverse;gap: 40px;}
.svu-content .jo  {width: 57%;}
.svu-content .oj {flex: 1;position: relative;}
.svu-content .oj em {display: block;width: 100%;height: 5px;background: #e0dcd6;position: relative;top: 0;overflow: hidden;}
.svu-content .oj em::before {content: "";display: block;width: 100%;height: 100%;background: #648269;position: absolute;top: 0;left: 0;transform: translateX(-150%);transition: transform 0.5s ease-in-out;}
.svu-content .oj-1 {margin-top: 30px;font-size: 24px;color: #2f2f2f;}
.svu-content .oj-1::after {content: "";display: block;width: 33px;height: 10px;background: #e8e8e8;margin-top: 20px;} 
.svu-content .oj-2 {position: absolute;left: 0;top: 60%;}
.off-s .svu-list>div:hover .svu-content .oj em::before {transform: translateX(0);}
.shop-content2 {padding: 50px 0;background: #f4f4f4;display: none;}
.shop-content2 ul {display: flex;}
.shop-content2 ul li {flex: 1;position: relative;margin-right: 2%;}
.shop-content2 ul li::before {content: "";display: block;width: 1px;height: 80%;background: #d2d2d2;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.shop-content2 ul li:last-child::before {display: none;}
.shop-content2 dl {display: flex;align-items: start;gap: 13%;}
.shop-content2 dl dt {font-size: 24px;}
.shop-content2 dl dd p {font-size: 18px;margin-top: 10px;transition: all 0.3s ease;}
.shop-content2 dl dd a:hover p {color: #648269;}
.jo .swiper-button-next::after, .jo .swiper-button-prev::after {font-size: 23px;color: #fff;}

/* contact */
.contact-top {position: absolute;bottom: 12%;left: 0;width: 100%;}
.contact-top ul {display: flex;justify-content: space-between;}
.contact-top ul li {flex: 1;text-align: center;color: #fff;}
.contact-top ul li img {max-width: 68px !important;}
.contact-top ul li h3 {font-size: 20px;font-weight: 500;margin: 40px auto 20px;height: 66px;}
.contact-top ul li h4 {font-size: 16px;font-weight: 200;opacity: 40%;}
.contact {background: #fff;padding-bottom: 120px;}
.con {position: relative;margin-top: -50px;background: #fff;box-shadow: 0 0 23px 5px rgba(0,0,0,.2);}
.con ul {display: flex;}
.con-l {width: 420px;position: relative;}
.con-l img {display: block;width: 100%;}
.con-ll {position: absolute;top: 20px;left: 20px;color: #fff;width: 100%;height: 100%;}
.con-ll h1 {font-size: 32px;font-weight: 600;margin-bottom: 15px;}
.con-ll p {position: absolute;bottom: 48px;width: 85%;font-size: 18px;font-weight: 200;}
.con-ll p span {font-size: 14px;opacity: 60%;}
.con-r {flex: 1;}
.mess-i {width: 75%;}
.mac {display: flex;flex-wrap: wrap;gap: 25px;}
.mac>div {width: calc((100% - 25px)/ 2);}
.mac>div.book-T {width: 100%;}
.mac input {background-color: #eee;width: 100%;height: 60px;line-height: 60px;padding-left: 10px;font-size: 16px;color: #666;text-transform: capitalize;}
.mac textarea {background-color: #eee;width: 100%;line-height: 1.5;padding-left: 10px;padding-top: 18px;font-size: 16px;color: #666;text-transform: capitalize;}
.mac input::placeholder, .mac textarea::placeholder {letter-spacing: 1px;font-family: "GOT";transition: opacity 0.3s ease;}
.mac input:focus::placeholder, .mac textarea:focus::placeholder {opacity: 15%;transition: opacity 0.5s ease;}
.mac textarea {height: 200px;resize: vertical;}
.mbc {display: flex;align-items: center;gap: 25px;margin-top: 25px;}
.login-ipt {flex: 1;display: flex;justify-content: space-between;align-items: center;}
.login-ipt input {background-color: #eee;width: 100%;height: 60px;line-height: 60px;padding-left: 10px;font-size: 16px;color: #666;}
.submit-botton button {width: 220px;height: 60px;color: #fff;background: #648269;cursor: pointer;overflow: hidden;transition: all 0.3s ease-in-out;}
.submit-botton button:hover {font-size: 18px;}

/* video */

.videoo {padding:50px 0;position: relative;}
.v-main ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}	
.v-main ul li {flex:0 1 32%;margin-left:2%;margin-bottom:2%;}
.v-main ul li:nth-child(3n+1) {margin-left:0;}
.v-main ul li a {position: relative;}
.video_mc {position: absolute;bottom: -33px;left:0;width: 80%;height: 66px;line-height: 66px;background:#6bb731;color:#fff;}
.video_mc p {width: 300px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 1em;}

@media (max-width: 1280px) { 
	.in-top h2 {font-size: 36px;}
	.inb-md {height: fit-content;}
	.ab2 {padding: 150px 0;}
	.ab2 ul {gap: 30px;}
	.foot-logo {bottom: 10vh;}
	.foot-bg img {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 180%;max-width: none;}
	.pro-desc {min-height: 20vw;}
	.news-list ul li:nth-child(1) h3 {font-size: 26px;}
	.pro-list ul {gap: 30px;}
	.pro-list ul li {width: calc((100% - 60px) / 3);}
	.news-content {padding: 50px 0;}
	.news-list ul {gap: 40px;}
	.news-list ul li {width: calc((100% - 80px) / 3);}
}

@media (max-width: 1024px) { 
	body {padding-bottom: 35%;}
	.ban h1 {font-size: 18px;}
	.ban h2 {font-size: 30px;}
	
	.invv {padding: 100px 0 80px;}
	.in-top {padding: 60px 0;}
	.ina-content {display: block;}
	.Acontent-l {margin-bottom: 40px;}
	.Acontent-r {width: 95%;}
	.inb-mda img {margin-top: 48%;}
	.in-more a {margin: 80px auto;}
	.ind .poi .poi-txt h4 {font-size: 23px;width: 95%;}
	.foot-list ul {gap: 48px;}
	.pro-top {padding: 20px 0 0;}
	.pro-top span {font-size: 10px;}
	.pro-top ul li a i {width: 48px;height: 48px;}
	.pro-list ul {gap: 20px;}
	.pro-list ul li {width: calc((100% - 40px) / 3);}
	.lst {display: none;}
	.lst2 {display: block;margin-top: 15px;}
	.lst2 ul {display: flex;gap: 10px;}
	.lst2 ul li {width: calc((100% - 30px) / 4);}
	.pan {min-height: 140px;}
	.news-list {margin-top: 50px;}
	
	.ab1 {padding: 100px 0;}
	.ab1 ul {display: block;}
	.ab1-l, .ab1-r {width: 100%;}
	.ab1-l {margin-bottom: 30px;}
	.ab1-txt h3 {margin-bottom: 30px;}
	.ab1-txt span {margin-top: 30px;}
	.ab2 {padding: 100px 0;}
	.ab2 ul {flex-wrap: wrap;gap: 20px;}
	.ab2 ul li {flex: 0 1 calc(50% - 10px);}

	.con {margin-top: -150px;}
	.con-l {width: 300px;}
	.contact-top {position: relative;bottom: 0;background: #fff;padding: 30px 0 50px;}
	.contact-top ul li {color: #2f2f2f;}
	.contact-top ul li img {filter: brightness(0.48);width: 48px;margin: auto;}
	.contact-top ul li h3 {font-size: 22px;}
	.mess-i {width: 90%;}
	.mac textarea {height: 120px;}
}

@media (max-width: 768px) {    
	body {padding-bottom: 42vh;}
	.pop-img {height: 190px;}
	.pop-txt h1 {font-size: 36px;}
	.pop-txt h2 {font-size: 24px;} 
	.foot-cover {display: none;}
	.foot-bottom {padding-top: 100%;}
	.foot-logo {bottom: 16vh;}
	.foot-logo img {width: 80px;}
	.foot-end {position: absolute;bottom: 58px;}
	.foot-end ul {display: block;font-size: 13px;text-align: center;}
	.foot-end ul li {font-size: 12px;}
	.foot-end ul li a {font-size: 12px;}
	.foot-bg img {width: 248%;filter: brightness(0.6);}
	
	.invv {padding: 50px 0 ;}
	.Acontent-l {margin-bottom: 30px;}
	.in-top {padding: 30px 0;}
	.in-top h2 {font-size: 20px;}
	.in-top h3 {font-size: 14px;}
	.in-top p {font-size: 12px;}
	.in-top p b {display: block;font-size: 18px;}
	.in-top p br {display: none;}
	.in-top ul {gap: 8px;}
	.ina-content {padding-bottom: 30px;}
	.ina-content h2 {line-height: 1.5;font-size: 20px;}
	.ina-content h3 {margin-top: 8px;font-size: 18px;}
	.ina-content p {font-size: 15px;}
	.ina-content p span {font-size: 12px;}
	.ina-content a {width: 120px;height: 30px;margin: auto;margin-top: 20px;font-size: 14px;}
	.inb-button .swiper-button-next, .inb-button .swiper-button-prev {top: 50%;transform: translateY(-50%);margin-top: 0;width: 32px;height: 32px;}
	.inb-button .swiper-button-next {right: 10px;}
	.inb-button .swiper-button-prev {left: 10px;}
	.inb-button .swiper-button-next:after, .inb-button .swiper-button-prev:after {font-size: 16px;}
	.inb-md .inb-mda, .inb-md .inb-title {position: static;transform: translate(0,0);text-align: center;}
	.inb-md:hover .inb-title, .inb-md:hover .inb-mda {opacity: 100%;}
	.inb-mda img {width: 60%;margin-top: 30px;}
	.inb-title {padding-top: 20px;}
	.inb-title h4 {font-size: 12px;}
	.inb-title h5 {font-size: 14px;}
	.inb-mdb {display: none;}
	.in-more a {width: 160px;height: 30px;margin: 30px auto;font-size: 14px;}
	.inc-list>div ul {margin-bottom: 10px;}
	.inc-list ul {gap: 10px;}
	.inc-list ul:nth-child(2) {margin-bottom: 10px;}
	.ind .in-top ul {display: block;}
	.ind-newss ul {gap: 15px;}
	.ind .poi .poi-txt h4 {font-size: 18px;}
	.ine .in-top ul {display: block;}
	.shop-list h5 {font-size: 16px;}
	.shop-list {display: block;}
	.shop-list .shop-list-left {width: 100%;margin-bottom: 10px;}
	.shop-list .shop-list-right {width: 100%;}
	.business-shop {display: flex;gap: 10px;border-top: 0;}
	.business-shop>div {flex: 1;text-align: center;height: auto;padding: 8px 0;}
	.business-shop>div i {display: none;}
	.business-shop>div h6 {position: static;transform: translateY(0);font-size: 14px;}
	.business-shop>div h6 span {display: block;}
	.bottom-shop {padding: 0;padding-top: 30px;}
	.bottom-shop .shop-list-right ul {gap: 15px;}
	.bottom-shop .shop-list-right p {font-size: 14px;}

	.ban {min-height: 90px;}
	.ban>img {width: 150%;max-width: none;}
	.bigban h1 {font-size: 12px;}
	.bigban h1 br {display: none;}
	.bigban h2 {font-size: 20px;}
	.ban-right {bottom: 5px;font-size: 13px;}
	.ban-right ul {gap: 6px;}
	.ban-left {top: 8%;}
	.ban-left h1 {font-size: 26px;}
	.ban-left h2 {font-size: 20px;}

	.bigban.pro {bottom: auto;top: 50%;transform: translateY(-50%);}
	.pro-top ul {flex-wrap: wrap;}
	.pro-top ul::-webkit-scrollbar {display: none;}
	.pro-top ul li {flex: 0 1 48%;border-left: none;text-align: start;margin-bottom: 0;}
	.pro-top ul li a i {border: none;}
	.pro-top ul li img {width: 66px;}
	.pro-top ul li a {justify-content: flex-start;}
	.pro-top ul li a h3 {font-size: 14px;font-weight: inherit;}
	.pro-top ul li a span {font-size: 10px;}
	.pro-list {padding: 30px 0;}
	.pro-list ul li {width: calc(50% - 10px);}
	.pro_model {font-size: 13px;}
	.pro_name {font-size: 16px;}
	.pro-list ul li em {margin-top: 8px;}
	.pan {min-height: 30px;}
	.panda ul {gap: 6px;}
	.panda ul li a {font-size: 13px;}
	.proshow-a {padding: 20px 0;}
	.ps-swp {display: block;}
	.ps-swp-l {width: 100%;margin-right: 0;}
	.pro-desc {min-height: auto;padding-top: 15px;}
	.ps-contact {margin: 20px 0;justify-content: center;gap: 15px;}
	.ps-contact a {width: 120px;height: 40px;font-size: 15px;}
	.ps-contact a:hover {font-size: 16px;}
	.proshow-btop ul li {font-size: 18px;}

	.case-content {padding-bottom: 30px;}
	.case-top {padding: 30px 0;}
	.case-top h4 {font-size: 16px;}
	.case-top h4 br {display: none;}
	.case-top h5 {width: 100%;}
	.case-bottom ul {gap: 20px;}
	.case-bottom ul li, .case-bottom ul li:nth-child(-n+2) {width: calc(50% - 10px);}
	.case_txt h4 {font-size: 15px;}
	.case_txt h5 {font-size: 16px;}
	.case_txt h6 {font-size: 12px;}
	.caseshow_title {font-size: 20px;}
	.caseshow_time {font-size: 15px;}
	.caseshow_ry {padding: 0;margin-bottom: 30px;}
	.caseshow_ry .jojo h1 {font-size: 18px;}
	.caseshow_ry .jojo h2 {font-size: 15px;margin: 10px 0 20px;}
	.caseshow_ry .jojo p {line-height: 1.5;font-size: 14px;}
	.back-off a {font-size: 13px;padding: 4px 16px;}
	.npages ul li {width: auto;min-width: auto;height: 36px;line-height: 36px;}
	.npages ul li a {font-size: 15px;padding: 0 20px;}

	.news-content {padding: 30px 0;}
	.newsa {padding: 10px;display: block;}
	.newsa_l {width: 100%;}
	.newsa_r {width: 100%;margin-left: 0;padding: 15px 0;;}
	.newsa_r h2 {margin-bottom: 10px;}
	.newsa_r h3 {font-size: 18px;margin-bottom: 6px;}
	.newsa_r p {font-size: 14px;}
	.newsa_r span {width: 120px;height: 40px;margin: auto;font-size: 15px;}
	.newsa_r .more {margin-top: 20px;}
	.news-list {padding: 0;margin-top: 15px}
	.news-list ul {gap: 10px;}
	.news-list ul li {width: 100%;}
	.news-list ul li h2 {font-size: 13px;font-weight: 600;color: #252525;}
	.news-list ul li h3 {font-size: 18px;margin: 10px 0 20px;}
	.news-list ul li p {display: -webkit-box;line-height: 24px;font-size: 14px;color: #484848;}
	.news-list ul li:nth-child(1) a {display: block;}
	.news-list ul li:nth-child(1) a>div {width: 100%;}
	.news-list ul li:nth-child(1) h3 {font-size: 13px;}
	.news-list ul li:nth-child(1) h3 {font-size: 18px;margin: 10px 0 20px;}
	.news-list ul li:nth-child(1) p {font-size: 14px}
	.news-list ul li:nth-child(1) .more {display: none;}
	.news-txt {padding: 20px 5px;}
	.news-txt h3 {font-size: 15px;}
	.news-txt p {font-size: 13px;}
	.newsshow {padding: 0;}
	.newsshow-title h4 {font-size:20px;}
	.newsshow-title p {font-size: 14px;}

	.ab1 {padding: 30px 0;}
	.ab1-txt {width: 100%;}
	.ab1-txt h2 {font-size: 25px;text-align: center;margin-bottom: 30px;}
	.ab1-txt h3 {font-size: 16px;text-align: center;margin-bottom: 0;}
	.ab1-txt p {font-size: 15px;margin-top: 15px;}
	.ab2 {padding: 30px 0;}
	.ab2 ul li {flex: 0 1 100%;}
	.ab2 ul li h2 {text-align: center;}
	.ab2 ul li h3 {font-size: 18px;text-align: center;}
	.ab2 ul li h4, .ab2 ul li.qwq h4 {font-size: 18px;margin-bottom: 0;margin-bottom: 8px;}
	.ab2 ul li h4, .ab2 ul li.qwq h4 i {display: block;}
	.ab2 ul li h4 sp {display: none;}
	.ab2 ul li h5, .ab2 ul li .re h5 {font-size: 14px;}
	.ab3 {padding: 30px 0;}
	.ab3-top h2 {font-size: 16px;}
	.ab3-top h3 {font-size: 25px;}
	.ab3-txt h4 {font-size: 18px;}
	.ab3-txt h5 {font-size: 15px;}
	.ab3-content a {display: flex;align-items: center;gap: 15px;}
	.ab3-content a .ab3-img {width: 50%;}
	.ab3-content a .ab3-txt {flex: 1;}

	.shop-content {padding: 0;margin-bottom: 25px;}
	.shop-content ul {flex-wrap: wrap;gap: 20px;}
	.on-s, .middle-s, .off-s {flex: 0 1 100%;}
	.on-s .svu-list>div a {font-size: 14px;}
	.middle-s>div {display: block;width: 100%;height: 1px;}
	.svu {padding-bottom: 20px;}
	.svu .svu-top {margin-bottom: 0;}
	.svu-top {padding: 30px 0;}
	.svu-top ul {display: block;}
	.svu h2 {font-size: 13px;}
	.svu-top h3 {font-size: 20px;}
	.svu-top h4 {font-size: 20px;}
	.svu-top h5 {font-size: 12px;}
	.svu-content ul {display: flex;flex-wrap: wrap;flex-direction: column-reverse;gap: 13px;}
	.svu-content .jo {width: 100%;}
	.svu-content .oj-1 {font-size: 14px;margin-top: 15px;}
	.svu-content .oj-1::after {margin: 10px 0;}
	.svu-content .oj-2 {position: relative;left: 0;top: 0;}
	.svu-content .oj-2 h2 {font-size: 20px;}
	.svu-content .oj-2 h3 {font-size: 15px;}
	.svu-content .oj em {display: none;}
	.off-s .svu-list>div h4 {display: none;}
	.off-s .svu-list>div h5 {font-size: 16px;font-weight: bold;}
	.off-s .svu-list>div h6 {font-size: 14px;}

	.contact {padding-bottom: 50px;}
	.con {margin-top: -25%;}
	.con ul {display: block;}
	.contact-top {padding: 30px 0;}
	.contact-top ul li h3 {font-size: 16px;margin: 15px auto 5px;height: auto;}
	.contact-top ul li:nth-child(1) h3 {font-size: 20px;}
	.contact-top ul li h4 {font-size: 14px;}
	.contact-top ul li h4 br {display: none;}
	.contact-top .zmm {margin-bottom: 30px;}
	.con-l {width: 100%;}
	.con-l img {display: none;}
	.con-ll {position: relative;top: 0;left: 0;text-align: center;color: #2f2f2f;width: 95%;margin: auto;}
	.con-ll h1 {font-size: 26px;}
	.con-ll p {position: relative;bottom: 0;width: 100%;font-size: 15px;}
	.con-ll p span {font-size: 11px;}
	.con-r {padding-bottom: 30px;}
	.mac {gap: 10px;margin-top: 20px;}
	.mac>div {width: 100%;}
	.mac input {height: 40px;line-height: 40px;font-size: 14px;}
	.mac textarea {font-size: 14px;}
	.login-ipt input {width: 80px;height: 40px;line-height: 40px;}
	.submit-botton button {width: 100px;height: 40px;}
} 
#a1, #a2 {scroll-margin-top: 90px;}

/* 260131 add */

/* 初始状态：隐藏页面内容 */
#content {opacity: 1;transition: opacity 0.5s ease;}

/* 全屏动画容器 */
#fullscreen-animation {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;z-index: 1000;}

/* Logo 动画样式 */
.logo {width: 9vw;max-width: 120px;object-fit: contain;position: relative;animation: reveal 2s ease-in-out forwards;}
.logo::before {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: linear-gradient(to right, #f5f5f5, transparent);animation: slideMask 2s ease-in-out forwards;}

@keyframes reveal {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes slideMask {
	0% {left: 0;}
	100% {left: 110%;}
}

/* 上拉退出动画 */
.slide-up {animation: slideUp 1s ease-out forwards;}

@keyframes slideUp {
	0% {transform: translateY(0);}
	100% {transform: translateY(-100%);}
}

@media (max-width: 1024px) {
	.logo {width: 13vw;}
}

@media (min-width: 1921px) {
	html {max-width: 100%;}
	body {font-size: 18px;padding-bottom: 650px;}
	img {width: 100%;max-width: -webkit-fill-available;}
	.ban {max-height: 700px;}
	.aboutus {min-height: 40vh;}
	.foot-logo {bottom: 250px;}
	.on-s .svu-list>div a img {width: 48px;}
	
}
@media (min-width: 4321px) {
	body {font-size: 20px;}
}