* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

/* a:link,
a:active,
a:visited,
a:hover
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 1px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(234, 85, 32, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content520 {
	padding: 0 5.2%;
}

.picCover {
	position: relative;
}

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

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(249, 242, 237, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.header .logo {
	position: relative;
	z-index: 3;
}

.header .nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	/* width: 100%; */
	height: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.header .nav .list {
	display: flex;
	gap: 53px;
	align-items: center;
}

.header .nav .list li>a {
	font-weight: 400;
	font-size: 16px;
	color: #898989;
	line-height: 100px;
	transition: all .6s;
}

.header .nav .list li:hover>a {
	color: rgba(234, 85, 32, 1);
}

.header .logo {
	position: relative;
	z-index: 3;
}

.header .logo img {
	display: block;
	height: 62px;
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .header-search-box {
	position: relative;
}

.header .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .header-search-box .header-searchBtn:hover {
	color: rgba(234, 85, 32, 1);
}

.header .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .header-search-box .header-search .iconfont:hover {
	color: rgba(234, 85, 32, 1);
}

.header .dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 50px 0 45px;
	background: #FEFEFE;
	box-shadow: 5px 9px 30px 0px rgba(196, 187, 181, 0.3);
	transition: all .3s;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.header li:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: inherit;
}
.header .dropdown-menu .dropdown-t {
	display: flex;
	justify-content: space-between;
	padding-bottom: 23px;
	align-items: center;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}

.header .dropdown-menu .dropdown-t .title {
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}

.header .dropdown-menu .dropdown-t .more {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	transition: all .6s;
}

.header .dropdown-menu .dropdown-t .more:hover {
	color: #EA5520;
}

.header .dropdown-menu .dropdown-t .more .iconfont {
	font-size: 18px;
	color: rgba(241, 89, 47, 1);
	margin-left: 12px;
}

.header .dropdown-menu .dropdown-content {
	display: flex;
	margin-top: 45px;
}

.header .dropdown-menu .category-list {
	width: 80px;
}

.header .dropdown-menu .category-list a {
	display: block;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	transition: color .6s;
}
.header .dropdown-menu .category-list a:not(:last-child){
	margin-bottom: 30px;
}
.header .dropdown-menu .category-list a:hover{
	color: #EA5420;
}
.header .dropdown-menu .category-list a.active {
	color: #EA5420;
	font-weight: bold;
}
.header .dropdown-menu .line{
	margin: 0 78px;
	width: 1px;
	background-color: RGBA(222, 222, 222, 1);
}
.header .dropdown-menu .product-showcase{
	flex: 1;
}
.header .dropdown-menu .product-showcase .items{
	display: none;
	width: 100%;
	justify-content: space-between;
	/* margin-left: 54px; */
}
.header .dropdown-menu .product-showcase .items.active{
	display: flex;
}
.header .dropdown-menu .product-showcase .items-left{
	width: 27.77%;
}
.header .dropdown-menu .product-showcase .items-right .text,
.header .dropdown-menu .product-showcase .product-name{
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	margin-top: 14px;
	transition: all .6s;
}
.header .dropdown-menu .product-showcase .items-right a:hover .text,
.header .dropdown-menu .product-showcase .items-left:hover .product-name{
	color: #EA5520;
}
.header .dropdown-menu .product-showcase .items-right{
	width: 67.44%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.header .dropdown-menu .product-showcase .items-right .picCover{
	border: 1px solid #DEDEDE;
	padding-top: 100%;
	outline: 2px solid transparent;
	transition: all .6s;
}
.header .dropdown-menu .product-showcase .items-right a:hover .picCover{
	outline-color: rgba(234, 84, 32, 1);
}
.header .dropdown-menu .product-showcase .items-right .picCover img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.header .dropdown-menu .product-showcase .items-right .text{
	color: rgba(102, 102, 102, 1);
}
.footer {
	background-color: #fff;
}

.footer-t {
	position: relative;
	padding: 126px 0 100px;
	text-align: center;
}

.footer-t::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background: RGBA(222, 222, 222, 1);
}

.footer-t .logo {
	display: inline-block;
}

.footer-t .logo img {
	display: block;
	width: 105px;
}

.footer-t .subscribe-container {
	margin-top: 74px;
}

.footer-t .subscribe-container .subscribe-title {
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.footer-t .subscribe-container .subscribe-desc {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	margin-top: 20px;
}

.footer-t .subscribe-container .subscribe-form {
	margin: 29px auto 0;
	display: flex;
	width: 400px;
	max-width: 100%;
	height: 50px;
}

.footer-t .subscribe-container .subscribe-form input {
	flex: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #DEDEDE;
	outline: none;
	padding: 0 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.footer-t .subscribe-container .subscribe-form input::placeholder {
	color: #898989;
}

.footer-t .subscribe-container .subscribe-form .subscribe-btn {
	width: 70px;
	line-height: 50px;
	background: #EA5520;
	text-align: center;
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
}

.footer-c {
	padding: 94px 0 50px;
}

.footer-c .nav-links {
	display: flex;
	justify-content: center;
	gap: 0 64px;
	flex-wrap: wrap;
}

.footer-c .nav-links li>a {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #898989;
	line-height: 30px;
	transition: all .6s;
}

.footer-c .nav-links li>a:hover {
	color: #EA5520;
}

.footer-c .social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 68px;
	gap: 0 30px;
}

.footer-c .social-links a {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(137, 137, 137, 1);
	transition: all .6s;
}

.footer-c .social-links a:hover {
	background-color: #EA5520;
	color: #fff;
	border-color: #EA5520;
}

.footer-c .social-links a.icon-weixin:hover .qrcode-popup {
	display: block;
}

.footer-c .social-links a .iconfont {
	font-size: 20px;
}

.footer-c .copyright {
	text-align: center;
	margin-top: 69px;
	font-weight: 400;
	font-size: 14px;
	color: #898989;
	line-height: 30px;
}

.qrcode-popup {
	position: absolute;
	bottom: 100%;
	/* 将弹窗定位在父元素上方 */
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	/* 调整与父元素的距离 */
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-align: center;
	z-index: 3;
	display: none;
	min-width: 220px;
}

.qrcode-title {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.5;
}

.qrcode-container {
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.qrcode-image {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}

.qrcode-popup::before {
	content: '';
	position: absolute;
	top: 100%;
	/* 将三角形指示器定位在弹窗底部 */
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #fff;
	/* 调整三角形方向为向上指向弹窗 */
}

.qrcode-popup1 {
	padding: 10px;
	min-width: 0;
	width: 140px;
}

.qrcode-popup1 .qrcode-image {
	width: 100px;
	height: 100px;
}

.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(234, 85, 32, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(234, 85, 32, 1);
	border-color: rgba(234, 85, 32, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes fadeInSmallRight {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInSmallRight {
	animation-name: fadeInSmallRight;
}

@keyframes fadeInSmallLeft {
	0% {
		opacity: 0;
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInSmallLeft {
	animation-name: fadeInSmallLeft;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}

	.content520 {
		padding: 0 3%;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.header .nav .list {
		gap: 40px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.header {
		height: 80px;
		justify-content: flex-start;
		padding-left: 3%;
	}

	.header .nav .list li {
		display: none;
	}

	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: rgba(234, 85, 32, 1);
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(234, 85, 32, 1);
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.footer-t {
		padding: 70px 0;
	}

	.footer-c {
		padding-top: 70px;
	}

	.footer-c .copyright,
	.footer-c .social-links,
	.footer-t .subscribe-container {
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	.footer-t .logo img {
		width: 90px;
	}

	.footer-t {
		padding: 60px 0;
	}

	.footer-c {
		padding-top: 60px;
	}

	.footer-c .copyright,
	.footer-c .social-links,
	.footer-t .subscribe-container {
		margin-top: 35px;
	}

	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.footer-t {
		padding: 50px 0;
	}

	.footer-c {
		padding-top: 50px;
	}

	.footer-c .copyright,
	.footer-c .social-links,
	.footer-t .subscribe-container {
		margin-top: 30px;
	}

	.header {
		height: 70px;
	}

	.header .logo img {
		height: 50px;
	}

	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.footer-c .nav-links {
		gap: 0 30px;
	}
}

@media (max-width: 500px) {
	.footer-c .nav-links {
		gap: 0 20px;
	}

	.footer-c .copyright {
		font-size: 12px;
		line-height: 20px;
	}

	.footer-t .logo img {
		width: 70px;
	}

	.footer-t .subscribe-container .subscribe-desc {
		margin-top: 10px;
	}

	.footer-c,
	.footer-t {
		padding: 40px 0;
	}

	.footer-c .copyright,
	.footer-c .social-links,
	.footer-t .subscribe-container {
		margin-top: 25px;
	}

	.header {
		height: 60px;
	}

	.header .logo img {
		height: 42px;
	}

	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}