@charset "utf-8";
/* -----------首页分割线----------start------ */
/* 自定义轮播图的分页器 */
html{overflow-x: hidden;}
.swiper {
	--swiper-navigation-size: 22px; /* 设置按钮大小 */
}
.my-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin: 0 4px;
}
.my-bullet-active {
	background-color: #195ebb;
}
/* 首页标题 */
.indexTitle .alias {
	/* text-transform: uppercase; */
	font-size: 19px;
	color: #333;
	padding: 10px 0;
}
.enVersion .indexTitle .alias {
	font-size: 14px;
	text-transform: capitalize;
}
.indexTitle h1 {
	padding-top: 12px;
	font-size: 42px;
	font-weight: lighter;
	color: #0a2035;
	font-weight: 700;
	text-transform: uppercase;
}
.indexTitle h1 > span:first-of-type {
	color: #195ebb;
}
/* 首页跳转 */
.jump {
	height: 40px;
	width: 120px;
	background-color: #fff;
	color: #195ebb;
	border-radius: 100px;
	line-height: 40px;
	box-sizing: border-box;
	column-gap: 3px;
	border: 1px solid #195ebb;
	padding: 0 10px;
}
.jump > i {
	color: #195ebb;
}
.jump:hover {
	color: #fff;
	background-color: #195ebb;
}
.jump:hover > i {
	color: #fff;
}

/* 轮播 */
.indexBanner {
	max-height: 1000px;
	overflow: hidden;
}
.indexBanner .home_banner .indexBannerBox {
	position: relative;
}
.indexBanner .home_banner .indexBannerBox > a {
	position: absolute;
	z-index: 99;
}
.indexBanner .home_banner .index_prev,
.indexBanner .home_banner .index_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.8;
	box-sizing: border-box;
	right: 100px;
	/* border-radius: 50%; */
	left: auto;
	top: auto;
	bottom: 10%;
}
.indexBanner .home_banner .index_prev::after,
.indexBanner .home_banner .index_next::after {
	content: '';
	display: none;
	visibility: hidden;
}
.indexBanner .home_banner .index_prev {
	right: calc(70px + 100px);
}
.indexBanner .home_banner .index_prev:hover,
.indexBanner .home_banner .index_next:hover {
	background-color: #195ebb;
	opacity: 1;
}
/* 产品展示 */
.produce {
	height: 800px;
	padding-top: 70px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background: #f4f4f4;
	row-gap: 100px;
}
.produce .produceName .right {
	font-size: 24px;
}
.enVersion .produce .produceName .indexTitle {
	width: 48%;
}
.enVersion .produce .produceName .indexTitle > h1 {
	font-size: 40px;
	font-weight: 800;
}
.enVersion .produce .produceName .right {
	width: 50%;
	font-size: 18px;
}
.produce .produceName .right > a {
	color: #666;
}
.produce .produceName .right > a:hover {
	color: #195ebb;
}
.produce .produceList {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.produce .produceList .produce_banner .produceItem {
	height: 100%;
	box-sizing: border-box;
	padding-top: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.produce .produceList .produce_banner .produceItem > .produce_img {
	width: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.produce .produceList .produce_banner .produceItem > p {
	font-size: 22px;
}
.produce .produceList .produce_banner .produceItem > a {
	background-color: #eaeaea;
	text-align: center;
	display: flex;
	width: 100%;
	height: 24%;
	color: #333;
	font-size: 28px;
	justify-content: center;
	align-items: center;
	column-gap: 8%;
	padding-left: 28%;
	box-sizing: border-box;
}
.produce .produceList .produce_banner .produceItem > a > img {
	object-fit: contain;
}
.produce .produceList .produce_banner .produceItem > a > div {
	aspect-ratio: 1/1;
	height: 70%;
	background-color: #d1d1d2;
	align-self: flex-end;
	margin-left: auto;
	text-align: right;
	box-sizing: border-box;
	padding-right: 3%;
	clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
	color: #fff;
	line-height: 3;
}
.produce .produceList .produce_banner .produceItem:hover > img {
	transform: scale(1.03);
}
.produce .produceList .produce_banner .produceItem:hover > a,
.produce .produceList .produce_banner .produceItem:hover > a > div {
	color: #195ebb;
}

.produce .produceList .produce_next,
.produce .produceList .produce_prev {
	width: 40px;
	height: 40px;
	background-color: #b1b1b1;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.produce .produceList .produce_next::after,
.produce .produceList .produce_prev::after {
	display: none;
}
.produce .produceList .produce_prev {
	left: -60px;
}
.produce .produceList .produce_next {
	right: -60px;
}
.produce .produceList .produce_next:hover,
.produce .produceList .produce_prev:hover {
	background-color: #195ebb;
}
/* 关于我们 */
.introduce {
	box-sizing: border-box;
	padding-block: 100px;
}
.introduce .introduceLeft {
	width: 48%;
	row-gap: 20px;
}
.introduce .introduceLeft .title {
	font-size: 54px;
	color: #333;
	text-transform: uppercase;
}
.introduce .introduceLeft .title::before {
	content: '';
	height: 5px;
	width: 70px;
	background-color: #195ebb;
}
.introduce .introduceLeft .alias {
	font-size: 20px;
	color: #666;
	text-transform: capitalize;
}
.introduce .introduceLeft .substance {
	font-size: 18px;
	color: #666;
	line-height: 36px;
}
.introduce .introduceLeft .since {
	font-size: 100px;
	color: #ededed;
	font-weight: 700;
}

.introduce .introduceRight {
	width: 50%;
	row-gap: 3%;
}
.introduce .introduceRight .statistics {
	height: 37%;
	align-content: space-between;
}
.introduce .introduceRight .statistics > .item {
	height: 120px;
	width: 48%;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	box-sizing: border-box;
	column-gap: 5px;
}
.introduce .introduceRight .statistics > .item .itemLeft p {
	color: #666;
}
.introduce .introduceRight .statistics > .item .itemLeft .digit {
	font-size: 52px;
}
.introduce .introduceRight .statistics > .item .itemLeft p > span:last-of-type {
	font-size: 20px;
}
.introduce .introduceRight .statistics > .item .itemLeft .take {
	font-size: 20px;
	text-align: center;
}
.introduce .introduceRight .statistics > .item > i {
	font-size: 60px;
	color: #666;
}
.introduce .introduceRight .imageBox {
	overflow: hidden;
	border-radius: 50px;
}
.introduce .introduceRight img {
	width: 100%;
	object-fit: cover;
}
.introduce .introduceRight img:hover {
	animation: zoom 5s linear infinite;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}

/* 新闻 */
.news {
	overflow: hidden;
	background-color: #f3f3f3;
	height: 840px;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
	row-gap: 40px;
}
.news .indexTitle {
	text-align: center;
}
.news .newsList {
	width: 100%;
	column-gap: 2%;
}
.news .newsList .left {
	width: 63%;
}
.news .newsList .newTitle {
	box-sizing: border-box;
	padding-inline: 20px;
	height: 70px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	background-color: #fff;
}
.news .newsList .newTitle > a {
	font-size: 28px;
}
.news .newsList .newTitle:hover > a {
	color: #195ebb;
}

.news .newsList .newContent {
	height: calc(100% - 70px - 30px);
}
.news .newsList .left .newsItem {
	width: calc((100% - 4%) / 2);
	background-color: #fff;
}
.news .newsList .left .newsItem .newImg {
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
}
.news .newsList .left .newsItem .newImg > img {
	width: 100%;
	object-fit: cover;
	transition: 0.5s all;
}
.news .newsList .left .newsItem .boxTitle {
	padding: 15px;
	row-gap: 15px;
}
.news .newsList .left .newsItem .boxTitle > h4 {
	font-size: 22px;
	color: #000;
}
.news .newsList .left .newsItem .boxTitle > p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.news .newsList .left .newsItem:hover .newImg > img {
	transform: scale(1.02);
}

.news .newsList .left .newsItem:hover .boxTitle h4 {
	color: #195ebb;
}
.news .newsList .right {
	width: 35%;
	row-gap: 4%;
	flex: 1;
}
.news .newsList .right .newsCan .newImg {
	width: 32%;
	overflow: hidden;
}
.news .newsList .right .newsCan .newImg > img {
	width: 100%;
	object-fit: cover;
	transition: 0.5s all;
}
.news .newsList .right .newsCan .boxTitle {
	width: 65%;
}
.news .newsList .right .newsCan .boxTitle > h4 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
}
.news .newsList .right .newsCan .boxTitle > p {
	font-size: 16px;
	color: #666;
}
.news .newsList .left .newsItem:hover .newImg > img,
.news .newsList .right .newsCan:hover .newImg > img {
	transform: scale(1.02);
}

.news .newsList .left .newsItem:hover .boxTitle h4,
.news .newsList .right .newsCan:hover .boxTitle h4 {
	color: #195ebb;
}

/* 车间 */
.workshop {
	padding-top: 50px;
	position: relative;
}
.workshop .indexTitle {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.workshop .indexTitle .alias {
	line-height: 28px;
}
.middle {
	/* overflow: hidden;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box; */
}
.workshop_banner img {
	width: 100%;
}
.workshop .botttom {
	padding-bottom: 60px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #195ebb;

}
/* #carousel .swiper-slide {
	width: 300px;
	background: #fff;
	box-shadow: 0 8px 20px #ddd;
}
#carousel .swiper-slide img {
	display: block;
	width: 100%;
} */
.workshop .botttom > div {
	width: calc((100% - 3%) / 4);
	display: flex;
	justify-content: center;
	color: #fff;
}
.workshop .botttom > div > i {
	font-size: 40px;
	margin-right: 20px;
}
.workshop .botttom > div > div > h4 {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.workshop .botttom > div > div > p {
	font-size: 16px;
	padding-top: 12px;
}
.workshop > img {
	position: absolute;
	height: 60px;
	width: 100%;
	object-fit: cover;
	bottom: 0;
}
/* -----------首页分割线----------end------ */
#carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#carousel .swiper {
	padding-top: 80px;
	padding-bottom: 80px;
}
#carousel .swiper-slide {
	width: calc(100% / 5);
	background: #fff;
	box-shadow: 0 8px 20px #ddd;
}
#carousel .swiper-slide img {
	width: 100%;
	object-fit: cover;
}
