* {
	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: "Livvic";
	src: url('../fonts/Livvic-SemiBoldItalic.ttf');
}

@font-face {
	font-family: "Source-Han-Sans-CN";
	src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
	font-family: "SOURCEHANSANSCN-BOLD";
	src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
}
a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: "Source-Han-Sans-CN";
}

::-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(245, 130, 31, 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%;
}

.content1416 {
	margin: 0 auto;
	width: 1416px;
	max-width: 94%;
}

.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;
}

.font32 {
	font-size: 32px;
}

.font42 {
	font-size: 42px;
}

.font52 {
	font-size: 52px;
}

.font60 {
	font-size: 60px;
}

.font62 {
	font-size: 62px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.site-header {
	background: rgba(4, 12, 22, 0.5);
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
}

.inner-header {
	position: sticky;
}

.inner-header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: RGBA(231, 231, 231, 1);
}

.site-header.active {
	background: RGBA(242, 244, 247, 1);
}

.site-header.searchActive,
.site-header.hoverActive {
	background-color: #fff;
}

.site-header .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10000;
}

.site-header .logo img {
	display: block;
	width: 136px;
	filter: brightness(0) invert(1);
	transition: filter 0.5s ease-in-out;
}

.site-header.searchActive .logo img,
.site-header.active .logo img,
.site-header.hoverActive .logo img {
	filter: brightness(1) invert(0);
}

.site-header .main-nav ul {
	display: flex;
	gap: 72px;
}

.site-header .main-nav a {
	position: relative;
	display: block;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 80px;
	transition: all 0.5s ease-in-out;
	/* opacity: .8; */
}

.site-header.searchActive .main-nav a,
.site-header.hoverActive .main-nav a,
.site-header.active .main-nav a {
	color: rgba(51, 51, 51, 1)
}

.site-header .main-nav li>a::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: rgba(245, 130, 31, 1);
	transition: all 0.5s ease-in-out;
}

.site-header .main-nav li:hover>a,
.site-header .main-nav li.active>a {
	opacity: 1;
}

.site-header .main-nav li:hover>a::before,
.site-header .main-nav li.active>a::before {
	width: 100%;
}

/* --- 下拉菜单样式开始 --- */

/* 1. 下拉菜单容器 (全屏宽度) */
.mega-menu {
	position: absolute;
	/* 使用 fixed 定位，相对于窗口，确保全宽 */
	left: 50%;
	top: calc(100% - 1px);
	/* 对应 header 的高度 */
	width: 100vw;
	background-color: #fff;
	border-top: 1px solid #eee;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 5px);
	transition: transform 0.3s ease;
	transform-style: preserve-3d;
}
.mega-menu:before{
	content: "";
	position: fixed;
	top: 80px; /* 这里填你导航栏的高度 */
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1; /* 确保遮罩在菜单内容下方 */
	pointer-events: none; /* 如果不希望遮罩拦截点击事件 */
	transform: translateZ(-1px);
	pointer-events: none;
	opacity:0;
	transition: all .2s;
}
.site-header .main-nav li.has-dropdown:hover .mega-menu:before{
	opacity:1;
}
.site-header .main-nav li.has-dropdown:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,0);
}

.mega-menu .container {
	padding: 48px 0;
}

.menu-tabs {
	display: flex;
	justify-content: center;
	gap: 52px;
	margin-bottom: 48px;
}

.menu-tab-item {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: rgba(51, 51, 51, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}

.menu-tab-item.active {
	color: rgba(245, 130, 31, 1);
	/* 您的主题橙色 */
}

/* 内容列表容器 */
.menu-list-group {
	display: none;
	justify-content: center;
	flex-wrap: wrap;
	gap: 100px;
}

.menu-list-group#product-application {
	justify-content: center;
}

/* 激活的内容显示 */
.menu-list-group.active {
	display: flex;
	animation: fadeIn1 0.5s;
}

/* 单个产品项 */
.menu-product-item {
	width: 148px;
	display: block;
	text-align: center;
	transition: transform 0.3s;
}

.menu-product-item:hover {
	transform: translateY(-5px);
}

.menu-product-item .img-box {
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F4F7;
	border-radius: 8px;
	overflow: hidden;
}

.menu-product-item .img-box img {
	max-width: 100%;
	max-height: 100%;
}

.menu-product-item p {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	transition: color 0.3s;
}

.menu-product-item:hover p {
	color: rgba(245, 130, 31, 1);
}

@keyframes fadeIn1 {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-header .header-actions {
	display: flex;
	gap: 20px;
	color: #ccc;
	align-items: center;
}

.site-header .header-actions .icon {
	color: RGBA(179, 184, 189, 1);
	transition: all 0.5s ease-in-out;
}

.site-header.searchActive .header-actions .icon,
.site-header.hoverActive .header-actions .icon,
.site-header.active .header-actions .icon {
	color: RGBA(109, 110, 111, 1);
}

.site-header .header-actions .icon:hover {
	color: rgba(245, 130, 31, 1);
}

.site-header .header-actions .icon .iconfont {
	font-size: 24px;
}

.language-dropdown {
	position: relative;
}
.language-dropdown>a{
	display:block;
	line-height:80px;
}
.language-dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: 50%;
	width: 64px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	display: none;
	z-index: 100;
	min-width: 82px;
	overflow:hidden;
	/* padding:8px 0; */
	transform: translateX(-50%);
}

.language-dropdown:hover .dropdown-menu {
	display: block;
}

.language-dropdown .dropdown-menu a {
	display: block;
	padding: 0 8px;
	line-height: 32px;
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
.language-dropdown .dropdown-menu a:not(:last-child){
	margin-bottom: 8px;
}
.language-dropdown .dropdown-menu a:hover {
	background: rgba(245, 130, 31, 1);
	color: #fff;
}

.site-header .header-search-popup {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	border-top: 1px solid RGBA(231, 231, 231, 1);
	background-color: #fff;
	padding: 48px 32px;
	display: none;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
	clip-path: inset(0 -100vmax -100vmax -100vmax);
}

.site-header .header-search-popup form {
	display: flex;
	border-bottom: 1px solid rgba(223, 229, 239, 1);
	padding: 0 16px 8px;
}

.site-header .header-search-popup form .icon-search {
	color: RGBA(51, 51, 51, 1);
	font-size: 28px;
}

.site-header .header-search-popup form input {
	flex: 1;
	margin-left: 12px;
	width: 100%;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	border: none;
	outline: none;
}

.site-header .header-search-popup form input::placeholder {
	color: rgba(140, 152, 170, 0.5);
}

.site-header .header-search-popup .quick-links {
	margin-top: 32px;
}

.site-header .header-search-popup .quick-links span {
	display: block;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #8C98AA;
	text-align: left;
	line-height: 27px;
}

.site-header .header-search-popup .quick-links-content {
	display: inline-block;
}

.site-header .header-search-popup .quick-links-content a {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	display: block;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
}

.site-header .header-search-popup .quick-links-content a:hover {
	color: rgba(245, 130, 31, 1);
}

.section-en-title {
	font-family: Livvic;
	line-height: 1.26;
	text-align: center;
	background: linear-gradient(to bottom, rgba(131, 155, 189, .7) 0%, rgba(131, 155, 189, 0) 80%, rgba(131, 155, 189, 0) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.section-cn-title {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	margin-top: -.96em;
	margin-bottom: .61em;
}

.section-title-line {
	position: relative;
	/* margin-top: 22px; */
	height: 2px;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 130, 31, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.section-title-line::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 82px;
	height: 6px;
	background: #F5821F;
	border-radius: 99px;
}

.product-card-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
	border-radius: 8px;
	transition: 0.3s;
	overflow: hidden;
}
.product-card-item:hover{
	/* box-shadow:0px 48px 18px -47px #dadada; */
	transform:translateY(-10px)
}
.product-card-item .product-img .picCover {
	padding-top: 80.3%;
	background-color: RGBA(238, 240, 246, 1);
}

.product-card-item .product-img img {
	max-height: 100%;
	max-width: 100%;
}

.product-card-item .text-box {
	padding: 16px 20px 20px;
	text-align: center;
}

.product-card-item .text-box h4 {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
	/* transition: all .6s; */
	font-family: SOURCEHANSANSCN-BOLD;
}

.product-card-item:hover .text-box h4 {
	color: #F5821F;
}

.product-card-item .text-box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin: 8px 0 20px;
}

.product-card-item .text-box .btn-view {
	display: inline-block;
	line-height: 42px;
	width: 175px;
	color: rgba(245, 130, 31, 1);
	background: rgba(245, 130, 31, 0.1);
	border-radius: 999px 999px 999px 999px;
	font-weight: 500;
	font-size: 16px;
	color: #F5821F;
	max-width: 100%;
	transition: all .6s;
}
.product-card-item .text-box .btn-view:hover{
	background:#F5821F;
	color:#fff;
}
.site-footer .footer-content {
	background: url(../img/Group-2082.jpg);
	background-size: cover;
}

.site-footer .footer-content .container {
	padding: 52px 0 120px;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.site-footer .footer-left {
	width: 392px;
}

.site-footer .footer-logo {
	display: flex;
	gap: 20px;
}

.site-footer .footer-logo .iconfont {
	font-size: 28px;
	color: #fff;
	transition:all .6s;
}
.site-footer .footer-logo .iconfont:hover{
	color: rgba(245, 130, 31, 1);
}
/* 微信二维码样式 */
.wechat-btn {
	position: relative;
	display: inline-block;
}
.wechat-btn:hover .iconfont.icon-weixin1{
	color:rgba(52, 210, 58, 1);
}
.wechat-btn .qr-box {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%)scale(0);
	background: #fff;
	/* padding: 8px; */
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	z-index: 100;
	/* display: none; */
	margin-bottom: 10px;
	transform-origin: bottom center;
	transition: all .2s;
}

.wechat-btn .qr-box img {
	width: 108px;
	height: 108px;
	border-radius: 4px;
	display: block;
}

.wechat-btn:hover .qr-box {
	transform:translateX(-50%)scale(1);
	/* display: block; */
}

/* 小三角样式 */
.wechat-btn .qr-box::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}

.site-footer .contact-info {
	margin-top: 58px;
}

.site-footer .contact-info h4 {
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}

.site-footer .contact-info-list {
	margin-top: 20px;
}

.site-footer .contact-info-list p {
	display: flex;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	transition:all .6s;
}

.site-footer .contact-info-list p:not(:last-child) {
	margin-bottom: 16px;
}

.site-footer .contact-info i {
	font-size: 24px;
	transition:all .6s;
}
.site-footer .contact-info p:hover i{
	transform:rotateY(180deg);
} 
.site-footer .contact-info-list p span {
	flex: 1;
	line-height: 21px;
	transition: all .6s;
}

.site-footer .footer-links {
	width: 56.63%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.site-footer .link-col h4 {
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.site-footer .link-col ul li:not(:last-child) {
	margin-bottom: 24px;
}

.site-footer .link-col ul li>a {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease-in-out;
	line-height: 21px;
}
.site-footer .contact-info-list p:hover span,
.site-footer .link-col ul li>a:hover {
	color: #F5821F;
}

.site-footer .footer-bottom {
	background-color: rgba(14, 22, 40, 1);
	text-align: center;
	padding: 9px 3%;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.site-footer .footer-bottom a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}

.site-footer .footer-bottom a:hover {
	color: #fff;
}

.classic-case-section {
	padding: 96px 0;
	overflow: hidden;
}

.classic-case-section .case-slider {
	margin-top: 50px;
}

.classic-case-section .case-slider .case-main {
	position: relative;
	padding: 0 120px;
	width: 1244px;
	max-width: 100%;
	margin: 0 auto;
}

.classic-case-section .case-slider .swiper {
	overflow: visible;
}

.classic-case-section .case-slider .swiper-slide {
	position: relative;
	background: #D9D9D9;
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	transform: scale(0.82);
}

.classic-case-section .case-slider .swiper-slide-prev {
	transform-origin: right center;
}

.classic-case-section .case-slider .swiper-slide-next {
	transform-origin: left center;
}

.classic-case-section .case-slider .swiper-slide-active {
	transform: scale(1);
}

.classic-case-section .case-slider .swiper-slide::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(32, 53, 103, 0.6);
}

.classic-case-section .case-slider .swiper-slide-active::before {
	opacity: 0;
}

.classic-case-section .case-slider .case-bg img {
	display: block;
	width: 100%;
	height: 552px;
	object-fit: cover;
}

.classic-case-section .case-slider .case-info-box {
	position: absolute;
	right: 48px;
	top: 50%;
	transform: translateY(-50%);
	width: 432px;
	/* height: 456px; */
	background: rgba(255, 255, 255, 0.86);
	border-radius: 16px;
	backdrop-filter: blur(20px);
	padding: 48px 48px 30px;
	opacity: 0;
}

.classic-case-section .case-slider .swiper-slide-active .case-info-box {
	opacity: 1;
}

.classic-case-section .case-slider .case-info-box h3 {

	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	transition: all 0.5s ease-in-out;
	margin-bottom:.54em ;
	/* border-bottom: 2px solid rgba(223, 230, 241, 1); */
}
.classic-case-section .case-slider .case-info-box .line{
	height: 2px;
	background: rgba(223, 230, 241, 1);
}
.classic-case-section .case-slider .case-info-box:hover h3 {
	color: rgba(245, 130, 31, 1);
}
.classic-case-section .case-slider .case-info-box .desc {
	margin-top: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.classic-case-section .case-slider .case-info-box:hover .desc{
	display: -webkit-box;
}
.classic-case-section .case-slider .case-info-box:hover .btn-link{
	display: inline-flex;
}
.classic-case-section .case-slider .case-features {
	margin-top: 24px;
}

.classic-case-section .case-slider .case-features h4 {

	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.classic-case-section .case-slider .case-features ul {
	margin-top: 12px;
}

.classic-case-section .case-slider .case-features li {

	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	transition: all .6s;
}
.classic-case-section .case-slider:hover .case-features li {
	color:rgba(245, 130, 31, 1);
}
.classic-case-section .case-slider .case-features li img {
	margin-right: 8px;
	display: inline-block;
	transition: all .6s;
}
.classic-case-section .case-slider:hover .case-features li img{
	transform: rotate(180deg);
}
.classic-case-section .case-slider .case-features li:not(:last-child) {
	margin-bottom: 8px;
}

.classic-case-section .case-slider .btn-link {
	margin-top: 24px;
	display: inline-flex;
	align-items: center;

	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: left;
	gap: 12px;
	transition: all 0.5s ease-in-out;
}
.classic-case-section .case-slider .btn-link:hover{
	color: rgba(245, 130, 31, 1);
}
.classic-case-section .case-slider .btn-link .iconfont {
	font-size: 30px;
	color: RGBA(245, 130, 31, 1);
	transition: all 0.5s ease-in-out;
}
.classic-case-section .case-slider .case-info-box .desc,
.classic-case-section .case-slider .btn-link {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    margin-top: 0; 
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(10px); /* 初始下移一点，做向上滑入效果 */
}

/* 2. Hover 状态 */
.classic-case-section .case-slider .case-info-box:hover .desc {
    opacity: 1;
    max-height: 3.5em; 
    margin-top: 12px;
    visibility: visible;
    transform: translateY(0);
}

.classic-case-section .case-slider .case-info-box:hover .btn-link {
    opacity: 1;
    max-height: 30px;
    margin-top: 24px;
    visibility: visible;
    transform: translateY(0);
    /* 按钮如果是 flex 布局需注意 */
    display: inline-flex; 
	transition-delay: 0.1s;
}
.news-section .news-slider .btn,
.classic-case-section .case-slider .case-main .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: RGBA(253, 240, 228, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(245, 130, 31, 1);
	cursor: pointer;
	z-index: 3;
	transition: all 0.3s ease;
}

.news-section .news-slider .btn:hover,
.classic-case-section .case-slider .case-main .btn:hover {
	background-color: rgba(245, 130, 31, 1);
	color: #fff;
}

.classic-case-section .case-slider .case-main .btn .iconfont {
	font-size: 36px;
}

.classic-case-section .case-slider .case-main .btn.btn-prev {
	left: 24px;
}

.classic-case-section .case-slider .case-main .btn.btn-next {
	right: 24px;
}

.floating-tools {
	position: fixed;
	right: 32px;
	bottom: 65px;
	z-index: 99;
}

.floating-tools .tool-item {
	width: 72px;
	height: 72px;
	background: #FFFFFF;
	box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
	border-radius: 8px 8px 8px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	transition: all .5s;
}

.floating-tools .tool-item:hover {
	background-color: rgba(245, 130, 31, 1);
	color: #fff;
}

.floating-tools .tool-item:not(:last-child) {
	margin-bottom: 20px;
}

.floating-tools .tool-item .iconfont {
	font-size: 28px;
	line-height: 1;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	gap: 8px;
}

.breadcrumb .icon {
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.breadcrumb .icon .iconfont {
	font-size: 14px;
}

.breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
	transition: all .5s;
}

.breadcrumb a.active,
.breadcrumb a:hover {
	color: #fff;
}

.pagination {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagination .pagination-info {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}

.pagination .pagination-numbers {
	display: flex;
	gap: 12px;
}

.page-num {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #E0E5ED;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	transition: all .5s;
}

.page-num:hover,
.page-num.active {
	background: rgba(245, 130, 31, 1);
	color: #fff;
	border-color: rgba(245, 130, 31, 1);
}

.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-c .list .li-title:hover a,
.pc-aslide-content-t .close:hover {
	color: rgba(245, 130, 31, 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;
	display: flex;
	justify-content: space-between;
}

.pc-aslide-content-c .list .li-title {
	color: #333333;
}

.pc-aslide-content-c .list .li-title a {
	color: #333333;
}

.pc-aslide-content-c .list .li-title .iconfont::before {
	font-size: 20px;
	display: block;
}

.pc-aslide-content-c .list li.active .li-title .iconfont {
	transform: rotate(90deg);
}

.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;
	text-align: left;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 9999;
}

.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;
}

.form-modal .form-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border-radius: 24px 24px 24px 24px;
	width: 936px;
	max-width: 90%;
	margin: 0 auto;
	padding: 24px 0;
}

.form-modal .form-container h2 {
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}

.form-modal .form-container form {
	border-top: 1px solid rgba(223, 229, 239, 1);
	margin-top: 24px;
	padding: 34px 72px 0;
}

.form-modal .form-row {
	display: flex;
	gap: 72px;
	flex: 1;
	width: 100%;
	margin-bottom: 24px;
}

.form-modal .form-group {
	display: flex;
	flex: 1;
	gap: 24px;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 50px;
}

.form-modal .form-row+.form-group {
	margin-bottom: 24px;
}

.form-modal .form-group textarea,
.form-modal .form-group input {
	background: #F2F4F7;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #C8D4E6;
	outline: none;
	flex: 1;
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	padding: 9px 24px;
	font-family: Source Han Sans CN, Source Han Sans CN;
}

.form-modal .form-group textarea::placeholder,
.form-modal .form-group input::placeholder {
	color: rgba(51, 51, 51, 0.3);
}

.form-modal .form-group textarea {
	height: 192px;
	resize: none;
}

.form-modal .submit-container {
	margin-top: 36px;
	text-align: center;
}

.form-modal .submit-container .submit-btn {
	display: inline-block;
	padding: 10px 64px;
	text-align: center;
	background: #F5821F;
	border-radius: 8px 8px 8px 8px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	cursor: pointer;
}

.inner-banner .kvm-box {
	/* 基础样式 */
	display: inline-block;
	padding: .387em .516em;
	min-width: 5.03em;
	background-color: transparent;
	position: relative;
	color: rgba(116, 124, 188, 1);
	font-weight: bold;
	/* font-size: 62px; */
	line-height: 1.5;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-align: center;
}

.inner-banner .kvm-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 4px;
	padding: 2px;
	background: linear-gradient(to bottom,
			rgba(116, 124, 188, 1) 0%,
			rgba(209, 75, 116, 0) 50%,
			rgba(116, 124, 188, 1) 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.inner-banner .kvm-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 3px);
	width: 56px;
	height: 8px;
	background: #747CBC;
}

.inner-banner .breadcrumb1 {
	position: absolute;
	left: 0;
	bottom: 52px;
}

.inner-banner .container {
	position: relative;
	height: 520px;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	border: 1px solid #D1D1D1;
	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(245, 130, 31, 1);
	border-color: rgba(245, 130, 31, 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;
}

.m-right-buttom {
	display: none;
}

.partners-section {
	padding: 96px 0;
}

.partners-section .partner-grid {
	margin-top: 50px;
}

.partners-section .partner-grid .swiper-slide {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.search-container {
	margin: 24px auto 0;
	display: flex;
	align-items: center;
	height: 72px;
	background: #F2F4F7;
	border:1px solid #F2F4F7;
	border-radius: 99px 99px 99px 99px;
	padding: 0 32px;
	width: 828px;
	max-width: 100%;
	gap: 20px;
	transition: all .6s;
}
.search-container:hover{
	border-color:rgba(245, 130, 31, 1);
}
.search-container input {
	flex: 1;
	border: none;
	outline: none;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	background-color: transparent;
	height: 100%;
}

.search-container input::placeholder {
	color: #8C98AA;
}

.search-container .iconfont {
	font-size: 24px;
	color: rgba(245, 130, 31, 1);
	cursor: pointer;
}

.inner-banner {
	background-position: center;
	background-size: cover;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.site-header .main-nav ul {
		gap: 0 40px;
	}

	.font52,
	.font48 {
		font-size: 36px;
	}

	.font42,
	.font36 {
		font-size: 32px;
	}

	.font62,
	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}

	.classic-case-section .case-slider .case-main .btn {
		width: 60px;
		height: 60px;
	}

	.classic-case-section .case-slider .case-main .btn .iconfont {
		font-size: 30px;
	}

	.classic-case-section .case-slider .case-main {
		padding: 0 108px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.classic-case-section .case-slider .case-main {
		padding: 0 98px;
	}

	.classic-case-section .case-slider .case-main .btn {
		width: 50px;
		height: 50px;
	}

	.classic-case-section .case-slider .case-main .btn .iconfont {
		font-size: 24px;
	}

	.menu-list-group {
		gap: 60px;
	}

	.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-title {
		font-size: 18px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font42,
	.font36 {
		font-size: 30px;
	}

	.font62,
	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font32,
	.font30 {
		font-size: 28px;
	}

	.font52,
	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.language-dropdown>a{
		line-height:52px;
	}
	.product-card-item .text-box h4{
		font-size:22px;
	}
	.form-modal .form-container h2{
		font-size: 20px;
	}
	.classic-case-section .case-slider .swiper-slide {
		transform: scale(1);
	}

	.classic-case-section .case-slider .case-main {
		padding: 0 80px;
	}

	.classic-case-section .case-slider .case-main .btn.btn-prev {
		left: 15px;
	}

	.classic-case-section .case-slider .case-main .btn.btn-next {
		right: 15px;
	}

	.classic-case-section {
		padding: 75px 0;
	}

	.classic-case-section .case-slider {
		margin-top: 45px;
	}

	.site-header .main-nav ul {
		gap: 0 30px;
	}

	.font42,
	.font36 {
		font-size: 28px;
	}

	.font62,
	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font32,
	.font30 {
		font-size: 26px;
	}

	.font52,
	.font48 {
		font-size: 28px;
	}

	.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(109, 110, 111, 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(109, 110, 111, 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)
	}

	.site-footer .link-col h4 {
		font-size: 20px;
		margin-bottom: 1em;
	}

	.site-footer .footer-left {
		width: 300px;
	}

	.site-footer .footer-links {
		flex: 1;
	}

	.site-footer .footer-content .container {
		padding-bottom: 80px;
	}

	.site-footer .contact-info {
		margin-top: 45px;
	}

	.partners-section {
		padding: 75px 0;
	}

	.partners-section .partner-grid {
		margin-top: 45px;
	}
}

@media (max-width: 1024px) {
	.product-card-item .text-box h4{
		font-size:20px;
	}
	.form-modal .form-row{
		gap: 30px;
	}
	.form-modal .form-container form{
		padding: 34px 40px 10px;
	}
	.form-modal .submit-container .submit-btn{
		font-size: 20px;
	}
	.form-modal .form-group textarea, .form-modal .form-group input,
	.form-modal .form-group{
		font-size: 18px;
	}
	.classic-case-section {
		padding: 65px 0;
	}

	.classic-case-section .case-slider {
		margin-top: 40px;
	}

	.search-container {
		height: 60px;
	}

	.partners-section {
		padding: 65px 0;
	}

	.partners-section .partner-grid {
		margin-top: 40px;
	}

	.site-footer .contact-info {
		margin-top: 40px;
	}

	.site-footer .footer-links {
		display: none;
	}

	.site-footer .footer-content .container {
		padding-bottom: 70px;
	}

	.site-header .header-container {
		height: 52px;
	}

	.site-header .logo img {
		width: 120px;
	}

	.main-nav {
		display: none;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.font42,
	.font36 {
		font-size: 26px;
	}

	.font62,
	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font32,
	.font30 {
		font-size: 24px;
	}

	.font52,
	.font48 {
		font-size: 26px;
	}

	.floating-tools {
		right: 20px;
	}

	.floating-tools .tool-item {
		width: 50px;
		height: 50px;
	}

	.floating-tools .tool-item .iconfont {
		font-size: 20px;
	}

	.floating-tools .tool-item {
		font-size: 12px;
	}

	.floating-tools .tool-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.site-footer .footer-left {
		width: 100%;
	}

	.site-footer .contact-info-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 30px;
	}

	.site-footer .contact-info-list p:not(:last-child) {
		margin-bottom: 0;
	}
	.inner-banner .container {
		min-height: 430px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.site-header .header-actions .icon, .site-header .header-actions .icon, .site-header .header-actions .icon{
		color:RGBA(109, 110, 111, 1);
	}
	.site-header{
		position:sticky;
		background:#fff;
	}
	.site-header .logo img{
		filter:none;
	}
	.product-card-item .text-box h4{
		font-size:18px;
	}
	.modal .close{
		right: 0;
	}
	.form-modal .submit-container .submit-btn{
		font-size: 18px;
	}
	.form-modal .form-group textarea, .form-modal .form-group input{
		padding: 7px 20px;
	}
	.form-modal .form-group textarea, .form-modal .form-group input, .form-modal .form-group{
		font-size: 16px;
	}
	.form-modal .submit-container{
		margin-top: 30px;
	}
	.form-modal .form-row{
		flex-direction: column;
		gap: 24px;
	}
	.classic-case-section {
		padding: 55px 0;
	}

	.classic-case-section .case-slider {
		margin-top: 30px;
	}
	.classic-case-section .case-slider .case-info-box:hover .btn-link{
		margin-top: 14px;
	}
	.classic-case-section .case-slider .btn-link {
		margin-top: 14px;
		font-size: 16px;
		display: inline-flex;
	}
	/* .classic-case-section .case-slider .case-info-box:hover .btn-link{
		display: inline-flex;
	} */
	.classic-case-section .case-slider .btn-link .iconfont {
		font-size: 24px;
	}

	.classic-case-section .case-slider .case-features {
		display: none;
	}

	.classic-case-section .case-slider .case-main {
		padding: 0 70px;
	}

	.classic-case-section .case-slider .case-main .btn {
		width: 40px;
		height: 40px;
	}

	.classic-case-section .case-slider .case-main .btn .iconfont {
		font-size: 20px;
	}

	.classic-case-section .case-slider .case-info-box h3 {
		font-size: 20px;
	}

	.classic-case-section .case-slider .case-bg img {
		height: 100%;
	}

	.classic-case-section .case-slider .case-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.classic-case-section .case-slider .swiper-slide {
		padding: 30px;
		height: auto;
	}

	.classic-case-section .case-slider .case-info-box {
		position: relative;
		right: 0;
		top: 0;
		padding: 30px;
		margin: 0 0 0 auto;
		height: auto;
		max-width: 100%;
		top: 0;
		transform: translateY(0);
	}

	.search-container {
		height: 50px;
	}

	.case-tabs-section .pagination {
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
	}

	.partners-section {
		padding: 55px 0;
	}

	.partners-section .partner-grid {
		margin-top: 30px;
	}

	.site-footer .contact-info-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.site-footer .contact-info {
		margin-top: 35px;
	}

	.site-footer .footer-content .container {
		padding-bottom: 60px;
	}

	.font42,
	.font36 {
		font-size: 24px;
	}

	.font62,
	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font32,
	.font30 {
		font-size: 22px;
	}

	.font52,
	.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;
	}

	.partners-section .partner-grid .swiper-slide {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.inner-banner .container {
		min-height: 340px;
	}

	.inner-banner .breadcrumb1 {
		bottom: 30px;
	}

	.pagination {
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
	}

	.classic-case-section .case-slider .case-info-box .desc,
	.classic-case-section .case-slider .case-info-box h3 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
	.classic-case-section .case-slider .btn-link,
	.classic-case-section .case-slider .case-info-box .desc{
		max-height: none;
		opacity: 1;
		visibility: visible;
	}
	.site-header .header-search-popup{
        padding: 30px 10px;
    }
	.site-header .header-search-popup form .icon-search{
		font-size: 22px;
	}
	.site-header .header-search-popup form input{
		font-size: 16px;
	}
	.site-header .header-search-popup .quick-links{
		margin-top: 20px;
	}
	.site-header .header-search-popup .quick-links-content a{
		font-size: 16px;
		margin-top: 10px;
	}
	.site-header .header-search-popup .quick-links span{
		margin-top: 14px;
	}
}

@media (max-width: 500px) {
	.form-modal .submit-container{
		margin-top: 25px;
	}
	.form-modal .submit-container .submit-btn{
		font-size: 16px;
	}
	.form-modal .form-group textarea, .form-modal .form-group input, .form-modal .form-group{
		font-size: 14px;
	}
	.form-modal .form-row{
		gap: 15px;
		margin-bottom: 15px;
	}
	.form-modal .form-row+.form-group{
		margin-bottom: 15px;
	}
	.form-modal .form-group{
		line-height: 44px;
		gap: 10px;
	}
	.form-modal .form-container form{
		margin-top: 20px;
	}
	.form-modal .form-container form{
		padding: 20px 25px 10px;
	}
	.form-modal .form-container{
		padding: 20px 0;
	}
	.classic-case-section {
		padding: 45px 0;
	}

	.classic-case-section .case-slider {
		margin-top: 25px;
	}

	.classic-case-section .case-slider .case-info-box h3 {
		font-size: 18px;
	}

	.classic-case-section .case-slider .case-main .btn.btn-prev {
		left: 0;
	}

	.classic-case-section .case-slider .case-main .btn.btn-next {
		right: 0;
	}

	.classic-case-section .case-slider .case-main .btn {
		background-color: transparent;
		color: #fff;
	}

	.classic-case-section .case-slider .swiper-slide {
		padding: 40px 50px;
	}

	.classic-case-section .case-slider .case-main {
		padding: 0;
		width: 94%;
	}

	.classic-case-section .case-slider .case-info-box {
		padding: 20px;
	}

	.search-container {
		padding: 0 25px;
	}

	.inner-banner .breadcrumb1 {
		bottom: 20px;
	}

	.breadcrumb {
		font-size: 14px;
	}

	.partners-section {
		padding: 45px 0;
	}

	.partners-section .partner-grid {
		margin-top: 25px;
	}

	.site-footer .footer-bottom {
		font-size: 12px;
	}

	.site-footer .footer-logo {
		gap: 15px;
	}

	.site-footer .contact-info h4 {
		font-size: 18px;
	}

	.site-footer .contact-info {
		margin-top: 10px;
	}

	.site-footer .footer-content .container {
		padding: 40px 0;
	}

	.site-header .logo img {
		width: 90px;
	}

	.font42,
	.font36 {
		font-size: 22px;
	}

	.font62,
	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font32,
	.font30 {
		font-size: 20px;
	}

	.font52,
	.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;
	}

	.search-container input {
		font-size: 16px;
	}
}
