@charset "utf-8";
.arshine2-mo_leftmenu {
	background: #F5F5F5;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	box-sizing: content-box;
	width: 70%;
	max-width: 350px;
	-webkit-overflow-scrolling: touch;
	z-index: 105 !important;
 -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
 transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.arshine2-mo_leftmenu .tit {
	height: 50px;
	line-height: 50px;
	background: #353535;
}
.arshine2-mo_leftmenu .tit h6 {
	float: left;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman";
	line-height: 50px;
}
.arshine2-mo_leftmenu .tit span {
	float: right;
	cursor: pointer;
	width: 50px;
	text-align: center;
}
.arshine2-mo_leftmenu .tit span i {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.arshine2-mo_leftmenu>ul {
	margin-top:40px;
}
.arshine2-mo_leftmenu>ul>li {
	line-height: 50px;
	font-size: 15px;
	border-top: 2px solid #e5e5e5;
	position: relative;
}
.arshine2-mo_leftmenu>ul>li>a {
	padding: 0 0 0 20px;
}
.arshine2-mo_leftmenu>ul>li>i {
	position: absolute;
	color: #333;
	font-size: 12px;
	top: 5px;
	right: 0;
	z-index: 1;
	width: 50px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.arshine2-mo_leftmenu>ul.arshine2_menu>li.current>a {
	color: var(--color-primary);
}
.arshine2-mo_leftmenu ul li a {
	color: #333;
	display: block;
	line-height: 45px;
}
.arshine2-mo_leftmenu ul li a:hover {
	text-decoration: none;
	color: var(--color-primary);
}
.arshine2-mo_leftmenu ul li ul {
	display: none;
	padding-bottom: 10px;
}
.arshine2-mo_leftmenu ul li ul li {
	line-height: 35px;
}
.arshine2-mo_leftmenu ul li ul li a {
	background: url("https://shopcdnpro.grainajz.com/inst/Ain/2157/365781/sections/images/d.png") no-repeat 25px center;
	padding: 0 0 0 40px;
}
.arshine2-mo_leftmenu.menu-transitioning {
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.arshine2-header {
	height: 89px;
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}
.arshine2-header>div {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 20;
}
.arshine2-header .logo img {
	object-fit: contain;
}
.arshine2-header .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.arshine2-header .nav>ul {
	margin: 0;
}
.arshine2-header .nav>ul>li {
	float: left;
	position: relative;
	margin: 0 18px;
}
.arshine2-header .nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 0 3px;
	line-height: 89px;
	text-transform: uppercase;
	position: relative;
}
[lang=ru] .arshine2-header .nav>ul>li>a {
	font-size: 15px;
}
[lang=fr] .arshine2-header .nav>ul>li>a {
	font-size: 15px;
}
[lang=es] .arshine2-header .nav>ul>li>a {
	font-size: 15px;
}
 .arshine2-header .nav>ul>li>a::after {
 content: "";
 width: 30px;
 height: 4px;
 background: var(--color-primary);
 position: absolute;
 left: calc(50% - 15px);
 bottom: -1px;
 -webkit-transform: scale(0, 1);
 -ms-transform: scale(0, 1);
 transform: scale(0, 1);
 -ms-transform-origin: center center;
 transform-origin: center center;
 -webkit-transform-origin: center center;
 transition: all .15s ease-out;
 opacity: 0;
}
.arshine2-header .nav>ul>li ul {
	position: absolute;
	width: 220px;
	height: auto;
	left: -20px;
	text-align: left;
	top: 90px;
	z-index: 100;
	padding: 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
	opacity: 0;
	visibility: hidden;
 transition: all .4s ease 0s;
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
 .arshine2-header .nav>ul>li>ul::before {
 content: '';
 position: absolute;
 left: 60px;
 margin: 0;
 top: -8px;
 overflow: hidden;
 display: inline-block;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #fff;
 border-left: 8px solid transparent;
}
.arshine2-header .nav>ul>li>ul li {
	border-bottom: 1px solid #EDEDED;
	position: relative;
}
.arshine2-header .nav>ul>li>ul li:last-child {
	border: none;
}
.arshine2-header .nav>ul>li>ul li>a {
	display: block;
	border-radius: 4px;
	padding: 8px 10px;
	color: #333;
	font-size: 16px;
	text-transform: capitalize;
}
.arshine2-header .nav>ul>li>ul>li>a {
	padding-right: 20px;
}
.arshine2-header .nav>ul>li>ul li>a i {
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);
	font-size: 13px;
}
.arshine2-header .nav>ul>li>ul li:hover>a {
	background: var(--color-primary);
	color: #fff;
}
.arshine2-header .nav>ul>li>ul li ul {
	left: 210px;
	top: 0;
}
.arshine2-header .nav>ul>li:hover>a,  .arshine2-header .nav>ul>li.current>a {
	color: var(--color-primary) !important;
}
 .arshine2-header .nav>ul>li:hover>a::after,  .arshine2-header .nav>ul>li.current>a::after {
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 1;
}
.arshine2-header .nav>ul>li:hover>a>i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.arshine2-header .nav>ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.arshine2-header.nav>ul>li>.dropdown {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 121px;
	border-radius: 6px;
	background: #fff;
	padding: 40px 45px;
	z-index: 1000;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.arshine2-header.nav>ul>li>.dropdown .list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.arshine2-header.nav>ul>li>.dropdown dl {
	width: 33.3333%;
	padding: 20px 0;
}
.arshine2-header.nav>ul>li>.dropdown dl:last-child {
	border-bottom: none;
}
.arshine2-header.nav>ul>li>.dropdown dl dt {
	font-size: 20px;
	color: #000;
	font-family: 'Poppins-SemiBold';
	margin: 0 0 18px;
}
.arshine2-header.nav>ul>li>.dropdown dl dt a:hover {
	color: var(--color-primary);
}
.arshine2-header.nav>ul>li>.dropdown dl dd {
	position: relative;
	color: #333;
}
 .arshine2-header.nav>ul>li>.dropdown dl dd~dd {
 margin-top: 10px;
}
.arshine2-header.nav>ul>li>.dropdown dl dd a {
	display: block;
	font-size: 17px;
	line-height: 24px;
	text-transform: capitalize;
}
.arshine2-header.nav>ul>li>.dropdown dl dd a:hover {
	color: var(--color-primary);
}
.arshine2-header.nav>ul>li>.dropdown .pic {
	width: 260px;
}
.arshine2-header.nav>ul>li:hover>.dropdown {
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
}
.arshine2-header .header_right {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 20;
}
.arshine2-header .header-lang .current-lang em {
	font-size: 18px;
	color: #333;
}
.arshine2-header .header-lang .current-lang i {
	font-size: 16px;
	color: #333;
}
 .arshine2-header .header-lang .lang-box::before {
 content: '';
 position: absolute;
 right: 37px;
 top: -8px;
 overflow: hidden;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #fff;
 border-left: 8px solid transparent;
 display: block;
}
.arshine2-header .header_right>span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
	display: none;
}
.arshine2-header .header_right>span i {
	font-size: 24px;
}
.home .arshine2-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
}
.home .arshine2-header .nav>ul>li>a {
	color: #fff;
}
.home .arshine2-header .header-lang .current-lang em {
	color: #fff;
}
.home .arshine2-header .header-lang .current-lang i {
	color: #fff;
}
.home .arshine2-header .header_right>span {
	color: #fff;
}
.home .arshine2-header.header-fix {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.home .arshine2-header.header-fix .nav>ul>li>a {
	color: #333;
}
.home .arshine2-header .search h3 i {
	color: #fff;
}
.home .arshine2-header.header-fix .search h3 i {
	color: #333;
}
.home .arshine2-header.header-fix .header-lang .current-lang em {
	color: #333;
}
.home .arshine2-header.header-fix .header-lang .current-lang i {
	color: #333;
}
.home .arshine2-header.header-fix .header_right>span {
	color: #333;
}
.arshine2-header .search {
	margin: 0 0 0 10px;
	position: relative;
}
.arshine2-header .search h3 {
	width: 45px;
	height: 36px;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
}
.arshine2-header .search h3 i {
	color: #333;
	font-size: 25px;
	line-height: 36px;
	-webkit-text-stroke-width: 0.1px;
	text-stroke-width: 0.1px;
}
.arshine2-header .search .serchbox {
	display: none;
	position: absolute;
	background: #666;
	width: 255px;
	padding: 10px;
	top: 36px;
	right: 0;
	z-index: 1000;
}
.arshine2-header .search .serchbox .submit_text {
	background: #fff;
	border: 1px solid #fff;
	border-right: none;
	width: 200px;
	height: 33px;
	line-height: 33px;
	float: left;
	color: #333;
	padding: 0 0 0 6px;
}
.arshine2-header .search .serchbox .submit_btn {
	width: 35px;
	background: var(--color-primary);
	border-radius: var(--button-radius);
	font-size: 14px;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	float: right;
	cursor: pointer;
}
.arshine2-header .search:hover h3 {
	background: #666;
}
.arshine2-header .search:hover h3 i {
	color: #fff !important;
}
.arshine2-header .search:hover .serchbox {
	display: block;
}
.inquiry-popup.is-visible {
	opacity: 1;
	visibility: visible;
 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s
}
.inquiry-popup {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1000
}
.inquiry-popup .div_info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -286px;
	float: none;
	width: 80%;
	padding: 58px;
	background: #fff
}
.inquiry-popup .div_info h3 {
	padding-bottom: 20px;
	font-family: montserrat-bold;
	font-size: 26px;
	line-height: 24px;
	letter-spacing: 1px;
}
.inquiry-popup-close {
	position: absolute;
	right: 7%;
	top: 41px;
	font-size: 42px;
	color: #999
}
.inquiry-popup .inquirbox h5 {
	background: #F0B323;
}
.inquiry-popup .inquirbox .row {
	margin-bottom: 15px;
}
.inquiry-popup .inquirbox .row:last-of-type {
	margin-bottom: 0;
}
.inquiry-popup .inquirbox input[type="text"],  .inquiry-popup .inquirbox textarea {
	padding: 10px 10px;
	font-size: 16px;
	border: 1px solid #D2D2CF;
	width: 100%;
	line-height: 22px;
	text-align: left;
	color: #111;
	box-sizing: border-box;
}
.inquiry-popup .inquirbox textarea {
	max-width: 100%;
	width: 100%;
	resize: none;
}
.inquiry-popup .inquirbox input[type="text"]:focus,  .inquiry-popup .inquirbox textarea:focus {
	outline: 0;
	box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}
.inquiry-popup .inquirbox .red {
	color: #f00;
	font-weight: bold;
}
.inquiry-popup .inquirbox img {
	cursor: pointer;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}
.inquiry-popup .inquirbox .submit {
	margin: 0 auto;
	width: 100%;
	line-height: 42px;
	background: var(--color-primary);
	border-radius: var(--button-radius);
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.inquiry-popup .inquirbox .submit:hover {
	background: none;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.crm-form .inquirbox input[type="text"],  .crm-form .inquirbox textarea {
	padding: 10px 12px;
	font-size: 16px;
}
.crm-form .inquirbox .submit {
	margin: 0 auto;
	line-height: 45px;
	background: var(--color-primary);
	border-radius: var(--button-radius);
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.crm-form .inquirbox .submit i {
	font-size: 22px;
}
.crm-form .inquirbox .submit:hover {
	background: none;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
 @media screen and (max-width:1171px) {
 .arshine2-header .header_right>span {
 display: block;
}
 .arshine2-header .nav {
 display: none;
}
}
 @media screen and (max-width:768px) {
 .arshine2-header .header {
 height: auto;
 padding: 15px 0;
}
 .home .arshine2-header {
 position: static;
 background: #242A3A;
}
 .arshine2-header .header_right>span {
 display: block;
}
 .arshine2-header .search h3 i {
 font-size: 22px;
}
}
 @media screen and (max-width:480px) {
 .arshine2-header .header .logo img {
 height: 48px;
}
}
.c-video {
	position: relative; margin-top:20px;
}
.c-video > a {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 20;
}
.c-video > a > img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s; width:100%;
}
 .c-video > a::after {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 display: block;
}
.c-video > a:hover > img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.c-video .play {
	position: absolute;
	z-index: 10;
	left: calc(50% - 55px);
	top: calc(50% - 55px);
	width: 110px;
	height: 110px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(2, 170, 55, 1);
	border-radius: 50%;
}
.c-video .play > i {
	font-size: 45px;
	color: white;
	position: relative;
}
 .c-video .play::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 border-radius: 50%;
 background: rgba(2, 170, 55, 0.4);
 animation: scale1 2s linear infinite;
}
 .c-video .play::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 border-radius: 50%;
 background: rgba(2, 170, 55, 0.2);
 animation: scale2 2s linear infinite;
}
 .c-video > a:hover::after {
 opacity: 1;
}
 @media screen and (max-width:768px) {
 .c-video .play {
 left: calc(50% - 35px);
 top: calc(50% - 35px);
 width: 70px;
 height: 70px;
}
 .c-video .play > img {
 height: 30px;
}
}
 @media screen and (max-width:480px) {
 .c-video .play {
 left: calc(50% - 35px);
 top: calc(50% - 35px);
 width: 70px;
 height: 70px;
}
 .c-video .play > img {
 height: 30px;
}
}
 @keyframes scale1 {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
to {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
 @keyframes scale2 {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
}
to {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
.c-multi-pic-text {
	padding:90px 0 60px;
	text-align:center;
}
.c-multi-pic-text>div {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	background:#fff;
	-webkit-align-items:center;
	align-items:center;
	text-align:left;
}
.c-multi-pic-text h3 {
	font-size:58px;
	line-height:1;
	color:#fff;
	font-family:var(--font-family-1);
}
.c-multi-pic-text h6 {
	font-size:20px;
	color:#fff;
	margin:40px 0 0;
}
.c-multi-pic-text p {
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin:30px 0 0;
}
.c-multi-pic-text .txt {
	-webkit-flex:1;
	flex:1;
	margin-right:80px;
}
.c-multi-pic-text .txt h3 {
	color:#000;
}
.c-multi-pic-text .txt h6 {
	color:#000;
}
.c-multi-pic-text .txt p {
	color:#414141;
}
.c-multi-pic-text .txt .more {
	margin:40px 0 0;
	display:inline-block;
	line-height:30px;
	color:#000;
	font-size:18px;
	border-bottom:1px solid #000;
}
.c-multi-pic-text .txt .more:hover {
	border-color:#0BAD35;
	color:#0BAD35;
}
.c-multi-pic-text ul {
	width:696px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.c-multi-pic-text ul li {
	width:232px;
	height:232px;
	background:#F6F6F6;
	border:1px solid #fff;
	text-align:center;
	padding:20px 0 0;
	box-sizing:border-box;
	cursor:pointer;
}
.c-multi-pic-text ul li .ico {
	background:#fff;
	border-radius:50%;
	width:118px;
	height:118px;
	display:-webkit-inline-flex;
	display:inline-flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.c-multi-pic-text ul li .ico img {
	-webkit-animation:mk_tossing 2s infinite linear;
	-ms-animation:mk_tossing 2s infinite linear;
}
.c-multi-pic-text ul li p {
	font-size:16px;
	color:#5e5e5e;
	line-height:18px;
	font-weight:300;
	margin:20px 10px 0;
}
.c-multi-pic-text ul li:hover {
	background:#0BAD35;
}
.c-multi-pic-text ul li:hover p {
	color:#fff;
}
.c-multi-pic-text .pic {
	margin:50px 0 0;
}
 @-webkit-keyframes mk_tossing {
 0% {
-webkit-transform:rotate(-6deg)
}
 50% {
-webkit-transform:rotate(6deg)
}
 100% {
-webkit-transform:rotate(-6deg)
}
}
 @keyframes mk_tossing {
 0% {
transform:rotate(-6deg)
}
 50% {
transform:rotate(6deg)
}
 100% {
transform:rotate(-6deg)
}
}
 @media screen and (max-width:1500px) {
 .c-multi-pic-text h3 {
font-size:52px;
}
}
 @media screen and (max-width:1441px) {
 .c-multi-pic-text {
padding:60px 0 40px;
}
 .c-multi-pic-text h3 {
font-size:48px;
}
}
 @media screen and (max-width:1367px) {
 .c-multi-pic-text h3 {
font-size:44px;
}
}
 @media screen and (max-width:1281px) {
 .c-multi-pic-text h3 {
font-size:40px;
}
}
 @media screen and (max-width:1171px) {
 .c-multi-pic-text h3 {
font-size:36px;
}
}
 @media screen and (max-width:992px) {
 .c-multi-pic-text h3 {
font-size:32px;
}
}
 @media screen and (max-width:768px) {
 .c-multi-pic-text h3 {
font-size:30px;
}
 .c-multi-pic-text p {
font-size:15px;
line-height:24px;
margin:15px 0 0;
}
 .c-multi-pic-text h6 {
font-size:17px;
margin:15px 0 0;
}
 .c-multi-pic-text {
padding:30px 0;
}
 .c-multi-pic-text .wp {
-webkit-flex-direction:column;
flex-direction:column;
}
 .c-multi-pic-text .txt {
margin-right:0;
text-align:center;
}
 .c-multi-pic-text .txt .more {
margin:20px 0 0;
}
 .c-multi-pic-text ul {
width:100%;
margin:20px 0 0;
}
 .c-multi-pic-text ul li {
width:50%;
height:200px;
}
 .c-multi-pic-text ul li .ico {
width:100px;
height:100px;
}
 .c-multi-pic-text ul li .ico img {
max-width:70px;
max-height:70px;
}
 .c-multi-pic-text ul li p {
font-size:15px;
margin:15px 10px 0;
}
 .c-multi-pic-text .pic {
margin:30px 0;
}
}
 @media screen and (max-width:480px) {
 .c-multi-pic-text h3 {
font-size:26px;
}
 .c-multi-pic-text ul li .ico {
width:90px;
height:90px;
}
 .c-multi-pic-text ul li .ico img {
max-width:50px;
max-height:50px;
}
}
 @media screen and (max-width:1280px) {
 .c-multi-pic-text>div {
 flex-direction: column;
}
 .c-multi-pic-text ul {
 width: 100%;
}
}
.c-goods-type {
	padding: 80px 0;
	background: #fff;
}
.c-goods-type .title {
	text-align: center;
}
.c-goods-type .title h3 {
	font-size: 56px;
	line-height: 1;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	font-family: var(--font-family-1);
}
.c-goods-type .title p {
	font-size: 18px;
	color: #0a0a0a;
	margin: 28px 0 0;
}
.c-goods-type .title .more {
	margin: 55px 0 0;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: var(--btn-bg);
	font-size: 18px;
}
.c-goods-type .title .more:hover {
	background: var(--btn-bg-hover);
}
.c-goods-type ul {
	margin: 60px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-goods-type ul li {
	width: 33.33333333%;
}
.c-goods-type ul li a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.c-goods-type ul li .pic {
	position: relative;
}
.c-goods-type ul li .pic img {
	width: 100%;
	display: block;
}
.c-goods-type ul li .pic img:last-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.c-goods-type ul li .fun-btn {
	position: absolute;
	background: rgba(3, 3, 3, 1);
	transition: background 1s;
	-webkit-transition: background 1s;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.c-goods-type ul li .fun-btn img {
	display: inline-block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.c-goods-type ul li .fun-btn h5 {
	font-size: 32px;
	color: #fff;
	margin: 50px 0 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	opacity: 0;
}
.c-goods-type ul li .fun-btn p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 10px 0 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	opacity: 0;
}
 @media screen and (min-width:768px) {
 .c-goods-type ul li:hover .pic img:last-child {
 opacity: 1;
}
 .c-goods-type ul li:hover .fun-btn {
 opacity: 1;
 background: rgba(3, 3, 3, 0.53)
}
 .c-goods-type ul li:hover .fun-btn h5 {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 .c-goods-type ul li:hover .fun-btn p {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 .c-goods-type ul li:hover .fun-btn img {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @media screen and (max-width:1500px) {
 .c-goods-type .title h3 {
 font-size: 52px;
}
}
 @media screen and (max-width:1441px) {
 .c-goods-type {
 padding: 60px 0;
}
 .c-goods-type .title h3 {
 font-size: 48px;
}
 .c-goods-type ul li .fun-btn h5 {
 font-size: 28px;
 margin: 40px 0 0;
}
}
 @media screen and (max-width:1367px) {
 .c-goods-type .title .more {
 width: 170px;
 height: 45px;
 line-height: 45px;
 font-size: 17px;
}
 .c-goods-type .title h3 {
 font-size: 44px;
}
 .c-goods-type ul li .fun-btn h5 {
 font-size: 26px;
 margin: 35px 0 0;
}
}
 @media screen and (max-width:1281px) {
 .c-goods-type .title h3 {
 font-size: 40px;
}
 .c-goods-type ul li .fun-btn h5 {
 font-size: 24px;
 margin: 30px 0 0;
}
}
 @media screen and (max-width:1171px) {
 .c-goods-type .title h3 {
 font-size: 36px;
}
}
 @media screen and (max-width:992px) {
 .c-goods-type .title h3 {
 font-size: 32px;
}
 .c-goods-type ul li .fun-btn h5 {
 font-size: 24px;
 margin: 30px 0 0;
}
}
 @media screen and (max-width:768px) {
 .c-goods-type .title .more {
 width: 150px;
 height: 40px;
 line-height: 40px;
 font-size: 16px;
 margin: 20px 0 0;
}
 .c-goods-type .title h3 {
 font-size: 28px;
}
 .c-goods-type {
 padding: 30px 0
}
 .c-goods-type ul li {
 width: 50%;
 margin: 0;
 padding: 0
}
 .c-goods-type ul li .fun-btn {
 margin: 15px 0 0;
 position: static;
 background: #fff;
 padding: 0;
 opacity: 1;
 display: block;
}
 .c-goods-type ul li .fun-btn img,  .c-goods-type ul li .fun-btn p {
 display: none;
}
 .c-goods-type ul li .fun-btn h5 {
 font-size: 22px;
 color: #333;
 margin: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
 .c-goods-type ul li:hover .pic img:last-child {
 opacity: 1;
}
 .c-goods-type ul li:hover .fun-btn {
 opacity: 1;
 background: rgba(3, 3, 3, 0.53)
}
 .c-goods-type ul li:hover .fun-btn h5 {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 .c-goods-type ul li:hover .fun-btn p {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 .c-goods-type ul li:hover .fun-btn img {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @media screen and (max-width:480px) {
 .c-goods-type ul li .fun-btn h5 {
 font-size: 18px;
}
}
#sbanner .f-center {
	text-align:center;
	height:100%;
}
#sbanner .f-14 {
	font-size:14px;
}
#sbanner .pcimg {
	width:100%;
	height:auto;
	transition: all 2s;
	-webkit-transition:all 2s;
	animation-delay:2s;
	-webkit-animation-delay:2s;
	-ms-transform:scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#sbanner .swiper-slide {
	overflow: hidden;
}
#sbanner .swiper-slide.active .pcimg {
	-ms-transform:scale(1, 1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1); /* 鏍囧噯璇硶 */
}
#sbanner .moimg {
	display:none;
}
#sbanner .banner .swiper-slide .b_video {
	height:100%;
	position:relative;
}
#sbanner .banner .swiper-slide .b_video .b_overlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .2);
}
#sbanner .banner .swiper-slide .b_video .b_video_con {
	position:absolute;
	transform:translate(0%, 0%);
	-webkit-transform:translate(0%, 0%);
	-ms-transform:translate(0%, 0%);
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	-o-object-fit:cover;
	object-fit:cover;
	z-index:2;
}
#sbanner .banner .swiper-slide .b_video .b_image {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
}
#sbanner .banner .swiper-slide img {
	display:block;
	width:100%;
	left:0px;
	top:0px;
	object-fit:cover;
}
#sbanner .bannerPic {
	position:relative;
	width:100%;
	object-fit: cover;
	transition:all 1s ease 2.5s;
	transform:perspective(0px) translate3d(0, 0, 0px);
}
#sbanner .swiper-slide.active .bannerPic {
	transition:all 5s ease 0s;
	transform:perspective(0px) translate3d(0, 0, 0px);
}
#sbanner .banner .swiper-slide .ind_ban_tex {
	position:absolute;
	text-align:left;
	width:80%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:5;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size:2vw;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#ffffff;
	max-width:90%;
	text-shadow:3px 0 10px rgba(255, 255, 255, 0.8);
	transform:translateY(80px);
	opacity:0;
	margin-bottom:10px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .b_line {
	width:5%;
	margin:10px 0px 10px;
	height:2px;
	border-radius:30px;
	background:rgba(255, 255, 255, 0.5);
	transform:translateY(80px);
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_con {
	width:100%;
	justify-content:space-between;
	align-items:flex-end;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis:75%;
	max-width:100%;
	max-height:400px;
	overflow:hidden;
	position:relative;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	color:#ffffff;
	font-size:2.2vw;
	line-height:2.1;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:10px;
	text-shadow:3px 0 10px rgba(22, 78, 145, 0.4);
	transform:translateY(80px);
	letter-spacing:1px;
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	flex-basis:25%;
	margin-bottom:20px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	color:#ffffff;
	line-height:2.5;
	font-size:1VW;
	text-shadow:3px 0 10px rgba(22, 78, 145, 0.4);
	transform:translateY(80px);
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small a {
	color:#fff;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_title_en {
 transition:all 2s ease .5s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_title .t_big {
 transition:all 2s ease .7s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .b_line {
 transition:all 2s ease .8s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_info .t_small {
	transition:all 2s ease 1s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-button-prev {
	background-image:none;
	left:calc(8.335% - 32px);
	top:calc(50% - 32px);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#ffffff;
 transition:all .3s ease;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:rgba(0, 0, 0, .3) url(../images/arr5111.png) center center no-repeat;
	background-size:auto 40%;
}
#sbanner .banner .swiper-button-next {
	background-image:none;
	right:calc(8.335% - 32px);
	top:calc(50% - 32px);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 1);
 transition:all .3s ease;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:rgba(0, 0, 0, .3) url(../images/arr5111.png) center center no-repeat;
	background-size:auto 40%;
}
#sbanner .banner .swiper-button-next.swiper-button-disabled {
	background-color:rgba(0, 0, 0, 0.2);
}
#sbanner .banner .swiper-button-prev.swiper-button-disabled {
	background-color:rgba(0, 0, 0, 0.2);
}
#sbanner .banner .swiper-pagination-bullet {
	width:16px;
	height:16px;
	background-color:transparent;
	margin:0 3px;
	opacity:1;
	color:transparent;
	border:1px solid rgba(255, 255, 255);
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
 #sbanner .banner .swiper-pagination-bullet::after {
margin: 5px auto auto;
 content: "";
display: block;
width: 6px;
height: 6px;
 -moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
 background-color: #bdbcbc;
}
#sbanner .banner .swiper-pagination-bullet-active {
	opacity:1;
	border:1px solid rgba(255, 255, 255);
	color:#ffffff;
}
 #sbanner .banner .swiper-pagination-bullet::after {
 background-color: #fff;
}
#sbanner .banner .swiper-pagination-bullet-active:after {
	background-color: #bdbcbc;
}
#sbanner .banner .swiper-pagination-bullet-active .rightcircle {
	-webkit-animation:circleProgressLoad_right 6.5s linear infinite;
	animation:circleProgressLoad_right 6.5s linear infinite;
}
#sbanner .banner .swiper-pagination-bullet-active .leftcircle {
	-webkit-animation:circleProgressLoad_left 6.5s linear infinite;
	animation:circleProgressLoad_left 6.5s linear infinite;
}
#sbanner .banner .swiper-pagination-bullet-active .wrapper_con {
	display:block;
}
#sbanner .banner .swiper-pagination {
	font-size:0px;
}
#sbanner .banner .swiper-pagination > span {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
#sbanner .banner .swiper-container-rtl .swiper-button-next {
	left:calc(8.335% - 32px);
}
#sbanner .banner .swiper-container-rtl .swiper-button-prev {
	right:calc(8.335% - 32px);
}
#sbanner .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:5% !important;
}
#sbanner .banner .swiper-pagination-custom {
	bottom:10% !important;
}
#sbanner .banner .swiper-pagination-fraction {
	bottom:10% !important;
}
#sbanner .right {
	right:-0px;
}
#sbanner .left {
	left:-0px;
}
#sbanner .circleProgress {
	width:42px;
	height:42px;
	border:2px solid transparent;
	border-radius:50%;
	position:absolute;
	top:0px;
	-webkit-transform:rotate(-135deg);
}
#sbanner .rightcircle {
	border-bottom:2px solid #ffffff;
	border-left:2px solid #ffffff;
	right:0px;
}
#sbanner .leftcircle {
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	left:0px;
}
#sbanner .wrapper_con {
	width:21px;
	height:60px;
	position:absolute;
	top:-2px;
	overflow:hidden;
	display:none;
}
 @media only screen and (max-width: 1366px) and (min-width: 1025px) {
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
 font-size:14px;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
 font-size:15px;
}
 #sbanner .banner .swiper-button-prev {
 width:40px;
 height:40px;
 line-height:40px;
 top: calc(50% - 20px);
}
 #sbanner .banner .swiper-button-next {
 width:40px;
 height:40px;
 line-height:40px;
 top: calc(50% - 20px);
}
}
 @media only screen and (max-width: 1024px) and (min-width: 769px) {
 #sbanner .f-center {
 padding-top:0px;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
 font-size:14px;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
 font-size:15px;
}
 #sbanner .banner .swiper-button-prev {
 width:40px;
 height:40px;
 line-height:40px;
}
 #sbanner .banner .swiper-button-next {
 width:40px;
 height:40px;
 line-height:40px;
}
}
 @media only screen and (max-width: 1920px) {
 #sbanner .bannerPic {
height: 41.5vw;
}
}
 @media only screen and (max-width: 768px) {
 #sbanner .banner .swiper-slide .ind_ban_tex {
 text-align:left;
 top: 50%;
}
 #sbanner .f-center {
 padding-top:70px;
 height:auto;
}
 #sbanner .moimg {
 display:block;
 height: 100%;
}
 #sbanner .pcimg {
 display:none;
}
 #sbanner .banner .swiper-slide img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 left: 0;
 top: 0;
}
 #sbanner .rightcircle {
 display:none;
}
 #sbanner .banner .swiper-pagination-bullet-active .wrapper_con {
 display:none;
}
 #sbanner .f-14 {
 display:none;
}
 #sbanner .f-center {
 padding-top:0px;
}
 #sbanner .banner .swiper-slide .b_video .b_video_con {
 display:none;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
 flex-basis: 100%;
 max-width: 100%;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
 display:none;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
 font-size:14px;
 margin-bottom:0px;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .b_line {
 margin:15px 0px 10px;
}
 #sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
 font-size:5vw;
}
 #sbanner .banner .swiper-button-prev {
 width: 30px;
height: 30px;
line-height: 30px;
margin-top: -15px;
margin-left:10px;
 background:rgba(0, 0, 0, .5) url(../images/arr5.png) center center no-repeat;
 background-size:auto 50%;
 transform: rotate(-180deg);
 -ms-transform: rotate(-180deg); /* IE 9 */
 -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}
 #sbanner .banner .swiper-button-prev i {
display: none;
}
 #sbanner .banner .swiper-button-next {
margin-top: -15px;
 width: 30px;
height: 30px;
line-height: 30px;
margin-right:10px;
 background:rgba(0, 0, 0, .5) url(../images/arr5.png) center center no-repeat;
 background-size:auto 50%;
}
 #sbanner .banner .swiper-button-next i {
display: none;
}
}
#sbanner .swiper-slide {
	padding:0px;
}
#sbanner {
	max-height:none;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	min-height:0px;
	margin-right:0px;
	margin-left:0px;
	max-width:none;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	min-width:0px;
	height:auto;
	padding-right:0px;
}
