/*fullPage dots*/
.section {
	position: relative;
}
/*banner*/
.page1Swiper {
}
.page1Swiper .swiper-button-prev:after,
.page1Swiper .swiper-button-next:after {
	font-size: 32px;
	color: #ffffff;
}
.page1Swiper .swiper-slide {
	position: relative;
	font-size: 0;
}
.page1Swiper .swiper-slide a {
	display: block;
	font-size: 0;
}
.page1Swiper .swiper-slide img {
	width: 100%;
}
/*.page1Swiper .swiper-pagination span {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.page1Swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: transparent;
	border-color: var(--main-color);
}*/
.scroll_icon {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 4;
	bottom: 50px;
	left: 0;
	color: #ffffff;
}
.scroll_icon i {
	display: block;
	margin: 0 auto;
	width: 42px;
	animation: fadeInDown 1.5s linear 0s infinite alternate;
}
.scroll_icon svg {
	width: 100%;
	height: auto;
}
.scroll_icon p {
	padding-top: .5em;
}
/*page2*/
.indexGoods {
	padding: 80px 0;
}
.catInxbgs {
	overflow: hidden;
}
.catInxbgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catInxtxt {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 10px solid var(--main-color);
	padding: 15%;
	background: #ffffff;
}
.catInxtxt strong {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
}
.catInxtxt p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin: 15px 0 45px;
}
.catInxtxt div {
}
.catInxNavWpr {
	width: 100%;
}
.catInxNav {
}
.catInxNav li {
	float: left;
	width: 25%;
}
.catInxNav_a {
	font-size: 16px;
	color: #ffffff;
}
.catInxNav_a:hover,
.catTxt .swiper-slide-thumb-active .catInxNav_a {
	color: #ffffff;
}
.catTxt .catInxNav_a strong {
	background: rgba(0, 0, 0, .5);
}
.catInxNav_a:hover strong,
.catTxt .swiper-slide-thumb-active .catInxNav_a strong {
	background: var(--main-color);
}
.catInxNav_a strong {
	font-weight: normal;
}
/*page3*/
.indexLists {
	/*background: url("../images/list_bg.jpg") no-repeat center;*/
	/*background-size: cover;*/
	padding: 80px 0;
}
.idx_list {
	border: 8px solid #ffffff;
	text-align: center;
	display: block;
	width: 100%;
}
.idx_list:hover {
	border-color: var(--main-color);
}
.idx_list .idx_list_img {
	padding: 4px;
	background: #ffffff;
}
.idx_list .idx_list_tit {
	background: #ffffff;
	padding: 20px;
	color: #333333;
}
.idx_list .idx_list_tit h2 {
	font-size: 22px;
	font-weight: bold;
	display: block;
}
.idx_list .idx_list_tit p {
	display: block;
	margin-top: 1em;
	font-size: 13px;
	opacity: .8;
}
.idx_list .idx_list_tit .idx_more_btn {
	display: flex;
	align-items: center;
	max-width: fit-content;
	margin: 0 auto;
	transform: translateY(calc(50% + 20px));
	background: #ffffff;
	padding: 12px 46px;
	font-size: 15px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .18);
}
.idx_list .idx_list_tit .idx_more_btn svg {
	stroke-width: 1.5;
	width: 1.8em;
	height: 1.8em;
	margin-right: .5em;
}
.idx_list:hover .idx_list_tit .idx_more_btn {
	background-color: var(--main-color);
	box-shadow: none;
	color: #ffffff;
}
.idx_list_shadow {
	margin: 60px;
	border-radius: 100%;
	height: 38px;
	background-color: #0a0a0a;
	filter: blur(44px);
	opacity: 0.3;
}
/*page4*/
.indexAbout {
	background: #f5f5f5;
	padding: 80px 0;
}
.ab_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab_tit {
	position: relative;
	padding-left: 60px;
}
.ab_tit .indexTit {
	padding-top: 30px;
}
.ab_tit p:nth-of-type(1) {
	font-size: 14px;
	padding-top: 1em;
}
.ab_tit p {
	max-width: 60%;
	line-height: 2;
}
.slide_tit {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	font-size: 0;
	width: 12px;
}
.slide_tit span:before,
.slide_tit span:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: var(--sub-black);
}
.slide_tit span:after {
	background: var(--main-color);
}
.slide_tit i {
	display: block;
	vertical-align: middle;
	font-style: normal;
	line-height: 1;
	font-size: 12px;
	transform: rotate(90deg) translateY(-100%);
	transform-origin: top left;
	white-space: nowrap;
	padding-left: 15px;
	color: #0a0a0a;
}
.ab_content {
	background: #ffffff;
	margin-top: 30px;
	padding: 40px 60px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
/*page5*/
.indexCases {
	background: url("../images/list_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
/*page7*/
.indexNews {
	/*background: url("../images/idx_news_bg.jpg") no-repeat center;*/
	/*background-size: cover;*/
	padding: 80px 0;
}
/*.indexNews .indexTit .en {*/
/*	color: #ffffff;*/
/*	opacity: .2;*/
/*}*/
/*.indexNews .indexTit .ch {*/
/*	color: #ffffff;*/
/*}*/
.indexNews .imgList-item {
	border: 5px solid var(--main-color);
}
.imgList-item {
	height: 100%;
	background-color: #ffffff;
	position: relative;
}
.imgList-item .ratio img {
	object-fit: cover;
}
.imgList-item .txt {
	padding: 40px;
}
.tit-16 {
	font-size: 16px;
	line-height: 1.8;
}
.tit-24 {
	font-size: 24px;
	line-height: 1.8;
}
.imgList-item .tit-24 {
	font-weight: 500;
	line-height: 1.2;
	min-height: 56px;
}
.imgList-item .tit-16 {
	font-weight: 300;
	line-height: 1.75;
	height: 4.5em;
	opacity: 0.8;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.imgList-item .hoverbox .tit-16 {
	height: auto;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.col-fff {
	color: #ffffff;
}
.imgList-item .hoverbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--main-color);
	padding: 60px 50px;
	transition: all 0.56s;
	-webkit-clip-path: circle(0.1% at 100% 100%);
	clip-path: circle(0.1% at 100% 100%);
}
.imgList-item:hover .hoverbox {
	-webkit-clip-path: circle(70.7% at 50% 50%);
	clip-path: circle(70.7% at 50% 50%);
}
.more {
	position: relative;
	display: flex;
	width: 150px;
	height: 50px;
	align-items: center;
	padding-left: 30px;
	border-radius: 50px;
	background: #ffffff;
}
.more span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--main-color);
}
.more .icon {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 30px;
	height: 30px;
	transition: all 0.3s;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.imgList-item .hoverbox .more {
	position: absolute;
	bottom: 40px;
	left: 50px;
}
.imgList-item .txt .more {
	background: #ffffff;
	padding-left: 0;
	margin-top: 1rem;
}
.idx_news .swiper-pagination {
	position: unset;
	margin-top: 40px;
	/*--swiper-pagination-bullet-width: 10px;*/
	/*--swiper-pagination-bullet-height: 10px;*/
	/*--swiper-pagination-bullet-inactive-opacity: 1;*/
	/*--swiper-pagination-bullet-inactive-color: #ffffff;*/
	/*--swiper-pagination-color: var(--main-color)*/
}
/*.swiper-pagination-bullet {*/
/*	transition: all .3s;*/
/*}*/
/*.idx_news .swiper-pagination-bullet-active {*/
/*	width: 18px;*/
/*	border-radius: 50px;*/
/*}*/
@media (max-width: 1799px) {
	.catInxtxt strong {
		font-size: 40px;
		line-height: 50px;
	}
	.catInxtxt p {
		font-size: 20px;
		line-height: 32px;
	}
	.catInxNav_a {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.indexAbout {
		padding: 60px 0;
	}
}
@media (max-width: 993px) {
	.indexGoods {
		position: relative;
	}
	.catInxbgs {
		/*height: 550px;*/
	}
	.catInxtxt strong {
		font-size: 30px;
		line-height: 42px;
	}
	.catInxtxt p {
		font-size: 16px;
		margin: 10px 0 26px
	}
	.catInxNav_a {
		font-size: 18px;
	}
	.catInxtxt {
		padding-bottom: 50px;
	}
	.indexLists {
		position: relative;
	}
	.indexAbout {
		padding: 60px 0;
		background: #f5f5f5;
	}
	.ab_tit {
		text-align: left;
	}
	.ab_content {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.indexGoods {
		padding: 40px 0;
	}
	.catInxtxtWpr {
		transform: translateY(-100%);
	}
	.catInxicon {
		display: none;
	}
	.catInxtxt {
		padding: 20px 0;
		text-align: left;
		border-width: 0 0 2px 0;
	}
	.catInxNav_a {
		font-size: 13px;
	}
	.catInxbgs {
		height: 380px;
	}
	.catInxtxt strong {
		font-size: 20px;
	}
	.catInxtxt p {
		font-size: 15px;
		font-weight: 500;
		line-height: initial;
	}
	.ab_tit {
		padding-left: 0;
	}
	.ab_tit p {
		max-width: 82%;
	}
	.ab_content {
		padding: 0 0 20px;
		background-color: transparent;
	}
	.idx_list {
		border-width: 0;
	}
	.indexNews {
		padding: 50px 0;
	}
	.indexNews .imgList-item {
		border-width: 2px;
	}
	.imgList-item .txt {
		padding: 20px;
	}
	.imgList-item .txt .tit-24 {
		min-height: unset;
	}
	.imgList-item .tit-16 {
		height: 3.4em;
	}
	.tit-24 {
		font-size: 18px;
	}
	.tit-16 {
		font-size: 14px;
	}
	.indexCases .imgList-item .fs-5 {
		font-size: 16px !important;
	}
}
@media (max-width: 395px) {
	.catInxNavWpr {
		bottom: 100px;
	}
}
@media (min-width: 993px) {
	.catInxtxtWpr .container {
		transition-delay: 0.4s;
		transform: translate(0px, 0px);
		opacity: 1;
	}
	.catInxNavWpr {
		transition-delay: 0.6s;
		transform: translate(0px, 0px);
		opacity: 1;
	}
}