.index_banner #sj {
	display: none;
}

.index_banner #pc {
	padding-bottom: 20px;
}

/*-------------------------------
			swiper-slide start
			----------------------------------*/
.slider_banner {
	position: relative;
	overflow: hidden;
	z-index: 98;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {

	border: 1px solid #FFF;
}

.swiper-container:hover .swiper-button-prev {
	left: 65px;
}

.swiper-container:hover .swiper-button-next {
	right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
	display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 47px !important;
	height: 47px !important;
	background: url(../img/banner-perv.png) no-repeat center center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	padding: 20px 10px;
	background-size: auto;
	left: 10px;
	right: auto
}

.swiper-button-next:hover {
	background-color: var(--dominant-color);
}

.swiper-button-prev:hover {
	background-color: var(--dominant-color);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 47px !important;
	height: 47px !important;
	padding: 20px 10px;
	background: url(../img/banner-next.png) no-repeat center center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	background-size: auto;
	right: 10px;
	left: auto
}

.slider_banner:hover .swiper-button-prev {
	left: 120px;
	opacity: 1;
}

.slider_banner:hover .swiper-button-next {
	right: 120px;
	opacity: 1;
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 60px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	background: #eee;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background: #AB040E;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 36px;
	height: 3px;
	background: #FFFFFF;
	border-radius: unset;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal {
	overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	width: 36px;
	height: 3px;
	background: #2000C3 !important;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
	width: 100%;
}

.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.05);
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

/*-------------------------------
                              swiper-slide end
                              ----------------------------------*/
.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
	font-family: none !important;
	content: '' !important;
}

.index_banner {
	position: relative;
	z-index: 100;
}

.index_banner .swiper-slide {
	height: auto;
	overflow: hidden;
}

.index_main {
	background-image: url(../img/main_bg.png);
	position: relative;
	z-index: 99;
	padding-top: 5%;
	padding-bottom: 5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_about {
	margin-top: 5%;
	padding-bottom: 5%;
}

.index_about .about_wrap {
	justify-content: space-between;
	align-items: flex-start;
}

.index_about .about_wrap .ab_left {
	width: 50%;
}

.index_about .about_wrap .ab_left .ab_img {
	width: 64%;
	position: relative;
	height: 0;
	padding-bottom: 65%;
}

.index_about .about_wrap .ab_left .ab_img .ab_img1 {
	position: absolute;
	max-width: 440px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
	z-index: 111;
}

.index_about .about_wrap .ab_left .ab_img .ab_img1:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.index_about .about_wrap .ab_left .ab_img .ab_img2 {
	width: 100%;
	height: 100%;
	max-width: 440px;
	position: absolute;
	top: 40%;
	left: 60%;
	object-fit: cover;
	z-index: 100;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.index_about .about_wrap .ab_left .ab_img .ab_img2:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 112;
}

.index_about .about_wrap .ab_right {
	width: 47%;
	position: relative;
}

.index_about .about_wrap .ab_right .ab_icon {
	position: absolute;
	left: -35px;
	top: -30px;
	z-index: 100;

}

.index_about .about_wrap .ab_right .ab_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 98px;
}


.index_about .about_wrap .ab_right .ab_stitle {
	position: relative;
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 18px;
	color: var(--dominant-color);
	line-height: 1.3;
	z-index: 110;
	margin-bottom: 15px;
}

.index_about .about_wrap .ab_right .ab_title {
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 58px;
	color: #000000;
	line-height: 60px;
	text-transform: uppercase;
}

.index_about .about_wrap .ab_right .ab_title a {
	display: inline-block;
}

.index_about .about_wrap .ab_right .ab_title:hover a {
	text-decoration: underline;
	color: #000000;
}

.index_about .about_wrap .ab_right .ab_title span {
	color: var(--dominant-color);
}

.index_about .about_wrap .ab_right .ab_info {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	margin-top: 15px;
}

.index_about .about_wrap .ab_right .ab_data {
	margin-top: 50px;
}

.index_about .about_wrap .ab_right .ab_data ul li {
	width: 33.3%;
}

.index_about .about_wrap .ab_right .ab_data ul li .data_top {
	font-family: 'Poppins-Bold';
	font-weight: bold;
	font-size: 50px;
	color: var(--dominant-color);
	line-height: 65px;
	align-items: flex-start;
}

.index_about .about_wrap .ab_right .ab_data ul li .data_top b {
	font-family: 'Poppins-Regular';
	font-weight: bold;
	font-size: 38px;
	line-height: 1;
}

.index_about .about_wrap .ab_right .ab_data ul li .data_bottom {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: center;
}

.index_about .about_wrap .ab_right .ab_btn a {
	display: inline-block;
	padding: 10px 25px;
	background: var(--dominant-color);
	border: 2px solid var(--dominant-color);
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 70px;
}

.index_about .about_wrap .ab_right .ab_btn a:hover {
	background: transparent;
	color: var(--dominant-color);
}

.index_categroy {
	margin-top: 5%;
	position: relative;
}

.index_categroy .layout {
	width: 1660px;
	/* margin-left: 14%; */
}

@media (max-width:1660px) {
	.index_categroy .layout {
		width: 1400px;
		margin-left: 0;
		margin: 0 auto;
	}
}

@media (max-width:1400px) {
	.index_categroy .layout {
		width: 95%;
	}
}

.index_categroy .cate_icon {
	position: absolute;
	left: 25%;
	top: -60px;
	z-index: 100;

}

.index_categroy .cate_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 103px;
}

.index_categroy .cate_title {
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 58px;
	color: #000000;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.index_categroy .cate_title a {
	display: inline-block;
}

.index_categroy .cate_title:hover a {
	text-decoration: underline;
}

.index_categroy .cate_info {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 20px;
	max-width: 700px;
	margin: 0 auto 50px;
}

.index_categroy .swiper-pagination {
	opacity: 0;
}

.index_categroy .cate_list .cate_item .cate_img {
	position: relative;
	height: 0;
	overflow: hidden;
	z-index: 99;
	padding-bottom: 66.5%;
	border-radius: 22px;
	margin-right: 30px;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.index_categroy .cate_list .cate_item .cate_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_categroy .cate_list .cate_item .cate_img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
}

.index_categroy .cate_list .cate_item .cate_introduction {
	position: relative;
	z-index: 100;
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
	border-radius: 14px;
	margin-top: -60px;
	margin-left: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.index_categroy .cate_list .cate_item .cate_introduction .cate_tit {
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
}


.index_categroy .cate_list .cate_item .cate_introduction .cate_desc {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	height: 75px;
	overflow: hidden;
}

.index_categroy .cate_list .cate_item .cate_introduction .cate_btn {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url(../img/cate_more.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	background-color: var(--dominant-color);
	border: 2px solid var(--dominant-color);
	border-radius: 50%;
	transition: all 0.5s ease;
	margin-top: 15px;
}


.index_categroy .cate_list .cate_item .cate_introduction .cate_btn:hover {
	background-color: transparent;
	background-image: url(../img/cate_more_hover.png);
}

.index_contact {
	margin-top: 3%;
	padding: 17.5% 0;
	clear: both;
	background-image: url(../img/contact_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.index_contact .contact_title {
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.index_contact .contact_title {
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 58px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}


.index_contact .contact_desc {
	max-width: 804px;
	text-align: center;
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
	margin: 0 auto;
}

.index_contact .contact_btn {
	display: block;
	background-color: var(--dominant-color);
	border: 2px solid var(--dominant-color);
	padding: 15px 40px;
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 206px;
}

.index_contact .contact_btn:hover {
	background-color: transparent;
	color: var(--dominant-color);
}


.index_product {
	margin-top: 5%;
	position: relative;
}

.index_product .pro_title {
	position: relative;
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 45px;
	color: #000000;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}

.index_product .pro_title a {
	display: inline-block;
}

.index_product .pro_title:hover a {
	text-decoration: underline;
	color: var(--dominant-color);
}

.index_product .pro_wrap {
	margin-top: 70px;
}

.index_product .pro_list {
	width: 100%;
	max-height: 964px;
}


.index_product .pro-button-next {
	z-index: 999;
	right: -40px;
}

.index_product .pro-button-next:after {
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
	position: absolute;
	right: -70px;
	top: 50%;
	content: '' !important;
	background-image: url(../img/pro_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_product .pro-button-prev:after {
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
	position: absolute;
	left: -70px;
	top: 50%;
	content: '' !important;
	background-image: url(../img/pro_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_product .pro-button-next:hover:after {
	border: 2px solid var(--dominant-color);
	background-image: url(../img/next_hover.png);
}

.index_product .pro-button-prev:hover:after {
	border: 2px solid var(--dominant-color);
	background-image: url(../img/prev_hover.png);
}

.index_product .pro_item .pro_img {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.index_product .pro_item .pro_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
}

.index_product .pro_item .pro_img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.index_product .pro_item .pro_tit {
	font-family: 'Poppins-Medium';
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
	margin-top: 20px;
	/* height: 72px; */

}

.index_product .pro_item .pro_tit a {
	/* display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.index_product .pro_item:hover .pro_tit a {
	color: var(--dominant-color);
}

.index_customer {
	margin-top: 5%;
	padding: 5.5% 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_customer .customer_stitle {
	font-family: 'Poppins-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
}

.index_customer .customer_title {
	position: relative;
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 45px;
	color: var(--dominant-color);
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.index_customer .customer_title a {
	display: inline-block;
	color: var(--dominant-color);
}

.index_customer .customer_title:hover a {
	text-decoration: underline;
}

.index_customer .customer_wrap {
	margin-top: 70px;
}

.index_customer .swiper-wrapper {
	padding-bottom: 30px;
}

.index_customer .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}

.index_customer .swiper-pagination-bullet-active {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--dominant-color) !important;
}

.index_customer .customer_list .customer_item .customer_avatar {
	width: 120px;
	height: 120px;
	border: 5px solid #FEFEFE;
	background: #FEFEFE;
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.5s ease;
}

.index_customer .customer_list .customer_item .customer_avatar:hover img {
	transform: rotate(30deg);
}

.index_customer .customer_list .customer_item .customer_name {
	font-family: 'Poppins-Medium';
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}

.index_customer .customer_list .customer_item .customer_position {
	font-family: 'Poppins-Light';
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin: 10px 0;
}

.index_customer .customer_list .customer_item .score_list li {
	width: 20px;
	height: 20px;
}

.index_customer .customer_list .customer_item .score_list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index_customer .customer_list .customer_item .customer_desc {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-top: 15px;
}

.index_news {
	margin-top: 5%;
}

.index_news .news_title {
	margin-bottom: 30px;
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 45px;
	color: #000000;
	line-height: 60px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}

.index_news .news_title .pc_tit {
	display: inline-block;

}

.index_news .news_title:hover a {
	color: var(--dominant-color);
	text-decoration: underline;
}

.index_news .news_title .sj_tit {
	display: none;
}

.index_news .news_list {
	margin-top: 70px;
	justify-content: flex-start;
	align-items: flex-start;
}

.index_news .news_list .news_item {
	width: 32%;
	margin-right: 30px;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.index_news .news_list .news_item:last-child {
	margin-right: 0;
}

.index_news .news_list .news_item .news_img {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 66%;
}

.index_news .news_list .news_item .news_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_news .news_list .news_item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.index_news .news_list .news_item .news_date {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 17px;
	color: #666666;
	line-height: 1.5;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}

.index_news .news_list .news_item .news_date b {
	width: 20px;
	height: 20px;
	background-image: url(../img/date.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 15px;
}

.index_news .news_list .news_item .news_tit {
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	line-height: 1.5;
	height: 76px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .news_list .news_item .news_desc {
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0;
}

.index_news .news_list .news_item .news_btn {
	max-width: 170px;
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 18px;
	color: var(--dominant-color);
	line-height: 47px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.index_news .news_list .news_item .news_btn::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/read_more.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.index_news .news_list .news_item .news_btn::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--dominant-color);
	transform: translateX(-100%);
	transition: transform 0.5s ease;

}

.index_news .news_list .news_item .news_btn:hover:after {
	transform: translateX(0);
}

.index_news .news_list .news_item .news_box {
	padding: 10px 20px;
	border-left: 2px solid var(--dominant-color);
}

.index_news .all_news {
	display: block;
	max-width: 206px;
	margin: 0 auto;
	padding: 14px 60px;
	font-family: 'Poppins-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	border: 2px solid var(--dominant-color);
	background-color: var(--dominant-color);
	margin-top: 40px;
}

.index_news .all_news:hover {
	background-color: transparent;
	color: var(--dominant-color);
}



@media (max-width:950px) {
	.related_product .pro_top {
		justify-content: space-between;
	}

	.index_main {
		padding-top: 15%;
		background-image: url(../img/sj_bg.png);
	}

	.index_banner #sj {
		display: block !important;
	}

	.index_banner #pc {
		display: none !important;
	}

	.index_about {
		padding-bottom: 35%;
	}

	@media (max-width:600px) {
		.index_about {
			padding-bottom: 40%;
		}
	}

	.index_about .about_wrap {
		flex-direction: column;
	}

	.index_about .about_wrap .ab_right {
		order: 1;
		width: 100%;
		margin-bottom: 40px;

	}

	.index_about .about_wrap .ab_left {
		order: 2;
		width: 100%;

	}

	.index_about .about_wrap .ab_right .ab_title {
		font-size: 30px;
		line-height: 40px;
	}

	.index_about .about_wrap .ab_right .ab_data {
		margin-top: 30px;
	}

	.index_about .about_wrap .ab_right .ab_data ul {
		flex-wrap: wrap;
		justify-content: flex-start;

	}

	.index_about .about_wrap .ab_right .ab_data ul li {
		width: 48%;
		margin-bottom: 30px;
	}

	.index_about .about_wrap .ab_right .ab_data ul li:last-child {
		margin-bottom: 0;
	}

	.index_about .about_wrap .ab_right .ab_btn a {
		margin-top: 30px;
	}

	.index_about .about_wrap .ab_right .ab_icon {
		left: -12px;
	}

	.index_about .about_wrap .ab_right .ab_icon img {
		max-height: 67px;
	}

	.index_about .about_wrap .ab_left .ab_img .ab_img2 {
		max-width: 150%;
	}

	.index_about .about_wrap .ab_left .ab_img .ab_img1 {
		max-width: 150%;
		margin-left: -5%;
	}

	.index_categroy .cate_icon img {
		max-height: 67px;
	}

	.index_categroy .cate_icon {
		left: -12px;
		top: -45px;
	}

	.index_categroy .cate_title {
		font-size: 30px;
		line-height: 40px;
	}

	.index_categroy .cate_info {
		margin-bottom: 30px;
		margin: 0 0 30px;
	}

	.index_categroy .swiper-pagination {
		opacity: 1;
	}

	.index_categroy .cate_list .cate_item .cate_introduction {
		padding: 20px;
		margin-left: 15px;
	}

	.index_categroy .cate_list .cate_item .cate_introduction .cate_tit {
		height: auto;
		overflow: visible;
		-webkit-line-clamp: unset;
		text-overflow: unset;
	}

	.index_categroy .cate_list .cate_item .cate_introduction .cate_desc {
		height: auto;
		overflow: visible;
		-webkit-line-clamp: unset;
		text-overflow: unset;
	}

	.index_categroy .swiper-wrapper {
		padding-bottom: 45px;
	}

	.index_categroy .swiper-pagination-bullet {
		width: 26px;
		height: 5px;
		border-radius: unset;
		background: #000000 !important;
		opacity: 1;
	}

	.index_categroy .swiper-pagination-bullet-active {
		width: 26px;
		height: 5px;
		background: var(--dominant-color) !important;
	}

	.index_contact {
		background-image: url(template1/img/contact_js_bg.png);
		padding: 24% 0;
	}

	.index_contact .contact_title {
		font-size: 35px;
	}
.pro_top .pro_btn {
	display: none;
}
} 
@media (max-width:700px){
	.index_product .pro-button-next:after {
		    right: -30px;
	}
	.index_product .pro-button-prev:after {
		left: -30px;	
	}
	@media (max-width:600px) {
		.index_contact {
			padding: 18.5% 0;
		}

		.index_contact .contact_title {
			margin-bottom: 20px;
		}

		.index_contact .contact_title {
			font-size: 22px;
			line-height: 28px;
		}

		.index_contact .contact_desc {
			max-width: none;
		}

		.index_contact .contact_btn {
			max-width: 160px;
			padding: 10px;
			text-align: center;
			margin-top: 30px;
		}
	}

	.index_product .layout {
		width: 80%;
	}

	.index_product .pro_item .pro_tit {
		height: auto;
	}

	.index_product .pro_item .pro_tit a {
		text-align: center;
		overflow: visible;
		-webkit-line-clamp: unset;
		text-overflow: unset;
	}

	.index_customer .customer_title a {
		font-size: 30px;
		line-height: 40px;
	}

	.index_customer .customer_wrap {
		margin-top: 50px;
	}

	.index_customer .swiper-pagination {
		opacity: 1;
	}

	.index_customer .swiper-wrapper {
		padding-bottom: 40px;
	}


	.index_news .news_title {
		font-size: 30px;
		line-height: 40px;
	}

	.index_news .pc_tit {
		display: none !important;
	}

	.index_news .sj_tit {
		display: inline-block !important;
	}

	.index_news .news_list {
		margin-top: 50px;
		flex-direction: column;
	}

	.index_news .news_list .news_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.index_customer .customer_list .customer_item .customer_desc {
		height: auto;
		overflow: visible;
	}

	.index_news .news_list .news_item .news_date {
		margin: 15px 0;
	}

	.index_news .news_list .news_item .news_tit {
		height: auto;
		overflow: visible;
		-webkit-line-clamp: unset;
		text-overflow: unset;
	}

	.index_news .news_list .news_item .news_desc {
		height: auto;
		overflow: visible;
		-webkit-line-clamp: unset;
		text-overflow: unset;
	}
}




.related_product {
	margin-top: 5%;
}





.related_product .pro_top .pro_title {
	position: relative;
	font-family: 'Poppins-Bold';
	font-weight: 400;
	font-size: 45px;
	color: #000000;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}

.related_product .pro_top .pro_desc {
	font-family: 'ArialMT';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}

.related_product .pro_top .related-pro-prev {
	width: 41px;
	height: 41px;
	background-image: url(../img/prev_hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid var(--dominant-color);
	transition: all 0.5s ease;
	border-radius: 50%;
}

.related_product .pro_top .related-pro-next {
	width: 41px;
	height: 41px;
	background-image: url(../img/next_hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid var(--dominant-color);
	transition: all 0.5s ease;
	border-radius: 50%;
	margin-left: 30px;
}

.related_product .pro_top .related-pro-prev:hover {
	background-color: var(--dominant-color);
	background-image: url(../img/prev.png);
}

.related_product .pro_top .related-pro-next:hover {
	background-color: var(--dominant-color);
	background-image: url(../img/next.png);
}

.related_product .pro_wrap {
	margin-top: 50px;
	padding: 10px;
}

.related_product .pro_wrap .pro_list .pro_item {
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;

}

.related_product .pro_wrap .pro_list .pro_item .item_title {
	font-family: 'Arial-BoldMT';
	font-weight: 400;
	font-size: 26px;
	color: #1B1B1B;
	margin-bottom: 20px;
	height: 69px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related_product .pro_wrap .pro_list .pro_item .item_img {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 150%;
	margin-bottom: 20px;
}

.related_product .pro_wrap .pro_list .pro_item .item_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}


.related_product .pro_wrap .pro_list .pro_item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
}

.related_product .pro_wrap .pro_list .pro_item:hover .item_title a {
	color: var(--dominant-color);
}


.related_product .pro_wrap .pro_list .pro_item .item_btn a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	max-width: 360px;
	float: right;
	background-color: var(--dominant-color);
	border: 2px solid var(--dominant-color);
	font-family: 'Arial-BoldMT';
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s ease-in-out;
}

.related_product .pro_wrap .pro_list .pro_item .item_btn a:after {
	content: '>';
	font-size: 22px;
}

.related_product .pro_wrap .pro_list .pro_item .item_btn a:hover {
	background-color: transparent;
	color: var(--dominant-color);
}

