* {
	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'; */
}

:root {
	--primary-color: rgba(3, 55, 102, 1);
	/* 深蓝 */
	--accent-color: #E67E22;
	/* 橙色 */
	--text-color: #333;
	--light-gray: #f5f7fa;
	--white: #ffffff;
	--container-width: 1600px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "Montserrat";
	/* Project id 2871779 */
	src: url('../fonts/MONTSERRAT-REGULAR.TTF');
}

@font-face {
	font-family: "MontserratLight";
	/* Project id 2871779 */
	src: url('../fonts/MONTSERRAT-LIGHT.TTF');
}

@font-face {
	font-family: "Montserrat-Bold";
	/* Project id 2871779 */
	src: url('../fonts/MONTSERRAT-BOLD.TTF');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@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 {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: Montserrat;
}

::-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(238, 111, 16, 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%;
}

.content364 {
	padding: 0 3.64%;
}

.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(255, 255, 255, 1);
	box-shadow: 0 2px 10px 0 rgba(36,50,66,.075);
}

.header .nav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.header .nav-wrapper .logo img {
	display: block;
	width: 89px;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .nav-links {
	display: flex;
	gap: 59px;
}

.header .nav-links>li {
	height: 90px;
	display: flex;
	align-items: center;
}

.header .nav-links>li>a {
	display: block;
	position: relative;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	color: #00244C;
	line-height: 30px;
	color: rgba(48, 48, 48, 1);
	transition: all .6s;
}

.header .nav-links>li.active>a,
.header .nav-links>li:hover>a {
	color: #00244C;
}

.header .nav-links>li>a::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	transform: translateX(-50%);
	content: '';
	background-color: rgba(0, 36, 76, 1);
	transition: all .6s;
}

.header .nav-links>li.active>a::before,
.header .nav-links>li:hover>a::before {
	width: 100%;
}
.header .nav-links .mega-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%; 
    background: linear-gradient(to right, RGBA(242, 244, 250, 1), RGBA(245, 244, 246, 1)); /* 截图中的浅灰色背景 */
    border-top: 1px solid #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.header .nav-links li.has-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .nav-links .mm-inner {
    display: flex;
    /* padding: 40px 0; */
    align-items: flex-start;
}

/* --- 左侧侧边栏 --- */
.header .nav-links .mm-sidebar {
    width: 22%; 
    border-right: 1px solid #e0e0e0;
    /* display: flex; */
    flex-direction: column;
    padding: 45px 0 50px;
    text-align: center;
    background: rgba(255, 255, 255, .4);
}

.header .nav-links .mm-title {
    font-size: 26px;
    color: #113358; 
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 20px;
}

.header .nav-links .mm-cat-list li {
    margin-bottom: 5px;
}

.header .nav-links .mm-cat-list li a {
    display: block;
    padding: 15px 20px;
    color: rgba(85, 85, 85, 1);
    font-weight: 600;
    /* border-radius: 4px; */ /* 如果需要圆角 */
    transition: all 0.3s;
    text-align: left;
}

/* 鼠标悬停左侧分类 */
.header .nav-links .mm-cat-list li a:hover {
    /* color: #E67E22; */ /* 橙色 */
    /* background-color: #fff; */
}

/* 选中状态 (截图中的深蓝背景) */
.header .nav-links .mm-cat-list li.active a {
    background-color: #113358;
    color: #fff;
}

/* 查看目录按钮 */
.header .nav-links .btn-catalog {
    margin-top: auto; /* 推到底部 */
    display: inline-block;
    background: #E8ECEF;
    color: #113358;
    padding: 12px 25px;
    border-radius: 30px;
    /* font-weight: 600; */
    font-size: 14px;
    text-align: center;
    width: fit-content;
    margin-top: 60px;
}
.header .nav-links .btn-catalog:hover {
    background: #113358;
    color: #fff;
}
.header .nav-links .btn-catalog i {
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
}

/* --- 右侧内容区 --- */
.header .nav-links .mm-content {
    flex: 1; /* 占据剩余宽度 */
    padding: 45px 0 50px;
    /* display: flex; */
    /* align-items: center; */
    margin-left: 70px;
}

.header .nav-links .mm-link-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3列布局 */
    /* gap: 20px 0; */ /* 行间距 列间距 */
    display: none;
}
.header .nav-links .mm-link-grid.active{
	display:grid;
	animation: fadeIn 0.2s ease forwards;
}
.header .nav-links .mm-link-grid li{
	padding-right: 30px;
	padding: 10px 30px 10px 0;
	border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.header .nav-links .mm-link-grid li a {
    color: #666;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; /* 图标靠右 */
    /* padding: 5px 0; */
    line-height: 30px;
    gap: 5px;
    border-bottom: 1px solid transparent;
}

.header .nav-links .mm-link-grid li a i {
    font-size: 16px;
    /* opacity: 0; */ /* 默认隐藏箭头 */
    transform: translateY(2px);
    transition: all 0.3s;
    font-weight: bold;
}

/* 右侧链接 Hover 效果 */
.header .nav-links .mm-link-grid li a:hover {
    color: #E67E22; /* 橙色高亮 */
}
.header .nav-links .mm-link-grid li a:hover i {
    opacity: 1;
    /* transform: translateX(0); */
}

/* 特殊高亮链接 (截图中的第一个橙色链接) */
.header .nav-links .mm-link-grid li a:hover,
.header .nav-links .mm-link-grid li a.highlight {
    color: #E67E22;
    border-bottom: 1px solid #E67E22;
    width: fit-content;
}
.header .nav-links .mm-link-grid li a.highlight i {
    opacity: 1;
    transform: translateX(0);
}
.nav-links li.has-simple-dropdown {
    position: relative;
}
.nav-links li .simple-dropdown-menu {
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%) translateY(10px); 
    width: auto;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    border-radius: 4px;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
	min-width: 144px;
}
.nav-links li.has-simple-dropdown:hover .simple-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.nav-links li .simple-dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-links li .simple-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.nav-links li .simple-dropdown-menu li a:hover {
    color: var(--accent-color); 
}
.header .r .lang-dropdown {
	position: relative;
	cursor: pointer;
	padding: 5px 10px;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	color: RGBA(48, 48, 48, 1);
}

.header .r .lang-dropdown .lang-text {
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.header .r .lang-dropdown .icon-diqiu {
	font-size: 20px;
}

.header .r .lang-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: none;
	/* Hidden by default */
	/* border: 1px solid #ddd; */
	border-top: none;
}

.header .r .lang-dropdown:hover .lang-list {
	display: block;
}

.header .r .lang-list a {
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	text-align: center;
}

.header .r .lang-list a:hover {
	background: #f0f0f0;
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(238, 111, 16, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .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 .r .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 .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(238, 111, 16, 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-t .close:hover {
	color: rgba(238, 111, 16, 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;
}
.news-card {
    padding: 40px;
    background: #F5F7FB;
    border-radius: 10px;
    transition: all .3s;
    width: 32.21%;
}

.news-card:hover {
    background-color: rgba(0, 47, 96, 1);
}

.news-card .picCover {
    padding-top: 67.47%;

}

.news-card .pic {
    border-radius: 10px;
}

.news-date {
    font-size: 15px;
    color: rgba(166, 174, 181, 1);
    margin-bottom: 50px;
    margin-top: 35px;
}

.news-card h4 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    color: #363B3F;
    line-height: 1.4;
    height: 84px;
    transition: all .3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card:hover h4 {
    color: #fff;
}

.news-tag {
    background: var(--accent-color);
    color: white;
    padding: 0 19px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 18px;
    transition: all .3s;
}

.news-card:hover .news-tag {
    color: var(--primary-color);
    background: rgba(255, 255, 255, 1);
}
.project-slide {
    position: relative;
    height: 100%;
    border-bottom: 1px solid rgba(182, 188, 193, 1);
}
.project-slide::before{
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    transition: all .3s;
}
.project-slide:hover::before{
    width: 100%;
}
.project-slide .picCover {
    padding-top: 68.69%;
}

.project-slide .pic {
    border-radius: 10px;
}

.project-slide img {
    width: 100%;
    border-radius: 8px;
}

.project-info {
    position: relative;
    padding: 50px 14px 30px;
    /* height: 100%; */
}
.project-info h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.project-info p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq-section {
     width: 42.28%;
}
.faq-section h2{
    color: rgba(0, 47, 96, 1);
    font-size: 2em;
    line-height: 1;
}
.contact-form {
    width: 49.28%;
    background: #fff;
    padding: 56px 48px;
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}
.accordion{
    margin-top: 13px;
}
.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}
.accordion-item .text{
    flex: 1;
    margin-right: 30px;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(59, 62, 64, 1);
    font-size: 16px;
    padding: 15px 0;
}

.accordion-body {
    display: none;
    padding-bottom: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 47px;
    font-family: MontserratLight-;
}

.accordion-icon {
    /* color: var(--accent-color); */
    font-weight: bold;
    font-size: 20px;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    flex: 1;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(241, 242, 247, 1);
    border-radius: 4px;
    background: RGBA(250, 251, 253, 1);
    outline: none;
    resize: none;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--primary-color);
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    font-weight: 500;
}
.contact-form .form-group label span{
    color: rgba(232, 0, 22, 1);
}
.contact-form .btn-submit {
    width: 100%;
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 11px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.contact-form .btn-submit:hover {
    background: var(--accent-color);
}
.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}
footer {
	background: url(../img/footer-bg.jpg);
	color: #ffffff;
	padding-top: 40px;
	width: 100%;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
/* --- Top Section: Newsletter --- */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	/* 细微分割线 */
}

.newsletter-text h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

.newsletter-form {
	display: flex;
	gap: 15px;
}
.newsletter-form input {
	background: transparent;
	border: 1px solid rgba(255, 255, 255,.8);
	padding: 15px 15px;
	width: 350px;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 3px;
}

.newsletter-form input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button {
	background-color: #fff;
	color: #E67E22;
	/* 图片中的橙色 */
	border: none;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
}

.newsletter-form button:hover {
	background-color: #f0f0f0;
}

.newsletter-form button i {
	/* 箭头倾斜 */
	transform: rotate(90deg);
	font-weight: bold;
	transition: all .3s;
}
.newsletter-form button:hover i{
	transform: rotate(45deg);
}
/* --- Middle Section: Links & Info --- */
.footer-main {
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 60px; */
}
.footer-main .contact-col{
	width: 350px;
}
.footer-col h4 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 19px;
	color: rgba(205, 218, 226, 1);
}

.footer-col ul li {
	margin-bottom: 12px;
}

/* Contact Column Specifics */
.contact-list li {
	display: flex;
	align-items: flex-start;
	/* 图标对齐顶部 */
	gap: 15px;
	margin-bottom: 15px;
	font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 24px;
}

.contact-list i {
	font-size: 18px;
}
.footer-main-r{
	display: flex;
	width: 63.42%;
	justify-content: space-between;
}
.footer-main-r .footer-col ul li{
	margin-bottom: 0;
}
.footer-main-r a{
	color: rgba(205, 218, 226, 1);
	line-height: 30px;
	font-size: 14px;
	transition: all .6s;
}
.footer-main-r a:hover{
	color: #fff;
}
/* Social Icons Pill */
.social-pill {
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.1);
	/* 半透明背景 */
	display: inline-flex;
	padding: 15px 25px;
	border-radius: 26px;
	/* 胶囊形状 */
	gap: 20px;
}

.social-pill a {
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.social-pill a  .iconfont{
	font-size: 20px;
}
.social-pill a:hover {
	color: #E67E22;
	transform: scale(1.1);
}

/* --- Bottom Section: Copyright --- */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 25px;
	/* border-top: 1px solid rgba(255, 255, 255, 0.05); */
	/* 极淡的分割线 */
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.legal-links {
	display: flex;
	gap: 30px;
}
.banner{
	position: relative;
}
.banner .pic img{
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}
.banner .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner .banner-box .title{
	font-weight: 600;
	font-size: 44px;
	color: #FFFFFF;
}
.banner .banner-box .des{
font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 1.5;
margin-top: 15px;
}
.banner .banner-box .des a{
	text-decoration:underline
}
/* --- Value Props --- */
.value-props {
    padding: 120px 0;
}

.props-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.prop-item {
    display: flex;
    /* gap: 20px; */
}

.prop-icon {
    width: 102px;
    height: 102px;
    background: #F5F7FB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prop-icon img {
    max-width: 50%;
    max-height: 50%;
    transition: all .6s;
}

.prop-item:hover .prop-icon img {
    transform: rotateY(180deg);
}

.prop-item .text-box {
    flex: 1;
    margin-left: 37px;
}

.prop-item .text-box h4 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.prop-item .text-box .text-muted {
    font-weight: 300;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-top: 9px;
}

/* --- About Us --- */
.about-us {
    padding: 120px 0;
     background: url(../img/about-us-bg.jpg);
    background-size: cover;
}

.about-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-video {
    width: 48.64%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.about-video .swiper-slide img,
.about-video .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
/* About Swiper Pagination */
.hero .swiper-pagination,
.about-swiper .swiper-pagination{
    bottom: 30px;
}
.hero .swiper-pagination-bullet,
.about-swiper .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    width: 26px;
    height: 26px;
    border: 3px solid transparent;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid var(--accent-color); */
}
.hero .swiper-pagination-bullet::before,
.about-swiper .swiper-pagination-bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}
.hero .swiper-pagination-bullet-active,
.about-swiper .swiper-pagination-bullet-active {
    border-color: var(--accent-color);
}
.hero .swiper-pagination-bullet-active::before,
.about-swiper .swiper-pagination-bullet-active::before {
    background: var(--accent-color);
}
.news-swiper .swiper-pagination,
.teamSwiper .swiper-pagination,
.partnersSwiper .swiper-pagination,
.productSwiper .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 27px;
}
.news-swiper .swiper-pagination-bullet,
.teamSwiper .swiper-pagination-bullet,
.partnersSwiper .swiper-pagination-bullet,
.productSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: all .3s;
    opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active,
.teamSwiper .swiper-pagination-bullet-active,
.partnersSwiper .swiper-pagination-bullet-active,
.productSwiper .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
    width: 25px;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: var(--white);
    cursor: pointer;
    opacity: 0.9;
    transition: 0.3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.about-text {
    width: 45.85%;
}

.about-text h3 {
    font-size: 1.7em;
    color: var(--primary-color);
    font-weight: 400;
}

.about-text .text-des {
    font-weight: 400;
    font-size: 15px;
    color: #444444;
    line-height: 24px;
    opacity: 0.7;
    margin-top: 7px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
    margin-top: 23px;
}

.stat-item h3 {
    font-size: 15px;
    color: var(--accent-color);
    font-weight: bold;
    /* margin-bottom: 5px; */
}

.stat-item h3 .counter {
    font-size: 2.9em;
}

.stat-item p {
    font-size: 14px;
    color: #666;
}

.about-text .more {
    margin-top: 54px;
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    gap: 13px;
    transition: all .3s;
}

.about-text .more .iconfont {
    font-weight: bold;
    transition: all .3s;
    font-size: 18px;
}

.about-text .more:hover {
    color: var(--accent-color);
}

.about-text .more:hover .iconfont {
    transform: rotate(45deg);
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.11rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.section-title .des {
    color: #666;
    margin: 0 auto;
    font-size: 16px;
}
.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-btn {
    padding: 10px 18px;
    border-radius: 25px;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    color: rgba(68, 68, 68, 1);
}

.tab-btn.active {
    background: var(--primary-color);
    color: var(--white);
}

.tab-btn:hover:not(.active) {
    background: #e0e0e0;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.certificates-section .btn,
.news-grid .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: rgba(206, 210, 212, 0);
    border-radius: 50%;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}
.certificates-section .btn.swiper-button-disabled,
.news-grid .btn.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed;
}
.certificates-section .btn:not(.swiper-button-disabled):hover,
.news-grid .btn:not(.swiper-button-disabled):hover {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    color: #fff;
}
.certificates-section .btn.btn-prev,
.news-grid .btn.btn-prev {
    left: 0;
    transform: translate(-150%, -50%);
}
.certificates-section .btn.btn-next,
.news-grid .btn.btn-next {
    right: 0;
    transform: translate(150%, -50%);
}
.breadcrumb-section{
	padding-top: 55px;
}
.breadcrumb-container .breadcrumb-list{
	display: flex;
	flex-wrap: wrap;
	font-family: MontserratLight;
	font-weight: 400;
	font-size: 14px;
	color: #7E8083;
	line-height: 24px;
	gap: 0 10px;
}
.breadcrumb-container li.active,
.breadcrumb-container a:hover{
	color: rgba(0, 91, 172, 1);
}
/* Product Content Area */
.news-grid,
.product-content-wrap {
    display: none;
    /* Hidden by default */
}

.news-grid.active,
.product-content-wrap.active {
    display: block;
    /* Show active */
    animation: fadeIn 0.5s;
}

.product-card {
    padding: 48px 38px 55px;
    text-align: center;
    transition: 0.3s;
    background: #F5F7FB;
    border-radius: 10px;
    height: 100%;
}

.product-card:hover {
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px); */
}

.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.product-img .picCover {
    padding-top: 90%;
    width: 100%;
}

.product-img .picCover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-img img {
    max-height: 100%;
}

.product-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card p {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Updated Buttons Style */
.card-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 0 12px;
}

/* Learn More: Underline Link Style */
.link-learn {
    position: relative;
    font-size: 14px;
    color: var(--primary-color);
    padding-bottom: 4px;
}

.link-learn::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
}

.link-learn:hover {
    color: var(--accent-color);
}

.link-learn:hover::before {
    background-color: var(--accent-color);
}

/* Inquiry Button */
.btn-inquiry {
    background: var(--primary-color);
    color: var(--white);
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.btn-inquiry:hover {
    background: var(--accent-color);
}
.partner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 15px;
border: 1px solid #EEF2F5;
overflow: hidden;
}
.partner-grid .partner-item{
    border-right: 1px solid #EEF2F5;
    border-bottom: 1px solid #EEF2F5;
    transition: all .3s;
}
.partner-grid .partner-item:hover{
    background-color: RGBA(246, 248, 252, 1);
}
.partner-grid .partner-item:nth-child(5n){
    border-right: none;
}
.partner-grid .partner-item:nth-last-child(-n+5) {
    border-bottom: none;
}
.partner-grid .picCover{
   padding-top: 42.7%;
}
.partner-grid .picCover img{
    width: auto;
    height: auto;
    max-width: 68%;
    max-height: 68%;
}
.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
}
.pagination ul li .iconfont {
	font-size: 14px;
	font-weight: bold;
}
.pagination ul li:first-child,
.pagination ul li:last-child{
	background-color: transparent !important;
}
.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(238, 111, 16, 1);
	border-color: rgba(238, 111, 16, 1);
}

.pagination ul li a {
	color: rgba(34, 34, 34, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a {
	color: rgba(238, 111, 16, 1);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
.fadeInSmallLeft{
	animation-name: fadeInSmallLeft;
}
@keyframes fadeInSmallLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	45%{
		opacity: 1;
	}
	50%{
		transform: translateX(10px);
	}
	100% {
		
		transform: translateX(0px);
	}
}
.fadeInSmallRight{
	animation-name: fadeInSmallRight;
}
@keyframes fadeInSmallRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	45%{
		opacity: 1;
	}
	50%{
		transform: translateX(-10px);
	}
	100% {
		
		transform: translateX(0px);
	}
}
.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.banner .banner-box .title{
		font-size: 36px;
	}
	.project-info{
		padding-top: 40px;
	}
	.news-card{
		padding: 35px;
	}
	.product-card{
		padding: 40px 22px;
	}
	.about-video{
        width: 50%;
    }
    .stat-item h3 .counter{
        font-size: 2.3em;
    }
	.content364{
		padding: 0 3%;
	}
	.header .nav-links{
		gap: 40px;
	}
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.banner .banner-box .title{
		font-size: 30px;
	}
	.project-info{
		padding-top: 30px;
	}
	.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) {
	.certificates-section .btn, .news-grid .btn{
		width: 40px;
		height: 40px;
		border-width: 1px;
	}
	.news-card{
		padding: 30px;
	}
	.about-us {
		padding: 90px 0;
	}
	.header .nav-links{
		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;
		margin-left: 30px;
	}

	.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(240, 112, 13, 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(240, 112, 13, 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)
	}
	.header .nav-wrapper .logo img{
		width: 68px;
	}
	.header .nav-wrapper{
		height: 70px;
	}
	.tabs,
	.section-title{
		margin-bottom: 45px;
	}
	.faq-section h2,
	.section-title h2{
        font-size: 1.9em;
		margin-bottom: .3em;
    }
	.prop-item .text-box{
		margin-left: 20px;
	}
	.about-content{
		flex-direction: column;
	}
	.about-video{
		width: 100%;
	}
	.about-content{
		gap: 45px;
	}
	.about-text{
		width: 100%;
	}
	.breadcrumb-section{
		padding-top: 30px;
	}
}

@media (max-width: 1024px) {
	.banner .banner-box .title{
		font-size: 26px;
	}
	.about-content{
		gap: 40px;
	}
	.faq-section h2,
	.section-title h2{
        font-size: 1.7em;
    }
	.about-us {
		padding: 80px 0;
	}
	.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;
	}
	.tabs {
        flex-wrap: wrap;
    }
	.tabs,
	.section-title{
		margin-bottom: 40px;
	}
}
@media (max-width: 992px) {
	.props-grid {
        grid-template-columns: 1fr;
    }
	.props-grid{
		gap: 30px;
	}
	.prop-icon{
		width: 80px;
		height: 80px;
	}
    .about-content {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
	.breadcrumb-section{
		padding-top: 25px;
	}
	.banner .banner-box .title{
		font-size: 24px;
	}
	.banner .banner-box .des{
		margin-top: 8px;
		font-size: 18px;
	}
	.about-text h3{
		font-size: 1.4em;
	}
	.about-content{
		gap: 30px;
	}
	.prop-icon{
		width: 70px;
		height: 70px;
	}
	.prop-item .text-box .text-muted{
		margin-top: 0;
	}
	.faq-section h2,
	.section-title h2{
        font-size: 1.4em;
    }
	.about-us {
		padding: 70px 0;
	}
	.header .nav-wrapper{
		height: 60px;
	}
	.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;
	}
	.tabs,
	.section-title{
		margin-bottom: 30px;
	}
	.news-swiper .swiper-pagination, .teamSwiper .swiper-pagination, .partnersSwiper .swiper-pagination, .productSwiper .swiper-pagination{
		margin-top: 15px;
	}
	.product-card{
		padding: 30px 20px;
	}
	.card-actions{
		padding: 0;
	}
	.stat-item h3 .counter{
		font-size: 1.4em;
	}
	.partner-grid .partner-item:nth-child(5n){
		border-right: 1px solid #EEF2F5;
	}
	.partner-grid .partner-item:nth-last-child(-n+5){
		border-bottom: 1px solid #EEF2F5;
	}
	.partner-grid .partner-item:nth-child(3n){
		border-right: none;
	}
	.partner-grid .partner-item:nth-last-child(-n+3){
		border-bottom: none;
	}
	.contact-form{
        padding: 40px;
    }
	.contact-form .form-row{
		flex-wrap: wrap;
	}
	.contact-form .form-group{
		flex: none;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.breadcrumb-section{
		padding-top: 20px;
	}
	.banner .banner-box .title{
		font-size: 22px;
	}
	.banner .banner-box .des{
		margin-top: 4px;
		font-size: 16px;
	}
	.contact-form{
		padding: 30px;
	}
	.project-info h4{
		font-size: 18px;
	}
	.project-info{
		padding: 20px 0;
	}
	.news-card h4{
		font-size: 18px;
	}
	.news-card{
		padding: 25px 20px;
	}
	.certificates-section .btn.btn-prev, .news-grid .btn.btn-prev{
		transform: translate(-125%, -50%);
	}
	.certificates-section .btn.btn-next, .news-grid .btn.btn-next{
		transform: translate(125%, -50%);
	}
	.about-swiper .swiper-pagination-bullet{
		transform: scale(.7);
	}
	.about-swiper .swiper-pagination{
		bottom: 5px;
	}
	.about-text h3{
		font-size: 1.2em;
	}
	.stats-grid{
		grid-template-columns: repeat(2,1fr);
	}
	.stat-item h3 .counter{
        font-size: 1.2em;
    }
    .stat-item p{
        font-size: 14px;
    }
	.about-content{
		gap: 25px;
	}
	.props-grid{
		gap: 20px;
	}
	.prop-item .text-box{
		margin-left: 10px;
	}
	.prop-icon{
		width: 50px;
		height: 50px;
	}
	.prop-item .text-box .text-muted{
		font-size: 14px;
		line-height: 22px;
	}
	.prop-item .text-box h4{
		font-size: 16px;
	}
	.section-title .des{
		font-size: 14px;
	}
	.faq-section h2,
	.section-title h2{
        font-size: 1.2em;
    }
	.tabs,
	.section-title{
		margin-bottom: 25px;
	}
	.about-us {
		padding: 60px 0;
	}
	.m-right-buttom{
		margin-left: 20px;
	}
	.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;
	}
	.news-swiper .swiper-pagination, .teamSwiper .swiper-pagination, .partnersSwiper .swiper-pagination, .productSwiper .swiper-pagination{
		margin-top: 5px;
	}
}
/* 响应式适配 */
@media (max-width: 1200px) {
	.footer-main {
		grid-template-columns: repeat(3, 1fr);
		/* 变3列 */
		gap: 40px;
	}
	footer{
		/* padding-top: 90px; */
	}
	.footer-top{
		margin-bottom: 20px;
	}
	.footer-bottom{
		padding: 30px 0 30px;
	}
	.newsletter-form input {
		width: 250px;
	}
	.footer-main .contact-col{
		width: 300px;
	}
}
@media (max-width: 1024px) { 
	footer{
		/* padding-top: 80px; */
	}
	.footer-main{
		flex-direction: column;
	}
	.footer-main .contact-col{
		width: 100%;
	}
	.contact-list li span br{
		display: none;
	}
	.social-pill{
		margin-top: 10px;
	}
	.footer-main-r{
		width: 100%;
		gap: 20px;
		display: none;
	}
	.footer-top{
		/* padding-bottom: 50px; */
		margin-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.newsletter-form {
		width: 100%;
	}

	.newsletter-form input {
		flex: 1;
	}
	.footer-bottom{
		padding-top: 30px;
	}
}
@media (max-width:768px) {
	.footer-bottom{
		flex-direction: column;
		align-items: center;
		line-height: 22px;
	}
	footer{
		/* padding-top: 70px; */
	}
	.footer-top{
		/* padding-bottom: 40px; */
		margin-bottom: 20px;
	}
	.footer-bottom{
		padding: 30px 0 20px;
	}
}
@media (max-width:500px) {
	.newsletter-form button{
		padding: 0 15px;
	}
	.newsletter-text h2{
		font-size: 22px;
	}
	footer{
		padding-top: 50px;
	}
	.footer-top{
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.footer-bottom{
		padding-top: 30px;
	}
}