/* public */
.head_top .head_contact p a {
	color: #333;
}

.head_top .head_contact p a:hover {
	color: var(--commonColor);
}

.head_top .head_contact .email {
	background-image: url(../img/icon_email_h.png);
}

.head_top .head_contact .phone {
	background-image: url(../img/icon_phone_h.png);
	margin-left: 24px;
}

@media only screen and (max-width: 980px) {}

/* slider_banner */
.slider_banner {
	position: relative;
	background: var(--bgColor);
	overflow: hidden;
}

/* .slider_banner .swiper-slide {overflow: hidden;} */
.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
	opacity: 0;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: 1;
}

.slider_banner .swiper-button-prev {
	left: 0;
}

.slider_banner .swiper-button-next {
	right: 0;
}

.slider_banner:hover .swiper-button-prev {
	left: 70px;
}

.slider_banner:hover .swiper-button-next {
	right: 70px;
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08)
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

.slider_banner-phone {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.slider_banner {
		display: none;
	}

	.slider_banner-phone {
		display: block;
		margin-top: 56px;
		background: #000;
	}

	.slider_banner-phone .swiper-slide {
		max-height: 260px;
	}

	.slider_banner-phone img {
		width: 100%;
		height: 100%;
	}

	.slider_banner .swiper-button-next,
	.slider_banner .swiper-button-prev {
		display: none;
	}
}

/* home_product */
.home_product {
	overflow: hidden;
}

.product_inner {
	margin-top: 30px;
	position: relative;
}

.swiper_product .swiper-slide {
	width: calc((100% / 1.7));
	height: auto;
	transform: scale(0.85);
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 10px 0;
	transition: all 0.3s ease;
}

.swiper_product .swiper-slide-active {
	transform: scale(1);
}

.product_item {
	height: 100%;
	position: relative;
}

.product_item>a {
	padding: 6% 4%;
	position: relative;
}

.product_item>a:after {
	content: '';
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
}

.swiper_product .swiper-slide-active .product_item>a::after {
	display: none;
}

.product_item .product_pic {
	width: 39%;
}

.product_item .pic {
	padding-bottom: 100%;
}

.product_item .product_info {
	width: 58%;
}

.product_item .title {
	font-weight: bold;
	line-height: 26px;
	font-size: 20px;
	position: relative;
	padding-bottom: 16px;
	color: var(--commonColor);
}

.product_item .title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 5px;
	border-radius: 6px;
	content: '';
	background: #333;
}

.product_item .brief {
	color: #666;
	margin-top: 20px;
	line-height: 28px;
	display: block;
}

.product_item .more {
	display: block;
	width: 75%;
	text-align: center;
	border: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 0;
	border-radius: 3px;
	margin-top: 24px;
}

.swiper_product .swiper-slide:hover {
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
}

.product_item:hover .title::before {
	background: var(--commonColor);
}

.product_item:hover .brief {
	color: #333;
}

.product_item:hover .more {
	border-color: var(--commonColor);
}

.swiper_product .common-prev,
.swiper_product .common-next {
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
}

.swiper_product .common-prev {
	left: 16.5%;
}

.swiper_product .common-next {
	right: 16.5%;
}

@media only screen and (max-width: 1200px) {
	.product_item .more {
		padding: 10px 0;
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.product_inner {
		margin-top: 10px;
	}

	.swiper_product {
		padding: 0 15px;
	}

	.swiper_product .swiper-slide {
		width: 100%;
		transform: scale(1);
	}

	.product_item>a {
		padding: 20px 16px;
	}

	/* .product_item .product_pic{width: 100%;} */
	/* .product_item .product_info{width: 100%; margin-top: 20px;} */
	.product_item .title {
		padding-bottom: 10px;
		font-size: 18px;
	}

	.product_item .title::before {
		height: 4px;
	}

	.product_item .brief {
		margin-top: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 5;
	}

	.product_item .more {
		margin-top: 16px;
		font-size: 16px;
	}

	.swiper_product .common-prev,
	.swiper_product .common-next {
		display: block !important;
		width: 32px;
		height: 32px;
		font-size: 24px;
		margin-top: -16px;
		line-height: 30px;
	}

	.swiper_product .common-prev {
		left: 0;
	}

	.swiper_product .common-next {
		right: 0;
	}
}


/* home_about */
.home_about {
	position: relative;
}

.home_about .layout {
	z-index: 2;
}

.about_inner {
	padding: 7% 0 3.8%;
	position: relative;
	z-index: 1;
}

.about_bg {
	position: absolute;
	left: 40%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about_bg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	content: '';
}

.home_about_left {
	width: 48%;
}

.home_about_left .pic {
	padding-bottom: 62%;
}

.home_about_right {
	width: 49%;
	position: relative;
}

.home_about_right .about_bg {
	display: none;
}

.home_about_right .web_th {
	z-index: 3;
	position: relative;
}

.home_about_right .web_th .title {
	position: relative;
	display: inline-block;
	padding-top: 18px;
}

.home_about_right .web_th .title::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	width: 170px;
	max-width: 80%;
	content: '';
	background: var(--commonColor);
}

.home_about_right .web_th .more_btn {
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	display: inline-block;
	padding: 15px 40px;
	background: #fff;
	border-radius: 2px;
	margin-top: 20px;
}

.home_about_right .web_th .more_btn:hover {
	background: var(--commonColor);
	color: #fff;
}


@media only screen and (max-width: 980px) {
	.home_about {
		padding: 0;
		margin-top: 22px;
	}

	.about_inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}

	.home_about_left {
		width: 100%;
	}

	.home_about_right {
		width: 88%;
		padding: 30px 20px;
		margin-top: -50px;
	}

	.about_bg {
		display: none;
	}

	.home_about_right .web_th .title::before {
		height: 6px;
	}

	.home_about_right .about_bg {
		display: block;
		left: 0;
	}

	.home_about_right .web_th .more_btn {
		padding: 10px 30px;
		font-size: 18px;
	}
}


/* home_application */
.home_application {
	background: #FAFAFA;
	overflow: hidden;
}

.appli_inner {
	margin-top: 32px;
	position: relative;
	padding-bottom: 50px;
}

.appli_inner .swiper-slide {
	margin-right: 20px;
	width: calc(100% / 1.7);
	margin-right: 32px;
	transition: all 0.3s ease;
}

.appli_item .app_info {
	display: block;
	padding: 5% 11% 5% 3%;
	width: 55%;
	background: var(--commonColor);
	border-radius: 100px 0 100px 0;
	height: 100%;
	position: relative;
}

.app_pic_item {
	width: 55%;
	margin-left: -10%;
	margin-top: 5%;
}

.app_pic_item .pic {
	padding-bottom: 62%;
	border-radius: 100px 0 100px 0;
}

.appli_item .app_info .brief {
	margin-top: 20px;
}

.appli_item .web_th .title {
	font-size: 32px;
}

.appli_item .web_th .more_btn {
	margin-top: 6%;
	display: inline-block;
	padding-right: 40px;
	background: url(../img/icon11.png) no-repeat right center;
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	color: #fff;
}

.appli_item .web_th .more_btn:hover {
	animation: jump 0.5s;
}

.appli_inner .common-pagination {
	display: block;
}

.appli_inner .swiper-slide .app_info::before,
.appli_inner .swiper-slide .app_pic_item .pic a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	z-index: 1;
}

.appli_inner .swiper-slide-active .app_info::before,
.appli_inner .swiper-slide-active .app_pic_item .pic a::before {
	display: none;
}

@media only screen and (max-width: 1400px) {
	.appli_item .web_th .title {
		font-size: 28px;
	}

	.appli_item .app_info,
	.app_pic_item {
		border-radius: 80px 0 80px 0;
	}
}

@media only screen and (max-width: 1200px) {
	.appli_item .web_th .title {
		font-size: 24px;
	}

	.appli_item .app_info,
	.app_pic_item .pic {
		border-radius: 60px 0 60px 0;
	}

	.appli_item .app_info .brief {
		margin-top: 15px;
	}

	.appli_item .app_info {
		padding: 30px 20px;
		padding-right: 11%;
	}

	.appli_item .web_th .more_btn {
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.appli_inner {
		margin-top: 20px;
		padding: 0 15px 35px;
	}

	.appli_inner .swiper-slide {
		height: auto;
		width: 100%;
	}

	.appli_item {
		flex-direction: column-reverse;
		height: 100%;
	}

	.appli_item .app_info {
		width: 100%;
		padding: 20px 16px;
		flex: 1;
		border-radius: 0 0 50px 0;
	}

	.appli_item .app_info .brief {
		margin-top: 10px;
	}

	.appli_item .web_th .title {
		font-size: 22px;
	}

	.appli_item .web_th .more_btn {
		margin-top: 12px;
	}

	.app_pic_item {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}

	.app_pic_item .pic {
		border-radius: 50px 0 0 0;
	}
}


/* home_customer */
.home_customer {}

.customer_info {
	width: 45%;
}

.customer_info .title {
	padding-bottom: 100px;
	background: url(../img/icon_customer.png) no-repeat 15px bottom;
	background-size: 130px auto;
	max-width: 500px;
}

.customer_info .user {
	text-align: right;
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	margin-top: 6%;
}

.customer_info .more_btn {
	margin-top: 6%;
	display: inline-block;
	padding-left: 40px;
	background: url(../img/icon12.png) no-repeat left center;
	font-family: 'DIN Alternate-Bold';
	font-size: 20px;
	color: var(--commonColor);
}

.customer_info .more_btn:hover {
	animation: jump 0.5s;
}

.customer_pic_item {
	width: 50%;
}

.customer_pic_item .pubPic {
	padding-bottom: 0;
	height: auto;
}

.customer_pic_item .pubPic img {
	position: static;
}

@media only screen and (max-width: 1300px) {
	.customer_info .title {
		padding-bottom: 80px;
		background-size: 100px auto;
	}
}

@media only screen and (max-width: 980px) {
	.customer_inner {
		flex-direction: column;
	}

	.customer_info {
		width: 100%;
	}

	.customer_info .title {
		max-width: unset;
		padding-bottom: 50px;
		background-size: 60px auto;
		background-position: 10px bottom;
	}

	.customer_info .user {
		margin-top: 15px;
	}

	.customer_info .more_btn {
		margin-top: 15px;
		font-size: 18px;
	}

	.customer_pic_item {
		width: 100%;
		margin-top: 20px;
	}
}

/* home_service */
.service_inner {
	margin-top: 3%;
}

.service_item {
	width: 26%;
	padding-right: 60px;
	padding-left: 14px;
	background: url(../img/icon_ser.webp) no-repeat right 40%;
}

.service_item:nth-child(4n) {
	width: 22%;
	padding-right: 0;
	background: none;
}

.service_item:nth-child(n+5) {
	margin-top: 5%;
}

.service_item .icon {
	display: block;
	height: 72px;
	margin: 0 auto 26px;
}

.service_item .title {
	text-align: center;
	line-height: 24px;
}

.service_item:hover .icon {
	animation: swing 0.5s;
}

@media only screen and (max-width: 1200px) {
	.service_item {
		padding-right: 46px;
		padding-left: 12px;
		background-size: 36px auto;
	}

	.service_item .icon {
		height: 60px;
	}
}

@media only screen and (max-width: 980px) {
	.service_inner {
		margin-top: 20px;
	}

	.service_item {
		width: calc(50% + 15px);
		padding-right: 40px;
		background-size: 24px auto;
		padding-left: 0;
	}

	.service_item:nth-child(2n) {
		width: calc(50% - 15px);
		padding-right: 0;
		background: none;
		padding-left: 12px;
	}

	.service_item:nth-child(n+3) {
		margin-top: 20px;
	}

	.service_item .icon {
		height: 40px;
	}

}

/* home_brand */
.home_brand {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 4% 0 0;
}

.home_brand::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

.home_brand .web_th .title {
	text-transform: capitalize;
}

.home_brand .web_th .brief {
	max-width: 740px;
}

.brand_inner {
	margin: 3% 0 4%;
}

.brand_ul {
	justify-content: space-around;
}

.brand_item {
	max-width: 23%;
}

.brand_item img {
	max-width: 90%;
	max-height: 124px;
	margin: 0 auto;
}

.brand_item img:hover {
	animation: jump 0.5s;
}


@media only screen and (max-width: 980px) {
	.home_brand {
		padding: 30px 0 0;
	}

	.brand_inner {
		margin: 12px 0 0;
		padding-bottom: 26px;
	}

	.brand_ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.brand_item {
		width: 48%;
		max-width: unset;
	}
}