/*hero*/
.hero {
	text-align: center;
	margin-top: 95px;
}

.home-ban-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 9
}

.hero .left {

	width: 92%;
	text-align: left;
	max-width: 1140px;
	margin: 0 auto;
	z-index: 10;

}

.hero h1 {
	font-size: 4rem;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0px 4px 20px #0000004f;
}

.hero p {
	font-size: 16px;
	margin-bottom: 30px;
	color: #fff;
}

.hero .btn {
	font-size: 1rem;
	min-width: 200px;
	border-radius: 13px;
	background: #fff;
	color: var(--Bcolor);
}

.hero .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	align-items: center;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}

.hero .swiper-slide picture {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
}

.slide-text {
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 0.8s, transform 0.8s;
}

.swiper-slide-active .slide-text {
	opacity: 1;
	transform: translateY(0);
}

.hero .swiper-slide picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*features*/
.features {
	background-color: #040720;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}

.feature {
	width: 100%;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feature .left {
	width: 45%;
	max-width: 410px;
	text-align: left;
	font-size: 1.1rem;
}

.titleh3 {
	display: flex;
	align-items: center;
}

i.no {
	background: linear-gradient(to bottom, #28a6ff 0%, #0057ff 100%);
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #fff;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

.feature img {
	max-width: 50%;
}

.feature li {
	padding: 24px;
	background: #1524f13d;
	border-radius: 16px;
	border: 1px solid #ffffff40;
	margin-top: 16px;
}

.feature i.no {
	background: #1524f1;
}

/*why-choose*/
.why-choose {
	background-color: #f8f8f8;
	padding: 70px 0;
	text-align: center;
}

.choices {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.choice {
	display: inline-block;
	width: 30%;
	margin: 0 1% 24px;
	vertical-align: top;
	background-color: #ffffff;
	padding: 32px;
	border-radius: 10px;
	color: black;
	text-align: left;

}

.choice strong {
	font-size: 3rem;
	color: var(--Bcolor);
	font-family: 'DINBold', sans-serif;
	margin-bottom: 24px;
	display: block;
}

.choice h3 {
	font-size: 1.15rem;
	margin-bottom: 10px;
}

.choice p {
	margin-bottom: 40px;
	color: #938f99;
	font-size: .9rem;
}

.choice .btn {
	background: #fff;
	border: 1px solid var(--Bcolor);
	border-radius: 30px;
	color: var(--Bcolor);
	padding: 14px 20px;
}

.choice .btn:hover {
	background: var(--Bcolor);
	color: #fff;
}

/*vision*/
.vision {
	padding: 70px 0;
	text-align: center;
}

.visions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0;
}

.vision-item {
	display: inline-block;
	width: 29%;
	margin: 0 1.5%;
	vertical-align: top;
	background: #fff;
	box-shadow: 0px 10px 40px #55599e29;
	border-radius: 20px;
	padding: 30px 40px;
}

.vision-item strong {
	font-size: 1.15rem;
	margin-bottom: 12px;
	display: block;
}

.vision-item img {
	margin-bottom: 10px;
}

.vision-item p {
	color: #747179;
}

/*value*/
.value {
	background-color: white;
	padding: 0 0 100px;
	text-align: left;
}

.container-left {
	margin-right: 30px;
}

.container {
	display: flex;
	gap: 20px;
}

.container .left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.container .title {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
}

.container p {
	font-size: .9rem;
	margin-top: 8px;
}

.left .top-box,
.left .bottom-box,
.right .right-box {
	width: 300px;
	height: 230px;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-box {
	background: var(--Bcolor);
	color: #fff;
}

.bottom-box {
	background: #e6f3ff;
	color: #000;
}

.right {
	display: flex;
	align-items: center;
}

.hero .right {
	position: absolute;
	right: -180px;
	z-index: 0;
}

.right-box {
	background: #f0faff;
	color: #000;
	height: 100% !important;
}

/*公司大事记*/
.timeline {
	padding: 70px 0;
	text-align: center;
}

.timeline .swiper-slide {
	padding: 30px 20px;
}

.timeline-item {
	width: 100%;
	max-width: 270px;
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	border: 1px solid #efe4ff7a;
	border-radius: 20px;
	padding: 2rem 2rem 3rem;
	text-align: center;
	box-shadow: 0px 10px 40px #55599e29;
	flex-shrink: 0;
	min-height: 360px;
	transition: transform .3s ease;
}

.timeline .swiper-slide small {
	color: #c5cbd9;
	margin-top: 20px;
	display: block;
	max-width: 270px;
}


.timeline-item h2 {
	font-family: 'DINBold', sans-serif;
	margin: 8px 0;
	color: #007bff;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 40px;
}

.timeline-item img {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 8px;
	margin-bottom: 20px;
}

.timeline-item p {
	font-size: 0.9rem;
	text-align: left;
	color: #747179;
}

.timeline-item:hover {
	background: linear-gradient(to bottom, #2d94fe 0%, #2d75ff 100%);
}

.timeline-item:hover h2,
.timeline-item:hover p {
	color: #fff;
}

.scroll-box {
	width: calc(100% - 50px);
	margin: 0 auto;
	position: relative;
	display: flex;
	padding: 30px 0;
	align-items: center;
}

.scroll-line {
	width: calc(100% - 150px);
	height: 6px;
	background: #edf0f5;
	border-radius: 4px;
	position: relative;
}

.scroll-line.no-arrows {
	width: 100%;
}

.scroll-line::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #edf0f5;
	border-radius: 10px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 10;
	top: -7px;
}

.scroll-line::after {
	content: "";
	width: 18px;
	height: 40px;
	background: url(../images/time-arrow.png) no-repeat center;
	background-size: 100%;
	border-radius: 10px;
	display: block;
	position: absolute;
	right: 0;
	z-index: 10;
	top: -17px;
}

.scroll-box .swiper-button {
	position: absolute;
	display: block;
	width: auto;
	width: 120px;
	top: 25px;
	right: 0;
}

.scroll-box .swiper-button .swiper-button-prev {
	left: auto;
}

.scroll-box .swiper-button .swiper-button-prev,
.scroll-box .swiper-button .swiper-button-next {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: linear-gradient(to bottom, #2d94fe 0%, #2d75ff 100%);
	box-shadow: 0px 5px 5px #2d74ff47;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
}

.swiper-button-next:after {
	background: url("../images/btn-arrow-right.png")no-repeat center;
	background-size: 100%;
}

.swiper-button-prev:after {
	background: url("../images/btn-arrow-left.png")no-repeat center;
	background-size: 100%;
}

/*advantage*/
.advantage {
	background-color: var(--Bcolor);
	padding: 70px 0;
	text-align: center;
}

.advantage h2 {
	color: white;

}

.advantages {
	display: flex;
	flex-wrap: wrap;
}

.advantage-item {
	display: inline-block;
	width: 30%;
	margin: 0 1.5%;
	vertical-align: top;
	background-color: white;
	padding: 32px 40px;
	border-radius: 20px;
	color: #545472;
}

.advantage-item img {
	margin-bottom: 30px;
	max-width: 100%;
}

.advantage-item h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
	color: var(--FBcolor);
	font-weight: 600;
}

.advantage-item p {
	font-size: .9rem;
	text-align: left;
	line-height: 1.7rem;
}


/*client*/
.client {
	background-color: #040720;
	padding: 70px 0;
	text-align: center;
	color: white;
}

.client img {
	width: 100%;
	display: block;
}

.client .mySwiper {
	margin: 40px 0 0;
	padding-bottom: 40px;
}

.client .swiper-slide {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 5px 10px #0000001c;
}

.client .swiper-slide picture {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 10px;
}

.client .swiper-slide picture img {
	display: block;
}

.client .swiper-slide p {
	color: #ffffff5c;
	font-size: 16px;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	background: var(--Bcolor);
}

.swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
}

/*partner*/
.partner {
	background-color: white;
	padding: 70px 0;
	text-align: center;
}

.partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partner .item {
	width: 17%;
	padding: 10px 10px;
	border: 1px solid #d5d2e1;
	border-radius: 20px;
	margin: 18px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner .item img {
	display: flex;
	max-width: 90%;
	max-height: 60px;
}

/*exhibition*/
.exhibition {
	padding: 40px 0;
}

.filter-box {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.filter-item {
	display: flex;
	width: 100%;
}

.filter-title {
	width: 80px;
	text-align: left;
	display: block;
}

.filter-tag {
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-tag .tag-link {
	display: inline-block;
	background: #f2f2f2;
	border-radius: 6px;
	color: #938f99;
	padding: 4px 10px;
	font-size: 14px;
	cursor: pointer;
}

.filter-tag .tag-link:hover {
	background: var(--Bcolor);
	color: #fff;
}

.filter-tag .tag-link.active {
	background: var(--Bcolor);
	color: #fff;
}

.exhibition-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}

.exhibition-list .item {
	width: 31%;
	box-shadow: 0px 5px 20px #55599e17;
	margin: 10px 1%;
	border-radius: 16px;
	border: 1px solid #e4ecff94;
	overflow: hidden;
	transition: transform .3s ease
}

.exhibition-list .item:hover {
	box-shadow: 0px 5px 20px #55599e2e;
	border: 1px solid #e4ecff;
}

.exhibition-img {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 210px;
	overflow: hidden;
	align-items: center;
}

.exhibition-img img {
	width: 100%;
}

.exhibition-content {
	padding: 24px;
}

.exhibition-content .title {
	font-size: 19px;
}

.exhibition-content .date {
	color: #938f99;
	margin: 10px 0;
}

.exhibition-content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}

.exhibition-content .bottom .hot {
	color: #938f99;
	display: flex;
	align-items: center;
	font-size: 15px;
}

.exhibition-content .bottom .hot img {
	width: 16px;
	margin-right: 6px;
}

.exhibition-content .bottom .btn {}

/* 遮罩层（半透明背景） */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* 弹窗主体 */
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	z-index: 1001;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 弹窗显示时的动画 */
.modal.active,
.modal-overlay.active {
	display: block;
	opacity: 1;
}

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

/* 表单样式 */
.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
}

.form-group input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.submit-btn {
	background: #007bff;
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
}

/*news*/
.news {
	padding: 70px 0;
	text-align: center;
}

.newslist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}

.news-item {
	width: 31%;
	overflow: hidden;
	text-align: left;
	color: #747179;
	font-size: 13px;
	line-height: 20px;
}

.news-item a {
	display: block;
}

.news-item picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 10px;
}

.news-item img {
	display: block;
	width: 100%;
}

.news-item .title {
	color: var(--FBcolor);
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: bold;
	margin: 6px 0;
}

.newslists {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	flex-wrap: wrap;
	gap: 50px;
}

.newList {
	width: 100%;
	background: #fff;
	border-radius: 10px;

}

.newList a {
	display: flex;
	flex-wrap: wrap;
}

.newPicBox {
	width: 32%;
	float: left;
	position: relative;
	padding-bottom: 22%;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: center;
	border-radius: 10px;

}

.newPicBox img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.centerContentBox {
	width: 67%;
	padding: 10px 0 10px 40px;
	float: left;
	position: relative;
}

.centerContentBox .title {
	font-size: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .2s ease;
	margin-bottom: 5px;
	font-weight: bold;
	color: var(--Fcolor);
}

.newList a:hover .title {
	color: var(--Bcolor);
}

.centerContentBox .newSummry {
	width: 100%;
	font-size: .95rem;
	line-height: 1.7rem;
	color: #938f99;
	text-align: left;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.centerContentBox .date {
	font-size: 14px;
	line-height: 30px;
	padding-top: 33px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 0;
	color: #938f99;
}

/* 解决方案部分 */
.solution {
	position: relative;
	height: 480px;
}

.solution .left {
	width: 100%;
}

.sbanner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/* TAID 复利增长地图部分 */
.taid-map {
	text-align: center;
	padding: 70px 0;
}

.taid-map .img {
	display: block;
	width: 100%;
	margin: 60px auto;
}

.map-container {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.map-container span {
	width: 22%;
	padding: 24px 10px;
	background: linear-gradient(to right, #dcdbf5 0%, #f5f1ff 40%, #fafbff 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	border: 1px solid var(--Bcolor);
	font-weight: bold;
	justify-content: center;
	position: relative;
}

.map-container span::after {
	content: "";
	width: 12%;
	height: 28px;
	display: block;
	background: url(../images/arrow-right.png)no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: -16%;
}

.map-container span:last-child::after {
	display: none;
}

.map-triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 200px solid #8e44ad;
	position: relative;
}

.map-triangle-inner {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid #34495e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map-triangle-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}

.taid-stages {
	display: flex;
	margin-top: 60px;
	position: relative;
}

.taid-stage {
	text-align: center;
	background-color: #f4f9ff;
	display: inline-block;
	width: 25%;
	margin: 0 1%;
	vertical-align: top;
	background: #fff;
	box-shadow: 0px 10px 30px #55599e17;
	border-radius: 10px;
	padding: 30px 20px 50px;
	position: relative;
}

.taid-stage strong {
	font-size: 1.1rem;
	width: 100%;
	margin: 20px 0 14px;
	display: block;
}

.taid-step {
	position: absolute;
	background: #e8e2ff;
	width: 80%;
	top: -25px;
	padding: 11px;
	color: var(--Bcolor);
	font-weight: bold;
	left: 10%;
	border-radius: 30px;
	border: 1px solid var(--Bcolor);
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.taid-step span {
	width: 40px;
	height: 40px;
	background: var(--Bcolor);
	color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	box-shadow: 0px 5px 10px #6940ff52;
}

/* 企业阵地部分 */
.enterprise-position {
	text-align: center;
	padding: 70px 0;
	background-color: #f8f8f8;
}

.enterprise-service {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
	gap: 24px;
}

.service-item {
	text-align: left;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.service-item-img {
	overflow: hidden;
	border-radius: 20px;
	max-width: 50%;
}

.service-item-img img {
	width: 100%;
	display: block;
}

.service-item-txt {
	width: 50%;
	padding: 40px;
}

.service-item-txt h3,
.service-item-txt p {
	margin-bottom: 20px;
}

/* 内容阵地部分 */
.content-position {
	text-align: center;
	padding: 50px 0;
}

.content-service {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.content-item {
	text-align: center;
	margin: 0 20px;
	background-color: #f4f9ff;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
}

/* 流量资产部分 */
.traffic-assets {
	text-align: center;
	padding: 50px 0;
	background-color: #ecf0f1;
}

.traffic-service {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.traffic-item {
	text-align: center;
	margin: 0 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
}


/*about*/
.section {
	padding: 70px 0;
}

.section .wd-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.intro .text,
.mission .text {
	width: 45%;
	    margin-right: 5%;
}

.intro .image,
.mission .image {
	width: 45%;
	padding: 20px 0;
}
.intro .image .swiper{
	border-radius: 20px;
}

.image img {
	max-width: 100%;
	border-radius: 12px;
	display: block;
}

.about-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}

.about-list .item {
	width: 23%;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 23%;
	border-radius: 10px;
	transition: transform .3s ease;


}

.about-list .item span {
	position: absolute;
	width: 160px;
	height: 160px;
	background: #ffffff8c;
	border-radius: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	left: calc(50% - 80px);
	top: calc(50% - 80px);
	transition: transform .3s ease;
	z-index: 1;
}

.about-list .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 0;
	transition: transform .3s ease;
}

.about-list .item:hover {
	box-shadow: 0px 10px 40px #55599e29;
}

.about-list .item:hover img {
	transform: scale(1.1);
}

.about-list .item:hover span {
	/* background: #ffffffc2; */
	color: #fff;
	background: linear-gradient(to bottom, #28a6ff 0%, #0057ff 100%);
}

.slogan {
	background: #f0f2ff;
	text-align: center;
	padding: 70px 0px;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.icon-box {
	flex: 1 1 200px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background: linear-gradient(to right, #dcdbf5 0%, #f5f1ff 40%, #fafbff 100%);
}

/*thank*/
.tks-img {
	width: 80px;
	height: 80px;
	background: url(../images/icon-small.svg)no-repeat center;
	background-size: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

/*文章详情页*/
.articlbox {
	padding: 60px 0;
	min-height: 60vh;
}

.articlbox .title {
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: center;
}

.articlbox .date {
	text-align: center;
	border-bottom: 0.5px solid #f0f2ff;
	padding-bottom: 1rem;
	font-size: .85rem;
	color: #938f99;
}

.articlbox .content {
	margin: 30px 0;
	line-height: 30px;
	font-size: 16px;
	color: var(--FBcolor);
}

.articlbox .content img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
	width: auto;
}

.filter-item .expand-toggle {
	display: none;
}
/*contact*/
.contact {
	padding: 70px 0;
	text-align: center;
	background: #f8f8f8;
}

.contact .wd-center {
	align-items: normal !important;
	    flex-wrap: nowrap;
	    align-items: center;
	    justify-content: space-between;
	    gap: 56px;
}

.FromBox {
	width: 90%;
	max-width: 700px;
	background: #fff;
	margin: 0 auto;
	padding: 56px;
	border-radius: 20px;
	box-shadow: 0px 4px 30px hsl(237 30% 48% / 0.14);
	position: relative;
}

.contactbox {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	flex-wrap: wrap;
	gap: 20px;
}

.contactbox .item {
	width: 30%;
	background: #fff;
	padding: 24px 10px;
	border-radius: 10px;
}

.contactbox .item span {
	display: block;
	margin-bottom: 20px;
	color: #a29da9;
	font-size: 1.2rem;
}

.contactbox .item a {
	font-size: 1.3rem;
	display: block;
	margin-top: 40px;
	word-break: break-word;
}

.contactbox .item a:hover {
	color: var(--Bcolor);
}
.contact .FromBox{
	width: 70%;
	    margin: 0;
	    max-width: inherit;
}
.companyBox {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.companyBox .item {
	background: #ffffff;
	padding: 30px;
	text-align: left;
	border-radius: 20px;
	border-top: 3.5px solid var(--Bcolor);
	color: #938f99;
	line-height: 28px;
	font-size: 15px;
	box-shadow: 0px 0px 1px hsl(237deg 30% 48% / 23%);
	transition: transform .3s ease;
}
.companyBox .item:hover{
	box-shadow: 0px 0px 20px hsl(237deg 30% 48% / 10%);
}
.companyBox .item .title{
	color: var(--Fcolor);
	    font-size: 20px;
	    font-weight: 600;
		margin-bottom: 16px;
}
.companyBox .item .address {
	position: relative;
	    padding-left: 26px;
}

.companyBox .item .address::before {
	    content: "";
	    width: 16px;
	    height: 30px;
	    display: inline-block;
	    background: url(../images/icon-address.jpg) no-repeat center;
	    background-size: 100%;
	    position: absolute;
	    left: 0;
}

.inquiryForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 95%;
	margin: 24px auto 0;
}

.inquiryForm input {
	width: 100%;
	height: 3rem;
	padding-left: 20px;
	border: 0.5px solid #b3b8db82;
	margin-bottom: 16px;
	font-size: 14px;
	border-radius: 10px;
}

.inquiryForm textarea {
	width: 100%;
	padding: 20px;
	border: 0.5px solid #b3b8db82;
	margin-bottom: 16px;
	font-size: 14px;
	border-radius: 10px;
}

.inquiryForm input:focus {
	border-color: var(--Bcolor);
}

.inquiryForm textarea:focus-visible {
	outline: none;
	border-color: var(--Bcolor);
}

.inquiryForm textarea:focus {
	border-color: var(--Bcolor);
}

@media only screen and (max-width: 1200px) {

	.hero,
	.section {
		margin-top: 0;
	}

	.hero .swiper-slide {
		padding-bottom: 100%;
	}

	.features,
	.why-choose,
	.vision,
	.partner,
	.client,
	.advantage,
	.taid-map,
	.section {
		padding: 50px 0;
		overflow: hidden;
		width: 100%;

	}

	.hero .flex-box {
		flex-wrap: wrap;
		align-items: center;
	}

	.hero .right {
		bottom: 50px;
		right: 0;
	}

	.exhibition-content .bottom .btn {
		min-width: auto;
	}
}

@media only screen and (max-width: 768px) {

	.hero h1 {
		font-size: 3rem;
	}

	.feature {
		flex-wrap: wrap;
	}

	.taid-step {
		padding-left: 40px;
	}

	.newslists {
		margin: 20px 0;
		gap: 20px;
	}

	.newPicBox {
		width: 100%;
		padding-bottom: 66%;
	}

	.centerContentBox {
		width: 100%;
		padding: 10px 0;
	}

	.centerContentBox .date {
		position: relative;
	}

	.centerContentBox .title {
		font-size: 20px;
	}

	.articlbox {
		padding: 30px 0;
	}

	.articlbox .title {
		font-size: 28px;
		margin-bottom: 15px;
		font-weight: 500;
		text-align: center;
	}

	.timeline .swiper-slide {
		padding: 20px 10px;
	}

	.partner .item {
		width: 30%;
		        border-radius: 10px;
		        margin: 0 0 16px;
	}
	.partner .item img{
		max-height: 48px;
	}
	.about-list .item {
		width: 48%;
		padding-bottom: 48%;
		margin-bottom: 10px;
	}

	.about-list .item span {
		width: 100px;
		height: 100px;
		background: #ffffffa6;
		left: calc(50% - 50px);
		top: calc(50% - 50px);
	}

	.modal {
		width: 100%;
	}
	.contact .wd-center {
	    flex-wrap: wrap;
		gap: 20px;
	}
	.companyBox {
	    width: 100%;
	    flex-wrap: nowrap;
	    gap: 24px;
	}
	.contact .FromBox {
	    width: 100%;
	}
	.companyBox .item {
	    padding: 20px;
	    line-height: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.feature .left {
		width: 100%;
		margin-bottom: 40px;
	}

	.feature img {
		max-width: 90%;
		margin: 0 auto;
	}

	.feature02 {
		flex-direction: column-reverse;
	}

	.feature li {
		padding: 16px 20px;
		margin-top: 10px;
	}

	.choice {
		display: inline-block;
		width: 100%;
		padding: 16px 20px;
		margin-bottom: 16px;
	}

	.choices {
		margin-top: 30px;
	}

	.choice strong {
		margin-bottom: 12px;
	}

	.choice p {
		margin-bottom: 20px;
	}

	.visions {
		margin-bottom: 0;
	}

	.vision-item {
		width: 100%;
		margin: 0 0 16px;
		box-shadow: 0px 6px 30px #55599e29;
		padding: 24px;
	}

	.value {
		padding-bottom: 50px;
	}

	.value .flex-box {
		flex-wrap: wrap;
	}

	.container {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.container .left,
	.container .right {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}

	.left .top-box,
	.left .bottom-box,
	.right .right-box {
		width: 100%;
		height: auto;
	}

	.advantage-item {
		width: 100%;
		margin: 0 0 16px;
		padding: 24px;
	}

	.partner .img {
		width: 31%;
		padding: 16px 0px;
	}

	.solution {
		padding: 60px 0;
		height: auto;
	}

	.solution .left {
		width: 100%;
	}

	.map-container {
		flex-wrap: wrap;
		gap: 16px;
	}

	.map-container span {
		width: 45%;
		padding: 10px;
	}

	.map-container span:nth-child(2)::after {
		display: none;
	}

	.taid-stages {
		flex-wrap: wrap;
		gap: 20px;
	}

	.taid-stage {
		width: 100%;
		padding: 20px;
		margin-bottom: 40px;
	}

	.service-item {
		flex-wrap: wrap;
	}

	.service-item-txt {
		width: 100%;
		padding: 10px 0;
	}

	.service-item-img {
		max-width: 100%;
	}

	.contact {
		padding: 12px 0;
	}

	.FromBox {
		padding: 24px 12px;
	}

	.inquiryForm input,
	.inquiryForm textarea {
		border-radius: 8px;
		margin-bottom: 12px;
	}

	.intro .text,
	.mission .text {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.intro .image, .mission .image {
	   width: 100%;
	    padding: 20px 0;
	}
	.taid-map .img {
		margin: 30px auto 0;
	}

	.contactbox {
		padding-top: 20px;
	}

	.contactbox .item {
		width: 100%;
	}

	.contactbox .item a {
		margin-top: 0px;
	}
	.companyBox {
	        flex-wrap: wrap;
	}
	.companyBox .item .title {
	    font-size: 16px;
	    margin-bottom: 12px;
	}
	.exhibition {
		padding: 20px 0;
	}

	.filter-item {
		flex-wrap: wrap;
	}

	.filter-tag {
		width: 100%;
		margin-top: 8px;
	}

	.filter-tag .tag-link {
		padding: 2px 8px;
		font-size: 13px;
	}

	.exhibition-list .item {
		width: 48%;
	}

	.exhibition-content {
		padding: 12px;
	}

	.exhibition-img {
		height: 120px;
	}

	.exhibition-content .title {
		font-size: 15px;
	}

	.exhibition-content .bottom {
		padding-top: 0;
		flex-wrap: wrap;
	}

	.exhibition-content .bottom .btn {
		width: 100%;
		padding: 13px;
		margin-top: 10px;
	}


	.filter-item {
		max-height: 120px;
		overflow: hidden;
		position: relative;
		transition: max-height 0.3s ease;
	}

	.filter-item.expanded {
		max-height: none;
	}

	.filter-item .expand-toggle {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: linear-gradient(to right, transparent, #fff 20%);
		margin-bottom: 4px;
		color: #2d74ff;
		cursor: pointer;
	}

	.filter-item.expanded .expand-toggle {
		position: static;
		background: none;
		display: inline-block;
		margin-top: 10px;
	}
	.partner .item {
		        margin: 0 0 16px;
		        padding: 4px;
		        height: 54px;
	}
}