@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Black.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Black.woff') format('woff'), url('../font/HarmonyOS_Sans_Black.ttf') format('truetype');
	font-weight: 900;
}

@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Bold.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Bold.woff') format('woff'), url('../font/HarmonyOS_Sans_Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Light.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Light.woff') format('woff'), url('../font/HarmonyOS_Sans_Light.ttf') format('truetype');
	font-weight: 200;
}

@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Medium.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Medium.woff') format('woff'), url('../font/HarmonyOS_Sans_Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Regular.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Regular.woff') format('woff'), url('../font/HarmonyOS_Sans_Regular.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS_Sans_Thin.woff2') format('woff2'), url('../font/font/HarmonyOS_Sans_Thin.woff') format('woff'), url('../font/HarmonyOS_Sans_Thin.ttf') format('truetype');
	font-weight: 100;
}

._flex {
	display: flex;
	flex-wrap: wrap;
}

._flex_center {
	justify-content: space-between;
	align-items: center;
}

._flex_col_6 {
	width: 50%;
}

._flex_col_12 {
	width: 100%;
}

._links ul {
	display: flex;
	justify-content: flex-end;
}

._relative {
	position: relative;
}

.layout {
	max-width: 1500px;
	margin: 0 auto;
}

.top-bar {
	background: #000;
	padding: 15px 0;
	line-height: 24px;
}

.head-mail i {
	color: #fff;
	margin-right: 5px;
}

.head-mail a {
	color: #fff;
}

.head-right {
	display: flex;
}

.head-search {
	margin-right: 20px;
}

	.head-search i {
		color: #fff;
	}

.head-search-wrap {
	display: none;
}

.nav-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.navActive .nav-bar {
	background: #fff;
	top: 0;
	box-shadow: 0 1px 5px #ccc;
}

.head-logo img {
	max-width: 150px;
}

.nav-subs, .nav-sub {
	display: none;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.nav-sub {
	position: absolute;
	min-width: 300px;
	background: rgba(255,255,255,1);
	left: 50%;
	top: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	transform: translateX(-50%);
	z-index: 2;
}

.nav-sub-wrap {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 300px;
	background: #fff;
	padding: 20px 30px;
}

.nav-wrap {
	display: flex;
}

.nav-item {
	padding: 0 25px;
	display: flex;
	align-items: center;
}

	.nav-item > a {
		display: block;
		font-size: 18px;
		line-height: 80px;
		color: #fff;
		text-transform: uppercase;
		position: relative;
	}

.navActive .nav-item > a {
	color: #333;
}

.navActive .head-search i {
	color: #333;
}

.nav-item > a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.nav-item:hover > a:after {
	width: 100%;
}

._child_ico:after {
	font-family: 'fontawesome';
	content: "\f0d7";
	font-size: 12px;
	display: inline-block;
	padding-left: 10px;
	color: #fff;
	line-height: 20px;
}

.navActive ._child_ico:after {
	color: #333;
}

.nav-item:hover ._child_ico:after {
	content: "\f0d8";
}

.nav-item:hover .nav-subs {
	display: block;
}

.nav-item:hover .nav-sub {
	display: block;
}

.nav-sub-title {
	position: relative;
}

	.nav-sub-title > a {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 0;
		color: #333;
		display: block;
		position: relative;
	}

.nav-sub-item > a {
	color: #333;
	display: block;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0;
}

	.nav-sub-item > a:hover, .nav-sub-title > a:hover {
		color: #e60641;
	}

.nav-sub-title:hover .nav-sub-wrap {
	display: block;
}

._promote_list .swiper-button-prev:after, ._promote_list .swiper-button-next:after {
	display: none;
}

._promote_list .swiper-button-prev {
	left: 25%;
	right: auto;
}

._promote_list .swiper-button-next {
	left: auto;
	right: 25%;
}

._promote_list .swiper-button-prev, ._promote_list .swiper-button-next {
	width: auto;
}

._promote_list .index-swiper-buttons i {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
}


._index {
	position: relative;
}

._index_banner .swiper-button-prev:after, ._index_banner .swiper-button-next:after {
	display: none;
}

._index_banner .swiper-button-prev {
	left: 32px;
}

._index_banner .swiper-button-next {
	right: 32px;
}

._index_banner .swiper-button-prev, ._index_banner .swiper-button-next {
	width: auto;
}

	._index_banner .swiper-button-prev:hover i, ._index_banner .swiper-button-next:hover i {
		background: rgba(255,255,255,1);
	}

	._index_banner .swiper-button-prev i, ._index_banner .swiper-button-next i {
		color: #fff;
		background: rgba(255,255,255,.4);
		border-radius: 100%;
		width: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
	}

	._index_banner .swiper-button-prev:hover i, ._index_banner .swiper-button-next:hover i {
		background: rgba(255,255,255,1);
		color: #e60641;
	}

._index_banner {
	overflow: hidden;
	position: relative;
}

	._index_banner .swiper-slide img {
		transform: scale(1.08);
		transition: all 3s ease-out;
		-moz-transition: all 3s ease-out;
		-webkit-transition: all 3s ease-out;
		-o-transition: all 3s ease-out;
		width: 100%;
	}

	._index_banner .swiper-slide-active img {
		transform: scale(1);
	}

	._index_banner .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	._index_banner .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
		background: inherit;
		opacity: 0.7;
	}

	._index_banner .swiper-pagination-bullet-active {
		width: 14px;
		height: 14px;
		border-color: #fff;
		opacity: 1;
	}

._index {
	padding: 70px 0 70px;
}

._index_company_intr {
	/*background: #f1f1f1;*/
}

._index_title h1, ._index_title h2 {
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
	color: #333;
}

._index_title {
	padding-bottom: 30px;
}

._index_company_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

._index_company_img {
	width: 48%;
}

._index_company_txt {
	font-size: 18px;
	color: #666;
	line-height: 1.7;
	font-weight: 300;
	width: 48%;
	text-align: justify;
}

._index_company_intr ._index_title h2 {
	text-align: left;
	color: #e60641;
}

._index_company_txt p {
	padding: 10px 0;
	font-weight: 200;
}

._index_company_btn {
	display: flex;
	/*justify-content: center;*/
	margin-top: 50px;
	position: relative;
	z-index: 1;
	padding-left: 5px;
}

	._index_company_btn a {
		display: block;
		width: 180px;
		line-height: 34px;
		text-align: center;
		background: #F1F1F1;
		color: #333;
		position: relative;
	}

		._index_company_btn a:hover {
			background: #fff;
			color: #e60641;
		}

		._index_company_btn a:before, ._index_company_btn a:after {
			content: "";
			display: block;
			position: absolute;
			width: 10px;
			height: 40px;
			top: -3px;
			background: #e60641;
			z-index: -1;
		}

		._index_company_btn a:before {
			left: -5px;
		}

		._index_company_btn a:after {
			right: -5px;
		}

._promote_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

._promote_item {
	width: 49%;
	margin: 1% 0;
	position: relative;
}

._promote_item_img {
	overflow: hidden;
}

._promote_item img, .product_slider .item_img img {
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

._promote_item:hover img {
	transform: scale(1.05);
}

._promote_item_info h3 {
	font-size: 24px;
	color: #333;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: center;
}

._promote_item_btn {
	display: flex;
	justify-content: center;
}

	._promote_item_btn a {
		display: block;
		width: 130px;
		text-align: center;
		color: #fff;
		background: #e60641;
		border-radius: 50px;
		line-height: 34px;
		transition: all .5s ease-in-out;
	}

		._promote_item_btn a:hover {
			opacity: .6;
		}

._promote_item_info {
	background-color: #fff;
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 25%;
	width: 50%;
	padding: 40px;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active ._promote_item_info {
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

._index_why {
	background: url(../ico/bg.jpg);
	background-size: cover;
}

._why_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

._why_item {
	width: 49%;
	padding: 40px 30px;
	border: 1px solid #ccc;
	margin: 1% 0;
	display: flex;
}

._why_item_img {
	width: 80px;
	margin-right: 20px;
}

._why_item_info {
	flex: 1;
}

	._why_item_info h3 {
		font-size: 20px;
		line-height: 1.3;
		color: #555;
		margin-bottom: 10px;
	}

	._why_item_info p {
		font-size: 16px;
		color: #888;
		line-height: 1.6;
	}

._index_goal {
	padding-top: 0;
}

._goal_list {
	display: flex;
	flex-wrap: wrap;
}

._goal_item {
	width: 24%;
	margin: .5%;
}

._goal_item_title {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

._goal_item_number {
	display: flex;
	align-items: center;
	color: #e60641;
}

	._goal_item_number .counter {
		display: block;
		font-size: 50px;
	}

	._goal_item_number em {
		font-size: 30px;
		margin-left: 5px;
	}

._goal_item_title b {
	font-size: 30px;
	margin-left: 5px;
	color: #e60641;
}

._goal_item_txt p {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	color: #777;
}


._index_feature {
	background: #f1f1f1;
}

.product_slider {
	overflow: hidden;
}

:root {
	--swiper-theme-color: #fff;
}

.product_slider .swiper-button-prev {
	left: 140px;
}

.product_slider .swiper-button-next {
	right: 140px;
}

.product_slider .item_title a {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	padding: 10px 0;
	font-weight: 500;
}

.product_slider {
	display: flex;
	flex-wrap: wrap;
}

.product_item {
	width: 15.666666%;
	margin: .5%;
}

	.product_item .item_inner {
		padding: 5px 0;
	}

.product_slider .swiper-pagination {
	bottom: 40px;
}

.product_item .item_inner .item_img {
	overflow: hidden;
}

.product_item .item_inner:hover img {
	transform: scale(1.05);
}

.blog_slider .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog_slider .blog_item {
	width: 32%;
	background: #e60641;
	border-top: 10px solid #fff
}

.blog_item_cont {
	padding: 20px 30px;
}

	.blog_item_cont .blog_item_date {
		font-size: 16px;
		color: #fff;
	}

	.blog_item_cont .blog_item_title {
		height: 84px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		margin: 20px 0;
	}

		.blog_item_cont .blog_item_title a {
			display: block;
			font-size: 24px;
			line-height: 28px;
			color: #fff;
		}

.blog_item_btn {
	color: #fff;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 40px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

	.blog_item_btn:before {
		content: "[";
		display: inline-block;
		font-size: 30px;
		line-height: 40px;
		margin-right: 10px;
	}

	.blog_item_btn:after {
		content: "]";
		display: inline-block;
		font-size: 30px;
		line-height: 40px;
		margin-left: 10px;
	}

	.blog_item_btn:hover {
		transform: skew(-10deg);
	}

.blog_item_img {
	overflow: hidden;
}

	.blog_item_img img {
		transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
	}

.blog_item:hover .blog_item_img img {
	transform: scale(1.05);
}




.index_blog {
	padding-bottom: 80px;
}

	.index_blog .hd_title {
		background: #e60641;
		color: #fff;
	}

		.index_blog .hd_title:after, .index_blog .hd_title:before {
			display: none;
		}

	.index_blog .index_hd {
		position: relative;
	}

		.index_blog .index_hd:after {
			content: "";
			display: block;
			position: absolute;
			width: 50%;
			height: 100%;
			left: 0;
			background: #e60641;
			top: 0;
			z-index: -1;
		}

.index_blog_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_blog_left {
	width: 66%;
}

.index_blog_right {
	width: 32%;
}

.index_blog_bottom {
	width: 100%;
	margin-top: 20px;
}

.index_blog_left {
	overflow: hidden;
}

	.index_blog_left .index_blog_items {
		position: relative;
	}

.index_blog_items_title {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.4);
	padding: 20px 30px 40px;
	width: 100%;
	left: 0;
}

.index_blog_left .swiper-pagination-bullets.swiper-pagination-horizontal {
	text-align: right;
	right: 30px;
	left: auto;
}

.index_blog_left .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

.index_blog_left .swiper-pagination-bullet-active {
	background: #E60641;
	opacity: 1;
}

.index_blog_items_title h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	font-weight: 300;
}

.index_blog_items_title small {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

	.index_blog_items_title h3 a, .index_blog_items_title small a {
		color: #fff;
	}

.index_blog_items_img {
	/*padding: 30px 0;*/
}

	.index_blog_items_img img {
		width: 100%;
	}

.index_blog_items_btn {
	display: flex;
}

	.index_blog_items_btn a {
		display: block;
		padding: 0 40px;
		line-height: 40px;
		border-radius: 30px;
		background: #e60641;
		color: #fff;
	}

		.index_blog_items_btn a:hover {
			color: #fff;
			opacity: .8;
		}

.index_blog_right {
	background: #e60641;
	padding: 30px 50px;
}

.index_blog_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_blog_item {
	width: 32%;
	background: #F5F6F7;
	padding: 20px 30px;
}

	.index_blog_item .index_blog_item_title small {
		color: #444;
	}

	.index_blog_item .index_blog_item_title h3 {
		color: #444;
	}

	.index_blog_item .index_blog_item_desc a {
		color: #fff;
		border: 1px solid #E60641;
		background: #E60641;
	}

	.index_blog_item:hover .index_blog_item_desc a {
		color: #E60641;
		border: 1px solid #E60641;
		background: #fff;
	}

.index_blog_item_title h3 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 84px;
}

.index_blog_item_title small {
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
}

.index_blog_item_desc {
	width: 100%;
	margin-top: 40px;
}

	.index_blog_item_desc p {
		font-size: 15px;
		line-height: 28px;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.index_blog_item_desc a {
		margin-top: 40px;
		width: 120px;
		display: block;
		line-height: 32px;
		font-size: 18px;
		color: #fff;
		border-radius: 50px;
		border: 1px solid #fff;
		position: relative;
		text-align: center;
	}

.index_blog_item_arrow:after {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 20px;
	line-height: 32px;
	margin-left: 20px;
}

/*.index_blog_item.active .index_blog_ceter:before, .index_blog_item:hover .index_blog_ceter:before {
	background: #e60641;
}
.index_blog_item.active .index_blog_item_arrow:before, .index_blog_item:hover .index_blog_item_arrow:before {
	color: #e60641;
}
.index_blog_item.active .index_blog_item_title h3, .index_blog_item:hover .index_blog_item_title h3 {
	color: #e60641;
	}*/

.index_blog_item {
	cursor: pointer;
}






.footer-wrapper {
	background: #272727;
}

.foot-wrap {
	padding: 50px 0 30px;
}

	.foot-wrap .layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.foot-wrap .foot-item {
		width: 23%;
	}

.foot-logo img {
	max-width: 220px;
}

.foot-company-info {
	font-size: 16px;
	color: #f9f9f9;
	line-height: 20px;
}

.social-share {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}

	.social-share i {
		display: block;
		width: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

		.social-share i:hover {
			background: #e60641;
			border: 1px solid #e60641;
		}

.foot-item h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 40px;
}

.foot-link-list a {
	display: block;
	color: #f1f1f1;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
}

	.foot-link-list a:hover {
		color: #e60641;
	}

.foot-contcat-list li {
	display: flex;
}

.foot-contcat-list a, .foot-contcat-list i {
	display: block;
	color: #f1f1f1;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
}

.foot-contcat-list a {
	flex: 1;
}

.foot-contcat-list i {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

.foot-inquiry-btn a {
	display: block;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #333;
	border-radius: 50px;
	font-size: 16px;
}

	.foot-inquiry-btn a:hover {
		background: #e60641;
		color: #fff;
	}

.foot {
	padding: 20px 0;
	border-top: 1px solid #444;
}

.copyright {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

._links a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

._links li {
	padding: 0 5px;
}

._index_case {
	background: #f1f1f1;
}

._flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

._flex_left {
	width: calc(33.333333% - 10px);
}

._flex_right {
	width: calc(66.666666% - 10px);
}

._flex_top {
	width: 100%;
	margin-bottom: 20px;
}

	._flex_top ._index_case_item {
		width: calc(50% - 10px);
	}

._flex_bottom ._index_case_item {
	width: calc(50% - 10px);
}

._index_case_item {
	position: relative;
}

._index_case_desc {
	/*    position: absolute;
    left: 0;
    top: 0;*/
	display: flex;
	align-items: center;
	/*width: 100%;
	height: 100%;*/
	text-align: center;
	justify-content: center;
	/*    color: #fff;
	background: rgba(0,0,0,0);*/
}

._flex_left {
	overflow: hidden;
}

	._flex_left ._index_case_item {
		height: 100%;
	}

		._flex_left ._index_case_item ._index_case_img {
			height: calc(100% - 30px);
		}

			._flex_left ._index_case_item ._index_case_img img {
				height: calc(100%);
				object-fit: cover;
			}

._index_case_txt h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
}

._index_case_txt p {
	line-height: 1.6;
	font-size: 15px;
}

._index_case_img {
	overflow: hidden;
}

	._index_case_img img {
		transition: all .5s ease-in-out;
	}

	._index_case_img:hover img {
		transform: scale(1.05);
	}

._index_case_item:hover ._index_case_desc {
	/*background: rgba(0,0,0,.7);*/
}

._index_case_item:hover ._index_case_txt p span {
	/*color: #ED0900;*/
}

/* language */
.change-language-title span {
	color: #fff;
	font-size: 14px;
}

.navActive .change-language-title span {
	color: #333;
}

.lang-wrap {
	position: relative;
}

.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo, .change-language .prisna-wp-translate-seo {
	display: block
}

.change-language .change-language-title, .change-language .change-language-title a {
	font-size: 10pt;
	color: #fff;
}

.change-language .change-language-title {
	padding: 0;
}

	.change-language .change-language-title a:after {
		font-family: 'fontawesome';
		content: "\f0d7";
		font-size: 12px;
		display: inline-block;
		padding-left: 2px;
		color: #fff;
	}

.navActive .change-language .change-language-title a:after {
	color: #333;
}

.change-language:hover .change-language-title a:after {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.change-language .change-language-cont {
	position: absolute;
	top: 35px;
	right: 0;
	width: 360px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
}

.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
}

.change-language .change-language-cont .more-active {
	font-size: 20px;
}

.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	padding: 0 0 0 33px;
	overflow: hidden;
}

.change-language ::-webkit-scrollbar {
	width: 5px;
}

.change-language ::-webkit-scrollbar-track {
	background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.3);
	border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block
}

.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../ico/all-m.gif);
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}

li.language-flag a {
	position: relative;
}

.language-flag-af .country-flag {
	background-position: 0 0px !important;
}

.language-flag-am .country-flag {
	background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}

.language-flag-az .country-flag {
	background-position: 0 -48px !important;
}

.language-flag-be .country-flag {
	background-position: 0 -64px !important;
}

.language-flag-bg .country-flag {
	background-position: 0 -80px !important;
}

.language-flag-bn .country-flag {
	background-position: 0 -96px !important;
}

.language-flag-bs .country-flag {
	background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}

.language-flag-ceb .country-flag {
	background-position: 0 -144px !important;
}

.language-flag-co .country-flag {
	background-position: 0 -160px !important;
}

.language-flag-cs .country-flag {
	background-position: 0 -176px !important;
}

.language-flag-cy .country-flag {
	background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}

.language-flag-de .country-flag {
	background-position: 0 -224px !important;
}

.language-flag-el .country-flag {
	background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}

.language-flag-eo .country-flag {
	background-position: 0 -272px !important;
}

.language-flag-es .country-flag {
	background-position: 0 -288px !important;
}

.language-flag-et .country-flag {
	background-position: 0 -304px !important;
}

.language-flag-eu .country-flag {
	background-position: 0 -320px !important;
}

.language-flag-fa .country-flag {
	background-position: 0 -336px !important;
}

.language-flag-fi .country-flag {
	background-position: 0 -352px !important;
}

.language-flag-fr .country-flag {
	background-position: 0 -368px !important;
}

.language-flag-fy .country-flag {
	background-position: 0 -384px !important;
}

.language-flag-ga .country-flag {
	background-position: 0 -400px !important;
}

.language-flag-gd .country-flag {
	background-position: 0 -416px !important;
}

.language-flag-gl .country-flag {
	background-position: 0 -432px !important;
}

.language-flag-gu .country-flag {
	background-position: 0 -448px !important;
}

.language-flag-ha .country-flag {
	background-position: 0 -464px !important;
}

.language-flag-haw .country-flag {
	background-position: 0 -480px !important;
}

.language-flag-hi .country-flag {
	background-position: 0 -496px !important;
}

.language-flag-hmn .country-flag {
	background-position: 0 -512px !important;
}

.language-flag-hr .country-flag {
	background-position: 0 -528px !important;
}

.language-flag-ht .country-flag {
	background-position: 0 -544px !important;
}

.language-flag-hu .country-flag {
	background-position: 0 -560px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -576px !important;
}

.language-flag-id .country-flag {
	background-position: 0 -592px !important;
}

.language-flag-ig .country-flag {
	background-position: 0 -608px !important;
}

.language-flag-is .country-flag {
	background-position: 0 -624px !important;
}

.language-flag-it .country-flag {
	background-position: 0 -640px !important;
}

.language-flag-iw .country-flag {
	background-position: 0 -656px !important;
}

.language-flag-ja .country-flag {
	background-position: 0 -672px !important;
}

.language-flag-jw .country-flag {
	background-position: 0 -688px !important;
}

.language-flag-ka .country-flag {
	background-position: 0 -704px !important;
}

.language-flag-kk .country-flag {
	background-position: 0 -720px !important;
}

.language-flag-km .country-flag {
	background-position: 0 -736px !important;
}

.language-flag-kn .country-flag {
	background-position: 0 -752px !important;
}

.language-flag-ko .country-flag {
	background-position: 0 -768px !important;
}

.language-flag-ku .country-flag {
	background-position: 0 -784px !important;
}

.language-flag-ky .country-flag {
	background-position: 0 -800px !important;
}

.language-flag-la .country-flag {
	background-position: 0 -816px !important;
}

.language-flag-lb .country-flag {
	background-position: 0 -832px !important;
}

.language-flag-lo .country-flag {
	background-position: 0 -848px !important;
}

.language-flag-lt .country-flag {
	background-position: 0 -864px !important;
}

.language-flag-lv .country-flag {
	background-position: 0 -880px !important;
}

.language-flag-mg .country-flag {
	background-position: 0 -896px !important;
}

.language-flag-mi .country-flag {
	background-position: 0 -912px !important;
}

.language-flag-mk .country-flag {
	background-position: 0 -928px !important;
}

.language-flag-ml .country-flag {
	background-position: 0 -944px !important;
}

.language-flag-mn .country-flag {
	background-position: 0 -960px !important;
}

.language-flag-mr .country-flag {
	background-position: 0 -976px !important;
}

.language-flag-ms .country-flag {
	background-position: 0 -992px !important;
}

.language-flag-mt .country-flag {
	background-position: 0 -1008px !important;
}

.language-flag-my .country-flag {
	background-position: 0 -1024px !important;
}

.language-flag-ne .country-flag {
	background-position: 0 -1040px !important;
}

.language-flag-nl .country-flag {
	background-position: 0 -1056px !important;
}

.language-flag-no .country-flag {
	background-position: 0 -1072px !important;
}

.language-flag-ny .country-flag {
	background-position: 0 -1088px !important;
}

.language-flag-pa .country-flag {
	background-position: 0 -1104px !important;
}

.language-flag-pl .country-flag {
	background-position: 0 -1120px !important;
}

.language-flag-ps .country-flag {
	background-position: 0 -1136px !important;
}

.language-flag-pt .country-flag {
	background-position: 0 -1152px !important;
}

.language-flag-ro .country-flag {
	background-position: 0 -1168px !important;
}

.language-flag-ru .country-flag {
	background-position: 0 -1184px !important;
}

.language-flag-sd .country-flag {
	background-position: 0 -1200px !important;
}

.language-flag-si .country-flag {
	background-position: 0 -1216px !important;
}

.language-flag-sk .country-flag {
	background-position: 0 -1232px !important;
}

.language-flag-sl .country-flag {
	background-position: 0 -1248px !important;
}

.language-flag-sm .country-flag {
	background-position: 0 -1264px !important;
}

.language-flag-sn .country-flag {
	background-position: 0 -1280px !important;
}

.language-flag-so .country-flag {
	background-position: 0 -1296px !important;
}

.language-flag-sq .country-flag {
	background-position: 0 -1312px !important;
}

.language-flag-sr .country-flag {
	background-position: 0 -1328px !important;
}

.language-flag-st .country-flag {
	background-position: 0 -1344px !important;
}

.language-flag-su .country-flag {
	background-position: 0 -1360px !important;
}

.language-flag-sv .country-flag {
	background-position: 0 -1376px !important;
}

.language-flag-sw .country-flag {
	background-position: 0 -1392px !important;
}

.language-flag-ta .country-flag {
	background-position: 0 -1408px !important;
}

.language-flag-te .country-flag {
	background-position: 0 -1424px !important;
}

.language-flag-tg .country-flag {
	background-position: 0 -1440px !important;
}

.language-flag-th .country-flag {
	background-position: 0 -1456px !important;
}

.language-flag-tl .country-flag {
	background-position: 0 -1472px !important;
}

.language-flag-tr .country-flag {
	background-position: 0 -1488px !important;
}

.language-flag-uk .country-flag {
	background-position: 0 -1504px !important;
}

.language-flag-ur .country-flag {
	background-position: 0 -1520px !important;
}

.language-flag-uz .country-flag {
	background-position: 0 -1536px !important;
}

.language-flag-vi .country-flag {
	background-position: 0 -1552px !important;
}

.language-flag-xh .country-flag {
	background-position: 0 -1568px !important;
}

.language-flag-yi .country-flag {
	background-position: 0 -1584px !important;
}

.language-flag-yo .country-flag {
	background-position: 0 -1600px !important;
}

.language-flag-zh-CN .country-flag {
	background-position: 0 -1616px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0 -1632px !important;
}

.language-flag-zu .country-flag {
	background-position: 0 -1648px !important;
}

.head-search-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.search-wrap {
	background: #fff;
	width: 100%;
	padding: 40px 20%;
	box-shadow: 0 0px 5px #ccc;
}

.search-ipt {
	width: 100%;
	line-height: 50px;
	border: 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 30px;
	color: #666;
	padding: 0 5px;
}

.search-attr {
	display: block;
	text-align: right;
	color: #555;
	font-size: 14px;
	margin-top: 10px;
}

#btn-search-close {
	background: url(../ico/search_btn_close.png);
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

	#btn-search-close:hover {
		background-position-y: 50px;
		animation: xuanzhuan 1s ease;
		animation-fill-mode: forwards;
	}


/* inner */
.inner-position {
	background: #EDEBEB;
	padding: 25px 0;
}

	.inner-position .layout {
		display: flex;
		flex-wrap: wrap;
	}

	.inner-position a {
		display: block;
		font-size: 16px;
		line-height: 20px;
		color: #333;
		font-weight: 300;
	}

	.inner-position .layout > i {
		display: block;
		font-size: 16px;
		line-height: 20px;
		color: #333;
		padding: 0 10px;
	}

._inner_wrapper {
	padding: 50px 0;
}

._inner_title {
	margin-bottom: 30px;
}

	._inner_title h1, ._inner_title h2 {
		font-size: 40px;
		text-align: center;
		font-weight: 500;
		color: #E60641;
	}

._inner_abt_desc p {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	padding: 5px 0;
	font-weight: 200;
	text-align: justify;
}

._about_items {
	padding: 50px 0;
}

._inner_abt_title {
	padding-bottom: 10px;
}

	._inner_abt_title h3 {
		font-size: 32px;
		font-weight: 300;
		color: #333;
	}

._about_item._flex_col_6 {
	width: 49%;
}

._center, ._center p {
	text-align: center;
}

._maxWidth {
	max-width: 900px;
	margin: 0 auto;
}

._inner_bg_grey {
	background: #333;
}

	._inner_bg_grey h3 {
		color: #fff;
	}

	._inner_bg_grey p {
		text-align: center;
	}

._mt30 {
	margin-top: 30px;
}

._flex_col_3 {
	width: 24%;
}

._inner_abt_desc ._flex_col_3 {
	background: #fff;
	border-radius: 5px;
	padding: 30px 40px;
	text-align: center;
}

	._inner_abt_desc ._flex_col_3 img {
		max-width: 80px;
	}

	._inner_abt_desc ._flex_col_3 h4 {
		font-size: 20px;
		padding: 20px 0;
		text-align: center;
		font-weight: 300;
	}


/* message */

._inner_form ._flex_col_6 {
	width: 49%;
}

.form-item {
	margin-bottom: 30px;
}

._inner_form input, ._inner_form textarea {
	width: 100%;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: 0;
	padding: 5px;
	color: #777;
	font-weight: 200;
}

	._inner_form input:focus, ._inner_form textarea:focus {
		border-color: #000;
	}

.form-btn {
	text-align: center;
}

	.form-btn button {
		line-height: 40px;
		background: #E60641;
		color: #fff;
		border-radius: 20px;
		border: 1px solid #E60641;
		padding: 0 40px;
		text-transform: uppercase;
	}

		.form-btn button:hover {
			background: #fff;
			color: #E60641;
		}


/* contact */
._message {
	padding: 50px 0;
	background: #f1f1f1;
	margin-top: 50px;
}

/* page */

.page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

	.page a {
		display: block;
		margin: 0 10px;
		font-size: 16px;
		line-height: 30px;
		width: 50px;
		text-align: center;
		padding: 5px 0;
		border: 1px solid #ccc;
	}

	.page i {
		font-size: 16px;
	}

	.page a:hover, .page a.active {
		color: #fff;
		background: #E60641;
		border-color: #E60641;
	}



/* product */

.inner_pro .pro-left {
	width: 26%;
}

.inner_pro .pro-right {
	width: 72%;
}

input {
	outline: 0;
}

.pro-search {
	position: relative;
	margin-bottom: 20px;
}

	.pro-search input {
		width: 100%;
		line-height: 40px;
		border-radius: 5px;
		border: 1px solid #ddd;
		padding: 0 10px;
	}

	.pro-search i#pro_search_btn {
		position: absolute;
		right: 10px;
		top: 50%;
		color: #999;
		transform: translateY(-50%);
		font-size: 20px;
	}

.pro-left-item {
	margin-bottom: 20px;
}

.pro-left-title {
	background: #E60641;
	font-size: 20px;
	padding: 15px;
	color: #fff;
}

.cate-list {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

	.cate-list .cate-item a {
		display: block;
		padding: 15px;
		border-bottom: 1px solid #ddd;
	}

.cate-tree .cate-item {
	padding: 0 15px;
}

.cate-item > a:hover {
	color: #E60641;
}

.cate-tree {
	display: none;
}

.hot-pro-list {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.hot-pro-item {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

	.hot-pro-item a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.hot-pro-item a img {
			width: 100px;
			border: 1px solid #ddd;
		}

		.hot-pro-item a span {
			display: block;
			width: calc(100% - 110px);
		}

		.hot-pro-item a:hover span {
			color: #E60641;
		}

.cate-item {
	position: relative;
}

	.cate-item i {
		position: absolute;
		right: 15px;
		font-size: 16px;
		top: 16px;
		width: 20px;
		text-align: center;
	}

.pro-list * {
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pro-list {
	display: flex;
	flex-wrap: wrap;
}

	.pro-list .pro-item {
		width: 24%;
		margin: 0 .5% 20px;
		border: 1px solid #E60641;
		background: #E60641;
	}

.pro-title {
	/*background: #E60641;*/
}

	.pro-title h3 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 24px;
		padding: 8px 0;
		border-top: 1px solid #E60641;
	}

.pro-item .pro-img {
	overflow: hidden;
}

.pro-item:hover {
	background: #fff;
}

	.pro-item:hover .pro-title h3 {
		color: #E60641;
	}

	.pro-item:hover .pro-img img {
		transform: scale(1.05);
	}

.pro-right ._inner_title h1 {
	text-align: left;
	color: #333;
}

/* product-show */
.pro-desc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 10px;
	background: #fff;
}

	.pro-desc .pro-img {
		width: 400px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.pro-desc .pro-info {
		width: calc(100% - 420px);
		padding: 20px 10px;
	}

.pro-info h1 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 32px;
}

.pro-img .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
}

.mySwiper {
	overflow: hidden;
	width: 100%;
}

.mySwiper2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.pro-desc .swiper-slide {
	border: 1px solid #eee;
}

.pro-desc img {
	width: 100%;
}

.mySwiper .swiper-slide-thumb-active:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
}

.pro-detail {
	padding: 20px;
	background: #fff;
}

.desc-title {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.desc-title {
	font-size: 20px;
	text-transform: uppercase;
}

.pro-position .desc {
	padding: 20px 0;
	background: #f1f1f1;
}

#inquiry_title {
	padding-top: 40px;
}

.desc-cont p {
	font-size: 16px;
	line-height: 1.6;
	padding: 5px 0;
	color: #444;
}

#inquiry_btn {
	color: #fff;
	background: #E60641;
	display: block;
	width: 150px;
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	border-radius: 3px;
	margin-top: 30px;
}

.pro-info p {
	line-height: 1.5;
	font-size: 16px;
	font-weight: 200;
}

#inquiry p {
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}



/* news */

.news-list * {
	transition: all .5s ease-in-out;
}

.news-item {
	width: 100%;
	display: flex;
	padding: 20px 15px 20px 90px;
	background: #fff;
	box-shadow: 0 5px 10px #ccc;
	margin-bottom: 40px;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.news-item .news-time {
		background: #000;
		padding: 10px;
		text-align: right;
		position: absolute;
		left: 0;
		top: 0;
	}

.news-time big {
	font-size: 18px;
	color: #fff;
	display: block;
}

.news-time small {
	font-size: 14px;
	color: #fff;
}

.news-item .news-info {
	padding: 20px 0;
	width: calc(100% - 600px);
}

.news-info h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 300;
}

.news-info a {
	display: block;
	border: 1px solid #E60641;
	width: 120px;
	text-align: center;
	border-radius: 20px;
	line-height: 36px;
}

.news-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
	font-weight: 200;
}

.news-item .news-img {
	width: 500px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
}

.news-item:hover img {
	transform: scale(1.05);
}

.news-item:hover .news-info a {
	color: #fff;
	background: #E60641;
}

.news-item:hover .news-time {
	background: #E60641;
	padding-left: 60px;
}

.news-item:hover {
	padding-left: 140px
}


/* news-show */

._news_show ._inner_title h1 {
	text-align: left;
	font-weight: 300;
	font-size: 26px;
}

._news_show ._inner_title small {
	font-size: 14px;
	font-weight: 200;
	color: #777;
	padding-top: 10px;
	display: block;
}

._news_show ._inner_title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

._inner_show_wrap p {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	padding: 10px 0;
	font-weight: 300;
}

._inner_show_wrap {
	/*padding: 30px 0;*/
	border-bottom: 1px solid #ccc;
}

._inner_btn_wrap {
	padding: 20px 0;
}

._inner_btn_item {
	display: flex;
}

	._inner_btn_item span {
		display: block;
		font-size: 16px;
		font-weight: 300;
		color: #333;
		margin-right: 10px;
	}

	._inner_btn_item a {
		display: block;
		font-size: 16px;
		font-weight: 200;
		color: #555;
	}


/* solution */

.news-list_ny {
	width: 100%;
	margin-top: 16px;
}

	.news-list_ny ul {
		display: flex;
		flex-wrap: wrap;
	}

		.news-list_ny ul li {
			width: 30.33333333333%;
			margin: 1.5%;
			border-radius: 10px;
			height: 451px;
			overflow: hidden;
			background: #fff;
			margin-top: 30px;
			box-shadow: 0 2px 10px 2px #ebebec;
		}

.news-img_ny {
	width: 100%;
	overflow: hidden;
	max-height: 240px;
}

	.news-img_ny img {
		width: 100%;
		object-fit: cover;
		transition: all .6s ease;
	}

.news-words_ny {
	width: 100%;
	padding: 56px 32px;
	background: #fff;
	position: relative;
	z-index: 2;
	transition: all .4s ease;
}

	.news-words_ny h6 a {
		display: block;
		font-size: 20px;
		font-weight: bold;
	}

	.news-words_ny p {
		font-size: 16px;
		color: #666;
		transition: all .4s ease;
		line-height: 26px;
		margin-top: 0px;
		height: 0px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.news-words_ny span {
		display: block;
		margin-top: 42px;
		font-size: 16px;
		color: #848484;
	}

.news-list_ny ul li:hover .news-img_ny img {
	transform: scale(1.1);
}

.news-list_ny ul li:hover .news-words_ny {
	margin-top: -78px;
}

	.news-list_ny ul li:hover .news-words_ny p {
		height: 52px;
		margin-top: 26px;
	}


/* solution */
.mySwiper3 .swiper-slide {
	background: #f1f1f1;
	padding: 10px 15px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
}

.mySwiper4 .swiper-slide {
	cursor: grab;
}

.mySwiper3 h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: capitalize;
}

.mySwiper3 .swiper-slide:before {
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #E60641;
	margin-right: 12px;
	margin-top: 1px;
	border-radius: 10px;
}

.mySwiper3 .swiper-slide-thumb-active {
	background: #E60641;
	color: #fff;
}

	.mySwiper3 .swiper-slide-thumb-active:before {
		background: #fff;
	}

._sol_desc p {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0;
	color: #444;
}

._tube {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #E60641;
	margin-right: 5px;
	margin-bottom: 2px;
}

._sol_ad h4, ._sol_sum h4 {
	font-size: 16px;
	line-height: 1.6;
	padding: 20px 30px 10px;
	color: #444;
	font-weight: bold;
}

._sol_sum {
	background: #EFEFEF;
	width: 100%;
	padding-bottom: 20px;
}

._sol_ad {
	background: #EFEFEF;
	width: 100%;
	margin-top: 20px;
}

._sol_sum p {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	padding: 0 30px;
}

._title {
	width: 40%;
}

._sol_desc {
	width: 58%;
}

._title h2 {
	font-size: 40px;
	font-weight: 300;
}

._title p {
	font-size: 24px;
	color: #E60641;
	line-height: 1.2;
	padding-top: 10px;
}

._title a {
	display: block;
	width: fit-content;
	padding: 10px 30px;
	margin-top: 30px;
	border: 1px solid #E60641;
	border-radius: 5px;
	font-size: 16px;
	color: #E60641;
	font-weight: 200;
}

.inner_sol ._inner_title p {
	font-size: 16px;
	padding-top: 10px;
}

.inner_sol ._inner_title h1 {
	text-align: left;
}

.mySwiper4 {
	padding-top: 40px;
}

	.mySwiper4 img {
		margin: 0 auto;
		display: block;
	}

#_menu, #_close, #_lang, .nav-bar .nav-wrap > .nav-item > .fa, ._body_bg {
	display: none;
}

.sol-desc {
	position: relative;
}

	.sol-desc .swiper-button-next, .sol-desc .swiper-button-prev {
		top: 30px;
		background: #E60641;
	}

	.sol-desc .swiper-button-next {
		right: -30px;
	}

	.sol-desc .swiper-button-prev {
		left: -30px;
	}

		.sol-desc .swiper-button-next::after, .sol-desc .swiper-button-prev::after {
			font-size: calc(var(--swiper-navigation-size) / 2);
		}



@keyframes xuanzhuan {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes ToLeft {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}



@media (max-width: 1600px) {
	.layout {
		max-width: 1400px;
	}
}

@media (max-width: 1440px) {
	.layout {
		max-width: 1300px;
	}

	.product_slider .swiper-button-prev {
		left: 30px;
	}

	.product_slider .swiper-button-next {
		right: 30px;
	}

	.con-list {
		padding: 0 20px;
	}
}

@media (max-width: 1366px) {
	.layout {
		padding: 0 20px;
	}

	.nav-item {
		padding: 0 15px;
	}

	.index_blog_item_title h3 {
		-webkit-line-clamp: 2;
		height: 56px;
	}

	.index_blog_item_desc p {
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 1360px) {
	.sol-desc .swiper-button-next {
		right: calc(50% - var(--swiper-navigation-size) - 10px);
	}

	.sol-desc .swiper-button-prev {
		left: calc(50% - var(--swiper-navigation-size) - 10px)
	}

	.sol-desc .swiper-button-next, .sol-desc .swiper-button-prev {
		top: 80px;
		width: calc(var(--swiper-navigation-size));
		height: calc(var(--swiper-navigation-size) / 2);
		margin-top: calc(0px - (var(--swiper-navigation-size)/ 4));
	}

	.mySwiper3 {
		padding-bottom: 20px;
	}

	.sol-desc .swiper-button-next::after, .sol-desc .swiper-button-prev::after {
		font-size: calc(var(--swiper-navigation-size) / 4);
	}
}

@media (max-width: 1200px) {
	.nav-item {
		padding: 0 10px;
	}

		.nav-item > a {
			font-size: 16px
		}

	.product_item {
		width: 24%;
	}

	.index_blog_item_desc {
		margin-top: 20px;
	}
}

@media (max-width: 1080px) {
	.nav-item {
		padding: 0 10px;
	}

		.nav-item > a {
			text-transform: capitalize;
		}

	.index_blog_right {
		padding: 20px 50px;
	}

	.pro-list .pro-item {
		width: 49%;
	}
}

@media (max-width: 960px) {
	.nav-wrap, .change-language .change-language-cont {
		display: none;
		position: fixed;
		width: 70%;
		background: #fff;
		height: 100%;
		left: 0;
		top: 0;
		flex-wrap: wrap;
		align-content: flex-start;
		overflow-y: scroll;
		animation: ToLeft 1s ease;
		animation-fill-mode: forwards;
		z-index: 99;
	}

	.change-language .change-language-cont {
		display: block;
		opacity: 1;
		visibility: hidden;
		background-color: #fff;
		visibility: visible;
		transform: scale3d(1, 1, 1);
		overflow-y: scroll;
		max-height: none;
	}

		.change-language .change-language-cont li {
			width: 100%;
		}

	.navActive .nav-bar {
		padding: 10px 0;
	}

	#_menu, #_lang, .nav-bar .nav-wrap > .nav-item > .fa {
		display: block;
	}

	.lang-wrap, .lang-wrap .medium-title, ._child_ico {
		display: none;
	}

	.head-right i.fa {
		font-size: 22px;
	}

	#_lang {
		margin-right: 20px;
	}

	#_close, #_close_lang {
		background-color: #fff;
		background-image: url(../ico/search_btn_close.png);
		width: 50px;
		height: 50px;
		position: fixed;
		left: calc(70% + 5px);
		top: 0;
		z-index: 99;
	}

	._body_bg {
		position: fixed;
		width: 100%;
		background: rgba(0, 0, 0, .7);
		height: 100%;
		left: 0;
		top: 0;
		z-index: 80;
	}

	.nav-item > a {
		line-height: 60px;
	}

	.nav-item {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.nav-sub {
		position: static;
		transform: translateX(0);
		width: 100%;
		padding: 0 10px;
		background: #EEEEEE;
		min-width: auto;
	}

	.index-main-wrapper, .inner-main-wrapper {
		padding-top: 65px;
	}

	._promote_item_info {
		padding: 15px;
	}

	._index_title h1, ._index_title h2 {
		font-size: 20px;
	}

	._promote_item_info h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	._promote_item_btn a {
		font-size: 14px;
		line-height: 24px;
	}

	._promote_list .swiper-button-prev {
		left: 5%;
	}

	._promote_list .swiper-button-next {
		right: 5%;
	}

	._index {
		padding: 30px 0 30px;
	}

	._index_title {
		padding-bottom: 20px;
	}

	._index_company_txt, ._index_company_img {
		width: 100%;
	}

	._index_company_btn, ._index_company_img {
		margin-top: 20px;
	}

	.index_blog_right {
		display: none;
	}

	.index_blog_left {
		width: 100%;
	}

	.foot-wrap .foot-item {
		width: 48%;
	}

	.news-item .news-info, .news-item .news-img {
		width: 100%;
	}
}


@media (max-width: 768px) {
	._why_item {
		width: 100%;
	}

	._index_company_txt {
		font-size: 14px;
		line-height: 1.5;
	}

		._index_company_txt p {
			padding: 5px 0;
			font-weight: 300;
		}

	._goal_item {
		width: 49%;
	}

	._index_goal {
		padding-top: 0;
	}

	.product_item {
		width: 49%;
	}

	.index_blog_item {
		width: 100%;
		margin-bottom: 10px;
	}

	._flex_col_6 {
		width: 100%;
		text-align: center;
	}

	._links ul {
		justify-content: center;
	}

	.copyright {
		font-size: 14px;
	}

	._links a {
		font-size: 14px;
	}

	._about_item._flex_col_6 {
		width: 100%;
	}

	._inner_abt_desc p {
		font-size: 14px;
		font-weight: 300;
	}

	._about_items {
		padding: 20px 0;
	}

	._inner_title {
		margin-bottom: 10px;
	}

	._flex_col_3 {
		width: 49%;
		margin-bottom: 10px;
	}

	.inner_pro .pro-left {
		width: 100%;
	}

	.inner_pro .pro-right {
		width: 100%;
	}

	.pro-left-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	._show_mobile {
		display: none;
	}

	.mySwiper {
		display: none;
	}

	.pro-desc .pro-img {
		width: 100%;
	}

	.pro-desc .pro-info {
		width: calc(100%);
	}

	.pro-detail {
		padding: 20px 0;
	}

	._inner_form ._flex_col_6 {
		width: 100%;
		margin-bottom: 10px;
	}

	._inner_title h1, ._inner_title h2 {
		font-size: 24px;
	}

	._inner_wrapper {
		padding: 20px 0;
	}

	._inner_abt_title h3 {
		font-size: 20px;
	}

	._title {
		width: 100%;
	}

	._sol_desc {
		width: 100%;
		margin-top: 20px;
	}

	._title h2 {
		font-size: 24px;
	}

	._title p {
		font-size: 18px;
	}

	._title a {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.foot-wrap .foot-item {
		width: 100%;
		text-align: center;
	}

	.social-share {
		justify-content: center;
	}

	.foot-pro-cate, .foot-news {
		display: none;
	}

	.foot-contcat-list li {
		display: block;
	}

	.foot-contcat-list a {
		flex: none;
	}

	.foot-contcat-list a, .foot-contcat-list i {
		display: inline;
	}

	.foot-inquiry-btn {
		display: flex;
		justify-content: center;
	}

	.index_blog_items_title h3 {
		font-size: 14px;
		line-height: 1.2
	}

	.index_blog_items_title {
		padding: 10px 30px 20px;
	}

	._flex_col_3 {
		width: 100%;
	}
}

@media (max-width: 480px) {
	._goal_item_number .counter {
		font-size: 30px;
	}

	.sol-desc .swiper-button-next, .sol-desc .swiper-button-prev {
		top: 100px;
	}

	._goal_item_txt p {
		font-size: 14px;
		margin-top: 10px;
	}
}
