@charset "utf-8";
/* CSS Document */

#container.index-container {
	background: none;
}

.index-swiper-banner {
	position: relative;
}

.index-banner-txt {
	position: absolute;
	color: #fff;
}

.index-banner-txt h3 {
	font-size: calc(1em + 2.25vw);
	line-height: 1.3;
	margin-bottom: 15px;
}

.index-banner-txt h4 {
	font-size: calc(1em + 0.73vw);
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal;
}

.index-banner-1 .index-banner-txt {
	top: 48%;
	right: 30%;
	transform: translateY(-50%);
}

.index-banner-2 .index-banner-txt {
	top: 48%;
	right: 25%;
	transform: translateY(-50%);
}

.index-banner-3 .index-banner-txt {
	bottom: 25%;
	right: 15%;
}

.index-swiper-banner.swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    z-index: 99;
    text-align: center;
    bottom: 8px;
}

.index-swiper-banner .swiper-pagination-bullet {
	background: #fff;
	width: 30%;
	height: 2px;
	border-radius: 0px;
}

.index-swiper-banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.index-swiper-banner.swiper-container-horizontal>.swiper-scrollbar {
	background: rgba(255, 255, 255, 0.1);
	left: 0;
	bottom: 0;
	width: 100%;
}

.swiper-scrollbar-drag {
	background: rgba(255, 255, 255, 0.5);
}

.wrap {
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}

.index-txt-p {
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.5;
}

.index-about {
	background: url(images/index-about.jpg) no-repeat center;
	background-size: cover;
	/* background-size: auto 100%; */
}

.index-about-txt {
	width: 60%;
}

.index-title {
	font-size: calc(1em + 0.77vw);
	margin: 0 0 10px 0;
}

.index-about-txt {
	padding: 10% 0;
}

.btn-more {
	font-size: 1.1em;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0);
	transition: all 0.3s ease-in-out;
}

.btn-more:hover {
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.btn-more:hover a {
	padding: 5px 16px;
}

.btn-more:hover .btn-more-icon {
	transform: translateX(5px);
}

.btn-more-icon {
	border: 1.5px solid red;
	border-radius: 50%;
	padding: 4px 8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	transition: all 0.3s ease-in-out;
}

.btn-more:hover .btn-more-icon {
	border-color: transparent;
}

.btn-more-icon img {
	width: 20px;
	height: 20px;
	vertical-align: top;
	transition: all 0.3s ease-in-out;
}

.btn-more a {
	color: red;
	line-height: 1.2;
	padding: 5px 0;
	display: block;
	transition: all 0.3s ease-in-out;
}

.index-free-tel-phone {
	color: #fff;
	background: red;
}

.index-free-tel-phone .tel-link {
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
}

.index-free-tel-phone h5 {
	font-size: calc(1em + 1.6vw);
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1.3;
	position: relative;
}

.index-free-tel-phone a {
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	z-index: 1;
	position: relative;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.index-free-tel-phone h5:before {
	content: "";
	width: 0;
	height: 100%;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.index-free-tel-phone h5:hover:before {
	width: 100%;
	left: 0;
}

.index-produect-section {
	background: linear-gradient(180deg, transparent, #e9f5f8);
}

.index-prolist {
	padding: 5% 0;
}

.index-pro-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin: 30px 0;
	list-style: none;
	padding-left: 0;
}

.index-pro-group-col {
	background: url(images/index-pro-bg.png) no-repeat center bottom;
	background-size: cover;
	background-color: #dcf0f5;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	width: calc(33.3% - 15px);
	transition: all 1s ease-in-out;
	list-style: none;
	padding: 15px 0;
}

.index-pro-card {
	position: relative;
	transition: all 1s ease-in-out;
}

.index-pro-link a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.index-pro-img {
	text-align: center;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.index-pro-txt {
	padding: 10px 20px;
	position: relative;
}

.index-pro-name {
	text-align: center;
	font-size: 1.36em;
	line-height: 1.5;
	margin-bottom: 10px;
	width: 100%;
	transform: translateY(60px);
	transition: all 0.3s ease-in;
}

.index-pro-des p{
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
	transition: all 0.3s ease-in;
}

.index-pro-group-col:hover {
	background-position: right 2% bottom;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.index-pro-group-col:hover .index-pro-img{
	transform: scale(1.1);
}

.index-pro-group-col:hover .index-pro-name {
	padding-top: 0px;
	transform: translateY(0px);
}

.index-pro-group-col:hover .index-pro-des p {
	opacity: 1;
	height: auto;
	transform: translateY(0px);
}

.index-industry-list {
	padding: 5% 0 calc(5% - 30px);
}

.index-industry-list .index-txt-p {
	margin: 30px 0;
}

.index-industry-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.index-industry-group-col {
	list-style: none;
	padding: 15px 0;
	width: 30%;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
	transition: all 0.3s ease-in-out;
}

.index-industry-card {
	position: relative;
}

.index-industry-link a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.index-industry-img {
	text-align: center;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.index-industry-name {
	text-align: center;
	font-size: 1.36em;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in;
}

.index-industry-group-col:hover {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.index-industry-group-col:hover .index-pro-img {
	transform: scale(1.1);
}

@media (max-width: 1280px) {
	.index-banner-txt {
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	}

	.index-banner-1 .index-banner-txt {
		right: 15%;
	}

	.index-txt-p {
		font-size: 18px;
		line-height: 1.5;
	}

	.btn-more {
		font-size: 18px;
	}

	.index-about-txt {
		width: 70%;
		padding: 7% 0px;
	}

	.btn-more-icon {
		width: 25px;
		height: 25px;
		padding: 4px 5px;
	}

	.btn-more-icon img{
		width: 15px;
		height: 15px;
	}

	.index-pro-group-col {
		min-width: calc(100% / 3 - 16px);
	}
}

@media (max-width: 991px) {

	.index-banner-1 .index-banner-txt,
	.index-banner-2 .index-banner-txt,
	.index-banner-3 .index-banner-txt {
		right: 15%;
		top: 48%;
		bottom: auto;
		transform: translateY(-50%);
	}

	.index-about {
		background-position: 70%;
	}

	.index-about-txt {
		width: 80%;
	}

	.index-about h5 {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.index-about p {
		margin-top: 0px;
	}

	.btn-more, .index-about-txt {
		font-size: 16px;
	}

	.index-pro-name {
		font-size: 18px;
	}

	.index-txt-p {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.index-industry-list .index-txt-p {
		margin: 15px;
	}

	.index-industry-name {
		font-size: 18px;
	}

}

@media (max-width: 767px) {

	.index-about-txt {
		width: 100%;
	}

	.index-banner-txt h3 {
		margin: 15px 0 5px 0;
	}

	.index-banner-1 .index-banner-txt,
	.index-banner-2 .index-banner-txt,
	.index-banner-3 .index-banner-txt {
		right: 9%;
	}

	.index-free-tel-phone .tel-link {
		justify-content: center;
		padding: 0 5px;
	}

	.index-free-tel-phone h5 {
		font-size: 22px;
	}

	.index-pro-group-col {
		width: calc(100% / 2 - 16px);
		padding: 10px 0;
	}

	.index-prolist {
		padding: 7% 0;
	}

	.index-industry-list {
		padding: 7% 0 calc(7% - 30px);
	}

	.index-pro-group {
		margin-bottom: 0;
	}

	.index-industry-group-col {
		width: 40%;
	}
}

@media (max-width: 550px) {
	.index-free-tel-phone h5 {
		font-size: 20px;
	}

	.index-free-tel-phone a {
		display: block;
	}

	.index-pro-group-col {
		width: 100%;
	}

	.index-pro-img {
		width: 60%;
		margin: auto;
	}

	.index-pro-name {
		font-size: 18px;
		transform: translateY(0);
	}

	.index-pro-des {
		font-size: 16px;
	}

	.index-pro-des p {
		transform: translateY(0);
		opacity: 1;
	}

	.index-pro-group-col {
		width: 100%;
	}

	.index-industry-group-col {
		width: 100%;
	}

	.index-industry-img {
		width: 60%;
		margin: auto;
	}

	.index-industry-name {
		font-size: 18px;
	}
}