@charset "utf-8";

/* CSS Document */

* {clear: both;margin: 0;padding: 0;box-sizing: border-box;}
html {max-width: 1920px;margin: 0 auto}
body {position: relative;;font-family: -apple-system, serif, "Microsoft YaHei", "system-ui";font-size: 100%;color: #232323;margin: 0;}
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;}

.gym {position: relative;width: 95%;max-width: 1800px;margin: 0 auto;}
.gm-top {position: relative;width: 95%;max-width: 1600px;margin: 0 auto;}
.gm {position: relative;width: 95%;max-width: 1400px;margin: 0 auto;}
.ngm {width: 97%;max-width: 1200px;margin: 0 auto;}
.clear {clear: both;}
.ce {display: flex;align-items: center;justify-content: center;}
.ct {display: flex;align-items: center;justify-content: space-between;}

.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;background: none !important;}
.green-black a {display: inline-block;box-sizing: border-box;height: 36px;line-height: 36px;text-decoration: none;font-size: 100%;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: #ff9600;border-radius: 5px;}
.green-black .linkpl {font-family: "宋体";font-weight: bold;}
.npages {padding-top: 20px;border-top: 1px solid #f5f5f5;}
.npages ul{display:flex;align-items: center;justify-content: space-between;}
.npages ul li {text-align: center;font-size:18px;transition: all 0.3s;}
.npages ul li a {display: flex;align-items: center;justify-content: center;font-size: 18px;-webkit-text-stroke: 1px;cursor: pointer;transition: all 0.3s ease-out;}
.npages ul li a:hover {color: #ff9600;}
.npages ul li span {padding: 0 8px;}
@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;}
	.npages {padding-top: 13px;}
	.npages ul li a {font-size: 15px;}
}

/*  Head  */
.nav_box {width: 100%;position: fixed;top: 0;left: 0;z-index: 999;background: linear-gradient(180deg, rgb(1 34 74 / 48%), transparent 98%);transition: all .5s ease-in-out;}
.top_nav {position: relative;font-family: "GOT-L";border-bottom: 1px solid rgba(255, 255, 255, 0.25);}
.nax-box {display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 11;}
.nax-logo {margin-right: 80px;}
.nax-list {flex: 1;position: relative;height: 100%;}
.nax-list ul {display: flex;justify-content: flex-start;align-items: center;z-index: 9999;gap: 50px;height: 100%;transition: height .3s ease-out;}
.nax-list ul li {position: relative;width: max-content;text-align: center;transition: all .5s ease-out;white-space: nowrap;}
.nax-list ul li>a {position: relative;height: 90px;}
.nax-list ul li>a h1 {line-height:1.5;font-size: 16px;color: #fff;position: relative;z-index: 1;transition: all .3s ease-out;}
.nax-list ul li>a em {display: block;width: 100%;height: 4px;background: #ff9600;position: absolute;top: 0;left: 0;transform: translateY(-10px);transition: transform .4s ease-out;}
.nax-list ul li>a:hover h1 {color: #ff9600;}
.nax-list ul li>a:hover em {transform: translateY(0)}
.nax-list ul li.xd>a em {transform: translateY(0);transition: none;}
.nax-last {width: fit-content;display: flex;justify-content: flex-end;align-items: center;gap: 23px;}
.nax-last a {display: block;}
.nax-last a i {width: 38px;height: 38px;border-radius: 50%;border: 1px solid #fff;}
.nax-last a i.white-bg {background: #fff;}
.nav_box.top_box_move .nax-list ul li>a {height: 70px;}
.nav_box.top_box_move {background: #1b5e9b;}
/*  二级菜单  */
.nax-list dl {position: absolute;left: 50%;top: 90px;padding: 20px 10px;width: 170px;background-color: rgba(255, 255, 255, 0.95);box-shadow: 0 0 8px 10px rgba(0, 0, 0, 0.05);}
.nax-list ul li dl {opacity: 0;visibility: hidden;left: 50%;transform: translate(-50%, -10px);transition: all 0.3s ease-out;display: block;pointer-events: none;}
.nax-list ul li dl.xs.show {opacity: 1;visibility: visible;transform: translate(-50%, 0);pointer-events: auto;}
.nax-list ul li dl dd {overflow: hidden;width: 100%;}
.nax-list ul li dl dd a {line-height: 2;}
.nax-list ul li dl dd a:hover {color: #1661ab;}
.nax-last li {position: relative;cursor: pointer;}
.nax-last li a {position: relative;display: block;height: 100%;}
.nax-last dl {position: absolute;left: 50%;transform: translate(-50%, 0px);transition: all 0.3s ease-out;display: block;pointer-events: none;opacity: 0;visibility: hidden;}
.nax-last li dl {background: rgba(255, 255, 255, 0.666);width: 80px;text-align: center;}
.nax-last li dl.xs.show {opacity: 1;visibility: visible;transform: translate(-50%, 34px);pointer-events: auto;}
.nax-last li dl dd {overflow: hidden;width: 100%;}
.nax-last li dl dd a {line-height: 2;transition: all .4s ease-out;}
.nax-last li dl dd a:hover {color: #1661ab;}
.nav_box.top_box_move .top_nav .nax-last li dl.xs.show {transform: translate(-50%, 19px);}
/* 搜索框 */
.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;}

/*  Foot  */
.footer {position: relative;font-family: "GOT-L";background: url(../img/bg-foot.jpg) no-repeat bottom center;background-size: cover;}
.footer hr {display: block;width: 100%;height: 1px;background: #d9d9d9;border: 0;opacity: 20%;}
.ft1, .ft2, .ft3 {display: flex;justify-content: space-between;}
.ft1 {padding: 60px 0;border-bottom: 1px solid rgb(255 255 255 / 20%);align-items: center;gap: 50px;}
.ft1-left {overflow: hidden;}
.ft1-left h2 {font-size: 42px;color: #1c88cc;font-family: serif;font-weight: 600;}
.ft1-left h2 span {color: #91d5ff;}
.ft1-left a {display: block;font-size: 40px;color: #000;transition: all .3s ease-out;}
.ft1-left a:hover {color: #ff9600;}
.ft1-right a {display: flex;align-items: center;gap: 20px;padding: 6px;background: #fff;border-radius: 30px;padding-left: 18px;}
.ft1-right a span {font-size: 18px;color: #000;font-family: sans-serif;}
.ft1-right a i {width: 44px;height: 44px;border-radius: 50%;background: #ff9600;transition: transform .4s ease-out;}
.ft1-right a:hover i {transform: rotate(405deg);}
.ft2 {padding: 60px 0 80px;}
.ft2-left {overflow: hidden;}
.ft2-left ul {display: flex;gap: 18px;align-items: center;padding-top: 20px;}
.ft2-left ul li a {display: block;position: relative;transition: transform .4s ease-out;}
.ft2-left ul li a:hover {transform: translateY(-13px);}
.ft2-left ol {margin-top: 54px;display: flex;gap: 40px;}
.ft2-left ol li a h1 {font-size: 22px;font-weight: 600;color: #91d5ff;opacity: 50%;transition: all .3s ease-out;}
.ft2-left ol li a:hover h1 {opacity: 100%;}
.ft2-right ul {margin-top: 30px;display: flex;justify-content: flex-end;align-items: center;}
.ft2-right ul li h2 {font-size: 24px;color: #91d5ff;}
.ft3 {padding: 30px 0;color: #91d5ff;}
.ft3 a {color: #91d5ff;}

@media screen and (max-width:768px) {
	.nav_box {position: sticky;}
	.top_nav {display: none;}
	.mob_inner_box {display: block;z-index: 10;}
	.top-logo {display: flex;align-items: center;height:46px;width: 50%;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;}
	.menu_txt ul li dl {display: flex;align-items: center;}
	.menu_txt ul li dl dd {padding: 0 5px;position: relative;}
	.menu_txt ul li dl dd::after {content: "";display: block;width: 1px;height: 7px;background: rgba(255, 255, 255, 0.2);position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotate(13deg);}
	.menu_txt ul li dl dd:last-child:after {display: none;}
	.menu_txt ul li dl dd a {font-size: 13px;}
	.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);}
	
	.footer {margin-bottom: 45px;}
	.ymca {position: fixed;bottom: 0;z-index: 996;width: 100%;background: #1b5e9b;border-top: 1px solid #6a89a5;}
	.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;}
}

/*  Banner  */
.banner {position: relative;overflow: hidden;background: #fff;position: relative;z-index: 1;}
.banner .swiper-slide {position: relative; overflow: hidden;}
.banner .swiper-pagination-bullet {opacity: 1 ;background: transparent;width: 16px;height: 16px;margin: 0 10px !important;border: 2px solid #fff;transition: all .3s;}
.banner .swiper-pagination-bullet-active {position: relative;background: #ff9600;border: 2px solid #ff9600;}
.banner .swiper-pagination span {position: relative;}
.banner .swiper-pagination-bullet-active::after {opacity: 1 !important;}
.banner .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: 0;background: #fff;position: relative;z-index: 1;}
.invv>div {overflow: hidden;position: relative;}
.intop {padding: 60px 0;display: flex;justify-content: space-between;align-items: center;color: #000;}
.intop-l h1 {font-size: 30px;color: #ff9600;font-weight: 600;text-transform: uppercase;}
.intop-l h2 {line-height: 1;font-size: 60px;font-family: "GOT-B";margin-top: 6px;text-transform: uppercase;}
.intop-more a {gap: 8px;padding: 10px;padding-left: 25px;border-radius: 30px;width: fit-content;min-width: 130px;border: 1px solid #fafafa;transition: all .3s ease-in-out;position: relative;overflow: hidden;}
.intop-more a::after {content: "";display: block;width: 0;height: 100%;background: #ff9600;position: absolute;left: 0;top: 0;z-index: 0;transition: width .3s ease-in-out;}
.intop-more a h3 {font-size: 18px;font-weight: 600;position: relative;z-index: 1;}
.intop-more img {position: relative;z-index: 1;}
.intop-more a:hover {border: 1px solid #ff9600;}
.intop-more a:hover::after {width: 100%;}
.intop-more a:hover h3 {color: #fff;}

/* 首页关于我们 */
.ina {padding-bottom: 280px;background: url(../img/ina-bg.png) no-repeat bottom left;}
.ina-content {position: relative;right: -160px;}
.ina-content a {display: block;position: relative;overflow: hidden;border-radius: 20px;}
.ina-txt {position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;padding: 15px;}
.ina-txt ul {display: flex;justify-content: space-between;align-items: center;}
.ina-sb {position: absolute;left: -40px;top: 50%;z-index: 99;;transform: translateY(-50%);width: 79%;}
.ina-sb .swiper-button-prev, .ina-sb .swiper-button-next {display: flex;align-items: center;justify-content: center;width: 55px;height: 55px;border-radius: 50%;background: #ff9600;}
.ina-sb .swiper-button-prev::after, .ina-sb .swiper-button-next::after {font-size: 16px;color: #fff;font-weight: 600;}

/* 首页产品 */
.invv>div.inb {overflow: visible;background: #fff url(../img/inb-bg.jpg) no-repeat bottom center;}
.invv>div.inb .inb-1 {width: 90%;max-width: 1760px;padding-left: 10%;margin-bottom: 160px;background: #fff url(../img/inb-1-bg.jpg) no-repeat bottom left;}
.inb-1 .intop {align-items: normal;padding: 0;}
.inb-1 .intop-l {width: 45%;}
.inb-1 .intop-l p {line-height: 1.6;font-size: 18px;color: #515151;margin-top: 35px;margin-bottom: 50px;}
.inb-1 .intop-r {width: 52%;padding-bottom: 50px;}
.inb-1 .intop-more a {background: #f5f5f5;border: 1px solid #e5e5e5;}
.inb-1 .intop-more a:hover {border: 1px solid #ff9600;}
.inb-1 .intop-r ul {display: flex;gap: 32px;flex-wrap: wrap;height: 98vh;overflow: auto;padding: 30px;}
.inb-1 .intop-r ul::-webkit-scrollbar {display: none;}
.inb-1 .intop-r ul li {width: calc(50% - 16px);height: 400px;border-radius: 20px;padding: 0 40px;overflow: hidden;transition: all .5s ease-in-out;position: relative;display: flex;align-items: center;box-sizing: border-box;background: #f4faff;border: 1px solid #d3e2ee;}
.inb-1 .intop-r ul li:nth-child(2n) {top: 4vw;}
.inb-1 .intop-r ul li>div {position: relative;z-index: 1;}
.inb-1 .intop-r ul li::after {content: "";display: block;width: 100%;height: 0;background: #ff9600;position: absolute;left: 0;bottom: 0;z-index: 0;transition: height .4s ease-in-out;}
.inb-list h4 {line-height: 1;font-size: 40px;font-weight: 800;font-family: sans-serif;text-transform: uppercase;margin: 30px 0;transition: all .2s ease-in-out;}
.inb-list span {font-size: 36px;font-family: sans-serif;font-weight: 600;color: #cadff1;}
.inb-list img {transition: all .2s ease-in-out;}
.inb-1 .intop-r ul li:hover {box-shadow: 0 0 18px 13px rgb(255 150 0 / 30%);border: 1px solid #ff9600;}
.inb-1 .intop-r ul li:hover::after {height: 100%;}
.inb-1 .intop-r ul li:hover .inb-list h4 {color: #fff;}
.inb-1 .intop-r ul li:hover .inb-list span {color: #fff;}
.inb-1 .intop-r ul li:hover .inb-list img {filter: grayscale(0) brightness(2);}
.invv>div.inb .inb-2 {width: 90%;max-width: 1760px;margin-left: auto;margin-right: 0;position: relative;}
.inb-2 .intop {position: absolute;z-index: 1;left: 0;top: -133px;}
.inb-2 .inb-content {position: relative;z-index: 0;}
.inb-inc {max-width: 1580px;padding: 40px;background: #fff;position: relative;}
.inb-inc::after {content: "";display: block;width: 100%;height: 100%;background: #fff;position: absolute;right: -100%;top: 0;}
.inc-bottom {position: relative;overflow: hidden;}
.inc-inb {max-width: 1580px;padding: 30px 0 100px;}
.gt-list {padding: 40px 30px;border-radius: 20px;background: #fff;transition: all .3s ease-in;cursor: pointer;}
.gt-list p {line-height: 1;font-size: 24px;color: #818181;margin-top: 13px;transition: all .3s ease-in-out;}
.gt-list img {transition: all .3s ease-in-out;}
.inc-inb .swiper-slide-thumb-active .gt-list {background: #ff9600;}
.inc-inb .swiper-slide-thumb-active .gt-list p {color: #fff;}
.inc-inb .swiper-slide-thumb-active .gt-list img {filter: grayscale(0) brightness(200);}

.ind {background: url(../img/ind-bg.jpg) no-repeat center;background-size: contain;padding: 30px 0 100px;}
.ind .intop .intop-l {width: 50%;}
.ind .intop .intop-r {width: 48%;}
.ind-text {margin-top: 32vw;}
.ind-text ul {display: flex;justify-content: space-between;}
.ind-text ul li {width: 30%;display: flex;gap: 20px;align-items: center;}
.ind-text ul li i {width: 80px;height: 80px;border-radius: 18px;background: #fff;box-shadow: 0 0 13px 4px rgba(0,0,0,.1);}
.ind-text dl {display: flex;gap: 6px;}
.ind-text dl dt {font-size: 60px;font-family: "OPPOS";font-weight: 800;-webkit-text-stroke: 3px;letter-spacing: 5px;}
.ind-text dl dd {font-size: 20px;font-family: sans-serif;font-weight: 600;}
.ind-text dl dd span {line-height: 1;font-size: 30px;}
.ind-text h5 {font-size: 16px;font-weight: 600;}

/* 首页新闻 */
.ine {background: #e9f4ff;}
.inewss {position: relative;padding-left: 8%;padding-bottom: 100px;overflow: hidden;}
.inewss .swiper-slide {backface-visibility: hidden;-webkit-backface-visibility: hidden;}
.poi {position: relative;overflow: hidden;background: #fff;border-left: 1px solid #eee;min-height: 430px;padding: 80px 40px;}
.poi h5 {line-height: 1;font-size: 15px;position: absolute;bottom: 15%;left: 40px;}
.poi-title {position: relative;}
.poi-title ul {display: flex;gap: 8px;margin-bottom: 30px;}
.poi-title ul li {font-size: 18px;color: #ff9600;font-weight: 600;}
.poi-title h4 {line-height: 1.3;font-size: 36px;color: #6e6d6d;font-weight: 600;font-family: sans-serif;width: 95%;}
.inewss .swiper-wrapper {padding: 50px 30px;}
.inewss .swiper-slide-active {scale: 1.1;z-index: 1;transition: all .3s ease-in-out;}
.inewss .swiper-slide-active .poi {background: url(../img/index-news.jpg) no-repeat right center;border-radius: 20px;border-left: 0;box-shadow: 6px 0 13px 8px rgba(0,0,0,.1);}
.inewss .swiper-slide-active .poi-title ul li  {color: #fff;}
.inewss .swiper-slide-active .poi-title h4 {color: #fff;}
.inewss .swiper-slide-active .poi h5 {color: #fff;}
.inewss .swiper-slide-prev {opacity: 0;transition: opacity .3s ease-in-out;}
.inewss .swiper-button-prev {display: none;}
.poi-co {position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);z-index: 9;}
.poi-co .swiper-button-next {transform: rotate(180deg);left: 6.5%;right: auto;width: 55px;height: 55px;background: #ff9600;border-radius: 50%;}
.poi-co .swiper-button-next::after {font-size: 20px;color: #fff;}

/* 其他页面ban样式 */
.bg {position: relative;min-height: 250px;background: #afafaf;overflow: hidden;}
.bg-title {position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);text-align: center;}
.bg-title.po {position: absolute;left: 0;width: 100%;text-align: start;color: #fff;}
.bg-title h1 {font-size: 50px;text-transform: uppercase;}
.bg-title h1 b {font-family: "GOT-B";}
.bg-title h2 {font-size: 30px;font-weight: 200;}
.bg.fury img {display: block;height: 250px;width: auto;object-fit: cover;}

/* About */
.about {position: relative;z-index: 10;}
.about-content {padding-top: 100px;}
.ab-top {margin-bottom: 40px;}
.ab-top.cent {text-align: center;}
.ab-top h1 {font-size: 40px;font-family: "GOT-B";text-transform: uppercase;}
.ab-top em {display: block;width: 50px;height: 5px;background: #ff9600;margin: 20px auto;}
.ab1 {background: #fff url(../img/about-bg.jpg) no-repeat center bottom;overflow: hidden;}
.ab1-content {display: flex;gap: 30px;}
.ab1-content p {flex: 1;line-height: 1.6;font-size: 18px;}
.ab1 .ind-text {margin: 90px 0;}
.ab1 .ab1-img {border-radius: 20px;overflow: hidden;margin-bottom: 80px;}
.cabali {position: relative;min-height: 400px;overflow: hidden;}
.cabali .c1 {position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 0;font-family: "GOT-B";text-transform: uppercase;} 
.cabali .c1 h1 {font-size: 200px;background: linear-gradient(180deg, #fff 38%, transparent);-webkit-background-clip: text;background-clip: text;color: transparent;}
.cabali .c2 {position: relative;width: 80%;margin: auto;text-align: center;padding-top: 8vw;}
.cabali .c2 p {line-height: 1.5;font-size: 30px;font-family: sans-serif;}
.ca-lof {width: 980px;margin: auto;background: #1185ce;border-radius: 20px 20px 0 0;position: relative;;}
.ca-lof .swiper-container {top: -30px;}
.ca-lof .swiper-slide {text-align: center;cursor: pointer;}
.ca-lof i {width: 88px;height: 88px;border-radius: 50%;background: #1185ce;margin: auto;border: 1px solid #fff;transition: all .3s ease-in-out;}
.ca-lof i img {display: block;filter: grayscale(1) brightness(10);transition: all .3s ease-in-out;}
.ca-lof h4 {font-size: 20px;color: #fff;font-family: sans-serif;margin-top: 20px;}
.ca-lof .swiper-slide-thumb-active i {background: #fff;}
.ca-lof .swiper-slide-thumb-active i img {filter: grayscale(0) brightness(1);}
.ab2 {padding: 80px 0;background: #fff url(../img/about-bg2.jpg) no-repeat center;}
.zs-content .swiper-container {padding-bottom: 50px;}
.zs-content .swiper-container .swiper-slide {padding: 2px;}
.zs-content .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 0;}
.zs-content .swiper-pagination-bullet {width: 15px;height: 15px;margin: 0 10px !important}
.zs-content .swiper-pagination-bullet-active {background: #ff9600;}
.zs-img {overflow: hidden;border-radius: 20px;box-sizing: border-box;border: 1px solid #d5d5d5;}
.zs-img img {display: block;}
.zs-title {text-align: center;margin-top: 10px;}
.zs-title h4 {width: 95%;margin: auto;line-height: 1.5;font-size: 18px;}

/* product */
.product, .productshow {position: relative;z-index: 10;}
.proj {margin-top: -30px;border-radius: 30px 30px 0 0;background: #fff;}
.productshow .proj {background: #e9f4ff;}
.proj .pl {position: absolute;left: 0;top: -36px;width: 100%;z-index: 5;}
.pl ul {display: flex;gap: 20px;}
.pl ul li {background: #fff;position: relative;border-radius: 16px;overflow: hidden;box-shadow: 0 0 6px 3px rgba(0,0,0,.1);min-width: 180px;text-align: center;}
.pl ul li::after {content: "";position: absolute;left: 0;top: 0;width: 0%;height: 100%;background: #ff9600;transition: width 0.5s ease-in-out;}
.pl ul li a {display: block;padding: 20px;font-size: 16px;font-weight: 600;position: relative;z-index: 1;}
.pl ul li:hover::after {width: 100%;}
.pl ul li:hover a {color: #fff;}
.pl ul li.xjp, .pl ul li.active {background: #ff9600;border: 1px solid #ff9600;}
.pl ul li.xjp a, .pl ul li.active a {color: #fff;}

.pro-content {position: relative;z-index: 1;padding: 80px 0;}
.pro-list ul {display: flex;gap: 40px;flex-wrap: wrap;}
.pro-list ul li {width: calc((100% - 80px)/ 3);box-sizing: border-box;border: 1px solid #ededed;background: #f6f6f6;border-radius: 20px;}
.pro-list ul li em {display: block;width: 100%;height: 2px;background: #ededed;position: relative;}
.pro-list ul li em::after {content: "";position: absolute;top: 0;left: 0;display: block;width: 0;height: 2px;background: #ff9600;transition: width .5s ease-in-out;z-index: 1;}
.pro_img {overflow: hidden;}
.pro_img img {display: block;transition: transform .5s ease-in-out;}
.pro_name {padding: 15px;}
.pro_name h4 {position: relative;font-size: 20px;font-weight: 600;width: 85%;font-family: sans-serif;margin-bottom: 6px;}
.pro_name h5 {font-size: 15px;color: #7a7a7a;}
.pro-icon i {width: 48px;height: 48px;background: #ff9600;font-size: 30px;color: #fff;transition: all .4s ease-in-out;}
.pro-list h1 {font-size: 40px;font-family: "GOT-B";margin-bottom: 30px;}
.pro-list ul li:hover em::after {width: 100%;}
.pro-list ul li:hover .pro_img img {transform: scale(1.1);}
/* productshow */
.proshow-content {position: relative;padding: 80px 0;}
.proshow-content img {display: block;}
.proshow-a {padding: 60px 0;}
.ps-swp {display: flex;justify-content: space-between;align-items: flex-start;gap: 4.8%;}
.ps-swp-l {width: 800px;overflow: hidden;border-radius: 20px;border: 1px solid #c7ddf3;}
.ps-swp-r {flex: 1;position: relative;padding-top: 30px;}
.pro-title {font-size: 36px;-webkit-text-stroke: 2px;font-family: sans-serif;}
.pro-desc .jojo {margin-top: 50px;padding: 40px 0 60px;border-top: 1px solid #cbcbcb;border-bottom: 1px solid #cbcbcb;}
.ps-swp-bottom {margin-top: 30px;}
.ps-swp-bottom a {width: 150px;height: 50px;background: #3e89d6;position: relative;overflow: hidden;border-radius: 15px;}
.ps-swp-bottom a span {position: relative;z-index: 1;font-family: "GOT";transition: all .3s ease-in-out;color: #fff;}
.ps-swp-bottom a:hover span {transform: scale(1.25);}
.pro-desc2 {padding: 60px 0 100px;min-height: 300px;}
.proshow-btop {border-bottom: 1px solid #e0e0e0;}
.proshow-btop ul {position: relative;padding: 20px 0;}
.proshow-btop ul li {font-size: 24px;color: #383838;font-family: "GOT-B";position: relative;white-space: nowrap;text-transform: capitalize;}
.proshow-btop ul li em {display: block;width: 30px;height: 5px;background: #ff9600;position: absolute;left: 10%;bottom: 0;transform: translateX(-50%);}

/* Search */
.search-content {position: relative;padding: 60px 0;}
.search-top {padding: 20px 0 50px;}
.search-top form {display: flex;}
.search-top form input {flex: 1;height: 60px;line-height: 60px;padding-left: 20px;background: #fafafa;}
.search-top form button {width: 80px;background: #ff9600;cursor: pointer;}

/* Case */
.case, .caseshow {position: relative;z-index: 10;}
.case-content {position: relative;z-index: 1;padding: 80px 0;}
.case-content ul {display: flex;flex-wrap: wrap;gap: 25px;}
.case-content ul li {width: calc((100% - 50px)/ 3);margin-bottom: 30px;}
.case_pic {overflow: hidden;border-radius: 20px;}
.case_txt {padding: 15px 10px;display: flex;justify-content: space-between;align-items: center;}
.case_txt i {width: 30px;height: 30px;border-radius: 50%;background: #0083de;}
.case_txt h4 {width: 80%;font-size: 18px;font-weight: 600;}
/* caseshow */
.caseshow-content {padding: 50px 0;}
.caseshow_top {text-align: center;border-bottom: 1px solid #c4c4c4;padding-bottom: 20px;}
.caseshow_title {font-size: 25px;font-weight: 600;font-family: "GOT-B";}
.caseshow_time {margin-top: 10px;font-size: 18px;opacity: 50%;}
.caseshow_ry {min-height: 400px;padding: 50px 0;}

/* news */
.news {position: relative;z-index: 10;}
.news-content {padding:80px 0;}
.kion>div:nth-child(2n) {background: #e9f4ff;}
.newss {padding: 40px 0;}
.newss a {display: flex;align-items: center;gap: 50px;}
.newss a:nth-child(2n) {background: #e9f4ff;}
.newss-img {overflow: hidden;width: 440px;transition: all .3s ease-in-out;}
.newss-img img {display: block;transition: transform .5s ease-in-out;}
.newss-txt {flex: 1;}
.newss-txt h3 {font-size: 32px;font-weight: 600;font-family: "GOT-B";transition: all .3s ease-in-out;}
.newss-txt p {font-size: 20px;color: #555;width: 80%;margin-bottom: 50px;}
.newss-txt span {display: block;width: fit-content;padding: 8px 12px;border: 1px solid #ddd;}
.newss a:hover .newss-img {box-shadow: 4px 4px 13px -6px rgba(0, 0, 0, .2)}
.newss a:hover .newss-img img {transform: scale(1.1);}
.newss a:hover .newss-txt h3 {color: #ff9600;}
/* newsshow */
.newsshow-content {padding:60px 0;}
.newsshow-title {width: 80%;margin: auto;text-align: center;margin-bottom: 40px;}
.newsshow-title h4 {font-size:30px;color:#000;font-weight: 600;margin-bottom: 10px;}
.newsshow-title p {font-size:16px;color:#868686;}
.newsshow-title dl {display: flex;align-items: center;justify-content: center;gap: 20px;font-size: 15px;color: #555;}
.newsshow-txt {padding: 30px 0 60px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #aaa;line-height: 1.8;font-size: 18px;color: #333;}
.newsshow .npages ul {justify-content: flex-end;gap: 22px;margin-top: 50px;}
.newsshow .npages ul li a {width: 100px;height: 42px;background-color: #2bcad6;color: #fff;}

/* video */
.video-content {padding: 50px 0;position: relative;}
.video_mc {padding: 25px 15px;}
.video_mc h3 {font-size: 24px;font-weight: 500;font-family: sans-serif;}

/* sol */
.sol {position: relative;z-index: 10;}
.sol-content {padding-bottom: 50px;}
.sol-list {padding: 80px 0;overflow: hidden;}
.sol-list a {display: block;}
.solu {display: flex;align-items: center;gap: 50px;}
.sol-pic {width: 700px;border-radius: 20px;overflow: hidden;}
.sol-pic img {display: block;transition: transform .5s ease-in-out;}
.sol-txt {flex: 1;overflow: hidden;}
.sol-txt h4 {line-height: 1.6;font-size: 45px;color: #000;font-weight: 600;-webkit-text-stroke: 2px;letter-spacing: 2px;margin-bottom: 20px;}
.sol-txt h5 {line-height: 1.8;font-size: 16px;color: #797979;}
.sol-content>div:nth-child(2n) {background: #e9f4ff;border-radius: 30px;}
.sol-content>div:nth-child(2n+1) .solu {flex-direction: row-reverse;}
.sol-list a:hover .sol-pic img {transform: scale(1.1);}
.sol-content .pageContent_list {padding: 50px;text-align: center;}

/* suv */
.svu {position: relative;z-index: 10;}
.svu-content {position: relative;z-index: 1;padding: 80px 0;overflow: hidden;}
.s1-top {margin-bottom: 60px;}
.s1-top h1 {font-size: 48px;color: #252525;font-family: "GOT-B";text-transform: uppercase;margin-bottom: 30px;}
.s1-top p {line-height: 1.5;font-size: 20px;color: #555;}
.s1-base ul {display: flex;justify-content: space-between;gap: 50px;flex-direction: row-reverse;}
.s1-base ul li {flex: 1;overflow: hidden;}
.s1-base i {width: 80px;height: 80px;border-radius: 50%;border: 1px solid #dedede;background: #f6f6f6;}
.s1-base h2 {font-size: 48px;color: #ff9600;font-family: "GOT-B";margin-top: 13px;}
.s1-base p {line-height: 1.5;font-size: 20px;color: #4b4b4b;margin-top: 23px;}
.s1-img {border-radius: 20px;overflow: hidden;}

/* contact */
.contact {position: relative;z-index: 10;}
.contact-content {padding: 80px 0 150px;position: relative;z-index: 1;display: flex;justify-content: space-between;font-family: sans-serif;}
.contact-left {width: 45%;}
.contact-left h1 {font-size: 48px;font-weight: 600;font-family: "GOT-B";margin-bottom: 100px;}
.contact-left h2 {width: fit-content;line-height: 2.5;font-size: 24px;border-bottom: 1px solid #000;}
.contact-left dl {display: flex;justify-content: space-between;align-items: center;width: 90%;height: 88px;border-bottom: 1px solid #ededed;font-size: 24px;}
.contact-left dl dt {width: 180px;}
.contact-left dl dd {flex: 1;}
.contact-left ul {display: flex;justify-content: flex-end;gap: 40px;}
.contact-left dl span {font-size: 16px;}
.contact-right {width: 50%;padding: 40px;border-radius: 20px;box-shadow: 0 0 18px 8px rgba(0, 0, 0, .1);}
.contact-right h1 {font-size: 36px;font-weight: 600;font-family: "GOT-B";}
.contact-right p {line-height: 1.5;font-size: 18px;color: #555;margin-bottom: 30px;}
.mbc-list {margin-bottom: 20px;}
.mbc-list input {border: 1px solid #ededed;border-radius: 13px;width: 100%;padding: 20px;line-height: 1;font-size: 18px;font-family: serif;}
.mbc-list textarea {border: 1px solid #ededed;border-radius: 13px;width: 100%;height: 180px;padding: 20px;font-size: 18px;font-family: serif;}
.submit-botton {width: 120px;height: 45px;border-radius: 10px;background: #ff9600;margin-left: auto;margin-right: 0;}
.submit-botton button {width: 100%;height: 100%;font-size: 18px;color: #fff;font-family: sans-serif;cursor: pointer;}

#a1, #a2, #a3 {scroll-margin-top: 90px;}

/* Sweet Chin Music */
@media (max-width: 1440px) {
	.ina {padding-bottom: 100px;}
	.invv>div.inb .inb-1, .invv>div.inb .inb-2 {width: 95%;}
	.inb-1 .intop-r ul {height: 83vh;}
	.inb-list h4 {font-size: 34px;}
	.inb-inc::after {display: none;}
	.inc-inb {padding-right: 25px;}
	.gt-list {height: 230px;}
}

@media (max-width: 1280px) {
	.nax-logo {margin-right: 2%;}
	.nax-list ul {gap: 3%;}
	.ina-content {right: 0;width: 95%;margin: auto;}
	.ina-sb {left: 0;width: 100%;}
	.invv>div.inb .inb-1 {width: 100%;padding-left: 0;}
	.inb-1 .intop {width: 95%;margin: auto;}
	.inb-1 .intop-r ul {height: 70vh;}
	.s1-base ul {align-items: center;}
	.ps-swp-l {width: 60%;}
}

@media (max-width: 1024px) { 
	.gym {width: 98%;}
	.nax-list ul li>a h1 {font-size: 15px;}
	.nax-last {gap: 15px;}
	.ft1 {display: block;}
	.ft1-left h2 {font-size: 36px;}
	.ft1-right {width: fit-content;margin: auto;margin-top: 30px;}
	.ft2-left ol {gap: 3.2vw;}
	.ft2-left ol li a h1 {font-size: 20px;}
	.bg-title {top: 60%;}
	.bg-title h1 {font-size: 42px;}

	.intop-l h2 {font-size: 44px;}
	.inb-1 .intop {display: block;}
	.inb-1 .intop-l, .inb-1 .intop-r {width: 100%;}
	.inb-1 .intop-l p {width: 90%;}
	.inb-1 .intop-l p br {display: none;}
	.inb-1 .intop-r ul {height: auto;gap: 20px;padding: 30px 0;}
	.inb-1 .intop-r ul li {display: block;width: calc((100% - 40px)/ 3);height: auto;padding: 50px 25px;}
	.inb-1 .intop-r ul li:nth-child(2n) {top: 0;}
	.inb-list h4 {font-size: 28px;letter-spacing: 2px;}
	.inb-list img {width: 80px;}
	.invv>div.inb .inb-2 {margin-left: auto;margin-right: auto;}
	.inc-inb {padding-right: 0;}
	.ind .intop {display: block;}
	.ind .intop .intop-l {width: 100%;margin-bottom: 30px;}
	.ind .intop .intop-r {width: 95%;}
	.ind-text dl dt {font-size: 48px;}
	.poi-title h4 {font-size: 30px;}

	.proj {padding-top: 25px;}
	.proj .pl {position: static;}
	.pl ul {flex-wrap: wrap;}
	.pl ul li a {padding: 13px 18px;}
	.pro-list ul {gap: 4%;}
	.pro-list ul li {width: 48%;margin-bottom: 30px;}
	.pro-content, .case-content, .svu-content, .news-content {padding: 60px 0;}
	.ps-swp {display: block;}
	.ps-swp-l {width: 800px;max-width: 100%;margin: auto;}
	.ps-swp-r {padding-top: 0;margin-top: 50px;}
	.pro-desc .jojo {border-top: 0;border-bottom: 0;padding: 0;margin-top: 30px;}
	.ps-swp-bottom a {margin: auto;}

	.sol-content {padding-top: 30px;}
	.sol-content>div:nth-child(2n) {border-radius: 0;}
	.sol-list {padding: 50px 0;}
	.solu {display: block;}
	.sol-pic {margin: auto;}
	.sol-txt {margin-top: 30px;}
	.sol-txt h4 {font-size: 35px;-webkit-text-stroke: 0;letter-spacing: 0;font-family: sans-serif;font-weight: 800;margin-bottom: 10px;}
	.sol-txt h5 {width: 95%;}

	.about-content {padding-top: 70px;}
	.ab1-content {display: block;}
	.ab-top h1, .s1-top h1 {font-size: 32px;}
	.cabali .c1 h1 {font-size: 160px;}
	.cabali .c2 p {font-size: 25px;}
	.ca-lof {width: 95%;}
	.ca-lof i {width: 66px;height: 66px;}
	.ca-lof i img {width: 40px;}
	.ca-lof h4 {font-size: 18px;}

	.s1-base h2 {font-size: 38px;}
	.s1-base p {font-size: 18px;}
	.s1-base i {width: 60px;height: 60px;}
	.s1-base i img {width: 36px;}
	.newss-img {width: 40%;}

	.contact-content {display: block;padding: 60px 0 100px;}
	.contact-left, .contact-right {width: 100%;}
	.contact-left h1, .contact-right h1 {font-size: 36px;margin-bottom: 40px}
	.contact-left h1 br {display: none;}
	.contact-left h2 {border-bottom: none;}
	.contact-left dl {width: 100%;}
	.contact-left ul {gap: 2vw;}
	.contact-left em {display: block;width: 100%;height: 4px;background: #ff9600;margin-top: 13px;border-radius: 2px;}
	.contact-right  {margin-top: 80px;}
}

@media (max-width: 768px) {
	body {font-family: -apple-system, "Microsoft YaHei", "system-ui";}
	.nav_box {background: #229edc;}
	.top-logo img {width: 110px;}
	.ft1 {padding: 30px 0 0;border-bottom: 0;}
	.ft1-right {margin-top: 20px;}
	.ft1-left h2 {font-size: 18px;}
	.ft1-right a {gap: 13px;padding-left: 13px;}
	.ft1-right a i {width: 30px;height: 30px;}
	.ft1-right a span {font-size: 15px;}
	.ft2 {display: block;padding: 0;margin-bottom: 20px;}
	.ft2-left ul {justify-content: center;gap: 23px;}
	.ft2-left ul li a img {width: 35px;}
	.ft2-left ol {display: none;}
	.ft2-right {text-align: center;margin-top: 20px;}
	.ft2-right>img {width: 36%;max-width: 130px;}
	.ft2-right ul {justify-content: center;margin-top: 5px;}
	.ft2-right ul li h2 {font-size: 20px;}
	.ft2-right ul li img {width: 28px;}
	.ft3 {display: block;padding: 15px 0;text-align: center;font-size: 13px;font-weight: 400;font-family: sans-serif;}

	.intop {display: block;padding: 30px 0;}
	.intop-l h1 {font-size: 18px;}
	.intop-l h2 {font-size: 24px;letter-spacing: -1px;}
	.intop-l h2 br {display: none;}
	.intop-more {width: fit-content;margin: auto;}
	.intop-more a {padding: 6px;padding-left: 20px;width: fit-content;min-width: auto;border: 1px solid #ff9600;}
	.intop-more a h3 {font-size: 13px;}
	.ina {padding-bottom: 50px;}
	.ina .intop-l h2 {margin-bottom: 20px;}
	.ina-sb .swiper-button-prev, .ina-sb .swiper-button-next {width: 38px;height: 38px;}
	.ina-sb .swiper-button-prev::after, .ina-sb .swiper-button-next::after {font-size: 14px;}
	.ina-txt ul li img {width: 28px;}
	.ind .intop .intop-l {margin-bottom: 13px;}
	.inb-1 .intop-l p {width: 100%;margin: 20px auto;line-height: 1.6;font-size: 16px;}
	.inb-1 .intop-r ul {height: auto;gap: 15px;}
	.inb-1 .intop-r ul li {width: 100%;}
	.inb-list {display: flex;align-items: center;gap: 10px;padding: 30px 20px;}
	.inb-list img {width: 50px;}
	.inb-list h4 {font-size: 18px;width: 65%;max-width: 220px;margin: 0;}
	.inb-list h4 br {display: none;}
	.inb-list span {position: absolute;top: 15px;right: 15px;opacity: 48%;;}
	.inc-inb {padding: 20px 0 50px;}
	.inb-inc {padding: 10px;}
	.inb-1 .intop-r ul li {padding: 0}
	.inb-1 .intop-r ul li::after {display: none;}
	.inb-1 .intop-r ul li:hover {box-shadow: none;border: 1px solid #d3e2ee;}
	.inb-1 .intop-r ul li:hover .inb-list h4, .inb-1 .intop-r ul li:hover .inb-list span {color: inherit;}
	.inb-1 .intop-r ul li:hover .inb-list img {filter: inherit;}
	.gt-list {height: auto;padding: 20px 15px;}
	.gt-list img {width: 40px;}
	.gt-list p {line-height: 1.5;font-size: 15px;}
	.gt-list p br {display: none;}
	.ind {padding:  0 0 20px;background: none;}
	.ind .intop {display: block;position: relative;z-index: 1;}
	.ind-img {margin-top: -15vw;}
	.ind .intop .intop-r p {line-height: 1.6;font-size: 15px;}
	.ind-text {margin-top: 0;}
	.ind-text h5 {font-size: 12px;}
	.ind-text ul {flex-wrap: wrap;}
	.ind-text ul li {width: 48%;gap: 10px;margin-bottom: 15px;}
	.ind-text ul li:last-child {width: 100%;}
	.ind-text ul li i {display: block;width: 24px;height: auto;box-shadow: none;background: none;}
	.ind-text dl dt {font-size: 25px;font-family: "GOT-B";-webkit-text-stroke: 0;letter-spacing: -1px;}
	.ind-text dl dd {font-size: 15px;}
	.ind-text dl dd span {font-size: 18px;}
	.inewss {padding-left: 0;padding-bottom: 20px;}
	.inewss .swiper-wrapper {padding: 0;}
	.inewss .swiper-slide-active {scale: 1;}
	.inewss .swiper-slide-active .poi {border-radius: 0;border-left: 0;box-shadow: none;background-size: cover;}
	.poi {min-height: 200px;padding: 30px 15px 60px;}
	.poi-title ul {margin-bottom: 10px;}
	.poi-title ul li {font-size: 15px;}
	.poi-title h4 {font-size: 20px;}
	.poi h5 {bottom: 10%;left: 15px;}
	.poi-coco {display: flex;justify-content: center;padding: 10px 0;}
	.poi-coco .swiper-pagination-bullet {width: 13px;height: 13px;margin: 0 5px !important;}

	.bg {min-height: auto;}
	.bg-img img {max-width: none;width: 150%;}
	.bg.fury img {height: auto;width: 210%;}
	.bg-title {top: 50%;}
	.bg-title h1 {font-size: 25px;}
	.bg-title h2 {font-size: 18px;}

	.proj {border-radius: 13px 13px 0 0;padding-top: 0;}
	.proj .pl {position: static;padding-top: 10px;padding-bottom: 13px;border-bottom: 1px solid #ededed;}
	.pl ul {gap: 15px;row-gap: 10px;}
	.pl ul li {box-shadow: none;border-radius: 0;min-width: auto;background: none;}
	.pl ul li:hover::after {display: none;}
	.pl ul li a {font-size: 13px;padding: 0;}
	.pl ul li:hover a {color: #ff9600;}
	.pl ul li.xjp, .pl ul li.active {background: none;border: none;}
	.pl ul li.xjp a, .pl ul li.active a {color: #ff9600;}
	.pro-content, .proshow-content, .case-content, .caseshow-content, .svu-content, .news-content, .newsshow-content {padding: 30px 0;}
	.pro-list h1 {font-size: 20px;}
	.pro-list ul li {width: 100%;margin-bottom: 20px;}
	.pro_name {padding: 15px 8px;}
	.pro_name h4 {font-size: 18px;width: 95%;}
	.pro_name h5 {font-size: 13px;}
	.pro-title {font-size: 20px;-webkit-text-stroke: 0;font-family: sans-serif;font-weight: 800;}
	.pro-desc .jojo {margin-top: 15px;}
	.ps-swp-bottom a {width: 120px;height: 40px;}
	.ps-swp-bottom a span {font-size: 15px;}
	.proshow-btop ul {padding: 13px 0;}
	.proshow-btop ul li {font-size: 20px;}
	.pro-desc2 {padding: 30px 0 50px;min-height: auto;}

	.sol-content {padding-top: 0;}
	.sol-list {padding: 25px 0;}
	.sol-pic {width: 100%;border-radius: 10px;}
	.sol-txt h4 {font-size: 18px;}
	.sol-txt h5 {line-height: 1.5;}

	.case-content ul {gap: 4%;}
	.case-content ul li {width: 48%;margin-bottom: 15px;}
	.caseshow_title {font-size: 20px;}
	.caseshow_time {font-size: 14px;margin-top: 5px;font-family: sans-serif;}
	.caseshow_ry {padding: 30px 0;margin-bottom: 20px;}
	.case_pic {border-radius: 8px;}
	.case_txt {padding: 13px 5px;}
	.case_txt h4 {font-size: 14px;width: 98%;}
	.case_txt i {width: 23px;height: 23px;position: absolute;top: 20vw;right: 10px;}
	.case_txt i img {width: 16px;}

	.about-content {padding-top: 30px;}
	.ab-top {margin-bottom: 20px;}
	.ab-top h1, .s1-top h1 {font-size: 20px;margin-bottom: 10px;}
	.ab1-content p {font-size: 16px;}
	.ab1 .ind-text {margin: 30px 0;}
	.ab1 .ab1-img {border-radius: 10px;margin-bottom: 30px;}
	.cabali {min-height: auto;padding-bottom: 30px;}
	.cabali .c1 {position: relative;text-align: center;}
	.cabali .c1 h1 {font-size: 48px;}
	.cabali .c2 {width: 95%;padding-top: 10px;padding-bottom: 20px;}
	.cabali .c2 p {font-size: 15px;}
	.ca-lof {width: 100%;}
	.ca-lof .swiper-container {top: -20px;}
	.ca-lof i {width: 52px;height: 52px;}
	.ca-lof i img {width: 26px;}
	.ca-lof h4 {font-size: 13px;margin-top: 8px;}
	.ab2 {padding: 30px 0;}
	.zs-item {border-radius: 12px;}
	.zs-content .swiper-container {padding-bottom: 30px;}
	.zs-content .swiper-pagination-bullet {width: 13px;height: 13px;margin: 0 8px !important}
	.zs-title h4 {font-size: 15px;}
	
	.s1-top {margin-bottom: 30px;}
	.s1-top p {line-height: 1.6;font-size: 15px;}
	.s1-base ul {display: block;}
	.s1-base ul li>div {display: flex;flex-wrap: wrap;gap: 10px;row-gap: 15px;align-items: center;}
	.s1-base ul li>div h2 {flex: 1;margin-top: 0;}
	.s1-base ul li>div p {width: 100%;}
	.s1-base h2 {font-size: 20px;}
	.s1-base p {font-size: 16px;margin-top: 0;}
	.s1-base i {width: 46px;height: 46px;}
	.s1-base i img {width: 30px;}
	.s1-img {border-radius: 0px;margin-bottom: 20px;}

	.contact-content {padding: 30px 0 50px;}
	.contact-left h1, .contact-right h1 {font-size: 25px;margin-bottom: 15px;}
	.contact-left h2 {line-height: 1.25;font-size: 18px;}
	.contact-left dl {height: auto;min-height: 48px;font-size: 18px;}
	.contact-left dl dt {width: 100px;font-weight: bold;}
	.contact-left dl dd {text-align: right;padding: 8px 0;}
	.contact-left dl dd br {display: none;}
	.contact-left dl dd ul li img {width: 36px;}
	.contact-left dl dd span {font-size: 13px;}
	.contact-right {margin-top: 30px;padding: 30px 15px;border-radius: 13px;}
	.mbc-list input, .mbc-list textarea {padding: 10px;font-size: 16px;}
	.submit-botton {width: 100px;height: 40px;font-size: 16px;margin: auto;}
	.submit-botton button {font-size: 14px;}

	.newss {padding: 20px 0;}
	.newss a {display: block;}
	.newss-img {width: 100%;}
	.newss-txt {padding: 20px 0;}
	.newss-txt h3 {font-size: 20px;}
	.newss-txt p {font-size: 15px;margin: 10px 0 25px;}
	.newss-txt span {font-size: 13px;margin: auto;padding: 6px 12px;border: 1px solid #3d3d3d;}
	.newsshow-title {width: 100%;margin-bottom: 20px;}
	.newsshow-title h4 {font-size: 18px;}
	.newsshow-txt {padding: 25px 0 50px;line-height: 1.6;font-size: 15px;}
} 