/*reset*/
:focus {
	outline: 0;
}

body,
ul,
img,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}

body {
	overflow-x: hidden;
}

button::-moz-focus-cat_inner,
input[type="reset"]::-moz-focus-cat_inner,
input[type="button"]::-moz-focus-cat_inner,
input[type="submit"]::-moz-focus-cat_inner,
input[type="file"]>input[type="button"]::-moz-focus-cat_inner {
	border: none;
	padding: 0;
}

a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
}

video {
	max-width: 100%;
}

.map iframe {
	width: 100%;
}

table td {
	padding: 5px;
}

/*share*/
body {
	font-size: 14px;
	color: #333;
	background: #fff;
	font-weight: 400;
	line-height: 200%
}

@media (max-width: 768px) {
	body {
		font-size: 12px;
	}
}

.fontRed {
	color: red;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

b,
strong {
	font-weight: bold;
}

#powerby {
	color: #808080;
	font-size: 0.14rem;
}

#powerby a:hover {
	color: #fff;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body::-webkit-scrollbar-thumb {
	background-color: #999999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #342c2a;
}

@font-face {
	font-family: "Hangout";
	src: url("../fonts/hangout.woff") format("woff"),
		url("../fonts/hangout.eot") format("woff2"),
		url("../fonts/hangout.ttf") format("truetype"),
		url("../fonts/hangout.eot") format("embedded-opentype"),
		url("../fonts/hangout.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OakesGrotesk";
	src: url("../fonts/oakesgrotesk.woff") format("woff"),
		url("../fonts/oakesgrotesk.eot") format("woff2"),
		url("../fonts/oakesgrotesk.ttf") format("truetype"),
		url("../fonts/oakesgrotesk.eot") format("embedded-opentype"),
		url("../fonts/oakesgrotesk.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OakesGrotesk semibold";
	src: url("../fonts/oakesgrotesksemibold.woff") format("woff"),
		url("../fonts/oakesgrotesksemibold.eot") format("woff2"),
		url("../fonts/oakesgrotesksemibold.ttf") format("truetype"),
		url("../fonts/oakesgrotesksemibold.eot") format("embedded-opentype"),
		url("../fonts/oakesgrotesksemibold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media only screen and (max-width: 768px) {
	.row {
		margin: 0;
	}
}

/*nav*/
header .wrapper {
	display: none;
}

body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}

.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}

.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}

.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hc-mobile-nav li {
	position: relative;
	display: block;
}

.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}

.hc-mobile-nav input[type="checkbox"] {
	display: none
}

.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 0.14rem;
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
	text-decoration: none
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}

.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}

.hc-mobile-nav.side-left {
	left: 0
}

.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0);
	background-color: #fafafa;
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

/*
.hc-mobile-nav.side-right {right: 0}
.hc-mobile-nav.side-right .nav-container {
	right: 0;	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;	transform: translate3d(100%, 0, 0)
}*/
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}

.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #fff;
	transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	content: '';
	width: 100%
}

.hc-nav-trigger span::before {
	top: -10px
}

.hc-nav-trigger span::after {
	bottom: -10px
}

.hc-nav-trigger.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
	background: rgba(0, 0, 0, 0.5)
}

.hc-mobile-nav .nav-wrapper {
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
}

.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav h2 {
	font-size: 0.20rem;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #333333;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 0.2rem;
	color: #333;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
	background: rgba(0, 0, 0, 0.05);
	background-size: 100%;
	text-transform: uppercase;
	color: #808080;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
	background: rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}

.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}

#main-nav {
	display: none
}

header {
	position: relative;
	padding: 50px 0 20px
}

header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	width: 40px;
	height: 40px;
	top: 60px;
	right: 10px;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
	border-radius: 0;
	float: right;
	text-decoration: none;
	text-indent: -9999em;
	font-size: 1px;
	background: #333;
}

header .toggle span {
	width: 20px;
	top: 50%;
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -10px;
	border-radius: 10px;
}

header .toggle span::before,
header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}

header .toggle span::before {
	top: -6px
}

header .toggle span::after {
	bottom: -6px
}

header .toggle.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
	transform: translate3d(0, 6px, 0)
}

header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(6px, 0, 0)
}

header .toggle div {
	display: inline-block;
	margin-right: 15px
}

.hc-mobile-nav .nav-container {
	width: 280px
}

.hc-mobile-nav ul li ul li a {
	font-size: 0.15rem;
	text-transform: capitalize;
}

.hc-mobile-nav ul.first-nav>li>a {
	text-transform: uppercase;
}

.hc-mobile-nav ul.second-nav>li>a {
	text-transform: uppercase;
}

/*mainmenu*/
.mainmenu-area {
	display: block;
	position: relative;
	float: right;
	padding-right: 0.4rem;
}

.mainmenu_box {
	float: left;
	width: 36%;
	padding-right: 0;
}

.find .product_vmegamenu>ul li a {
	padding: 0.14rem 10px;
}

.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 0.14rem;
}

.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}

.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}

/* mainmenu */
.mainmenu {
	text-align: left;
	/*position: relative;*/
}

.mainmenu>nav>ul {
	width: 100%;
}

.mainmenu>nav>ul>li {
	display: inline-block;
	padding: 0;
	margin-left: 0.2rem;
}

.mainmenu ul li a {
	transition: all .3s;
}

.mainmenu>nav>ul>li>a {
	color: #333;
	display: inline-block;
	font-size: 0.18rem;
	line-height: 95px;
	padding: 0px 0.16rem;
	text-transform: uppercase;
	transition: all .5s;
	position: relative;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
}

.mainmenu nav>ul>li>a i {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
}

.mainmenu nav>ul>li>a i:before,
.mainmenu nav>ul>li>a i:after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background: #ccc;
	position: absolute;
	pointer-events: none;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	z-index: 5;
}

.mainmenu nav>ul>li>a i:before {
	right: 0;
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mainmenu nav>ul>li:hover>a i:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #cf1820;
}

.mainmenu nav>ul>li>a i:after {
	right: -4px;
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mainmenu nav>ul>li:hover>a i:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #cf1820;
}

.mainmenu nav>ul>li>a:after {
	position: absolute;
	left: 50%;
	width: 0;
	height: 100%;
	bottom: 0;
	content: '';
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-50%, 0);
	/* background: url(../images/nav_active.png) no-repeat center center; */
	background-size: contain;
}

.mainmenu nav>ul>li:hover>a:after,
.mainmenu nav>ul>li.active>a:after,
.mainmenu nav>ul>li#active>a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	left: 50%;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
	color: #cf1820;
}

.mainmenu>nav>ul>li:hover>a,
.mainmenu>nav>ul>li.active>a {
	text-decoration: none;
	color: #cf1820 !important;
}

.mainmenu>nav>ul>li.active>a,
.mainmenu>nav>ul>li#active>a {
	color: #cf1820 !important;
}

.mainmenu>nav>ul>li>ul,
.mainmenu>nav>ul>li>div.vmegamenu {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	left: auto;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 0;
	visibility: hidden;
	text-align: left;
	width: 200px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
	backdrop-filter: blur(3px);
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>div.vmegamenu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.mainmenu ul li>ul li {
	display: block;
	padding: 0;
	background: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.mainmenu ul li>ul li>a {
	color: #333;
	padding: 0.14rem;
	text-transform: capitalize;
	line-height: 20px;
	font-style: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: 90% center;
	font-weight: 400;
	transition: all .5s;
}

.mainmenu ul li>ul li>a:hover,
.mainmenu ul li>ul li.has-menu:hover>a {
	text-decoration: none;
	color: #cf1820;
	background-position: right center;
	background: rgba(0, 0, 0, 0.0.05);
}

/*.mainmenu ul li > ul li > a:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: -1;background:#009944;
}
.mainmenu ul li > ul li:hover > a:before{opacity:1;visibility:visible;transform:scaleX(1);}*/
.mainmenu ul li>ul li:last-child>a:after {
	background: #fff;
}

.mainmenu ul li>ul li.has-menu::after,
.mainmenu ul li>div>ul li.has-menu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	color: #808080;
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 20px;
	margin-top: -11px;
	z-index: 2;
	transition: all .5s;
}

.mainmenu ul li>ul li:hover.has-menu::after,
.mainmenu ul li>div>ul li:hover.has-menu::after {
	color: #333;
	transform: rotate(90deg);
}

.mainmenu>nav>ul>li ul.vmegamenu02 {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
	left: 292px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 0;
	visibility: hidden;
	text-align: left;
	width: 240px;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s ease;
	border-bottom: none;
	max-height: 400px;
	overflow-y: auto;
	backdrop-filter: blur(3px);
}

.mainmenu ul li:hover>ul.vmegamenu02 {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 {
	background: #f7f7f7;
	border-top: 1px solid #ECECEC;
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 li a:before {
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
}

.mainmenu ul li>ul.vmegamenu02 .vmegamenu03 li:last-child {
	border-bottom: none;
}

/*nav list*/
.mainmenu ul li.product_vmegamenu>div.vmegamenu {
	width: 100%;
	padding: 0;
	background: none;
	height: 500px;
	overflow-y: auto;
	border: none;
	box-shadow: none;
	direction: rtl;
	backdrop-filter: none;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul {
	direction: ltr;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li {
	padding: 8px 5px;
	background: rgba(255, 255, 255, 0.95);
	;
	width: 294px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	padding-left: 10px;
	list-style: none;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li:hover {}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .top {
	display: flex;
	align-items: center;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .image:after {
	display: none;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .title {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 22px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li:hover .title {
	color: #cf1820;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li .title:after {
	left: 0;
	right: 0;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul>li a:hover,
.mainmenu ul li.product_vmegamenu.vmegamenu>ul>li.has-menu:hover>a {
	background-color: transparent;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu>ul li a.image {
	display: block;
	margin-bottom: 0;
	padding: 0;
	max-width: 42px;
	min-width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0 0;
	transition: all .5s;
	margin-right: 10px;
	border-radius: 0;
	overflow: hidden;
}

/*nav container list*/
.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu {
	width: auto;
	left: 0;
	padding-bottom: 10px;
	max-height: inherit;
	height: auto;
	direction: inherit;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	left: 30px;
	right: 30px;
	padding-top: 20px;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul {
	direction: inherit;
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	max-height: 480px;
	justify-content: flex-start;
	align-content: flex-start;
	overflow-x: auto;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li {
	border: none;
	width: 33.33%;
	float: left;
	padding: 0 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: block;
	background: #fff;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li:nth-child(5n+1) {
	clear: both;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top {
	display: block;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	width: 100%;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top .image {
	max-width: 100%;
	height: auto;
	background-size: 52px;
	display: inline-block;
	background-position: 0 0;
	margin-right: 8px;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top .image img {
	max-width: 100%;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top .title {
	font-size: 0.18rem;
	line-height: 120%;
	text-transform: capitalize;
	display: block;
	font-family: 'OakesGrotesk semibold';
	;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .top .title:hover {
	color: #808080;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 {
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	transform: none;
	visibility: visible;
	width: 100%;
	border: none;
	max-height: inherit;
	overflow: inherit;
	opacity: 1;
	padding: 10px 0;
	border-top: 1px dashed #f2f2f2;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li {
	margin: 0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	border: none;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a {
	color: #666;
	line-height: 20px;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	transition: all .5s;
	font-size: 0.15rem;
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a:hover {
	color: #808080;
	text-decoration: none;
	padding-left: 5px
}

.mainmenu ul li.product_vmegamenu.product_menu_list>div.vmegamenu>ul>li .vmegamenu02 li a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar {
	width: 3px;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mainmenu ul li.product_vmegamenu>div.vmegamenu::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

@media only screen and (max-width: 992px) {
	header .wrapper {
		display: block;
	}

	.mainmenu-area {
		display: none;
	}
}

/*index*/
.head_con {
	float: left;
	list-style: none;
}

.head_con li {
	display: inline-flex;
}

.head_con li .icon {
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: url(../images/icon.png) no-repeat;
	vertical-align: middle;
	margin-top: 0;
}

.head_con li p {
	display: block;
	color: #b2b2b2;
	line-height: 20px;
	margin: 0;
	margin-left: 10px;
	font-size: 12px;
}

.head_con li a {
	margin: 0;
	line-height: 20px;
	color: #b2b2b2;
}

.head_con li a:hover {
	color: #cf1820;
}

.head_right {
	float: right;
	width: 80%;
}

.head_top {
	background: #333333;
	width: 100%;
	padding: 10px 1rem;
}

.head_top .social_icons {
	list-style: none;
	float: right;
}

.head_top .social_icons li {
	margin-left: 15px;
	display: inline-block;
}

.head_top .social_icons li a {
	display: inline-block;
	opacity: 0.5;
	transition: all .5s;
}

.head_top .social_icons li a:hover {
	opacity: 1;
}

.header {
	transition: all .5s;
	position: relative;
	background: #f7f7f7 url(../images/bg_header.jpg) no-repeat top center;
	padding-top: 0;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header .container {
	padding: 0;
	width: 100%;
}

#logo {
	position: relative;
	text-align: center;
	z-index: 9999999;
	display: inline-flex;
	align-items: center;
	transition: all .5s;
	float: left;
	padding-top: 15px;
	width: 15%;
}

.header h1 {
	margin: 0;
	padding: 0;
}

#logo a {
	padding: 0;
	display: block;
	position: relative;
	z-index: 5;
	transition: all .5s;
}

#logo img {
	height: auto;
	padding: 0;
	transition: all .5s;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
	will-change: transform;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

#logo img {
	max-width: 3rem;
}

.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1000px;
}

.select-show {
	visibility: visible;
	transition: all .5s;
}

.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1, 1, 1, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.select-show~.select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

.select-modal .select-content {
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
	margin-top: 5%;
}

.select-modal.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	filter: alpha(opacity=100);
}

.select-content {
	color: #5b5b5b;
	background: #fff no-repeat right bottom;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter: alpha(opacity=0);
}

.select-content .select-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.select-content .select_title {
	padding: 20px 0;
}

.select-content .select_title em {
	display: block;
	font-size: 0.32rem;
	line-height: 110%;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "Hangout";
}

.select-content .select_title .text {
	line-height: 24px;
	color: #808080;
	margin-bottom: 0;
}

.select-content .main {
	padding: 0;
	display: flex;
}

.select-content .main .send_column {
	background: none;
	box-shadow: none;
	padding: 30px;
	width: 50%;
}

.select-content .main .send_column .main_more {
	margin-left: 0;
}

.select-content .main .send_column ul li {
	padding: 0;
}

.select-content .main .select_image {
	padding: 0;
	width: 50%;
}

.select-content .main .select_image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.select-content .select-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	background-color: transparent;
	z-index: 99;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #808080;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

@-webkit-keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@keyframes animate-btn-line {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	51% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.select-show .select-content::-webkit-scrollbar {
	width: 3px;
}

.select-show .select-content::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.select-show .select-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.language {
	list-style: none;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.language:hover {
	overflow: inherit;
}

.language .menu {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.language .menu-title {
	display: inline-block;
	text-align: center;
	color: #b2b2b2;
	text-transform: uppercase;
	transition: 0.5s background-color;
	position: relative;
	z-index: 5;
	font-size: 12px;
	line-height: 20px;
}

.language .menu-title:before {
	content: '';
	background: url(../images/icon.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-position: -50px 0;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.language .menu-title p {
	display: block;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	margin-top: 10px;
}

.language .menu-title span {
	display: inline-block;
	margin-right: 5px;
}

.language .menu-title img {
	vertical-align: middle;
	border-radius: 0;
}

.language .menu-title i {
	position: relative;
	width: 10px;
	display: inline-block;
	height: 7px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 3px;
}

.language .menu-title i:before,
.language .menu-title i:after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	pointer-events: none;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	z-index: 5;
}

.language .menu-title i:before {
	right: 0;
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.language:hover .menu-title i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #fff;
}

.language .menu-title i:after {
	left: 0;
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.language:hover .menu-title i:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #fff;
}

.language:hover .menu-title p {
	color: #fff !important;
}

.language:hover .menu-title span {
	color: #fff !important;
}

.language .menu:hover>.menu-title:before {
	border-top-width: 0;
	transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.language .menu:hover>.menu-title:after {
	border-bottom-width: 5px;
	transition: 0.2s 0.2s border-bottom-width ease-out;
}

.language .menu-dropdown {
	width: 100%;
	padding-top: 0.14rem;
	position: absolute;
	z-index: 100;
	transition: 0.5s padding, 0.5s background;
	opacity: 0;
	right: 5px;
	width: 100px;
	text-align: left
}

.language:hover .menu-dropdown {
	opacity: 1;
}

.language .menu-dropdown:after {
	top: -6px;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.language .menu:not(:hover)>.menu-dropdown {
	padding: 4px 0;
	z-index: 99;
}

.language .menu:not(:hover)>.menu-title:after {
	border-bottom-color: #fff;
}

.language .menu-dropdown>* {
	overflow: hidden;
	padding: 5px 10px;
	background: transparent;
	white-space: nowrap;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.language .menu:not(:hover)>.menu-dropdown>* {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: rgba(25, 25, 25, 0);
	transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
	z-index: 99;
}

.language .menu-dropdown .list {
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	padding-bottom: 0;
	list-style: none;
	border: 1px solid #ECECEC;
	border-radius: 0;
	overflow: hidden;
	border-bottom: none;
	border-radius: 2px;
}

.language .menu-dropdown li {
	border-bottom: 1px solid #ECECEC;
}

.language .menu-dropdown li:nth-child(2n) {
	border-left: 1px solid #ECECEC
}

.language .menu-dropdown li:last-child {
	border-bottom-color: #fff;
}

.language .menu-dropdown li a {
	display: flex;
	padding: 12px 0.14rem;
	align-items: center;
	justify-content: center;
}

.language .menu-dropdown li p {
	margin: 0;
	font-size: 12px;
	padding-left: 0;
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
}

.language .menu-dropdown li a:hover {
	color: #cf1820;
	background: #f7f7f7;
}

.language .menu-dropdown li img {
	border-radius: 0;
}

/* Top Search*/
.header_search {
	position: relative;
	z-index: 2;
	float: right;
	width: 5rem;
	margin-top: 10px;
	margin-right: 0.3rem;
}

.header_search .form-control {
	height: 50px;
	line-height: 48px;
	padding-left: 15px;
	padding-right: 50px;
	border: none;
	box-shadow: none;
	color: #808080;
	width: 100%;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.header_search input.form-control:focus {
	color: #333;
	font-style: inherit;
	border-color: #333;
}

.header_search .search_btn {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	border: none;
	padding: 0;
	background: #fff;
}

.header_search .search_btn:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/icon.png);
	background-position: -335px -17px;
}

.header_search .search_btn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	background: none;
	box-shadow: none;
}

.header_search input.form-control:focus {
	color: #333;
	font-style: inherit;
}

/*search icon*/
.search-wrapper {
	float: right;
	position: relative;
	z-index: 2;
	margin-top: 30px;
	margin-right: 0.1rem;
}

.search-wrapper.active {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999999;
	margin: 0 !important;
}

.search-wrapper .search_column {
	position: relative;
	width: 100%;
	height: 100%;
}

.search-wrapper.active .search_column {
	background-color: #fff;
	padding: 0.8rem 0.2rem;
	padding-right: 0.6rem;
	z-index: 99999;
	border-top: 2px solid #cf1820;
}

.search-wrapper .search_column p.search_title {
	display: none;
	text-align: center;
	font-size: 0.3rem;
	line-height: 120%;
	color: #333;
	font-family: "Hangout";
	text-transform: capitalize;
}

.search-wrapper.active .search_column p.search_title {
	display: block;
	margin-bottom: 0.3rem;
}

.search-wrapper .input-holder {
	overflow: hidden;
	height: 48px;
	position: relative;
	width: 160px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.search-wrapper.active .input-holder {
	width: 50%;
	margin: auto;
	border: 2px solid #ccc;
	height: 0.6rem;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	background: #fff;
	border-radius: 0;
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 100%;
	padding: 0px 0.6rem 0 0.3rem;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "sofiapro", Arial, Verdana;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.6rem;
	color: #808080;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	background: #f7f7f7;
}

.search-wrapper .input-holder .search-icon {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px 0.2rem;
	outline: none;
	position: relative;
	z-index: 2;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	background: #cf1820;
}

.search-wrapper .input-holder .search-icon em {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	width: 90%;
	text-align: left;
	padding-left: 0.05rem;
	color: #fff;
}

.search-wrapper.active .input-holder .search-icon em {
	display: none;
}

.search-wrapper.active .input-holder .search-icon {
	margin: 0;
	justify-content: center;
	border-radius: 0;
	width: 0.6rem;
}

.search-wrapper .input-holder .search-icon span {
	background: url(../images/icon.png);
	display: inline-block;
	min-width: 18px;
	height: 18px;
	background-position: -302px -17px;
}

.search-wrapper.active .input-holder .search-icon input {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
	border-radius: 50%;
	background-color: transparent;
}

.search-wrapper .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	z-index: -1;
	opacity: 0;
}

.search-wrapper.active .close {
	right: 20px;
	top: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
	z-index: 99999;
	opacity: 1;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #ccc;
	border-radius: 2px;
}

.search-wrapper .close:hover::before,
.search-wrapper .close:hover::after {
	background-color: #cf1820;
}

.search-wrapper .close::before {
	width: 3px;
	height: 25px;
	left: 11px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 25px;
	height: 3px;
	left: 0px;
	top: 11px;
}

.search-wrapper .search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1, 1, 1, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.search-wrapper.active .search-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

/* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 99999999;
	padding: 0;
	position: fixed;
}

header.large {
	top: 0;
}

header.small {
	left: 0;
	top: 0;
}

header.small .header {
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.1);
	background: rgba(247, 247, 247, 0.95);
	backdrop-filter: blur(3px);
	padding-bottom: 0px;
}

header.small #logo {
	padding-top: 15px;
}

header.small .head_top {
	display: none;
}

header.small #logo a {
	width: 15%;
	height: 80px;
}

header.small .mainmenu-area {
	padding-top: 0;
}

header.small .search-wrapper {
	margin-top: 20px;
}

.height {
	padding-top: 144px;
	background: #fff;
	z-index: 5;
	position: relative;
}

@media only screen and (min-width:992px) {
	header.small #logo img {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}
}

@media only screen and (max-width:1820px) {
	.head_right {
		width: 80%;
	}

	.mainmenu>nav>ul>li {
		margin-left: 0.2rem;
	}
}

@media only screen and (max-width:1480px) {
	.header {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 992px) {

	header,
	header.large {
		border: none;
		z-index: 999999;
		top: 0;
		position: fixed;
		padding-left: 0;
		padding-right: 0;
	}

	header.small {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	header.large .header,
	.header,
	header.small .header {
		position: relative;
		padding: 0;
		z-index: 999999;
		border-top-width: 2px;
		display: block;
		left: auto;
		top: auto;
		background: #f7f7f7 url(../images/bg_header.jpg) no-repeat top center;
	}

	.header>.container,
	header.small .header>.container {
		width: 100%;
		padding: 0;
	}

	.header .row {
		margin: 0;
	}

	.header #logo,
	header.small #logo,
	header.large .header.page_header #logo {
		padding: 12px 0;
		position: relative;
		z-index: 9999999;
		float: left;
		margin: 0;
		margin-left: 10px;
		position: relative;
		transform: translate(0, 0);
		left: auto;
		top: auto;
		height: auto;
		width: auto;
		display: inline-flex;
	}

	#logo .logo_text {
		font-size: 12px;
		line-height: 16px;
		max-width: 80px;
	}

	.header #logo img,
	header.small #logo img,
	header.small #logo img {
		max-width: 200px;
	}

	header.small #logo a {
		height: auto;
	}

	#logo:before,
	#logo:after {
		display: none;
	}

	.head_con,
	.head_top .social_icons,
	.header .logo_right,
	.header .head_contact,
	.header .social_icons {
		display: none;
	}

	.height {
		padding-top: 112px;
	}

	.language {
		display: none;
	}

	.hc-mobile-nav ul.select_lan {
		padding-left: 10px;
		margin-top: 20px;
		border-top: none;
	}

	.hc-mobile-nav ul.select_lan li {
		padding-right: 10px;
		width: 33.33%;
		float: left;
		margin: 0;
	}

	.hc-mobile-nav ul.select_lan li.title {
		padding-left: 5px;
		margin-bottom: 10px;
		font-size: 0.2rem;
		text-transform: uppercase;
		width: 100%;
		font-family: "Hangout";
	}

	.hc-mobile-nav ul.select_lan li a {
		border: none;
		font-size: 0.14rem;
		padding: 5px;
		text-align: center;
		font-family: 'OakesGrotesk';
	}

	.hc-mobile-nav ul.select_lan li a img {
		border-radius: 0
	}

	.hc-mobile-nav ul.select_lan li a p {
		font-size: 12px;
		text-transform: uppercase;
		margin: 0;
		margin-top: 0;
	}

	.hc-mobile-nav ul.social_icons {
		padding-left: 10px;
		margin-top: 10px;
		border-top: none;
		padding-bottom: 20px;
	}

	.hc-mobile-nav ul.social_icons li.title {
		padding-left: 5px;
		margin-bottom: 10px;
		font-size: 0.2rem;
		text-transform: uppercase;
		width: 100%;
		font-family: "Hangout";
	}

	.hc-mobile-nav ul.social_icons li {
		padding: 0 3px;
		display: inline-block;
	}

	.hc-mobile-nav ul.social_icons li a {
		padding: 0;
		border-radius: 0;
		border: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: #808080;
		width: 32px;
		height: 32px;
	}

	.hc-mobile-nav ul.social_icons li a img {
		max-width: 32px;
	}

	.hc-mobile-nav ul.select_contact li {
		padding: 10px 15px;
	}

	.hc-mobile-nav ul.select_contact li a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 0.2rem;
		text-align: center;
		border: none;
		background: #cf1820;
		padding: 0;
		text-transform: uppercase;
		font-family: 'Hangout';
		box-shadow: none;
	}

	.hc-mobile-nav ul.select_contact li a:after {
		content: '\f0e0';
		font-family: 'FontAwesome';
		margin-left: 5px;
		position: relative;
		right: auto;
		opacity: 1;
		top: auto;
		margin-top: 0;
		background: none;
		width: auto;
		height: auto;
		animation: none;
		z-index: 1;
		display: inline-block;
		clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	}

	.hc-mobile-nav ul.select_contact li a:hover {
		background: #333333;
	}

	.hc-mobile-nav a.head_download {
		float: none;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		color: #fff;
		font-size: 0.14rem;
		background: #fff;
		border-radius: 30px;
		text-align: center;
		margin: 0 15px;
		margin-top: 10px;
	}

	.nav_content,
	header.small .nav_content {
		padding: 0;
		background: none;
		margin: 0;
	}

	.head_top {
		display: none;
	}

	.header .select,
	.header .search-wrapper {
		display: none;
	}

	.header_search {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 5px;
		background: #f7f7f7;
		position: relative;
		top: auto;
		right: auto;
		display: block !important;
	}

	.header_search .form-control {
		height: 36px;
		line-height: 36px;
		border: none;
		padding-right: 42px;
		font-size: 12px;
		padding-left: 5px;
		background: #fff;
		border-radius: 0;
		clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
	}

	.header_search .search_btn {
		width: 36px;
		height: 36px;
		right: 5px;
		top: 5px;
		border-left: 1px solid #f7f7f7;
		margin: 0;
	}

	header.small .header_search {
		display: none !important;
	}

	header.small .toggle {
		top: 0.14rem;
	}

	.head_right {
		width: 100%;
		padding: 0;
	}

	.head_right .clearfix {
		display: none;
	}

	.body_line .line01,
	.body_line .line02 {
		height: 1px;
	}

	.nav_content:before {
		background-position: 0 -105px;
	}

	.header .container>.head_download {
		display: none;
	}

	.head_lan {
		display: none;
	}

	.header_pc_search {
		display: none;
	}

	header.small .head_right {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.select-modal {
		width: 90%;
		height: 90%;
		top: 5%;
	}

	.select-show .select-content {
		position: static;
		height: 100%;
		overflow: scroll;
		overflow-x: visible;
		overflow-y: auto;
		margin: 0;
	}

	.select-content {
		display: block;
		background: #fff;
	}

	.select-content .select_title {
		width: 100%;
		padding-top: 0;
	}

	.select-content .select_title em {
		margin-bottom: 15px;
	}

	.select-content .select_title>p {
		margin-bottom: 10px;
	}

	.select-content .select_title .title {
		font-size: 32px;
	}

	.select-content .select_title .bottom_title {
		margin-top: 20px;
	}

	.select-content .select_title .bottom_title em {
		margin-bottom: 5px;
	}

	.select-content .main .send_column {
		padding: 30px 15px;
		width: 100%;
		padding-top: 40px;
	}

	.select-content .main {
		width: 100%;
		border-left: none;
	}

	.select-content .select-close {
		right: 10px;
		top: 10px;
	}

	.select-content .main .select_image {
		display: none;
	}
}

/*******swiper********/
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #fff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

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

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

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

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

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

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: 26px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 40px;
	right: auto;
	color: #333;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 40px;
	left: auto;
	color: #333;
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-rtl .swiper-button-next,
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-rtl .swiper-button-prev {
	color: #14ab65;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #f49434);
}

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

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

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

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

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

.swiper-pagination-lock {
	display: none
}

.swiper-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 3px;
	width: 98%;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #e5e5e5
}

.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-horizontal>.swiper-scrollbar p {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: -25px;
	font-size: 16px;
	color: #9d86ba;
	text-transform: capitalize;
	font-style: italic;
	line-height: 120%;
	opacity: 0.7;
	font-family: 'OakesGrotesk semibold';
}

.swiper-horizontal>.swiper-scrollbar p:after {
	content: '';
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;
	background: url(../fonts/5b0176fd46684de6bbd6e6297dc56728.woff));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

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

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

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

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	transition-property: opacity
}

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

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

.swiper-cube {
	overflow: visible
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

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

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

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

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	opacity: 0.3;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -40px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "";
	background: url(../images/icon.png) no-repeat;
	width: 24px;
	height: 18px;
	background-position: -180px 0;
	display: inline-block;
}

.swiper-button-prev:hover:after,
.swiper-container-rtl .swiper-button-next:hover:after {
	opacity: 1;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -40px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "";
	background: url(../images/icon.png) no-repeat;
	width: 24px;
	height: 18px;
	background-position: -216px 0;
	display: inline-block;
}

.swiper-button-next:hover:after,
.swiper-container-rtl .swiper-button-prev:hover:after {
	opacity: 1;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
	margin: 0 10px;
	position: relative;
}

.swiper-pagination-bullet:before {
	content: '';
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid #cf1820;
	opacity: 0;
}

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

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

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #cf1820;
}

.swiper-pagination-bullet-active:before {
	left: -10px;
	right: -10px;
	bottom: -10px;
	top: -10px;
	opacity: 0.3;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -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%;
	transform: translateY(-50%);
	width: 8px
}

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

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

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

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

@media only screen and (max-width: 768px) {
	.swiper {
		padding-left: 0;
		padding-right: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -10px;
		opacity: 0.5;
		background: #000;
		height: 50px;
		margin-top: -25px;
		width: 24px;
		border-color: #fff;
		border-radius: 0;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -10px;
		opacity: 0.5;
		background: #000;
		height: 50px;
		margin-top: -25px;
		width: 24px;
		border-color: #fff;
		border-radius: 0;
	}

	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-prev:after {
		background-position: -180px -23px;
		opacity: 1;
	}

	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-next:after {
		background-position: -216px -23px;
		opacity: 1;
	}

	.swiper-horizontal>.swiper-scrollbar {
		height: 5px;
	}

	:root {
		--swiper-navigation-size: 24px
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 5px;
	}

	.swiper-pagination-bullet-active:before {
		left: -5px;
		top: -5px;
		right: -5px;
		bottom: -5px;
	}

	.swiper-pagination-bullet {
		margin: 0 5px;
	}
}

/*banner*/
.banner {
	position: relative;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	z-index: 2;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.banner .swiper-container .swiper-wrapper .swiper-slide .wrap {
	position: absolute;
	bottom: 50%;
	width: 100%;
	left: 0;
	transition: all 0.5s;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: tanslate(0%, 50%);
	text-align: center;
	text-align: left;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .text {
	font-size: 16px;
	line-height: 30px;
	max-width: 50%;
	color: #fff;
	position: relative;
	opacity: 0;
	transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	transition: all 1s ease 0.5s;
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-ms-transition: all 1s ease 0.5s;
	display: inline-block;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .title {
	color: #fff;
	font-size: 36px;
	line-height: 120%;
	font-family: 'Helvetica';
	display: block;
	position: relative;
	opacity: 0;
	text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.14);
	transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	transition: all 1s ease 1s;
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
	-ms-transition: all 1s ease 1s;
	margin-bottom: 20px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .wrap.active .text {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .wrap.active .title {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	color: #fff;
}

.banner .swiper-pagination-bullet {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #cf1820;
	border-color: #cf1820;
	;
}

@media only screen and (max-width:768px) {
	.banner .swiper-container .swiper-wrapper .swiper-slide .text .h2 {
		line-height: 24px;
		font-size: 16px;
		text-transform: capitalize;
	}
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	opacity: 0.5;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	background: none;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
	background: none;
	border: none;
}

.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
	background: none;
	border: none;
}

.banner .swiper-pagination {
	bottom: 20px;
}

@media only screen and (max-width:768px) {

	.swiper-banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-banner .swiper-pagination-custom,
	.swiper-banner .swiper-pagination-fraction {
		bottom: 8vh;
	}

	.swiper-banner .swiper-pagination-bullet {
		width: 28px;
	}

	.swiper-banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .text {
		max-width: 100%;
		font-size: 0.14rem;
		line-height: 24px;
	}

	.banner .attachment_line_bottom {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .text {
		display: none;
	}

	.banner .swiper-container .swiper-wrapper .swiper-slide .wrap .title {
		font-size: 18px;
		margin: 0;
		text-align: center;
	}
}

.swiper-banner .wrapper_con {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
}

.swiper-banner .wrapper_con.left {
	left: 50%;
}

.swiper-banner .circleProgress {
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.3);
}

.swiper-banner .rightcircle,
.swiper-banner .leftcircle {
	left: 0;
	left: 0;
}

@keyframes circleProgressLoad_right {
	0% {
		width: 0;
	}

	50%,
	100% {
		width: 100%;
	}
}

@keyframes circleProgressLoad_left {

	0%,
	50% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.tp-mask-wrap {
	z-index: 99999;
	bottom: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	opacity: 0.8;
	margin-left: -15px;
}

.slider-scroll-button {
	position: relative;
	width: 30px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	z-index: 5;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 0.14rem;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 8px;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}

.slider-scroll-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 49%;
	width: 24px;
	height: 36px;
	border: 2px solid #fff;
	border-radius: 5px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
	content: '';
	width: 2px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-webkit-animation-name: sliderScrollButton;
	animation-name: sliderScrollButton;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@media only screen and (max-width: 768px) {
	.tp-mask-wrap {
		display: none;
	}
}

/*index*/
.main_title {
	margin-bottom: 30px;
	padding-top: 10px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.main_title .s_title {
	margin: 0;
	margin-bottom: 0;
	font-size: 0.14rem;
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
}

.main_title em {
	color: #222;
	font-size: 0.48rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 0;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.main_title .text {
	color: #808080;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	max-width: 60%;
	margin: auto;
	margin-top: 0.2rem;
}

.main_title .line {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 2px;
	margin-top: 0.2rem;
	background: #cf1820;
}

.main_title .bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	font-size: 160px;
	line-height: 0.75;
	font-family: 'OakesGrotesk semibold';
	opacity: 0.06;
	text-transform: uppercase;
	word-break: break-word;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #28303e;
	-webkit-text-fill-color: transparent;
	transition: all .3s ease-in-out;
}

@media (min-width: 1200px) {
	.main_title .bg {
		-webkit-text-stroke-width: 1.5px;
	}
}

.main_title .title-icon-circle {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -10px;
	left: 50%;
	border-radius: 50%;
	z-index: -2;
	background: #333333;
	animation: title-icon-circle 3s infinite;
	-webkit-animation: title-icon-circle 3s infinite;
	opacity: 0.05;
}

@-webkit-keyframes title-icon-circle {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	30% {
		-webkit-transform: translate3d(5px, 15px, 0);
		transform: translate3d(5px, 15px, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
}

@keyframes title-icon-circle {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	30% {
		-webkit-transform: translate3d(5px, 15px, 0);
		transform: translate3d(5px, 15px, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0
	}

	5% {
		opacity: .0
	}

	48% {
		opacity: .2
	}

	80% {
		opacity: .0
	}

	100% {
		left: 82%
	}
}

@keyframes spin_right {
	100% {
		transform: rotateZ(360deg);
	}
}

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

@keyframes spin_left {
	100% {
		transform: rotateZ(-360deg);
	}
}

.main_more {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	transition: all .5s;
	z-index: 3;
	font-size: 0.18rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border-radius: 0;
	padding-left: 0.25rem;
	background: #cf1820;
	padding-right: 0.25rem;
	overflow: hidden;
}

.main_more:hover {
	color: #fff !important;
	text-decoration: none;
}

.main_more:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 30%;
	height: 100%;
	transition: all .5s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(36% 0%, 100% 0, 100% 100%, 0% 100%);
}

.main_more:hover:before {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.main_more:after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 20%;
	height: 100%;
	transition: all .9s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}

.main_more:hover:after {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.main_more i {
	content: '';
	background: url(../images/icon.png) no-repeat;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin-left: 8px;
	margin-top: -2px;
	background-position: -44px -56px;
	transition: all .5s;
}

.main_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
}

input.main_more {
	box-shadow: none;
}

.attachment_line_top,
.attachment_line_bottom {
	top: -1px;
	background: url(../images/wave02.png) no-repeat;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 999
}

.attachment_line_bottom {
	bottom: -1px;
	top: auto;
	background-image: url(../images/wave.png);
}

.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -19px;
	text-align: center;
	font-size: 0;
}

.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
	display: inline-block;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-animation: wd-fadeOutRight .3s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:before {
	content: '';
	transition-delay: .15s;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.post-image-mask:after {
	content: '';
	margin-right: 0;
}

.case_content .swiper-slide:hover .post-image-mask span,
.case_content .swiper-slide:hover .post-image-mask:after,
.case_content .swiper-slide:hover .post-image-mask:before,
.news li:hover .post-image-mask span,
.news li:hover .post-image-mask:after,
.news li:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}

.case_content .swiper-slide:hover .post-image-mask:before,
.news li:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.case_content .swiper-slide:hover .post-image-mask span,
.news li:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@keyframes wd-fadeOutRight {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@keyframes wd-fadeOutLeft {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
}

@-webkit-keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wd-fadeInLeft {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@media only screen and (max-width: 1260px) {
	.main_title .bg {
		font-size: 90px;
	}
}

@media only screen and (max-width: 992px) {
	.main_title .text {
		max-width: 80%;
	}

	.main_title .title_bg {
		font-size: 80px;
		line-height: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.main_title {
		margin-bottom: 30px;
		max-width: 100%;
		min-height: inherit;
	}

	.main_title .s_title {
		font-size: 12px;
		margin-bottom: 5px;
		letter-spacing: normal;
	}

	.main_title em {
		font-size: 0.36rem;
		margin-bottom: 0;
	}

	.main_title em:after {
		display: none;
	}

	.main_title .text {
		max-width: 100%;
		line-height: 20px;
		max-height: 40px;
		margin-top: 10px;
	}

	.main_title .line {
		margin-top: 10px;
	}

	.main_title .title_bg,
	.main_title .bg {
		display: none;
	}

	.main_more {
		margin-top: 20px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		border-width: 1px;
	}

	.main_more a,
	.main_more input,
	.main_more button {
		font-size: 0.14rem;
		height: 40px;
		line-height: 40px;
	}

	.main_more:before {
		border-width: 1px;
	}
}

.page_date {
	margin-top: 10px;
	color: #cf1820;
	text-transform: capitalize;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 0;
	font-family: 'OakesGrotesk semibold';
	font-size: 12px;
}

.page_date:before {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	background-position: 0 -56px;
}

.page_more {
	color: #cf1820;
	display: inline-block;
	line-height: 20px;
	position: relative;
	z-index: 2;
	margin-top: 15px;
	transition: all .5s;
	text-transform: uppercase;
	font-family: 'OakesGrotesk semibold';
	font-size: 12px;
}

.page_more:hover {
	color: #808080;
	opacity: 1;
}

.page_more:after {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	transition: all .5s;
	background: url(../images/icon.png) no-repeat;
	width: 8px;
	height: 12px;
	background-position: -56px -56px;
	vertical-align: middle;
	margin-top: -3px;
	content: '';
}

.page_more:hover:after {
	animation: scroll_right_anim 1.5s infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scroll_right_anim {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}

@media only screen and (max-width: 768px) {
	.circle_more:after {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}

	.wrap_more {
		margin-top: 20px;
	}

	.circle_more {
		font-size: 0.14rem;
		padding-right: 10px;
	}

	.circle_more:before {
		width: 36px;
		height: 36px;
	}

	.wrap_more .wrap_more_icon {
		padding-left: 10px;
		font-size: 0.14rem;
	}

	.page_date {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 24px;
	}

	.page_date em {
		font-size: 28px;
	}

	.page_date p {
		margin-bottom: 3px;
	}

	.page_date_box {
		font-size: 28px;
	}

	.page_more {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 12px;
	}
}

/*index*/
.index_container {
	background: #fff;
	position: relative;
	z-index: 9999;
}

.cat_content {
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-left: 1rem;
	padding-right: 1rem;
	background: url(../images/bg_product.jpg) no-repeat center top;
	background-size: cover;
}

.cat_content .list {
	list-style: none;
}

.cat_content .list li {
	padding: 10px;
}

.cat_content .list li .column {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.cat_content .list li .link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
}

.cat_content .list li .link img {
	opacity: 0;
	display: none;
}

.cat_content .list li .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	opacity: 0;
	background: linear-gradient(to bottom, rgba(207, 24, 32, 1), rgba(255, 255, 255, 0));
	transition: all .5s;
}

.cat_content .list li:hover .ovrly {
	opacity: 0.6;
	height: 100%;
}

.cat_content .list li .wrap_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cat_content .list li .wrap {
	position: relative;
	z-index: 2;
	padding: 30px 15px;
	text-align: center;
}

.cat_content .list li .wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background-image: radial-gradient(rgba(0, 0, 0, .2) 0, transparent 100%);
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	z-index: 1;
}

.cat_content .list li:hover .wrap:before {
	opacity: 0;
}

.cat_content .list li .title {
	display: block;
	font-size: 0.36rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff;
	font-family: "impact";
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}

.cat_content .list li .line {
	display: inline-block;
	transition: all .5s;
	width: 40px;
	height: 0;
	opacity: 0;
	background: #fff;
}

.cat_content .list li:hover .line {
	height: 2px;
	margin-top: 0.15rem;
	opacity: 1;
}

.cat_content .list li .text {
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	color: #fff;
	transition: all .5s;
	width: 80%;
	margin: 0px auto;
}

.cat_content .list li:hover .text {
	opacity: 1;
	height: 96px;
	margin-top: 0.15rem;
}

.cat_content .list li .more {
	transition: all .5s;
	font-size: 12px;
	line-height: 20px;
	height: 0;
	opacity: 0;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'OakesGrotesk semibold';
}

.cat_content .list li:hover .more {
	opacity: 1;
	margin-top: 0.3rem;
	height: 20px;
}

.cat_content .list li .more:after {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	margin-left: 8px;
	margin-top: -2px;
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background-position: -44px -56px;
	animation: scroll_right_anim 1.5s infinite;
}

.cat_content .list li .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	;
	transition: all .5s;
	width: 42px;
	height: 0;
	opacity: 0;
	position: relative;
}

.cat_content .list li:hover .icon {
	height: 42px;
	opacity: 1;
	margin-top: 0.3rem;
}

.cat_content .list li .icon i {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	background-position: -94px -98px;
	transition: all .5s;
}

.cat_content .list li .icon:before {
	content: '';
	border: 2px solid #cf1820;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	transform: rotate(45deg);
	transition: all .5s;
}

.cat_content .list li .image {
	display: block;
	transition: all .5s;
	overflow: hidden;
	background: #000000;
}

.cat_content .list li .image img {
	opacity: 0.7;
	transition: all .9s;
	width: 100%;
	display: block;
}

.cat_content .list li:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.cat_content .cat_bottom {
	text-align: center;
	padding-top: 20px;
}

@media only screen and (max-width:1480px) {
	.cat_content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.cat_content .list li:hover .text {
		height: 60px;
	}
}

@media only screen and (max-width:1300px) {
	.cat_content .list li {
		padding: 5px;
	}

	.cat_content .list li .wrap {
		padding: 20px 15px;
	}
}

@media only screen and (max-width:992px) {
	.cat_content {
		padding-top: 40px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 40px;
	}

	.cat_content .list li {
		width: 50%;
	}

	.cat_content .list li .image {
		height: 240px;
	}

	.cat_content .list li .image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width:768px) {
	.cat_content .list li .title {
		font-size: 0.28rem;
	}

	.cat_content .list li .image {
		height: 160px;
	}

	.cat_content .list li .text,
	.cat_content .list li .line,
	.cat_content .list li .more {
		display: none;
	}

	.cat_content .list li .icon {
		border-width: 1px;
		width: 36px;
	}

	.cat_content .list li:hover .icon {
		height: 36px;
	}

	.cat_content .cat_bottom {
		padding-top: 0;
	}
}

.center_content {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.center_content .center_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.center_content .center_bg .ovrly {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}

.center_content .container {
	position: relative;
	z-index: 5;
}

.center_content .title {
	display: block;
	max-width: 70%;
	margin: auto;
	position: relative;
	padding-top: 0.9rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.24rem;
	line-height: 160%;
}

.center_content .title:before {
	content: '';
	height: 0.66rem;
	background: url(../images/icon_center.png) no-repeat top center;
	width: 100%;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.center_content .select>a {
	display: inline-block;
	margin-top: 0.3rem;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	transition: all .5s;
	z-index: 3;
	font-size: 0.18rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border-radius: 0;
	padding-left: 0.25rem;
	background: #cf1820;
	padding-right: 0.25rem;
	overflow: hidden;
}

.center_content .select>a:hover {
	text-decoration: none;
}

.center_content .select>a:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 30%;
	height: 100%;
	transition: all .5s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(36% 0%, 100% 0, 100% 100%, 0% 100%);
}

.center_content .select>a:hover:before {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.center_content .select>a:after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 20%;
	height: 100%;
	transition: all .9s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}

.center_content .select>a:hover:after {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.center_content .select>a i {
	content: '';
	background: url(../images/icon.png) no-repeat;
	width: 18px;
	height: 14px;
	display: inline-block;
	margin-left: 8px;
	margin-top: -2px;
	background-position: -351px -102px;
	transition: all .5s;
}

@media only screen and (max-width:992px) {
	.center_content {
		display: none;
	}
}

/*num*/
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
	padding: 0px
}

.about_content {
	position: relative;
	z-index: 2;
	padding: 100px 0 60px;
	display: flex;
}

.about_content:before {
	content: '';
	background: #f7f7f7 url(../images/bg_about.jpg) no-repeat right bottom;
	background-size: cover;
	width: 100%;
	top: 0;
	z-index: -1;
	position: absolute;
	height: 100%;
	right: 0;
	display: block;
}

.about_content .container {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}



.about_content .about_image {
	padding: 0;
	float: left;
	width: 44%;
	position: relative;
	z-index: 5;
}

.about_content .about_image img {
	width: 100%;
	border-radius: 15px;
}


.about_content .about_right {
	width: 55%;
	float: right;
	position: relative;
	z-index: 2;
	padding-right: 30px;
	padding-left: 30px;
}

/* .about_content .about_right:before {
	content: '';
	background: #fff;
	top: 40px;
	right: 0.5rem;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	display: block;
} */

#about-tabs-container {
	position: relative;
	z-index: 2;
}

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

.about_content .main_title {
	text-align: left;
}

.about_content .main_title em {
	font-size: 0.36rem;
}

.about_content .about_title {
	display: block;
	font-size: 0.2rem;
	line-height: 120%;
	color: #000000;
	text-transform: capitalize;
	font-family: "OakesGrotesk semibold";
	margin-bottom: 0.18rem;
}

.about_content .text {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	overflow: hidden;
	max-height: 170px;
}

.about_content .about_since {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.32rem;
}

.about_content .about_since .text-left .text-img {
	-webkit-text-fill-color: transparent;
	background: -o-linear-gradient(transparent, transparent);
	background: url("../images/since-img.jpg") repeat left top;
	-webkit-background-clip: text;
	background-size: cover;
	-webkit-animation: imgPos 5s linear normal infinite paused;
	animation: imgPos 5s linear normal infinite paused;
	display: inline-block;
	overflow: hidden;
	line-height: 80%;
	font-size: 1.2rem;
	font-family: "Hangout";
	color: #333333;
}

.about_content .about_since em {
	margin: 0;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 0.28rem;
	line-height: 80%;
	color: #cf1820;
	margin-bottom: 8px;
}

.about_content .about_since em span {
	display: block;
	color: #333;
}

.about_content .number {
	list-style: none;
	padding-top: 0.35rem;
	margin-top: 0.3rem;
	position: relative;
}

.about_content .number:before {
	content: '';
	height: 6px;
	background: url(../images/single_line.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
}

.about_content .number li {
	padding-left: 0;
	display: flex;
	align-items: flex-start;
	padding-right: 0;
}

.about_content .number li .icon {
	min-width: 48px;
	max-width: 48px;
}

.about_content .number li .icon img {
	transition: all .5s;
}

.about_content .number li:hover .icon img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

.about_content .number li .wrap {
	padding-left: 0.15rem;
}

.about_content .number li .num {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	color: #cf1820;
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-family: "Hangout";
}

.about_content .number li .num>span {
	font-size: 0.4rem;
}

.about_content .number li .text {
	margin: 0;
	margin-top: 5px;
	color: #808080;
	line-height: 1.2;
	text-transform: capitalize;
}

.about_content .number li .text p {
	margin: 0;
}

#about-tabs-container>.swiper-wrapper>.swiper-slide {
	padding: 0 40px 40px 65px;
}

.about_content .honor_scroll {
	position: relative;
}

.about_content .swiper-container .appBox .swiper-slide {
	width: 33.33%;
	cursor: pointer;
}

.about_content .swiper-container .honor_scroll .swiper-slide {
	padding: 0 20px;
}

.about_content .swiper-container .honor_scroll .swiper-slide .image {
	border: 2px solid #cccccc;
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .5s;
}

.about_content .swiper-container .honor_scroll .swiper-slide .image img {
	width: 100%;
	cursor: url(../images/ico_magnifier.png), auto;
}

.about_content .swiper-container .honor_scroll .swiper-slide:hover .image {
	border-color: #cf1820;
}

.about_content .swiper-container .honor_scroll .swiper-slide .title {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	display: block;
	color: #333;
	text-align: center;
}

.about_content .swiper-container .honor_scroll .swiper-slide .title:hover {
	text-decoration: none;
}

.about_content .fact_scroll {
	position: relative;
	padding-top: 0;
	padding-bottom: 20px;
}

.about_content .fact_scroll .main_more {
	margin-top: 0;
}

.about_content .fact_scroll .swiper-slide {
	width: 50%;
	padding: 0 10px;
}

.about_content .fact_scroll .swiper-slide .column {
	position: relative;
	overflow: hidden;
}

.about_content .fact_scroll .swiper-slide .title {
	padding: 10px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	transition: all .5s;
	width: 100%;
	display: block;
	text-align: center;
}

.about_content .fact_scroll .swiper-slide:hover .title {
	opacity: 1;
}

.about_content .fact_scroll .swiper-slide .image {
	overflow: hidden;
	display: block;
	border: 2px solid #f1f1f1;
	transition: all .5s;
	border-radius: 0;
}

.about_content .fact_scroll .swiper-slide:hover .image {
	border-color: #cf1820;
}

.about_content .fact_scroll .swiper-slide .image img {
	transition: all .9s;
	width: 100%;
	border-radius: 0;
}

.about_content .fact_scroll .swiper-slide:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.about_content .team_scroll {
	position: relative;
}

.about_content .team_scroll .swiper-slide {
	width: 33.33%;
	padding: 0 10px;
}

.about_content .team_scroll .swiper-slide .image {
	display: block;
	border: 2px solid #e5e5e5;
	overflow: hidden;
}

.about_content .team_scroll .swiper-slide:hover .image {
	border-color: #ccc;
}

.about_content .team_scroll .swiper-slide .image img {
	transition: all .9s;
	width: 100%;
}

.about_content .team_scroll .swiper-slide:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.about_content .team_scroll .swiper-slide .title {
	line-height: 20px;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	display: block;
	font-family: "OakesGrotesk semibold";
}

.about_content .team_scroll .swiper-slide .contact_list {
	list-style: none;
	transition: all .5s;
	z-index: 2;
}

.about_content .team_scroll .swiper-slide .contact_list li {
	transition: all .5s;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.about_content .team_scroll .swiper-slide .contact_list li span {
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #cf1820;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	max-width: 32px;
}

.about_content .team_scroll .swiper-slide .contact_list li span i {
	width: 16px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
}

.about_content .team_scroll .swiper-slide .contact_list li.con_phone i {
	background-position: -441px -391px;
}

.about_content .team_scroll .swiper-slide .contact_list li.con_email i {
	background-position: -420px -391px;
}

.about_content .team_scroll .swiper-slide .contact_list li.con_skype i {
	background-position: -420px -410px;
}

.about_content .team_scroll .swiper-slide .contact_list li.con_whats i {
	background-position: -440px -410px;
}

.about_content .team_scroll .swiper-slide .contact_list li a {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}

.about_content .team_scroll .swiper-slide .contact_list li a:hover {
	color: #cf1820;
}

.about_content .swiper-button-prev {
	left: 0;
	width: 30px;
	height: 60px;
	background: #000;
}

.about_content .swiper-button-prev:after {
	background-position: -180px -23px;
}

.about_content .swiper-button-next {
	right: 0;
	width: 30px;
	height: 60px;
	background: #000;
}

.about_content .swiper-button-next:after {
	background-position: -216px -23px;
}

.about_content .about_tabs {
	width: 1rem;
	position: absolute;
	right: 1.5rem;
	top: 40px;
	z-index: 3;
}

.about_content .about_tabs>a {
	margin-bottom: 15px;
	padding: 0.17rem 0.12rem;
	display: block;
	position: relative;
	transition: all .5s;
	width: 1rem;
	height: 100px;
	background: #d9d9d9;
	text-align: center;
	z-index: 2;
}

.about_content .about_tabs>a .icon {
	width: 36px;
	height: 36px;
	background-position: 0 0;
	transition: all .5s;
	display: inline-block;
}

.about_content .about_tabs>a p {
	display: inline-block;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	margin-top: 10px;
	line-height: 24px;
	font-size: 18px;
}

.about_content .about_tabs>a:after {
	content: '';
	background: #cf1820;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.about_content .about_tabs>a:before {
	right: 80%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #cf1820;
	border-width: 10px;
	margin-top: -10px;
	display: inline-block;
	opacity: 0;
	transition: all .5s;
}

.about_content .about_tabs>a.active,
.about_content .about_tabs>a:hover {
	text-decoration: none;
	background: #cf1820;
}

.about_content .about_tabs>a.active .icon,
.about_content .about_tabs>a:hover .icon {
	background-position: 0 -36px;
}

.about_content .about_tabs>a.active p,
.about_content .about_tabs>a:hover p {
	color: #fff;
}

.about_content .about_tabs>a.active:after,
.about_content .about_tabs>a:hover:after {
	opacity: 0.4;
	top: 10px;
	bottom: 10px;
	right: -10px;
}

.about_content .about_tabs>a.active:before {
	right: 100%;
	opacity: 1;
}

.modelTost {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 90%;
	height: 90%;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modelTostChile .swiper-container {
	height: 100%;
}

.modelTostChile .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelTostChile p {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 48px;
	color: #fff;
	line-height: 100%;
	z-index: 999;
}

.modelTostChile .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
}

.modelClose {
	float: right;
	cursor: pointer;
}

.modelTost .swiper-button-prev {
	background: none !important;
	left: 0;
	border: none;
}

.modelTost .swiper-button-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	color: #fff;
	line-height: 120%;
	background: none;
	width: auto;
	height: auto;
}

.modelTost .swiper-button-next {
	background: none !important;
	right: 0;
	border: none;
}

.modelTost .swiper-button-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #fff;
	line-height: 120%;
	background: none;
	width: auto;
	height: auto;
}

.about_content .modelTost {
	display: none !important;
}

@media only screen and (max-width:1780px) {
	#about-tabs-container>.swiper-wrapper>.swiper-slide {
		padding-left: 0.45rem;
	}

	.about_content .number li .num {
		font-size: 0.2rem;
	}

	.about_content .number li {
		display: block;
	}

	.about_content .number li .wrap {
		padding-left: 0;
		padding-top: 10px;
	}
}

@media only screen and (max-width:1480px) {
	.about_content .about_right {
		right: 0.5rem;
	}

	.about_content .about_tabs {
		right: 0.8rem;
	}

	.about_content .about_right:before {
		right: 0.5rem;
	}
}

@media only screen and (max-width:992px) {
	.about_content {
		display: none;
	}
}

.mobile_about {
	padding-top: 0;
	padding-bottom: 40px;
	background: #f7f7f7 url(../images/bg_about.jpg) no-repeat right bottom
}

.mobile_about .image img {
	width: 100%;
}

.mobile_about .about_column {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile_about .about_column .text {
	font-size: 12px;
	line-height: 24px;
	max-height: 120px;
	overflow: auto;
}

.mobile_about .about_title {
	display: block;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	text-transform: capitalize;
	font-family: "OakesGrotesk semibold";
	margin-bottom: 0.18rem;
}

.mobile_about .main_title {
	text-align: left;
}

@media only screen and (max-width:992px) {
	.mobile_about {
		display: block !important;
	}
}

.adv_content {
	position: relative;
	padding-top: 80px;
	padding-bottom: 70px;
}

.adv_content .adv_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%);
	filter: gray;
	background-attachment: fixed;
}

.adv_content .adv_bg .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(102, 102, 102, 0.75);
	backdrop-filter: blur(2px);
}

.adv_content .container {
	position: relative;
	z-index: 5;
}

.adv_content .list {
	list-style: none;
}

.adv_content .list li {
	text-align: center;
}

.adv_content .list li .icon {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.adv_content .list li .icon:before {
	transform: rotate(45deg);
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #cf1820;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: '';
	transition: all .5s;
}

.adv_content .list li:Hover .icon:before {
	left: -10px;
	top: -10px;
}

.adv_content .list li .title a {
	display: block;
	font-size: 0.2rem;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0.2rem;
}

.adv_content .list li .line {
	display: inline-block;
	margin-top: 0.15rem;
	width: 40px;
	height: 1px;
	background: #cf1820;
}

.adv_content .list li .text {
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	color: #ffffff;
	margin-top: 0.15rem;
}

@media only screen and (max-width:768px) {
	.adv_content {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.adv_content .list li {
		margin-bottom: 40px;
	}

	.adv_content .list li .icon img {
		max-width: 56px;
	}

	.adv_content .list li .icon:before {
		width: 20px;
		height: 20px;
	}

	.adv_content .list li .title {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

	.adv_content .list li .line {
		display: none;
	}

	.adv_content .list li .text {
		display: none;
	}
}

.case_content {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 110px;
	padding-bottom: 90px;
	background: url(../images/bg_case.jpg) no-repeat left top;
	background-size: cover;
}

.case_content .container {
	position: relative;
}

.case_content .main_title {
	text-align: left;
	max-width: 80%;
}

.case_content .main_title .text {
	margin-left: 0;
	margin-right: 0;
	max-width: 80%;
}

.case_content .case_bottom {
	position: absolute;
	right: 0;
	top: 0;
}

.case_content .case_scroll {
	position: relative;
	padding-bottom: 30px;
}

.case_content .swiper-slide {
	padding-right: 30px;
	opacity: 0.1;
	padding-bottom: 1px;
}

.case_content .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.case_content .swiper-slide .image {
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

.case_content .swiper-slide .link {
	position: relative;
	overflow: hidden;
	display: block;
}

.case_content .swiper-slide .link img {
	transition: all .9s;
	width: 100%;
	display: block;
}

.case_content .swiper-slide:hover .image .link img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.case_content .swiper-slide .image .link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
	opacity: 0;
	transition: opacity .7s ease;
}

.case_content .swiper-slide:hover .image .link:after {
	opacity: 1;
}

.case_content .swiper-slide .wrap {
	border-top: none;
	padding: 30px 25px;
	padding-bottom: 0;
	position: relative;
	background: #fafafa;
}

.case_content .swiper-slide .title {
	font-size: 0.18rem;
	line-height: 22px;
	height: 46px;
	color: #333333;
	overflow: hidden;
	display: block;
	transition: all .5s;
}

.case_content .swiper-slide .title:hover {
	text-decoration: none;
	color: #cf1820;
}

.case_content .swiper-slide .text {
	line-height: 24px;
	overflow: hidden;
	height: 70px;
	color: #808080;
	margin-top: 0.1rem;
}

.case_content .swiper-slide .more {
	display: inline-flex;
	width: 50px;
	height: 40px;
	align-items: center;
	justify-content: center;
	z-index: 3;
	position: relative;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	text-decoration: none;
	transition: all .5s;
}

.case_content .swiper-slide:hover .more {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.case_content .swiper-slide .more:before {
	content: '';
	transition: all .5s;
	display: inline-block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-bottom: none;
	background: #e5e5e5;
}

.case_content .swiper-slide:hover .more:before {
	left: 0;
	right: 0;
	background: #cf1820;
	border-color: #cf1820;
}

.case_content .swiper-slide .more p {
	margin: 0;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	width: 0;
	opacity: 0;
}

.case_content .swiper-slide:hover .more p {
	width: 54px;
	opacity: 1;
	margin-right: 5px;
}

.case_content .swiper-slide .more i {
	width: 8px;
	height: 12px;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-position: -31px -56px;
	transition: all .5s;
	opacity: 0.5;
}

.case_content .swiper-slide:hover .more i {
	opacity: 1;
	background-position: -44px -56px;
	animation: scroll_right_anim 1.5s infinite;
	opacity: 1;
}

.case_content .swiper-button-prev:after {
	background-position: -186px -52px;
	width: 12px;
	height: 24px;
}

.case_content .swiper-button-next:after {
	background-position: -220px -52px;
	width: 12px;
	height: 24px;
}

@media only screen and (min-width:992px) {
	.case_content .swiper-button-prev {
		left: -50px;
		width: 60px;
		height: 60px;
		background: #000;
		border-radius: 50%;
	}

	.case_content .swiper-button-prev:hover {
		background: #cf1820;
	}

	.case_content .swiper-button-next {
		right: -25px;
		width: 60px;
		height: 60px;
		background: #000;
		border-radius: 50%;
	}

	.case_content .swiper-button-next:hover {
		background: #cf1820;
	}
}

@media only screen and (max-width:992px) {
	.case_content .main_title {
		max-width: 100%;
	}

	.case_content .main_title .text {
		max-width: 100%;
	}

	.case_content .case_bottom {
		position: relative;
		right: auto;
		bottom: auto;
	}
}

@media only screen and (max-width:768px) {
	.case_content {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #fff;
	}

	.case_content .case_scroll {
		padding-bottom: 40px;
	}

	.case_content .swiper-slide {
		padding-right: 10px;
	}

	.case_content .swiper-slide .title {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.case_content .swiper-slide .wrap {
		padding: 20px 15px;
		padding-bottom: 0;
	}
}

.send_content .send_column .main_title {
	margin-bottom: 20px;
}

.send_column {
	position: relative;
	z-index: 10;
	bottom: 0;
	border-radius: 0;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
	background: #fff;
}

.send_column .main_title {
	text-align: left;
	margin-bottom: 30px;
	padding-top: 0;
	background: none;
}

.send_column .main_title:before {
	display: none;
}

.send_column .main_title em {
	position: relative;
	padding-left: 0;
	z-index: 5;
}

.send_column .main_title em:before {
	display: none;
}

.send_column .main_title .line {
	text-align: left;
	width: 68px;
}

.send_column .main_title em {
	margin-bottom: 0;
	font-size: 0.32rem;
	position: relative;
	padding-bottom: 0;
}

.send_column .main_title em:after {
	display: none;
}

.send_column .main_title:before {
	left: 0;
	margin-left: 0;
}

.send_column .text {
	margin-bottom: 25px;
	color: #808080;
	max-width: 100%;
	max-height: inherit;
	margin-top: 15px;
	margin-left: 0;
	line-height: 24px;
}

.single-page .send_column>.text {
	margin-bottom: 20px;
	font-size: 0.14rem;
}

.send_column ul {
	list-style: none;
	max-width: 100%;
	padding-top: 0;
}

.send_column ul li {
	margin-bottom: 30px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}

.send_column ul li p {
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
	color: #333;
	font-family: 'OakesGrotesk';
	text-align: left;
	text-transform: capitalize;
	background: #f7f7f7;
	padding: 3px 10px;
}

.send_column ul li p:before {
	margin-right: 10px;
	color: #808080;
	content: "\f0ca";
	font-family: 'FontAwesome';
}

.send_column ul li p a {
	text-decoration: underline;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	vertical-align: middle;
}

.send_column ul li span {
	display: block;
	position: relative;
}

/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before {
	content: '';
	position: absolute;
	right: 16px;
	top: 0.14rem;
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.send_column ul li span.ms_e:before {
	background-position: -40px -227px;
}

.send_column ul li span.ms_p:before {
	background-position: 0 -226px;
}

.send_column ul li span.ms_m:before {
	background-position: -84px -225px;
}

.send_column ul li span.ms_n:before {
	background-position: -2px -198px;
}

.send_column ul li span.ms_web:before {
	background-position: -85px -198px;
}

.send_column ul li span.ms_p:after {
	display: none;
}

.send_column ul li label.title {
	font-weight: normal;
	font-size: 12px;
	color: #4c4c4c;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	background: #fff;
	position: absolute;
	left: 14px;
	top: -10px;
	z-index: 5;
	font-family: 'OakesGrotesk semibold';
}

.send_column ul li label i {
	font-style: normal;
}

.send_column ul li input {
	background: none;
	height: 50px;
	width: 100%;
	line-height: 46px;
	padding-right: 42px;
	padding-left: 15px;
	font-family: 'OakesGrotesk';
	color: #808080;
	border: 2px solid #ebebeb;
	background: #fff;
	border-radius: 0;
	transition: all .5s;
}

.send_column ul li textarea {
	height: 140px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 140px;
	font-family: 'OakesGrotesk';
	padding-left: 15px;
	padding: 15px 42px 10px 15px;
	color: #808080;
	border: none;
	border: 2px solid #e5e5e5;
	border-radius: 0;
	transition: all .5s;
}

.send_column ul li input:focus,
.send_column ul li textarea:focus {
	color: #333;
	background: #fff;
	border-color: #cf1820;
}

.send_column ul li input:-ms-input-placeholder {
	color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
	color: #808080;
}

/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 19+ */

.send_column ul li textarea:-ms-input-placeholder {
	color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
	color: #808080;
}

/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 19+ */
.send_column .main_more {
	margin-top: 0;
}

.send_column .send {
	color: #fff;
	text-align: center;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background: #cf1820;
	border-radius: 000;
	font-size: 16px;
}

.send_column .send:after {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	background-position: -207px -106px;
}

.send_column .send input {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	z-index: 2;
}

.send_column ul li.ny-con-cx-03 {
	display: flex;
	align-items: center;
}

.send_column ul li.ny-con-cx-03 input {
	min-width: 160px;
	max-width: 240px;
	padding-left: 10px;
}

.send_column ul li.ny-con-cx-03 img {
	margin: 10px !important;
}

.send_column ul li.ny-con-cx-03 .refresh {
	display: inline-block;
	text-transform: capitalize;
	font-size: 0.14rem;
	min-width: 120px;
}

.send_column ul li.ny-con-cx-03 .refresh:hover {
	color: #333333;
}

.send_column ul li .cform-item__wrap {
	display: flex;
	align-items: center;
}

.send_column ul li .cform-item__wrap input {
	min-width: 160px;
	max-width: 240px;
	padding-left: 10px;
}

.send_column ul li .cform-item__wrap img {
	margin: 10px !important;
}

.send_column ul li .cform-item__wrap .refresh {
	display: inline-block;
	text-transform: capitalize;
	font-size: 0.14rem;
	min-width: 120px;
	line-height: 20px;
}

.send_column ul li .cform-item__wrap .refresh:hover {
	color: #333333;
}

.message_left {
	width: 120px;
	padding-top: 35px;
	position: relative;
	background: #fff;
}

.message_left i {
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	text-align: right;
	position: relative;
}

.message_left i:before {
	content: '';
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 68px;
	height: 60px;
	background-position: -365px -328px;
}

/*.message_left:before{content:'';width: 3px;top: 20px;bottom: 20px;display: inline-block;position: absolute;left: 0;background: #333}*/

@media only screen and (max-width: 768px) {
	.send_column {
		bottom: 0;
		padding: 30px 20px;
	}

	.send_column ul li {
		padding: 0;
	}

	.send_column ul li p a {
		line-height: 24px;
	}

	.send_column ul li p {
		border-radius: 0;
		padding: 5px 10px;
		background: #f7f7f7;
	}

	.send_column ul li span:after {
		right: 10px;
	}

	.send_column ul li span:before {
		left: 8px;
	}

	.send_column ul li input {
		font-size: 12px;
		padding-left: 40px;
	}

	.send_column ul li textarea {
		font-size: 12px;
		line-height: 20px;
		padding-left: 40px;
		padding-top: 10px;
		padding-right: 10px;
	}

	.send_column .main_title {
		padding: 0;
	}

	.send_column .main_title em {
		padding-left: 0;
		font-size: 0.28rem;
	}

	.send_column .send {
		height: 42px;
		line-height: 42px;
	}

	.send_column .main_title em:before {
		content: '';
		display: block;
		background: url(../images/icon.png) no-repeat -365px -328px;
		width: 68px;
		height: 60px;
		opacity: 1;
		margin-bottom: 10px;
		position: relative;
		left: 0;
		margin-left: 0;
		bottom: auto;
		top: 0;
	}
}

/*footer*/
.fixed_footer {
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
}

.footer {
	background: #333;
}

.footer_content {
	position: relative;
	z-index: 5;
	padding-bottom: 0;
	background: #333;
	padding-top: 80px;
	padding-bottom: 0;
	overflow: hidden;
}

.footer .foot_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .foot_bg .ovrly {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(64, 64, 64, 0.65); */
	backdrop-filter: blur(1px);
}

.footer .container {
	position: relative;
	z-index: 5;
}

.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 2;
}

.footer .fot_title em {
	display: block;
	color: #fff;
	font-size: 0.24rem;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Hangout";
}

.footer ul,
.foot_bot ul {
	list-style: none;
}

.icon-minus-sign,
.icon-plus-sign {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 14px;
	height: 2px;
	margin: 2px 0;
}

.icon-plus-sign {
	width: 14px;
	height: 14px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
	width: 14px;
}

.icon-plus-sign:after {
	transform: rotate(90deg) translate(-6px, 0px);
	-webkit-transform: rotate(90deg) translate(-6px, 0px);
}

.icon-minus-sign:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.icon-minus-sign:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.fot_title .column_icon_toggle {
	display: none;
}

.fot_letter {
	float: left;
	width: 20%;
}

.fot_letter .letter-input {
	position: relative;
}

.fot_letter .fot_input {
	height: 50px;
	background: #fff;
	line-height: 50px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #999999;
	transition: all .5s;
	border: none;
}

.fot_letter .letter-input .fot_input:focus {
	font-style: normal;
	color: #333;
	background-color: #fff;
	border-color: #fff;
}

.fot_letter .letter-input .fot_input:-ms-input-placeholder {
	color: #999999;
}

/* Internet Explorer 10+ */
.fot_letter .letter-input .fot_input::-webkit-input-placeholder {
	color: #999999;
}

/* WebKit browsers */
.fot_letter .letter-input .fot_input::-moz-placeholder {
	color: #999999;
}

/* Mozilla Firefox 4 to 18 */
.fot_letter .letter-input .fot_input:-moz-placeholder {
	color: #999999;
}

/* Mozilla Firefox 19+ */
.fot_letter .send {
	position: relative;
	display: block;
	margin-top: 15px;
	transition: all .5s;
	z-index: 3;
	font-size: 0.18rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border-radius: 0;
	background: #cf1820;
	overflow: hidden;
	text-align: center;
}

.fot_letter .send:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 30%;
	height: 100%;
	transition: all .5s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(36% 0%, 100% 0, 100% 100%, 0% 100%);
}

.fot_letter .send:hover:before {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.fot_letter .send:after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: -1;
	width: 20%;
	height: 100%;
	transition: all .9s cubic-bezier(.785, .135, .15, .86);
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}

.fot_letter .send:hover:after {
	width: 100%;
	right: 0;
	left: auto;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}

.fot_letter .send i {
	content: '';
	background: url(../images/icon.png) no-repeat;
	width: 14px;
	height: 12px;
	display: inline-block;
	margin-left: 8px;
	margin-top: -2px;
	background-position: -207px -106px;
	transition: all .5s;
}

.fot_letter .send input {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: none;
	border-radius: 30px;
}

.fot_con {
	width: 40%;
	padding-right: 0;
	float: left;
}

.fot_con .list {
	list-style: none;
}

.fot_con .list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding-left: 0;
}

.fot_con .list li .icon {
	min-width: 28px;
	max-width: 28px;
	height: 28px;
	background: url(../images/icon.png) no-repeat;
	margin-top: 3px;
}

.fot_con .list li .wrap {
	padding-left: 13px;
}

.fot_con .list li p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-family: 'OakesGrotesk semibold';
	margin-top: 5px;
}

.fot_con .list li p a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.fot_con .list li em {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #cccccc;
	line-height: 18px;
}

.fot_con .list li p a:hover,
.fot_con .list li.phone p a:hover {
	color: #fff;
}

.fot_tag {
	float: left;
	width: 30%;
	padding-right: 4%;
}

.fot_tag li {
	margin-bottom: 13px;
	line-height: 24px;
	width: 50%;
	float: left;
}

.fot_tag li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	transition: all .5s;
	line-height: 20px;
	text-transform: capitalize;
	font-family: 'OakesGrotesk';
}

.fot_tag li a:hover {
	color: #fff;
}

.fot_news {
	float: left;
	width: 30%;
	padding-right: 4%;
}

.fot_news li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.fot_news li .title {
	display: block;
	color: #fff;
	line-height: 24px;
	max-height: 48px;
}

.fot_news .news_more {
	display: inline-block;
	font-size: 0.18rem;
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 10px;
}

.fot_news .news_more:after {
	content: '';
	background: url(../images/icon.png) no-repeat;
	margin-left: 8px;
	margin-top: -2px;
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background-position: -44px -56px;
	display: inline-block;
	transition: all .5s;
	opacity: 0.5;
}

.fot_news .news_more:hover:after {
	opacity: 1;
	animation: scroll_right_anim 1.5s infinite;
}

.footer-bottom .social_icons {
	list-style: none;
	padding-left: 20px;
}

.footer-bottom .social_icons li {
	display: inline-block;
	margin: 0;
	margin: 0 5px;
	padding: 0;
	border: none;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.footer-bottom .social_icons li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	transition: all .5s;
}

.footer-bottom .social_icons li a:hover {
	border-color: #fff;
}

.fot_logo img {
	max-width: 0.95rem;
}

.footer-bottom .copy .fot_nav {
	margin-bottom: 10px;
}

.footer-bottom .copy .fot_nav a {
	display: inline-block;
	margin-right: 0.1rem;
	padding-right: 0.1rem;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	font-family: 'OakesGrotesk semibold';
	line-height: 14px;
	font-size: 14px;
}

.footer-bottom .copy .fot_nav a:last-child {
	border-right: 0;
	margin-right: 0;
	padding: 0;
}

.footer-bottom .copy .fot_nav a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-bottom {
	text-align: left;
	position: relative;
	z-index: 10;
	color: #999999;
	font-family: 'OakesGrotesk';
	padding-bottom: 10px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 70px;
}

.footer-bottom .left {
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
}

.footer-bottom .copy {
	color: #b2b2b2;
	font-size: 12px;
	float: right;
	text-align: right;
	width: 50%;
}

.footer-bottom .copy a {
	color: #b2b2b2;
	font-size: 12px;
	display: inline-block;
	margin: 0 3px;
}

.footer-bottom .copy span,
.footer-bottom .copy span a {
	color: #b2b2b2;
	text-decoration: underline;
}

.footer-bottom .copy a:hover,
.footer-bottom .copy span a:hover {
	color: #fff;
}

.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #b2b2b2;
	font-size: 12px;
	margin-left: 10px;
}

.footer-bottom .foot_ipv6 img {
	max-width: 36px;
	margin-left: 5px;
	vertical-align: middle;
}

.footer-bottom .foot_ipv6 .ico {
	border: 1px solid #b2b2b2;
	padding: 2px;
	font-size: 10px;
	color: #b2b2b2;
	display: inline-block;
	margin: 0;
	line-height: 14px;
	margin-left: 5px;
	font-style: italic;
}

.footer-bottom .fot_link {
	line-height: 20px;
	display: block;
	text-transform: capitalize;
}

.footer-bottom .fot_link a {
	color: #b2b2b2;
	font-size: 12px;
	display: inline-block;
}

.footer-bottom .fot_link a:hover {
	color: #fff;
}

.mobile-footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.mobile-footer-bottom .mobile_foot_contact {
	list-style: none;
}

.mobile-footer-bottom .mobile_foot_contact li {
	margin-bottom: 8px;
	line-height: 20px;
	color: #808080;
	font-size: 12px;
	line-height: 20px;
}

.mobile-footer-bottom .mobile_foot_contact li a {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.mobile-footer-bottom .mobile_foot_contact li.phone a {
	font-size: 12px;
	color: #fff;
}

.mobile-footer-bottom .copy {
	color: #808080;
	font-size: 12px;
	float: left;
}

.mobile-footer-bottom .copy a {
	color: #808080;
	font-size: 12px;
	display: inline-block;
	margin: 0 3px;
}

.mobile-footer-bottom .foot_ipv6 {
	display: inline-block;
}

.mobile-footer-bottom .foot_ipv6 img {
	margin-left: 5px;
	vertical-align: middle;
}

.mobile-footer-bottom .mobile_foot_tag {
	list-style: none;
	padding: 5px;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
}

.mobile-footer-bottom .mobile_foot_tag li.title {
	font-size: 12px;
	font-family: "OakesGrotesk semibold";
	color: #808080;
	line-height: 20px;
}

.mobile-footer-bottom .mobile_foot_tag li {
	display: inline-block;
	margin: 3px
}

.mobile-footer-bottom .mobile_foot_tag li a {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}

@media only screen and (max-width: 1480px) {
	.fot_nav {
		margin-bottom: 10px;
	}

	.footer-bottom .social_icons {
		float: none;
		padding-top: 10px;
	}

	.footer-bottom .social_icons li.title {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.footer-bottom .left {
		float: none;
	}
}

@media only screen and (max-width: 992px) {

	.footer_content,
	.footer-bottom,
	.fot_letter {
		display: none;
	}

	.mobile-footer-bottom {
		display: block !important;
	}

	.footer {
		margin: 0;
	}
}

/*back-top*/
.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 80px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background: rgba(0, 0, 0, 0.05);
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #cf1820;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #cf1820;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media only screen and (max-width:992px) {
	.progress-wrap {
		right: 5px;
		width: 36px;
		height: 36px;
		bottom: 60px;
	}

	.progress-wrap::after {
		line-height: 32px;
		width: 36px;
		height: 36px;
	}
}

#online_qq_layer {
	z-index: 99999999;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#floatShow {
	display: block;
}

#floatHide {
	display: none;
}

#online_qq_tab #floatShow {
	height: 48px;
	width: 226px;
	float: right;
	position: relative;
	border-radius: 30px 0 0 30px;
	box-shadow: 0 5px 20px 1px rgba(33, 58, 151, 0.2);
	padding: 5px 10px 5px 20px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #342c2a;
}

#online_qq_tab .animated {
	opacity: 1;
}

#online_qq_tab #floatShow i {
	height: 30px;
	width: 30px;
	background: url(../images/icon.png) no-repeat -188px -224px;
	display: inline-block;
	z-index: 999;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}

#online_qq_tab #floatShow .online_icon {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -18px;
	z-index: 999;
}

#online_qq_tab #floatShow .online_icon svg {
	width: 32px;
	height: 32px;
}

#online_qq_tab #floatShow .online_open,
#online_qq_tab #floatShow .online_close {
	transition: all .5s;
}

#online_qq_tab #floatShow .online_open {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#online_qq_tab #floatShow .online_mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
}

#online_qq_tab #floatShow .online_mobile svg {
	fill: #fff;
}

#online_qq_tab #floatShow:hover .online_open {
	opacity: 1;
}

#online_qq_tab #floatShow:hover .online_close {
	opacity: 0;
}

#online_qq_tab #floatShow:hover {
	margin-right: 0;
}

#online_qq_tab #floatShow p {
	font-size: 20px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	line-height: 120%;
	position: absolute;
	right: 15px;
	top: 22px;
	margin-top: -12px;
	opacity: 1;
	transition: all .8s;
	max-width: 180px;
	font-family: "Hangout";
}

#online_qq_tab #floatShow:hover p {
	opacity: 1;
}

#online_qq_tab .circle {
	background: rgba(52, 44, 42, 0.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
	left: 2px;
	top: 50%;
	margin-top: -20px;
}

#online_qq_tab .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab.animation-stopped .circle {
	opacity: 0 !important
}

#online_qq_tab.animation-stopped .circle {
	opacity: 0 !important
}

#online_qq_tab #floatHide {
	height: 30px;
	color: #fff;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 10px;
}

#online_qq_tab #floatHide:after {
	border-radius: 0;
	font-size: 18px;
	content: "";
	background: #fff;
	line-height: 30px;
	width: 16px;
	height: 2px;
	display: inline-block;
	margin-top: 0.14rem;
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
	text-decoration: none;
}

@keyframes scaleToggleOne {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

#onlineService {
	display: inline;
	width: 350px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 0.14rem;
	box-shadow: 0 0 0.14rem 0 rgba(151, 151, 151, 0.5);
	-webkit-box-shadow: 0 0 0.14rem 0 rgba(151, 151, 151, 0.5);
	border-top: none;
	border-radius: 0;
}

#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 5px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%;
	border-radius: 0;
	background: #342c2a;
	box-shadow: none;
	color: #fff;
	justify-content: center;
	font-size: 14px;
	border: none;
}

#online_qq_layer .inquiry .main_more input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
	background: none;
}

#onlineService .title {
	display: block;
	font-size: 0.24rem;
	padding: 15px 20px;
	padding-bottom: 25px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	border-radius: 0;
	font-family: "Hangout";
	background: #342c2a;
}

#onlineService .title b {
	color: #fff;
}

#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	background: #fff;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	font-size: 12px;
}

.i_message_inquiry .inquiry {
	padding: 20px 10px;
	border-radius: 0;
	padding-top: 0;
}

.i_message_inquiry .inquiry form {
	padding: 0 10px;
}

.i_message_inquiry .inquiry .form-control {
	border: 1px solid #ccc;
	background: none;
	line-height: 40px;
	height: 40px;
	color: #808080;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	background-position: 95% 0.14rem;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-radius: 0;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
	font-family: 'OakesGrotesk';
	font-size: 12px;
}

.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	background-color: #fafafa;
	border-color: #333;
}

.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 0;
	height: 80px;
	padding: 15px;
	padding-right: 40px;
}

.i_message_inquiry .inquiry .input-group {
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
	border: none;
}

.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}

.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	line-height: 48px;
	z-index: 111;
}

.i_message_inquiry .inquiry .input-group span:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 2;
	width: 28px;
	height: 23px;
	z-index: 9;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.i_message_inquiry .inquiry .input-group span.ms_p:after {
	background-position: 0 -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_e:after {
	background-position: -40px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_m:after {
	background-position: -82px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 100px;
	padding-top: 8px;
	line-height: 20px;
	max-height: 120px;
	max-width: 100%;
	width: 100%;
	min-height: 100px;
}

.i_message_inquiry .inquiry .input-group span.ms_p:before,
.i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}

.i_message_inquiry .inquiry #auth_code1 {
	margin-top: 10px;
}

.i_message_inquiry .inquiry .refresh {
	font-size: 0.14rem;
	margin-left: 10px;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}

/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 30%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}

.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-contact.active {
	width: 280px;
}

.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #cf1820;
	margin-bottom: 2px;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.5)
}

.fixed-contact.active li a {
	opacity: 1;
}

.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon.png);
}

.fixed-contact.active li:after {
	z-index: 1001;
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, .2);
}

.fixed-contact.active li:last-child:after {
	display: none;
}

.fixed-contact li:hover i,
.fixed-contact li:hover a {
	opacity: .7;
}

.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

.fixed-contact .online_e i {
	background-position: -50px -262px;
}

.fixed-contact .online_w i {
	background-position: -150px -262px;
}

.fixed-contact .online_s i {
	background-position: -100px -262px;
}

.fixed-contact .online_f i {
	background-position: -250px -262px;
}

.fixed-contact .online_i i {
	background-position: -300px -262px;
}

.fixed-contact .online_tw i {
	background-position: -152px -211px;
}

.fixed-contact .online_code i {
	background-position: -200px -262px;
}

.fixed-contact li a {
	position: absolute;
	top: 0;
	left: 60px;
	display: block;
	width: 240px;
	line-height: 110%;
	padding: 18px 0 0 30px;
	color: #fff;
	white-space: nowrap;
	transition: all .4s;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}

.fixed-contact.active li a {
	left: 20px;
}

.fixed-contact .online_code a img {
	max-width: 80px;
}

.fixed-contact.active .online_code {
	height: 130px;
}

.fixed-contact.active .online_code a p {
	margin: 0;
	margin-bottom: 5px;
}

.fixed-contact li.online_code:hover a {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.fixed-contact {
		display: none !important;
	}

	.fixed-contact.show {
		opacity: 0;
	}
}

.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 999999;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px 2px 0 0;
	background: #fff;
	border-top: 1px solid #eee;
}

.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 5px;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}

.mobile_nav a svg {
	width: 0.24rem;
	height: 0.24rem;
	display: inline-block;
	fill: #808080;
	margin-top: 0.02rem;
}

.mobile_nav a p {
	color: #4d4d4d;
	padding-top: 5px;
	font-size: 0.14rem;
	text-transform: capitalize;
	line-height: 0.14rem;
	margin: 0;
}

.mobile_nav a:nth-child(3) {
	float: right;
}

.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	.onlineMenu .call-top {
		padding: 8px 5px;
	}

	.onlineMenu .call-top p {
		font-size: 16px;
	}

	.onlineMenu ul {
		padding: 10px;
	}

	.onlineMenu .call>p {
		padding-left: 20px;
		font-size: 0.14rem;
	}

	.onlineMenu .call>p a {
		font-size: 0.14rem;
	}

	.onlineMenu .call>p.ser01,
	.onlineMenu .call>p.ser02,
	.onlineMenu .call>p.ser03,
	.onlineMenu .call>p.ser04,
	.onlineMenu .call>p.ser05 {
		background-size: 0.14rem;
	}

	#online_qq_tab #floatShow:before {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer {
		right: 0;
	}

	#onlineService {
		width: 100%;
	}

	#online_qq_layer {
		width: 100%;
		bottom: 0;
	}

	#online_qq_tab #floatShow {
		background: #cf1820;
		margin-right: 0;
		width: 48px;
		height: 48px;
		border: 2px solid #f7f7f7;
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		z-index: 9999999999;
		right: 50%;
		margin-right: -25px;
		bottom: 5px;
		position: absolute;
	}

	#online_qq_tab #floatShow .online_icon {
		width: 100%;
		height: 100%;
		left: 0;
		margin-top: 0;
		top: 0;
	}

	#online_qq_tab #floatShow .online_close,
	#online_qq_tab #floatShow .online_open {
		display: none;
	}

	#online_qq_tab #floatShow .online_mobile {
		display: flex;
	}

	#online_qq_tab #floatShow p {
		display: none;
	}

	#online_qq_tab #floatShow:after {
		display: none;
	}

	#online_qq_tab #floatShow:hover {
		margin-right: -25px;
	}

	#online_qq_tab .animated-circles {
		display: none;
	}

	.mobile_nav {
		display: block;
		box-sizing: content-box;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	#online_qq_layer {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.progress-wrap {
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.mobile_nav a i {
		width: 28px;
		height: 28px;
	}

	.mobile-footer-bottom {
		padding-bottom: 70px;
	}

	#onlineService .i_message_inquiry .main-more input {
		padding: 8px 20px;
	}

	#onlineService .title {
		padding-top: 0.14rem;
		line-height: 20px;
		padding-bottom: 24px;
	}
}

/*page*/
.page_banner {
	background: #333;
	text-align: center;
	overflow: hidden;
	position: relative;
	min-height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 5;
}

.page_banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}

.page_banner .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0;
}

.page_banner>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.page_banner .main_title .line {
	margin-bottom: 5px;
	margin-top: 5px;
}

.page_banner .main_title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 40px 10px;
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.page_banner .main_title em {
	color: #fff;
	margin: 0;
}

.page_banner .main_title em:before {
	display: none;
}

.page_section {
	position: relative;
	padding-top: 0;
	padding-bottom: 80px;
}

.page_section.page_gary {
	background: linear-gradient(to bottom, #f7f7f7, #fff);
}

.page_products {
	position: relative;
	padding-top: 50px;
	z-index: 5;
	z-index: 2;
	padding-bottom: 0;
}

.page_section .main_title {
	margin-bottom: 10px;
	padding-top: 0.5rem;
	border-radius: 0;
}

.page_section .main_title h1 {
	margin: 0;
	font-weight: normal;
}

.page_section .main_title .line {
	margin-top: 10px;
}

.breadcrumb {
	font-size: 0.14rem;
	border-radius: 0;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	color: #808080;
	padding: 0;
	width: 100%;
	z-index: 5;
	background-color: transparent;
}

.breadcrumb .bread_right {
	padding-top: 0;
	line-height: 20px;
	color: #808080;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
}

.breadcrumb>i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
	vertical-align: middle;
}

.breadcrumb a.home i {
	margin-right: 5px;
}

.breadcrumb a.home {
	color: #333333;
}

.breadcrumb a {
	color: #808080;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #cf1820;
}

.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 22px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
}

.breadcrumb h1 {
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 22px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
}

.breadcrumb .attachment_line_top {
	display: none;
}

.single-page .text img {
	max-width: 100%;
	height: auto;
}

.single-page .text a:hover {
	color: #cf1820;
}

.single-page .text ul {
	padding-left: 20px;
}

.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}

.page_footer {
	padding-top: 50px;
	margin-top: 0;
}

.page_nav {
	margin-bottom: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.page_nav ul {
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 0;
	justify-content: center;
}

.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 25%;
	padding-right: 20px;
	float: left;
}

.page_nav li:last-child {
	border-right-color: transparent;
}

.page_nav li a {
	display: flex;
	padding: 10px 10px;
	font-size: 0.14rem;
	line-height: 24px;
	text-transform: uppercase;
	transition: all .5s;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	font-family: 'OakesGrotesk semibold';
	background: #f7f7f7;
	border-radius: 0;
}

.page_nav li a p {
	margin: 0;
	margin-left: 0;
	color: #333;
	transition: all .5s;
}

.page_nav li a:before {
	bottom: -10px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #cf1820;
	border-width: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	margin-left: -10px;
}

.page_nav li a:hover,
.page_nav li.active a {
	background: #cf1820;
	text-decoration: none;
}

.page_nav li a:hover p,
.page_nav li.active a p {
	color: #fff;
}

.page_nav li a:hover:before,
.page_nav li.active a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: -20px;
}

.page_section02 {
	background: #fff;
	padding-bottom: 40px;
}

.page_section02 .breadcrumb {
	background: #f8f8f8;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 1300px) {
	.breadcrumb {
		width: 100%;
		margin-top: 15px;
	}

	.page_nav {
		margin-top: 0;
	}

	.page_nav li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 992px) {
	.page_banner {
		margin-top: 0;
	}

	.page_banner .attachment_line_top {
		display: none;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section .attachment_line_bottom {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.page_section {
		padding-bottom: 40px;
		background: #fff;
	}

	.page_section.page_gary {
		background: #f7f7f7;
	}

	.page_section>.container:before {
		left: 0;
		right: 0;
	}

	.page_section>.container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page_section .page_column {
		top: 0;
		padding: 30px 0 20px 0;
		box-shadow: none;
	}

	.page_banner {
		background-image: url("../images/page-banner.jpg");
	}

	/*.page_banner .ovrly{opacity: 0.5;z-index: 4;}*/
	.page_banner .main_title {
		background: none;
		padding: 10px;
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.page_banner .main_title:before {
		display: none;
	}

	.page_banner img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 140px;
	}

	.breadcrumb,
	.breadcrumb a,
	.breadcrumb>i,
	.breadcrumb h2 {
		text-transform: capitalize;
		line-height: 20px;
		font-size: 12px;
	}

	.breadcrumb {
		padding-bottom: 0;
		width: 100%;
		padding-left: 0;
		justify-content: center;
		background: none;
		margin-top: 10px;
	}

	.breadcrumb:before {
		display: none;
	}

	.breadcrumb .container {
		padding-left: 10px;
	}

	.page_nav {
		display: block;
		margin-bottom: 0;
		border-bottom: none;
	}

	.page_nav li {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
	}

	.page_nav li a {
		padding: 5px 10px;
		font-size: 12px;
		display: block;
		border-radius: 0;
		clip-path: none;
		-webkit-clip-path: none;
		height: 50px;
		line-height: 18px;
	}

	.page_nav li a:after {
		border-radius: 10px;
		opacity: 0.2;
	}

	.page_nav li a p {
		font-size: 12px;
		margin: 0;
		margin-top: 0;
		padding: 0;
		line-height: 18px;
	}

	.page_footer {
		padding-bottom: 110px;
	}

	.page_section .main_title {
		margin-top: 0;
		padding-top: 0.5rem;
	}

	.page_section .main_title em {
		background-size: 56px;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section02 .breadcrumb {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}

	.page_banner .main_title em {
		font-size: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.page_nav ul {
		display: block;
	}

	.page_nav li {
		width: 50%;
		padding: 5px;
	}

	.page_nav li a:hover,
	.page_nav li.active a {
		border-color: #333333;
	}
}

.contact_section {
	padding: 0;
}

.contact_section .page_column {
	top: 0;
	box-shadow: none;
	padding-bottom: 0;
}

.page_contact {
	padding-bottom: 0;
	padding-top: 0;
	background: #f7f7f7;
}

.contact_container {
	position: relative;
	background: url(../images/banner-map.jpg) no-repeat center center;
	background-size: cover;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contact_container .main_title {
	text-align: left;
	margin: 0;
	padding: 0;
	background: none;
	margin-bottom: 20px;
}

.contact_container .main_title em {
	color: #fff;
	background-image: url(../images/title-bg-write.jpg);
}

.contact_container .breadcrumb {
	text-align: left;
	color: #fff;
}

.contact_container .breadcrumb a.home,
.contact_container .breadcrumb h2,
.contact_container .breadcrumb a {
	color: #fff;
}

.contact_container .container {
	position: relative;
}

.contact_container .contact_add_icon {
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	transform: translate(0, -50%);
	opacity: 0.5;
}

.contact_container .contact_add_icon svg {
	fill: #fff;
	width: 0.8rem;
	height: 0.8rem;
}

@media only screen and (max-width: 768px) {
	.contact_container {
		height: 200px;
	}

	.contact_container .contact_add_icon {
		display: none;
	}

	.contact_container .main_title {
		text-align: center;
	}
}

.contact_info {
	position: relative;
	padding: 40px 20px;
	margin-bottom: 10px;
	margin-top: 0;
	z-index: 2;
	background: #fff;
}

.contact_info ul {
	list-style: none;
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
}

.contact_info ul li {
	position: relative;
	z-index: 2;
}

.contact_info ul li .column {
	text-align: left;
	padding: 15px;
	min-height: 260px;
	border-radius: 0;
	height: 100%;
	width: 100%;
	border-right: 1px solid #e5e5e5;
}

.contact_info ul li:last-child .column {
	border-right-color: #fff;
}

.contact_info ul li .wrap {
	padding-top: 10px;
}

.contact_info ul li em {
	font-size: 0.24rem;
	color: #4c4c4c;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 20px;
	position: relative;
	display: block;
	font-weight: 600;
}

.contact_info ul li .txt {
	line-height: 20px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}

.contact_info .icon {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	padding: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #333;
	border-radius: 0;
	padding: 5px;
}

.contact_info ul li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	transition: all .5s;
	background-image: url(../images/icon.png);
	position: relative;
	z-index: 2;
}

.contact_info ul li p {
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
}

.contact_info ul li p a:hover {
	color: #cf1820;
}

@media only screen and (max-width: 768px) {
	.page_contact_info {
		top: -10px;
	}

	.page_contact {
		padding-bottom: 0;
	}

	.contact_info {
		padding-top: 20px;
		padding-bottom: 0;
		margin-bottom: 10px;
		margin-top: -10px;
		border: none;
	}

	.contact_info ul {
		margin: 0;
		display: block;
	}

	.contact_info ul li {
		border-right: none;
		padding: 0;
		margin-bottom: 15px;
	}

	.contact_info ul li .column {
		padding: 0;
		padding-bottom: 10px;
		min-height: auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}

	.contact_info ul li:last-child .column {
		border-bottom-color: transparent;
	}

	.contact_info ul li em {
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contact_info ul li .txt {
		margin-top: 5px;
		color: #ccc;
	}

	.contact_info ul li .wrap {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.page_section .contact_l li .box {
		padding: 15px;
	}

	.page_banner .icon {
		width: 50px;
		height: 50px;
	}

	.page_banner .icon i {
		line-height: 50px;
		font-size: 16px;
	}

	.page_menu {
		display: none;
	}

	.contact_info ul {
		padding-top: 0;
	}
}

.page_con {
	padding-top: 60px;
}

.page_send {
	display: block !important;
}

.map {
	top: 0;
	padding: 0;
	margin-top: 0;
}

.map .container {
	position: relative;
	z-index: 9;
}

.page_title {
	display: block;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 100%;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 0;
	position: relative;
	font-family: 'OakesGrotesk semibold';
}

.page_title i {
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	color: #fff;
	z-index: 5;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.page_title i:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #333333;
}

.page_con {
	padding-top: 70px;
}

.message_wrap {
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	display: flex;
	border-radius: 0;
	overflow: hidden;
	border-radius: 0;
	width: 100%;
	border-top: 2px solid #cf1820;
}

.message_wrap .send_column {
	border: none;
	box-shadow: none;
	padding-top: 65px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 60px;
	box-shadow: none;
	position: relative;
	width: 100%;
}

.message_wrap .send_column .main_title {
	margin-top: 0;
	padding-top: 0;
}

.contact_text {
	padding-top: 50px;
	padding-bottom: 60px;
	padding-right: 0;
}

.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 30px;
}

.contact_sns .text {
	margin-bottom: 15px;
	font-size: 0.14rem;
	color: #808080;
	line-height: 20px;
}

.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}

.contact_sns a.con_sns_f {
	background: #395a99;
}

.contact_sns a.con_sns_t {
	background: #44ccf6;
}

.contact_sns a.con_sns_l {
	background: #0275b6;
}

.contact_sns a.con_sns_g {
	background: #d13f2d;
}

.contact_sns a.con_sns_y {
	background: #ff0000;
}

.contact_sns a.con_sns_b {
	background: #ff6600;
}

.contact_sns a.con_sns_p {
	background: #cb2027;
}

.contact_sns a.con_sns_v {
	background: #5e82a9;
}

.contact_sns a.con_sns_i {
	background: #d1312a;
}

.contact_right {
	padding-top: 80px;
	padding-left: 6%;
	padding-bottom: 0;
	padding-right: 0;
}

.contact_right .main_title {
	text-align: left;
}

.contact_right .main_title:before {
	left: 0;
	transform: translate(0, 0)
}

.contact_right .main_title em {
	font-size: 30px;
	margin-bottom: 0;
}

.contact_right .text ul {
	padding-left: 20px;
}

.contact_right .text em {
	font-style: italic;
}

.page_send {
	display: block !important;
}

.contact_right .social_icons {
	margin-top: 40px;
}

.contact_right .social_icons li a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: #333333;
	align-items: center;
	justify-content: center;
}

.social_icons li.page_title {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px !important;
}

@media only screen and (max-width: 992px) {
	.single_con_column {
		width: 100%;
		padding: 30px 0;
	}

	.contact_list {
		margin-bottom: 0;
		padding: 0;
	}

	.page_section .mes_box {
		display: block;
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}

	.page_con_column {
		padding: 0;
		padding-top: 30px;
		width: 100%;
	}

	.page_section .send_column {
		width: 100%;
	}

	.page_send {
		background-size: cover;
		margin-bottom: -50px;
	}

	.contact_right {
		min-height: 564px;
	}

	.message_wrap .message_left {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.single_con_column .send_box {
		display: block;
		width: 100%;
	}

	.message {
		z-index: 9999;
	}

	.map {
		margin-top: 0;
		top: 0;
	}

	.map .container {
		padding: 0;
	}

	.page_title {
		font-size: 26px;
	}

	.page_title i {
		font-size: 18px;
	}

	.single_con_column .send_column {
		bottom: 0;
		margin-top: 30px;
	}

	.contact_sns a {
		margin: 3px;
	}

	.con_main {
		margin-top: 20px;
	}

	.page_section .send_column ul li {
		padding: 0;
		margin-bottom: 30px;
	}

	.message_info {
		padding: 50px 0;
	}

	.message_wrap {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		border-radius: 0;
	}

	.message_wrap .send_column {
		padding: 30px 15px;
	}

	.contact_right {
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 0;
		padding-left: 0;
		min-height: inherit;
	}

	.page_con {
		padding-top: 40px;
	}

	.page_column {
		padding: 0;
	}

	.contact_right .social_icons li {
		padding: 0 3px;
	}

	.contact_right .social_icons li img {
		max-width: 40px;
	}

	.contact_text {
		padding-left: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*left*/
.page-left {
	width: 22%;
	float: left;
	margin-top: 40px;
}

.page-left .fot_title {
	display: block;
	position: relative;
	padding: 10px 0.14rem;
	background-size: cover;
	background-color: #cf1820;
}

.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 0.24rem;
	line-height: 130%;
	text-transform: uppercase;
	font-family: "Hangout";
}

.page-left .left_title .column_icon_toggle {
	display: none;
}

.left-cat .fot_title em {
	padding-left: 40px;
}

.left-cat .fot_title em:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	transition: all .5s;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.2) url(../images/icon.png) no-repeat;
	position: relative;
	right: auto;
	top: auto;
	background-position: -39px -92px;
	content: '';
	position: absolute;
	left: -5px;
	top: -2px;
	border-radius: 0;
}

.left-cat .fot_title:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.08);
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}

.left-pro .fot_title em:before {
	display: none;
}

.left-pro .fot_title {
	padding: 10px 0;
	background-color: transparent;
}

.left-pro .fot_title em {
	color: #333;
}

.left-pro .fot_title span {
	display: none;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	border-bottom: none;
	border-radius: 0;
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
	background: #fff;
}

ul.mtree>li {
	list-style: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #eee;
}

ul.mtree>li:last-child {
	border-bottom: none;
}

ul.mtree>li>div {
	display: flex;
	align-items: center;
	padding: 4px 0;
}

ul.mtree>li>div>a {
	font-size: 0.16rem;
	padding: 10px 0 10px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-right: 30px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-family: 'OakesGrotesk semibold';
}

ul.mtree>li>div .image {
	display: flex;
	min-width: 42px;
	max-width: 42px;
	height: 42px;
	padding: 0;
	margin-right: 10px;
	background-position: 0 0;
	background-size: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	overflow: hidden;
}

ul.mtree>li:last-child>a {
	border-bottom: none;
}

ul.mtree>li .top a p {
	margin: 0;
	padding-left: 5px;
}

ul.mtree>li .top a span {
	max-width: 36px;
	min-width: 36px;
}

ul.mtree a {
	display: block;
	font-size: 0.14rem;
	color: #555555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px;
}

ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}

ul.mtree.transit>li.mtree-open>b:before,
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #cf1820;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 65px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #cf1820;
	height: 40px;
}

ul.mtree.transit li.mtree-closed>b:before,
ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree.transit>li:hover.mtree-closed>b:before {
	color: #333333;
}

ul.mtree li ul a li a {
	padding-left: 20px;
}

ul.mtree>li:hover>div>a {
	color: #cf1820;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 0.14rem;
}

ul.mtree>li.mtree-open {
	padding-bottom: 0;
}

ul.mtree>li.mtree-open>div>a {
	color: #cf1820;
	font-family: 'OakesGrotesk semibold';
}

ul.mtree>li.mtree-node:hover>div>a {
	color: #cf1820;
	font-family: 'OakesGrotesk semibold';
}

ul.mtree>li.mtree-open:hover>div>a {
	color: #cf1820;
	font-family: 'OakesGrotesk semibold';
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #cf1820;
	text-decoration: none;
}

ul.mtree ul {
	border: none;
	margin-bottom: 10px;
}

ul.mtree ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #fafafa;
}

ul.mtree ul li a {
	display: block;
	color: #333;
}

ul.mtree>li>ul>li>a {
	font-weight: normal;
	position: relative;
	transition: all .5s;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
	background: #f7f7f7;
}

ul.mtree>li>ul>li>a:hover {
	color: #cf1820;
	text-decoration: none;
	padding-left: 15px;
	background-color: #fafafa;
}

ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #333333;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}

ul.mtree>li>ul>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 0.14rem;
	margin-right: 10px;
	margin-left: 6px;
}

ul.mtree>li>ul>li>a:before {
	content: "";
}

ul.mtree ul li:hover a {
	color: #cf1820;
}

ul.mtree li ul li.mtree-open {
	border-top: 1px solid #e5e5e5;
}

ul.mtree li ul li.mtree-open>a {
	color: #cf1820;
	text-decoration: none;
	font-family: 'OakesGrotesk semibold';
	background: #fafafa;
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #fafafa;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

ul.mtree .mtree-level-2 li:last-child a {
	border-bottom: none;
}

ul.mtree li ul.mtree-level-2 li a {
	color: #333;
	font-weight: normal;
	padding-left: 10px;
	font-family: 'OakesGrotesk';
	font-size: 12px;
}

ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 5px;
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}

ul.mtree .mtree-level-2 li a:hover:before {
	background: #cf1820;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
	background: #fff;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
	background: #fff;
	color: #FFF;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
	padding-left: 2em;
}

ul.mtree.jet li li li>a {
	padding-left: 3em;
}

ul.mtree.jet li li li li>a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

.mtree-skin-selector {
	display: none !important;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
	text-transform: uppercase;
	color: #4d4d4d;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #cf1820;
}

.left-adv {
	margin-top: 30px;
	width: 100%;
	background: #333 url("../images/page-banner.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	border-radius: 0;
	position: relative;
	border: 2px solid #fff;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.05);
}

.left-adv:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	border-radius: 0;
	border: none;
}

.left-adv .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=0.4);
	transition: all .5s;
	border-radius: 0;
}

.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 20px 40px 20px;
	z-index: 2;
	text-align: left;
	border-radius: 0;
}

.left-adv .icon {
	width: 36px;
	height: 36px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.left-adv .icon i {
	width: 36px;
	height: 36px;
	background: url(../images/icon.png) no-repeat;
	background-position: -423px 0px;
	display: inline-block;
}

.left-adv .main .title {
	font-size: 0.28rem;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.14rem 0;
	font-family: "Hangout";
}

.left-adv .main .title:hover {
	text-decoration: none;
}

.left-adv .main .text {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.left-adv .main_more {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 0.16rem;
	align-items: center;
}

.left-adv .main_more i {
	width: 18px;
	height: 14px;
	background-position: -351px -102px;
	margin-top: 2px;
}

.left-adv .main_more:hover i {
	animation: none;
}

/*hot_pro*/
.left-pro {
	margin-top: 30px;
}

.left-pro .left_pro_scroll {
	padding: 0;
	padding-top: 5px;
	position: relative;
}

.left-pro .swiper-container {
	overflow: hidden;
	height: 447px;
}

.left-pro .swiper-slide {
	background: #fff;
	list-style: none;
	transition: all .5s;
	padding: 10px 5px;
	position: relative;
	border-radius: 0;
	padding-right: 5px;
	position: relative;
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 15px;
	height: auto;
}

.left-pro .swiper-slide:hover {
	background: #fff;
	border-color: #cf1820;
}

.left-pro .swiper-slide .main {
	width: 68%;
	float: left;
	padding-left: 10px;
	z-index: 10;
	padding-top: 5px;
}

.left-pro .swiper-slide .title {
	font-size: 14px;
	line-height: 24px;
	height: auto;
	max-height: 72px;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	padding-right: 15px;
}

.left-pro .swiper-slide .title:hover {
	color: #cf1820;
	text-decoration: none;
}

.left-pro .swiper-slide .image {
	float: left;
	width: 32%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 10;
	border-radius: 2px;
}

.left-pro .swiper-slide .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.left-pro .swiper-slide .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.left-pro .swiper-slide:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.left-pro .swiper-slide .more {
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: absolute;
	right: 10px;
	bottom: 0;
	transition: all .5s;
	opacity: 0;
	align-items: center;
	justify-content: center;
	border: none;
	text-decoration: none;
	border-radius: 0 0 0 0;
	background: #333333;
}

.left-pro .swiper-slide:hover .more {
	right: 0;
	opacity: 1;
}

.left-pro .swiper-slide .more i {
	border-radius: 50%;
	display: inline-block;
	transition: 0.8s all;
	text-align: center;
	color: #333;
	transition: all .5s;
	background: url(../images/icon.png) no-repeat;
	width: 8px;
	height: 14px;
	background-position: -117px -327px;
}

.left-pro .swiper-slide:hover .more i {
	color: #333;
}

.left-pro .swiper-button-next {
	width: 36px;
	height: 36px;
	background: #333;
	margin: 0;
	top: -42px;
	right: 0;
	opacity: 1;
}

.left-pro .swiper-button-next:after {
	content: "\f107";
	font-size: 20px;
	color: #fff;
	background: none;
	font-family: 'FontAwesome';
	line-height: 20px;
	width: auto;
	height: auto;
}

.left-pro .swiper-button-prev {
	width: 36px;
	height: 36px;
	background: #333;
	margin: 0;
	top: -42px;
	right: 0;
	opacity: 1;
	left: auto;
	margin-right: 42px;
}

.left-pro .swiper-button-prev:after {
	content: "\f106";
	font-size: 20px;
	color: #fff;
	background: none;
	font-family: 'FontAwesome';
	line-height: 20px;
	width: auto;
	height: auto;
}

.page-right {
	width: 78%;
	padding-left: 50px;
	padding-right: 0;
	float: right;
	margin-top: 40px;
}

@media only screen and (min-width: 992px) {
	.page-left .toggle_content {
		overflow: inherit !important;
	}
}

@media only screen and (max-width: 1260px) {
	.page-left {
		width: 26%;
	}

	.page-right {
		width: 74%;
	}
}

@media only screen and (max-width: 992px) {
	.page-title em {
		font-size: 24px;
	}

	.page-left {
		width: 100%;
		float: none;
		top: 0;
		margin-top: 20px;
	}

	.left-pro,
	.left-con,
	.left-video,
	.left-solu,
	.left-news {
		margin-top: 0;
		padding: 0;
		border: none;
	}

	.page-left .fot_title {
		margin-bottom: 10px;
		margin-bottom: 0;
		padding: 12px 15px 12px 15px;
		border-radius: 0;
		border: none;
		margin-bottom: 10px;
		background: #cf1820;
	}

	.page-left .fot_title span,
	.left-pro .fot_title span {
		border-radius: 5px;
		background: #cf1820;
		display: block;
	}

	.page-left .fot_title span:before {
		bottom: 2px;
		border-radius: 5px;
		border-bottom: 2px dashed #fff;
		opacity: 0.2;
	}

	.page-left .fot_title:before {
		display: none;
	}

	.page-left .fot_title>em,
	.page-left .left-cat .fot_title em {
		margin: 0;
		font-size: 0.2rem;
		color: #fff;
		padding: 0;
		line-height: 20px;
		text-transform: uppercase;
		border: none;
		background: none;
	}

	.page-left .fot_title em:before {
		display: none;
	}

	.page-left .fot_title .icon-minus-sign:before,
	.page-left .fot_title .icon-minus-sign:after,
	.page-left .fot_title .icon-plus-sign:before,
	.page-left .fot_title .icon-plus-sign:after {
		background: #fff;
	}

	.page-left .fot_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 19px;
		font-style: normal;
		cursor: pointer;
		font-size: 0.14rem;
		font-weight: normal;
	}

	.page-left .left_title>span {
		display: none;
	}

	.page-left .block_content {
		padding: 0;
	}

	.left-con .left_title {
		display: block;
	}

	.left_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 20px;
		font-style: normal;
		cursor: pointer;
		font-size: 0.14rem;
		font-weight: normal;
	}

	.page-right {
		width: 100%;
		padding: 0;
		float: none;
		margin-top: 20px;
	}

	.left-cat {
		margin-bottom: 10px;
		padding: 0;
	}

	.left-pro {
		margin-bottom: 10px;
	}

	.left-nav {
		margin-bottom: 10px;
	}

	.left-adv {
		display: none;
	}

	.page-left .fot_title em:after {
		display: none;
	}

	.left-pro ul li .title {
		font-size: 12px;
	}

	.page-left .fot_title::after {
		display: none;
	}

	.left-pro ul li .more {
		right: 0;
		top: auto;
		bottom: 0;
		border-radius: 5px 0 0 0;
		margin: 0;
		border: none;
		width: auto;
		height: auto;
		padding: 0;
	}

	.left-pro ul li .more i {
		border-radius: 5px 0 0 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	ul.mtree>li>ul>li>a {
		font-size: 12px !important;
	}

	.left-pro ul li .main {
		padding-top: 0;
	}

	ul.mtree>li>div>a {
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	ul.mtree.transit>li.mtree-open>b:before,
	ul.mtree .mtree-level-1 li.mtree-open>b:before {
		height: 48px;
	}

	ul.mtree {
		padding: 0 10px;
		border-radius: 0;
	}

	.page_products {
		padding-bottom: 0;
		padding-top: 30px;
	}

	.left-pro .swiper-button-next {
		top: 0;
		right: 0;
		height: 28px;
	}

	.left-pro .swiper-button-prev {
		top: 0;
		margin: 0;
		left: 0;
		right: auto;
		height: 28px;
	}
}


/*sitemap*/
.sitemap {
	width: 100%;
}

.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
	margin-bottom: 15px;
	background: #f7f7f7;
	border-radius: 0;
	overflow: hidden;
}

.stp-top {
	width: 100%;
	background: #eee;
	margin-bottom: 1px;
}

.stp-top .page_info_title {
	font-size: 0.16rem;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	font-family: 'OakesGrotesk semibold';
	padding: 0;
	padding: 15px 20px;
	transition: all .5s;
}

.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #fff;
	background: #cf1820;
}

.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stp-listB {
	display: block;
	padding: 15px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px 20px;
	list-style: none;
	margin-top: -1px;
	background: #fff;
	border-radius: 0;
}

.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
}

.stp-listB>li>a {
	line-height: 22px;
	display: block;
	color: #4d4d4d;
}

.stp-listB>li>a i {
	padding-right: 5px;
}

.stp-listB>li:hover>a {
	color: #cf1820;
}

.stp-listB>li:nth-child(4n+1) {
	clear: both;
}

.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}

.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}

.stp-pro .stp-listB>li .title {
	font-size: 0.14rem;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}

.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}

.stp-pro .stp-listB>li .title:hover {
	color: #cf1820;
	text-decoration: none;
}

.stp-pro .stp-listB>li .title:hover:after {
	color: #cf1820;
}

.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 20px;
	list-style: none;
}

.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}

.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 12px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}

.stp-listB li .stp-listC li a:hover {
	color: #cf1820;
}


@media only screen and (max-width: 768px) {
	.stp-listA {
		padding: 0;
		background: #fff;
		padding: 0;
	}

	.stp-listB>li {
		width: 50%;
		padding: 4px 0;
	}

	.stp-listB>li:nth-child(2n+1) {
		clear: both;
	}

	.stp-listB {
		border-width: 1px;
		padding: 15px;
	}

	.stp-pro .stp-listB>li .image {
		max-width: 32px;
		min-width: 32px;
	}

	.stp-listB li .stp-listC li {
		width: 100%;
	}

	.stp-top .page_info_title {
		padding: 10px 10px;
	}

	.stp-listB li .stp-listC li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px) {
	.stp-listB li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}


/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.page_num span {
	display: inline-flex;
	color: #fff;
	font-size: 0.16rem;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 100%;
	transition: all .5s;
	position: relative;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #333;
}

.page_num a {
	background: #eee;
	padding: 0;
	display: inline-flex;
	text-transform: capitalize;
	font-size: 0.16rem;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 100%;
	transition: all .5s;
	color: #555;
	border-radius: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.page_num a:hover {
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	background: #333;
}

.page_num a i {
	line-height: 32px;
}

.page_num p {
	display: block;
	margin: 0;
	margin-top: 15px;
	color: #808080;
}

.page_num p:before {
	content: '[';
	padding-right: 3px;
}

.page_num p:after {
	content: ']';
	padding-left: 3px;
}

.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-family: 'OakesGrotesk semibold';
	color: #333;
	letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
	.page_num {
		border-radius: 0;
		text-align: center;
		padding: 0;
		margin-top: 10px;
		border-radius: 5px;
	}

	.page_num a,
	.page_num span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.page_num a i {
		line-height: 30px;
	}

	.page_num p {
		float: none;
		display: block;
		font-size: 12px;
	}
}

/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 50px;
	border-radius: 0;
}

.navigation li a:hover {
	text-decoration: none;
	border-color: #333333;
	border-radius: 0;
}

/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background: #e5e5e5;
}

.navigation li.prev_post a:before {
	left: 0;
	content: "\f106";
}

.navigation li.next_post a:before {
	left: 0;
	content: "\f107";
}

.navigation li a:hover:before {
	color: #fff;
	background: #cf1820;
	border-radius: 50%;
}

.navigation li a .meta_nav {
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 5px;
	line-height: 20px;
	transition: all .5s;
	font-family: "Hangout";
	font-size: 0.18rem;
}

.navigation li a:hover .meta_nav {
	color: #cf1820;
	opacity: 1;
}

.navigation li a .post_title {
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
	color: #808080;
}

.navigation li a:hover .post_title {
	color: #cf1820;
}

@media only screen and (max-width: 768px) {
	.navigation {
		margin-bottom: 0;
	}

	.navigation li {
		width: 100%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 15px;
	}

	.navigation li.prev_post a {
		padding-left: 50px;
		border-radius: 5px;
	}

	.navigation li.next_post a {
		padding-left: 50px;
		border-radius: 5px;
	}

	.navigation li.prev_post a:before {
		left: 0;
	}

	.navigation li.next_post a:before {
		left: 0;
	}

	.navigation li a:before {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.navigation li a .meta_nav {
		color: #333;
		margin-bottom: 0;
		font-size: 0.18rem;
	}

	.navigation li a {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 10px;
	}
}

.page_news {
	background: #f7f7f7 url(../images/bg_case.jpg) no-repeat right center;
	border-top: 1px solid #fff;
	background-size: cover;
}

.page_news:before {
	display: none;
}

.news li {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	display: flex;
	border-right: 2px solid #fff;
	align-items: flex-start;
	transition: all .5s;
	background: #f7f7f7;
	position: relative;
}

.news li:hover {
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.news li .image {
	overflow: hidden;
	position: relative;
	border-radius: 0;
	width: 30%;
}

.news li .link {
	position: relative;
	overflow: hidden;
	display: block;
}

.news li .link img {
	transition: all .9s;
	width: 100%;
	display: block;
}

.news li:hover .image .link img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.news li .image .link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
	opacity: 0;
	transition: opacity .7s ease;
}

.news li:hover .image .link:after {
	opacity: 1;
}

.news li .wrap {
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 10px;
	width: 70%;
	position: relative;
}

.news li .title {
	display: block;
	font-size: 0.16rem;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	color: #333333;
	margin-bottom: 15px;
	font-family: 'OakesGrotesk semibold';
	margin-top: 10px;
}

.news li .title:hover {
	color: #808080;
	text-decoration: none;
}

.news li .text {
	line-height: 24px;
	color: #808080;
	overflow: hidden;
	height: 48px;
	margin-bottom: 5px;
}

.news li .more {
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 40px;
	line-height: 40px;
	background: #e5e5e5;
	padding-left: 20px;
	padding-right: 15px;
	color: #333;
	text-transform: uppercase;
	font-family: 'OakesGrotesk semibold';
	transition: all .5s;
}

.news li:hover .more {
	background: #333;
	text-decoration: none;
	color: #fff;
}

.news li .more:after {
	content: '';
	margin-top: -4px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	width: 8px;
	height: 12px;
	margin-left: 8px;
	background-position: -31px -56px;
	transition: all .5s;
	vertical-align: middle;
}

.news li:hover .more:after {
	background-position: -43px -56px;
	animation: scroll_right_anim 1.5s infinite;
}

.news li .more p {
	margin: 0;
	display: inline-block;
}

.news li .page_date {
	margin-top: 0;
}

@media only screen and (max-width: 992px) {
	.news li {
		padding: 0 0
	}

	.news li .wrap {
		padding: 20px 10px;
		padding-bottom: 30px;
	}

	.news li .title {
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px;
	}

	.news li .text {
		line-height: 20px;
		height: 40px;
		margin-bottom: 5px;
	}

	.news li .more {
		height: 32px;
		line-height: 32px;
		padding-right: 10px;
	}
}

@media (max-width: 768px) {
	.news li {
		padding: 0;
		display: block;
	}

	.news li .image {
		width: 100%;
		border-radius: 0;
	}

	.news li .wrap {
		width: 100%;
		padding: 15px;
		padding-bottom: 40px;
	}

	.news li .title {
		line-height: 24px;
		height: auto;
		max-height: 48px;
	}

	.news li .text {
		line-height: 20px;
		height: auto;
		max-height: 40px;
	}

	.news li .page_date {
		font-size: 12px;
		margin-bottom: 0;
		left: 0;
		top: -20px;
	}

}

.news_detail_info {
	text-align: left;
}

.news_detail_info .news_detail_title {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.news_detail_info .news_detail_title h1 {
	margin: 0;
	font-weight: normal;
}

.news_detail_info .news_detail_title em.title {
	color: #333;
	font-size: 0.18rem;
	line-height: 28px;
	display: block;
	font-family: 'OakesGrotesk semibold';
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
}

.news_detail_info .page_date {
	margin-bottom: 0;
	margin-top: 10px;
}

.news_detail_info .date {
	width: auto;
	height: auto;
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 10px;
	padding: 2px 5px;
	display: inline-block;
	background: #333333;
	text-align: center;
}

.news_detail_info .date p {
	margin: 0;
	margin-left: 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.14rem;
	line-height: 24px;
}

.news_detail_info .date em {
	display: inline-block;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 100%;
	font-family: 'OakesGrotesk';
	color: #fff;
}

.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}

.news_detail_info .txt a {
	color: #333333;
}

.news_detail_info .txt ul {
	padding-left: 20px;
}

.news_detail_info .txt em {
	font-style: italic;
}

@media only screen and (min-width: 768px) {
	.news_detail_info {
		padding: 0;
		border-radius: 0;
	}
}

@media only screen and (max-width: 768px) {
	.news_detail_info .news_detail_title {
		display: block;
	}

	.news_detail_info .news_detail_title em.title {
		padding-right: 0;
		font-size: 0.20rem;
	}
}

/*blog*/
.left-blog {
	margin-bottom: 40px;
}

.left-blog ul {
	list-style: none;
	margin-top: 1px;
	background: #fff;
}

.left-blog ul li {
	margin-bottom: 0;
}

.left-blog ul li a {
	display: block;
	border-radius: 0;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 0;
	line-height: 24px;
	position: relative;
	padding-left: 25px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}

.left-blog ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #cf1820;
}

.left-blog ul li a:before {
	position: absolute;
	left: 10px;
	top: 19px;
	width: 4px;
	height: 4px;
	background: #ced2d9;
	display: inline-block;
	content: '';
	border-radius: 50%;
}

.left-blog ul li a:hover:before {
	left: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
}

.blog-archives {
	margin-bottom: 40px;
	background: #fff;
	padding: 15px;
	border-top: 2px solid #cf1820;
	padding-bottom: 30px;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
}

.blog-archives ul {
	list-style: none;
	padding-top: 10px;
}

.blog-archives ul li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.blog-archives ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	background: #cf1820;
}

.blog-archives ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.blog-archives ul li a {
	padding: 10px 5px;
	display: block;
	transition: all .5s;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

.blog-archives ul li:hover a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}

.blog-archives ul li a:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../images/icon.png) no-repeat;
	background-position: -117px -327px;
	opacity: 0;
	transition: all 0.5s;
}

.blog-archives ul li:hover a:after {
	opacity: 1;
	right: 10px;
}

.blog-tags {
	margin-bottom: 40px;
	background: #fff;
	padding: 15px;
	padding-bottom: 30px;
	border-top: 2px solid #cf1820;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
}

.blog-tags ul {
	list-style: none;
	padding-top: 10px;
}

.blog-tags ul li {
	display: inline-block;
	margin: 5px;
}

.blog-tags ul li a {
	display: inline-block;
	background: #eee;
	padding: 3px 0.14rem;
	font-size: 12px;
	line-height: 24px;
	transition: all .5s;
	border-radius: 0;
}

.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #cf1820;
	background: #cf1820;
	border-radius: 30px;
}

.blog_list {
	list-style: none;
	padding-top: 8px;
}

.blog_list>li {
	margin-bottom: 40px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
}

.blog_list>li:last-child {
	margin-bottom: 10px;
}

.blog_list>li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	border-radius: 0
}

.blog_list>li:hover:before {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 20px;
	min-width: 240px;
	max-width: 240px;
	margin-right: 20px;
	position: relative;
}

.blog_list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

.blog_list li .image:before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}

.blog_list li .image:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}

.blog_list li:hover .image:before,
.blog_list li:hover .image:after {
	height: 100%;
	width: 100%;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.blog_list li .title {
	color: #333;
	font-size: 0.16rem;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'OakesGrotesk semibold';
}

.blog_list li:hover .title {
	color: #cf1820;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 10px;
}

.blog_list li .post_blog_tag {
	margin-bottom: 0;
}

.blog_list li .main_more {
	margin-bottom: 20px;
}

.blog_list li .main_more a {
	line-height: 32px;
	height: 32px;
	font-size: 0.14rem;
}

.blog_list li .page_date {
	margin-top: 0;
}

.post_blog_tag {
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}

.post_blog_tag>p {
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	color: #666666;
	font-family: "Hangout";
	font-size: 0.18rem;
}

.post_blog_tag>p i {
	color: #cf1820;
	margin-right: 5px;
	font-size: 12px;
}

.post_blog_tag li {
	display: inline-block;
	margin: 5px 0 0 5px;
	position: relative;
	border: none;
	padding: 0;
}

.post_blog_tag li a {
	display: inline-block;
	background: #e5e5e5;
	font-size: 12px;
	border-radius: 0;
	line-height: 20px;
	color: #4d4d4d;
	padding: 5px 15px;
	transition: all .5s;
	text-transform: capitalize;
}

.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #fff;
	border-color: #cf1820;
	border-radius: 30px;
	background: #cf1820;
}

@media only screen and (min-width: 992px) {
	.blog-archives .fot_title {
		background: none;
		padding: 0;
		color: #333;
		box-shadow: none;
	}

	.blog-archives .fot_title em {
		color: #333;
	}

	.blog-archives .fot_title span {
		display: none;
	}

	.blog-tags .fot_title {
		background: none;
		padding: 0;
		color: #333;
		box-shadow: none;
	}

	.blog-tags .fot_title em {
		color: #333;
	}

	.blog-tags .fot_title span {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.left-blog {
		padding: 0;
		border: none;
		margin-bottom: 10px;
	}

	.blog_list li .right {
		padding-left: 65px;
		width: 100%;
	}

	.left-blog .left_title {
		display: block;
	}

	.blog-list p,
	.blog-cat p {
		margin-bottom: 15px;
	}

	.blog-list {
		border-bottom: 1px solid #efefef;
		padding-bottom: 20px;
	}

	.blog-archives,
	.blog-tags {
		margin-bottom: 10px;
		padding: 0;
		border: none;
		box-shadow: none;
	}

	.blog_list li .date em {
		font-size: 60px;
		line-height: 56px;
	}

	.blog-archives ul,
	.blog-tags ul {
		padding-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.blog_list>li {
		margin-bottom: 30px;
		padding: 0;
	}

	.blog_list>li .page_date {
		position: inherit;
		right: auto;
		top: auto;
	}

	.blog_list>li:hover:before {
		left: -10px;
		top: -10px;
		right: -10px;
		bottom: -10px;
	}

	.blog_list {
		border: none;
	}

	.blog_tag>p {
		display: block;
	}

	.blog_list li .right {
		padding-left: 80px;
	}

	.blog_list li .title {
		font-size: 0.18rem;
		margin-bottom: 5px;
	}

	.blog_list li .text {
		max-height: 48px;
		margin-top: 0;
	}

	.blog_list li .post_blog_tag {
		margin-top: 15px;
	}

	.blog_list li .image {
		min-width: 180px;
		max-width: 180px;
		margin-right: 10px;
	}

	.post_blog_tag {
		padding: 0;
		padding-top: 10px;
		border-radius: 0;
	}

	.post_blog_tag>p {
		display: block;
	}

	.post_blog_tag li a {
		padding: 3px 10px;
	}
}

@media only screen and (max-width: 480px) {
	.blog_list>li {
		padding-bottom: 20px;
		display: block;
	}

	.blog_list li .right {
		padding: 0;
		padding-top: 10px;
	}

	.blog_list li .more {
		letter-spacing: 0;
	}

	.blog_list li .image {
		min-width: 180px;
		max-width: 180px;
	}
}

/*products*/
.page_pro_list {
	background: #f7f7f7;
	padding-left: 90px;
	padding-right: 90px;
}

.page_pro_list .container {
	width: 100%;
}

.page_pro_list .row {
	margin: 0;
}

.page_pro_list .page_pro_column {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
	transition: 0.5s all;
}

.page_pro_list .page_pro_column:hover {
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.page_pro_list .page_pro_column .image {
	width: 50%;
	text-align: center;
}

.page_pro_list .page_pro_column .image img {
	max-width: 480px;
}

.page_pro_list .page_pro_column .wrap {
	width: 50%;
	padding: 60px 40px;
}

.page_pro_list .page_pro_column .title {
	display: block;
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 120%;
	text-transform: capitalize;
	color: #333;
	font-family: 'OakesGrotesk semibold';
}

.page_pro_list .page_pro_column .title:hover {
	text-decoration: none;
	color: #333333;
}

.page_pro_list .page_pro_column .text {
	color: #808080;
	font-size: 0.14rem;
	line-height: 24px;
	overflow: hidden;
	max-height: 96px;
}

.page_pro_list .page_pro_column .main_more {
	margin-top: 80px;
}

@media only screen and (max-width: 1480px) {
	.page_pro_list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 992px) {
	.page_pro_list .page_pro_column .wrap {
		padding: 40px 10px;
	}
}

@media only screen and (max-width: 768px) {
	.page_pro_list .page_pro_column {
		padding: 15px;
		display: block
	}

	.page_pro_list .page_pro_column .image {
		width: 100%;
	}

	.page_pro_list .page_pro_column .image img {
		max-width: 100%;
	}

	.page_pro_list .page_pro_column .wrap {
		width: 100%;
		padding: 30px 0;
		padding-bottom: 10px;
	}

	.page_pro_list .page_pro_column .title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_pro_list .page_pro_column .main_more {
		margin-top: 20px;
	}
}

.left-pro-select .toggle_content {
	background: #f7f7f7;
	padding: 10px;
}

.left-pro-select .main_more {
	height: 36px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.left-pro-select .why_wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-pro-select .why_wrap .why_toggle {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.left-pro-select .why_wrap .why_toggle .title {
	display: block;
	font-size: 16px;
	font-family: 'OakesGrotesk semibold';
	color: #222;
	line-height: 24px;
	text-transform: uppercase;
}

.left-pro-select .why_wrap .why_toggle .wrap {
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	height: 20px;
}

.left-pro-select .why_wrap .why_toggle .wrap p {
	margin: 0;
	display: inline-block;
}

.left-pro-select .why_wrap .why_toggle .wrap .why_show {
	display: none;
}

.left-pro-select .why_wrap .why_toggle .wrap span {
	display: inline-block;
	width: 0.14rem;
	height: 0.14rem;
	position: relative;
	background: url(../images/icon.png) no-repeat;
	background-position: -48px -327px;
}

.left-pro-select .why_wrap .why_toggle .wrap span.why_hide {
	background-position: -67px -327px;
}

.left-pro-select .why_wrap .wrap.rotate .why_show {
	display: inline-block;
}

.left-pro-select .why_wrap .wrap.rotate .why_hide {
	display: none;
}

.left-pro-select .form_choose label.title {
	display: inline-block;
	position: relative;
	padding-left: 0;
	left: auto;
}

.left-pro-select .form_choose .gfield_checkbox {
	list-style: none;
}

.left-pro-select .form_choose li {
	display: flex;
	width: 100%;
	padding: 0;
	align-items: center;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.left-pro-select .form_choose li input {
	position: absolute;
	opacity: 0;
	margin: 0;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 15px;
	outline: none;
	transform: scale(2);
	transition: opacity .3s, transform .3s;
	z-index: 3;
	left: 0;
	cursor: pointer;
}

.left-pro-select .form_choose li label {
	margin: 0;
	padding-left: 25px;
	font-weight: normal;
	line-height: 20px;
	text-transform: capitalize;
	font-size: 0.14rem;
	color: #808080;
	position: relative;
	cursor: pointer;
}

.left-pro-select .form_choose li label:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 2px;
	box-sizing: border-box;
	background: #fff;
}

.left-pro-select .form_choose li input:checked+label::before,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label::before {
	border-color: #333333;
	background-color: #333333;
}

.left-pro-select .form_choose li input:checked+label,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label {
	color: #333333;
}

.left-pro-select .form_choose li:hover label {
	color: #333333;
}

.left-pro-select .form_choose li input:checked+label::after,
.left-pro-select .form_choose li input:checked+input[type="hidden"]+label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 8px;
	height: 0.14rem;
	transform: translate(5px, -1px) rotate(45deg);
	border: solid 2px #fff;
	border-left: none;
	border-top: none;
	box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
	.left-pro-select {
		margin-bottom: 10px;
	}

	.left-pro-select .fot_title {
		border: none;
	}

	.left-pro-select .fot_title:before {
		display: none;
	}

	.left-pro-select .block_content {
		padding: 10px;
		background: #f7f7f7;
	}

	.left-pro-select .main_more {
		margin-top: 10px;
		display: block;
		text-align: center;
		font-family: 'OakesGrotesk semibold';
	}
}

.page_pro_nav {
	background: #f7f7f7;
	padding: 20px 0;
}

.page_pro_nav .list {
	list-style: none;
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
}

.page_pro_nav .list li {
	text-align: center;
	width: 50%;
	padding: 5px;
}

.page_pro_nav .list li .column {
	background: #fff;
	padding: 10px;
	transition: all .5s;
	position: relative;
}

.page_pro_nav .list li:hover .column {
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.page_pro_nav .list li .column:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #333333;
	border-width: 7px;
	display: inline-block;
	transform: translate(-50%, 0);
	opacity: 0;
}

.page_pro_nav .list li .column:after {
	content: '';
	width: 0;
	height: 3px;
	background: #333333;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
}

.page_pro_nav .list li:hover .column:after {
	width: 100%;
}

.page_pro_nav .list li .image {
	overflow: hidden;
	display: block;
	max-width: 180px;
	margin: auto;
}

.page_pro_nav .list li .image img {
	width: 100%;
	transition: all .9s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.page_pro_nav .list li:hover .image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	filter: grayscale(0);
	filter: none;
}

.page_pro_nav .list li .title {
	display: block;
	margin-top: 10px;
	font-size: 0.14rem;
	line-height: 24px;
	overflow: hidden;
	height: 72px;
}

.page_pro_nav .list li:hover .title {
	text-decoration: none;
	color: #333333;
}

.page_pro_nav .list li.active .column:before {
	opacity: 1;
}

.page_pro_nav .list li.active .column:after {
	width: 100%;
}

.page_pro_nav .list li.active .title {
	font-family: 'OakesGrotesk';
	color: #333333;
}

.page_pro_nav .list li.active .image img {
	filter: grayscale(0);
	filter: none;
}

.page_pro_nav .list_childmenu {
	list-style: none;
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 30px;
}

.page_pro_nav .list_childmenu li {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.page_pro_nav .list_childmenu li a {
	font-size: 0.14rem;
	line-height: 20px;
	padding: 10px;
	background: #fff;
	border: 2px solid #eee;
	transition: all .5s;
	text-transform: capitalize;
	display: inline-block;
}

.page_pro_nav .list_childmenu li.active a,
.page_pro_nav .list_childmenu li a:hover {
	background: #333333;
	border-color: #333333;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.pro-text {
	color: #333;
	margin-bottom: 0;
	border-radius: 5px;
	margin-top: 20px;
}

.pro-text .column {
	line-height: 28px;
	overflow: hidden;
}

.pro-text img {
	max-width: 100%;
	height: auto;
}

.page_pro_list .column {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.page_pro_list .column .wrap {
	padding: 30px 50px;
	width: 50%;
	padding-right: 0;
}

.page_pro_list .column .image {
	width: 50%;
}

.page_pro_list .column .title {
	display: block;
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 120%;
	color: #333333;
	font-family: 'Exo Bold';
	text-transform: uppercase;
}

.page_pro_list .column .title:hover {
	text-decoration: none;
	color: #333333;
}

.page_pro_list .column .text {
	color: #333333;
	font-size: 0.14rem;
	line-height: 30px;
	overflow: hidden;
	max-height: 150px;
	margin-bottom: 10px;
}

.page_pro_list .column .image>a {
	display: block;
	overflow: hidden;
}

.page_pro_list .column .image>a img {
	transition: all .9s;
}

.page_pro_list .column .image>a:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.page_pro_list .column:nth-child(2n+2) {
	flex-flow: row-reverse;
}

.page_pro_list .column:nth-child(2n+2) .wrap {
	padding-left: 0;
	padding-right: 50px;
}

@media only screen and (max-width: 992px) {
	.page_pro_nav .list {
		display: block;
	}

	.page_pro_nav .list li {
		float: left;
		width: 25%;
	}

	.page_pro_nav .list li .column {
		padding: 5px;
	}

	.page_pro_nav .list li .title {
		font-size: 0.14rem;
		line-height: 20px;
		height: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.page_pro_nav .list li {
		width: 33.33%
	}

	.page_pro_nav .list_childmenu {
		margin-top: 20px;
		padding-bottom: 0;
	}

	.page_pro_nav .list_childmenu li {
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.page_pro_nav .list_childmenu li a {
		padding: 5px 10px;
		border-width: 1px;
	}

	.page_pro_list .column {
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}

	.page_pro_list .column .image {
		width: 100%;
		max-width: 560px;
	}

	.page_pro_list .column .wrap,
	.page_pro_list .column:nth-child(2n+2) .wrap {
		width: 100%;
		padding: 30px 0;
	}

	.page_pro_list .column .title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_pro_list .column .text {
		margin: 0;
	}
}

.pro_top .pro-img {
	padding: 0;
}

.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}

.pro-text .column img {
	max-width: 100%;
	height: auto;
}

.pro-text .column em {
	font-style: italic;
}

.pro-text .column ul {
	padding-left: 20px;
}

.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}

.cbp-vm-options {
	text-align: left;
	margin-bottom: 0;
	margin-bottom: 10px;
}

.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px;
}

.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0;
	color: #808080;
	margin-right: 8px;
	float: left;
	font-size: 16px;
	background: #f0f0f0;
}

.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 0.14rem;
	color: #ccc;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #333;
}

.cbp-vm-options a:before {
	font-size: 0.14rem;
	text-align: center;
	display: inline-block;
}

/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul:after {
	clear: both;
}

.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px;
}

.cbp-vm-image .cbp-image-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: scale(1.05);
	background: #fff;
	text-align: center;
}

.cbp-vm-image .cbp-image-hover img {
	max-height: 100%;
	width: auto;
	border-radius: 0;
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: scale(1.0);
}

.cbp-vm-switcher ul li>div {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 10px;
	transition: all .5s;
}

.cbp-vm-switcher>ul>li>div {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 2px;
}

.cbp-vm-switcher>ul>li:hover>div {
	border-color: transparent;
	z-index: 99;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	border-color: #fff;
}

/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}
.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image>a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	border-radius: 0;
}

.cbp-vm-switcher>ul>li .cbp-vm-image {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 2px;
	overflow: hidden;
}

.cbp-vm-switcher>ul>li .border {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	display: none;
}

.cbp-vm-switcher>ul>li .border:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: -1px;
	right: -1px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 0;
	-webkit-transition: top 0.4s, bottom 0.4s ease 0s;
	-moz-transition: top 0.4s, bottom 0.4s ease 0s;
	-o-transition: top 0.4s, bottom 0.4s ease 0s;
	transition: top 0.4s, bottom 0.4s ease 0s;
}

.cbp-vm-switcher>ul>li:hover .border:before {
	top: -1px;
	bottom: -1px;
}

.cbp-vm-switcher>ul>li .border:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -1px;
	bottom: -1px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	-webkit-transition: left 0.4s, right 0.4s ease 0s;
	-moz-transition: left 0.4s, right 0.4s ease 0s;
	-o-transition: left 0.4s, right 0.4s ease 0s;
	transition: left 0.4s, right 0.4s ease 0s;
}

.cbp-vm-switcher>ul>li:hover .border:after {
	left: -1px;
	right: -1px;
}

.cbp-vm-details {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
	margin-right: -5px;
	margin-left: -5px;
}

.cbp-vm-view-grid ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	position: relative;
}

.cbp-vm-view-grid ul li>div {
	padding: 5px;
	border-radius: 0;
	background: #f7f7f7;
}

.cbp-vm-view-grid>ul>li:hover>div {
	border-color: transparent;
	z-index: 99;
	border-color: #fff;
	background: #fff;
}

.cbp-vm-view-grid ul li .cbp-vm-image {
	border-color: #fff;
}

.cbp-vm-view-grid ul li:hover .cbp-vm-image {
	border-color: #fff;
}

.cbp-vm-view-grid ul li .cbp-list-left {
	padding: 0 10px;
	text-align: center;
	position: relative;
	z-index: 999;
}

.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #333;
	font-size: 0.16rem;
	line-height: 28px;
	overflow: hidden;
	height: 56px;
	margin-bottom: 0;
	position: relative;
	font-family: 'OakesGrotesk semibold';
}

.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #cf1820;
	text-decoration: none;
}

.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 0;
	transition: all .5s;
	display: none;
}

.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}

.cbp-vm-view-grid ul li .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding: 10px 5px;
	width: 100%;
	background: #fff;
}

.cbp-vm-view-grid ul li:hover .more {
	opacity: 1;
	z-index: 22;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	bottom: -5px;
}

.cbp-vm-view-grid ul li .more .main_more {
	height: 40px;
	line-height: 40px;
	margin: 0;
}

.cbp-vm-view-grid ul li .more .main_more:after {
	width: 35px;
	height: 40px;
	background-position: -85px -42px;
}

.cbp-vm-view-grid ul li .cbp_line {
	display: block;
	background: #eaeaea;
	height: 1px;
	margin: 10px 0;
}

.cbp-vm-view-grid .post_blog_tag {
	display: none;
}

.cbp-vm-view-grid .cbp-list-center {
	padding: 20px 0;
	position: relative;
	z-index: 999;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 98% bottom;
}

.cbp-vm-view-grid ul li:hover .cbp-list-center {
	background-color: #fff;
}

/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 16px;
}

.cbp-vm-view-list>ul>li {
	text-align: left;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	padding: 20px 15px;
	margin-top: -1px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.cbp-vm-view-list>ul>li:hover {
	z-index: 5;
}

.cbp-vm-view-list>ul>li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	border-radius: 0
}

.cbp-vm-view-list>ul>li:hover:before {
	left: -20px;
	top: -10px;
	right: -20px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.cbp-vm-view-list>ul>li:hover>div {
	box-shadow: none;
}

.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
	content: " ";
	display: table;
}

.cbp-vm-view-list li:after {
	clear: both;
}

.cbp-vm-view-list>ul>li>div {
	padding: 0;
	border: none;
}

.cbp-vm-view-list>ul>li>div .border {
	display: none;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 22%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	overflow: hidden;
}

.cbp-vm-view-list ul li>div:hover .cbp-vm-image:hover {
	border-color: #333333;
}

.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 78%;
	display: inline-block;
	padding-top: 5px;
}

.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333;
	font-size: 0.16rem;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin-bottom: 10px;
	font-family: 'OakesGrotesk semibold';
}

.cbp-vm-view-list ul li:hover .cbp-title {
	color: #cf1820;
	text-decoration: none;
}

.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0;
	height: auto;
	padding: 0;
	max-height: 48px;
}

.cbp-vm-view-list>ul>li .cbp-list-left .line {
	display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}

.cbp-vm-view-list ul li .more {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: 0.14rem;
}

.cbp-vm-view-list ul li .more .main_more {
	height: 40px;
	line-height: 40px;
	background-position: right bottom;
	border-width: 1px;
	margin-top: 10px;
	font-size: 14px;
}

.cbp-vm-view-list ul li .more .main_more:hover {
	border-color: #fff;
	color: #fff;
}

.cbp-vm-view-list ul li .more .main_more:after {
	width: 35px;
	height: 40px;
	background-position: -85px -42px;
}

.cbp-vm-view-list .cbp-hover {
	display: none;
}

.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 25px;
}

.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}

.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}

.cbp-vm-view-list .checkbox {
	width: 150px;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
}

.checkbox {
	position: relative;
	display: inline-block;
	background: #333333;
	border-radius: 30px;
	height: 32px;
	width: 90%;
}

.checkbox label {
	display: block;
	vertical-align: middle;
	position: relative;
	padding: 0;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 6px;
	margin-left: 15px;
	padding-left: 3px;
	padding-top: 0px;
	font-size: 11px;
	color: #fff;
}

.checkbox p {
	display: inline-block;
	font-size: 0.14rem;
	text-transform: uppercase;
	height: 32px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-family: 'OakesGrotesk semibold';
	margin: 0;
	line-height: 32px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0;
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	z-index: 1;
}

.checkbox input[type="checkbox"]:checked+label::before,
.checkbox input[type="radio"]:checked+label::before {
	background: transparent;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.pro_inquiry_btn {
	display: inline-block;
	float: right;
	height: 38px;
	margin-top: -58px;
	background: #333333;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.14rem;
	font-family: 'OakesGrotesk semibold';
	line-height: 38px;
}

.pro_inquiry_btn:hover {
	text-decoration: none;
}

.pro_inquiry_btn:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	background-position: -330px -99px;
	margin-left: 8px;
}

.mobile_pro_list {
	list-style: none;
	padding-bottom: 10px;
	margin-right: -5px;
	margin-left: -5px;
}

.mobile_pro_list li {
	padding: 5px;
}

.mobile_pro_list li:nth-child(2n+1) {
	clear: both;
}

.mobile_pro_list li .column {
	border-radius: 0;
	padding: 5px;
	text-align: left;
	background: #f7f7f7;
}

.mobile_pro_list li .wrap {
	padding: 10px 5px;
}

.mobile_pro_list li .title {
	margin-bottom: 10px;
	line-height: 20px;
	height: 60px;
	font-family: 'OakesGrotesk semibold';
	display: block;
	overflow: hidden;
}

.mobile_pro_list li .cbp-vm-details {
	line-height: 20px;
	height: 40px;
	color: #808080;
	margin-bottom: 0;
}

.mobile_pro_list li .more {
	text-align: left;
	padding-bottom: 5px;
}

.mobile_pro_list li .main_more {
	margin: 0;
	line-height: 32px;
	height: 32px;
	margin-left: 5px;
	padding-left: 10px;
}

.mobile_pro_list li .main_more:after {
	margin-top: -2px;
	width: 30px;
	height: 30px;
	top: -2px;
	right: -2px;
	background-position: -88px -47px;
}

@media screen and (max-width: 992px) {
	.mobile_pro_list {
		display: block !important;
	}

	#cbp-vm {
		display: block;
	}

	.cbp-vm-view-grid ul li {
		width: 50%;

	}
}

@media only screen and (max-width: 768px) {
	.pro-cat li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 520px) {
	.pro-text .box {
		max-height: 336px;
		overflow: hidden;
	}

	.checkbox {
		width: 100%;
	}

	.checkbox p {
		font-family: 'OakesGrotesk';
	}

	.checkbox label::after {
		margin-left: 4px;
	}

	.pro_inquiry_btn {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.14rem;
	}

	.cbp-vm-view-list .checkbox {
		width: 120px;
	}
}

@media screen and (max-width: 400px) {
	.pro-text {
		padding: 0;
		margin-bottom: 0;
	}
}

/*products main*/

/* CSS for the loading div */
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 0;
	border-radius: 0;
	position: relative;
	z-index: 9;
	padding: 15px;
	background: #fff;
}

.prom_img .swiper-slide {
	position: relative;
	display: inline-block;
}

.prom_img #pro_img_gallery {
	overflow: inherit;
	padding: 0;
	border-radius: 0;
}

.prom_img #pro_img_gallery .swiper-slide {
	opacity: 0 !important;
	z-index: -1;
}

.prom_img #pro_img_gallery .swiper-slide-active {
	opacity: 1 !important;
	z-index: 99;
}

.prom_img #pro_img_gallery .swiper-slide img {
	width: 100%;
}

.prom_img .mousetrap {}

.prom_img .swiper-slide iframe {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.prom_img .video_img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 55;
}

#pro_img_thumbs {
	padding: 0;
	padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 2px solid #c6c6c5;
	padding: 2px;
	margin-right: 5px;
	width: 20%;
	background: #fff;
}

#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #cf1820;
}

.prom_img .sp-video-icon {
	position: relative;
}

.prom_img .sp-video-icon img {
	opacity: 0.5;
}

.prom_img .sp-video-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 30px;
	font-family: 'FontAwesome';
	content: "\f04b";
	z-index: 2;
	border-radius: 5px;
	background: #cf1820;
	width: 30px;
	height: 30px;
	text-align: center;
}

.cloud-zoom {
	overflow: hidden;
}

#cloud-zoom-big {
	top: 0px !important;
	border: 1px solid #ddd;
	background: #fff;
	background-repeat: no-repeat;
	box-shadow: 0 5px 50px 1px rgba(0, 0, 0, 0.1);
}

.prom_img .cloud-zoom-lens {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (max-width: 992px) {

	.mousetrap,
	#cloud-zoom-big,
	.cloud-zoom-big {
		display: none !important;
	}
}

.pro_info_top {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 20px;
	background: #f7f7f7;
}

.pro_info_top .attachment_line_bottom {
	background-position: 0 -87px;
}

.prom-right {
	padding-left: 40px;
}

.prom-right-column {
	padding: 30px 30px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.prom-right-column>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0.24rem;
	color: #333;
	margin-bottom: 20px;
	line-height: 32px;
	margin-top: 0;
	font-family: 'OakesGrotesk semibold';
}

.prom-right-column>div.main {
	line-height: 24px;
	color: #808080;
	margin-bottom: 20px;
}


#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: collapse;
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #111;
}

#mdA table {
	width: 100%;
}

#mdA tr td:nth-child(1) {
	background: #fafafa;
	width: 25%;
}



.prom-right .pro-table {
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
	background: #fff;
	border-radius: 0;
	margin-top: 20px;
	border: 1px solid #eee;
	border-bottom: none;
}

.prom-right .pro-table>em {
	display: block;
	letter-spacing: 1px;
	font-family: 'Oxygen';
	margin-bottom: 10px;
}

.prom-right .pro-table ul li {
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prom-right .pro-table ul li p {
	display: inline-block;
	color: #333;
	min-width: 25%;
	margin: 0;
	text-transform: capitalize;
	line-height: 20px;
	border-right: 1px solid #eee;
	padding: 10px;
	background: #fafafa;
}

.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	padding-left: 10px;
	color: #333;
	line-height: 20px;
	padding: 10px;
}

.prom-right .mobile_inquiry {
	display: inline-block;
	margin-top: 0;
}

.prom-right .main_more {
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	align-items: center;
}

.prom-right .main_more i {
	content: '';
	background-position: -351px -102px !important;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
	animation: none;
	width: 18px;
	height: 14px;
	margin-left: 8px;
}

.prom-right .main_more:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	display: block;
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0
	}

	5% {
		opacity: .0
	}

	48% {
		opacity: .2
	}

	80% {
		opacity: .0
	}

	100% {
		left: 82%
	}
}

.prom-right .cart_area {
	margin-top: 15px;
	margin-bottom: 10px;
}

.prom-right .cart_area .cartnum {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	max-width: 100%;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
	border-radius: 5px;
}

.pro_social {
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px dashed #e5e5e5;
	margin-top: 20px;
}

.pro_social li {
	display: inline-block;
	margin-right: 10px;
}

.pro_social li.title {
	color: #808080;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 0.18rem;
}

.pro_social li.title p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.pro_social li.title:before {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	background-position: -292px -52px;
	display: inline-block;
	content: '';
	vertical-align: middle;
}

.pro_social li a {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	transition: all .5s;
}

.pro_social li a:hover {
	background: #cf1820;
	opacity: 1;
}

.pro_social li {
	padding: 0 5px;
	vertical-align: middle;
	margin: 0;
}

li.facebook a {
	background-color: #3b5998;
}

li.twitter a {
	background-color: #44ccf6;
}

li.youtube a {
	background-color: #ff0000;
}

li.linkedin a {
	background-color: #0275b4;
}

li.wechat a {
	background-color: #2dbb00;
}

.mostBox {
	margin: 0 0 10px 0;
}

.mostBox .page_title {
	background: #fafafa;
	padding: 0;
}

.mostBox .page_title:before,
.mostBox .page_title:after {
	display: none;
}

.mostBox .page_title em {
	font-size: 24px;
	line-height: 30px;
	background: #0cb76c;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'Oxygen';
}

.mostBox .text em {
	font-style: italic;
}

.mostBox .text a:hover {
	color: #333333;
}

.mostBox .text ul {
	padding-left: 20px;
}

/*products-tab*/
.mostBox .features-tab {
	margin: 0;
	text-align: left;
	padding: 0px;
	margin-top: 0;
}

.mostBox .features-tab .nav-tabs {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eee;
	display: flex;
	list-style: none;
}

.mostBox .features-tab .nav-tabs li {
	margin-right: 10px;
}

.mostBox .features-tab .nav-tabs li>a {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	color: #808080;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0.2rem 12px 0.2rem;
	border: none;
	font-size: 0.24rem;
	line-height: 100%;
	background-color: #f7f7f7;
	font-family: "Hangout";
	border-radius: 0;
	border-bottom: 2px solid transparent;
	z-index: 2;
	word-break: normal;
	white-space: nowrap;
	position: relative;
}

.mostBox .features-tab .nav-tabs li>a:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	height: 3px;
	bottom: -3px;
	z-index: -1;
	transition: 0.5s all;
	opacity: 0;
	transform: translate(-50%, 0);
	background: #333;
}

.mostBox .features-tab .nav-tabs>li.active>a,
.mostBox .features-tab .nav-tabs>li>a:hover {
	color: #fff;
	z-index: 99;
	background: #333;
	text-decoration: none;
}

.mostBox .features-tab .nav-tabs>li.active>a:before,
.mostBox .features-tab .nav-tabs>li>a:hover:before {
	opacity: 1;
	width: 100%;
}

.mostBox .tab-content {
	padding-top: 30px;
}

.mostBox .tab-content .tab-pane {
	display: none;
}

.mostBox .tab-content .tab-pane.active {
	display: block;
}

#pro_inquiry {
	margin: 0;
	position: relative;
	background: none;
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 5px 30px 1px rgb(0 0 0 / 6%);
	border-top: 2px solid #cf1820;
}

#pro_inquiry .send_column {
	border: none;
	box-shadow: none;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 60px;
	box-shadow: none;
	position: relative;
}

#pro_inquiry .send_column .main_title {
	margin-top: 0;
	padding-top: 0;
}

#pro_inquiry .message_left {
	width: 110px;
}

/*.page_products .left-adv{display: none;}*/

@media only screen and (max-width:992px) {
	.mobile_inquiry .main_more.show {
		position: fixed;
		bottom: 60px;
		left: 10px;
		width: 130px;
		line-height: 22px;
		padding: 5px 0;
		z-index: 9999999;
		font-size: 16px;
		height: 22px;
		justify-content: center;
		text-align: left;
		padding-left: 10px;
		box-sizing: content-box;
		margin-bottom: constant(safe-area-inset-bottom);
		margin-bottom: env(safe-area-inset-bottom);
	}

	.mobile_inquiry .main_more.show:after {
		width: 32px;
		height: 32px;
		right: 0;
		top: 0;
		background-position: -345px -94px !important;
	}

	.prom-right-column {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 992px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 50px;
		height: 50px;
	}

	.products .pro_img {
		width: 100%;
		padding: 0;
	}

	.products .pro-right {
		width: 100%;
		padding: 0;
		padding-left: 20px;
	}

	.prom-right .pro-table ul li p {
		width: 26%;
	}

	.prom_img {
		margin-bottom: 0;
		padding: 0;
	}

	.prom-right .pro-table {
		margin-bottom: 0;
	}

	#pro_inquiry {
		position: relative;
		z-index: 99;
	}

	#pro_inquiry .send_content .send_column {
		display: block;
	}

	.page_products .left-pro {
		display: block;
	}

	.prom-right {
		padding: 0;
		margin-bottom: 0;
		background-image: none;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.pro_info_top {
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f7f7f7;
	}

	.pro-right {
		padding: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.prom-right .pro-table {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.pro_info_top:before {
		display: none;
	}

	.products .pro_inquiry .message {
		padding: 0;
	}

	.mostBox .tab-scroll {
		margin-left: 0;
		padding-bottom: 0;
	}

	.products .pro-list-tags p {
		display: block;
	}

	.pro_message li .meInput,
	.pro_message li .meText {
		width: 100%;
	}

	.pro_message .main_title {
		text-align: center;
	}

	.pro_message .main_title>em {
		background-position: center bottom;
	}

	.prom_main {
		padding: 40px 0;
	}

	.prom_main .pro_con {
		display: none;
	}

	.pro_message form {
		max-width: 100%;
	}

	/*.prom-right .mobile_inquiry{position:fixed;bottom:0;right:0;background:#fff;background:#fff;padding:8px 15px;z-index:9999999999;width:100%;text-align:right;height:60px;border-top:1px solid #eee;display: flex;align-items: center;justify-content: flex-end}*/
	.prom-right .mobile_inquiry {
		display: block;
	}

	.prom-right .main_more {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 46px;
	}

	.prom-right .main_more:after {
		width: 45px;
		height: 50px
	}

	.prom-right .main_more.more_down {
		margin-left: 0;
	}

	.prom-right .main_more.more_cart input {
		font-size: 0.14rem;
		padding-left: 15px;
		height: 40px;
		line-height: 42px;
	}

	.prom-right .main_more.more_cart:after {
		top: 0.14rem;
		display: inline-block;
	}

	#pro_inquiry .main_title .line {
		margin-right: 10px;
	}

	#pro_inquiry .message_left {
		display: none;
	}

	#pro_inquiry .send_column:before {
		content: '';
		width: 2px;
		display: block;
		top: 25px;
		bottom: 25px;
		position: absolute;
		left: 0px;
		z-index: 2;
		border-radius: 0;
		background: #fff;
	}

	#pro_inquiry {
		display: block !important;
		padding: 0;
		margin-top: 020px;
		margin-bottom: 20px;
		border-radius: 0;
	}

	#pro_inquiry .send_column {
		padding: 30px 15px;
	}

	#pro_inquiry.send_column:before {
		left: 0;
		width: 2px;
	}

	.pro_social.social_icons li.title {
		display: block;
	}

	.pro_social.social_icons li a {
		width: 34px;
		height: 34px;
	}

	.mostBox .features-tab .nav-tabs {
		border-radius: 0;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 0;
		flex-wrap: nowrap;
	}

	.mostBox .features-tab .nav-tabs li>a {
		font-size: 20px;
		padding: 15px 0;
	}

	.prom-right>div.main {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.page_products .page-right {
		padding: 0;
		margin-top: 0;
	}

	.prom-right .pro_whatsapp {
		margin-left: 0;
	}

	#pro_inquiry .send_column .send {
		margin-left: 0;
	}

	.prom-right-column {
		padding: 30px 10px;
	}

	#pro_img_thumbs .swiper-slide {
		padding: 1px;
	}

	.prom_img .sp-video-icon:before {
		width: 24px;
		height: 24px;
		font-size: 0.14rem;
		line-height: 24px;
	}

	.prom_img .swiper-slide iframe {
		height: 240px;
	}

	#pro_img_thumbs {
		padding-top: 10px;
	}

	.pro_social li.title {
		display: block;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.products .pro-right {
		margin-bottom: 0;
	}

	.prom-right .pro-table ul li p {
		min-width: 45%;
		font-size: 12px;
		text-transform: capitalize;
		background: #fff;
		padding: 5px;
	}

	.prom-right .pro-table ul li span {
		font-size: 12px;
		padding: 5px;
	}

	.mostBox .features-tab .nav-tabs li>a {
		padding: 10px 5px;
	}
}

.relpro_content {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f7f7f7 url(../images/bg_about.jpg) no-repeat right bottom;
	overflow: hidden;
}

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

.relpro_content .relpro_scroll {
	position: relative;
}

.relpro_content .swiper-slide {
	width: 25%;
	padding: 15px 15px;
	padding-bottom: 20px;
}

.relpro_content .swiper-slide .column {
	position: relative;
	background: #fff;
	padding: 12px;
	text-align: center;
	transition: all .5s;
	padding-bottom: 100px;
}

.relpro_content .swiper-slide:hover .column {
	background-color: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.1);
}

.relpro_content .swiper-slide .column:before {
	content: '';
	transition: all .5s;
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.relpro_content .swiper-slide:hover .column:before {
	width: 100%;
}

.relpro_content .swiper-slide .image {
	display: block;
	overflow: hidden;
}

.relpro_content .swiper-slide .image img {
	transition: all .9s;
	width: 100%;
}

.relpro_content .swiper-slide:hover .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.relpro_content .swiper-slide .wrap {
	position: absolute;
	left: 12px;
	bottom: 12px;
	right: 12px;
	padding: 15px 15px;
	transition: all .5s;
}

.relpro_content .swiper-slide:hover .wrap {
	background: #f7f7f7;
	padding-bottom: 30px;
}

.relpro_content .swiper-slide .title {
	display: block;
	font-size: 0.16rem;
	font-family: 'OakesGrotesk semibold';
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
}

.relpro_content .swiper-slide .title:hover {
	color: #cf1820;
	text-decoration: none;
}

.relpro_content .swiper-slide .text {
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: all .5s;
}

.relpro_content .swiper-slide:hover .text {
	margin-top: 10px;
	height: 48px;
	opacity: 1;
}

.relpro_content .swiper-slide .pro_bottom {
	position: absolute;
	left: 0;
	right: 0;
	transition: all .5s;
	bottom: 0;
	opacity: 0;
}

.relpro_content .swiper-slide:hover .pro_bottom {
	bottom: -15px;
	opacity: 1;
}

.relpro_content .swiper-slide .main_more {
	height: 40px;
	line-height: 40px;
}

.relpro_content .swiper-slide .main_more:after {
	width: 35px;
	height: 40px;
	background-position: -85px -42px;
}

@media only screen and (max-width:1300px) {
	.relpro_content .swiper-slide {
		width: 33.33%;
		padding: 10px;
	}
}

@media only screen and (max-width:768px) {
	.relpro_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.relpro_content .swiper-slide {
		width: 50%;
		padding: 5px;
	}

	.relpro_content .swiper-slide .title {
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
	}

	.relpro_content .swiper-slide .column {
		padding: 5px;
		padding-bottom: 70px;
	}

	.relpro_content .swiper-slide .wrap {
		padding: 10px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
}


.meft-customer ul {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: none;
}

.meft-customer ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 0.14rem;
	text-transform: capitalize;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.meft-customer ul li a:hover {
	background: #fafafa;
	color: #23ac38;
	padding: 10px;
	text-decoration: none;
}

#customer {}

#customer ul {
	list-style: none;
}

#customer ul li {
	margin-bottom: 30px;
}

#customer ul li .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #62a70f;
	font-family: 'Oxygen_bold', sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}

#customer ul li h5 {
	display: inline-block;
	color: #62a70f;
	text-transform: uppercase;
	font-size: 0.14rem;
	cursor: pointer;
}

#customer ul li h5:before {
	content: "[";
	padding-right: 5px;
}

#customer ul li h5:after {
	content: "]";
	padding-left: 5px;
}

#customer ul li h5.UI02 {
	display: none;
}

#customer ul li h5 b {
	font-weight: normal;
}

#customer ul li .text {
	font-size: 0.14rem;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.project_list {
	list-style: none;
	padding-top: 40px;
}

.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.project_list li:nth-child(3n+1) {
	clear: both;
}

.project_list li .column {
	transition: all .5s;
	padding: 10px 10px 65px;
	position: relative;
	background: #fff;
	border-radius: 0;
	transition: all .5s;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.project_list li:hover .column {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 40px -10px;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	border-color: #fff;
}

.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

.project_list li .image>a.link {
	display: block;
	height: 280px;
}

.project_list li .image a.link img {
	transition: all .9s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.project_list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.project_list li .image a.icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	opacity: 0;
}

.project_list li:hover .image a.icon {
	opacity: 1;
}

.project_list li .image a.icon i {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 28px;
	background-position: 0 0;
	transition: all .5s;
}

.project_list li:hover .image a.icon i {
	animation: scroll_right_anim 1.5s infinite;
}

.project_list li .image a.link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: opacity .7s ease;
}

.project_list li:hover .image a.link:after {
	opacity: 0.4;
}

.project_list li .wrap {
	background: #fff;
	padding: 15px;
	text-align: center;
	position: absolute;
	transition: all .5s;
	border-radius: 0;
	bottom: -60px;
	left: 0;
}

.project_list li:hover .wrap {
	bottom: 0;
}

.project_list li .title {
	color: #333;
	font-size: 0.17rem;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	display: block;
	margin-bottom: 0;
	transition: all .5s;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'OakesGrotesk semibold';
}

.project_list li:hover .title {
	color: #cf1820;
	text-decoration: none;
}

.project_list li .text {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 992px) {
	.project_list li:nth-child(2n+1) {
		clear: inherit;
	}

	.project_list li:nth-child(3n+1) {
		clear: both;
	}

	.project_list li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 768px) {
	.project_list {
		padding-top: 10px;
	}

	.project_list li:nth-child(2n+1) {
		clear: both;
	}

	.project_list li:nth-child(3n+1) {
		clear: inherit;
	}

	.project_list li {
		width: 50%;
	}

	.project_list li .wrap {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.project_list li .column {
		padding: 5px;
		padding-bottom: 0;
		border-radius: 0;
	}

	.project_list li .image {
		border-radius: 0;
	}

	.project_list li .image>a.link {
		height: 200px;
	}
}

@media only screen and (max-width: 480px) {
	.project_list li {
		padding: 0;
		width: 100%;
	}

	.project_list li .title {
		height: auto;
		max-height: 48px;
		margin-bottom: 10px;
	}

	.project_list li .wrap {
		padding: 15px 10px;
	}

	.project_list li .text {
		height: 24px;
		font-size: 12px;
	}
}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spcat_inner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* Styles for the gallery */
.tz-gallery {
	padding: 0;
}

.tz-gallery>div {
	width: 20%;
	padding: 5px 15px;
}

.tz-gallery>div:nth-child(5n+1) {
	clear: both;
}

.tz-gallery .thumbnail {
	background: #fff;
	text-align: center;
	border-radius: 0;
	border: 1px solid #f2f2f2;
	padding: 5px;
	transition: all .5s;
}

.tz-gallery .thumbnail:hover {
	box-shadow: 0 5px 10px 1px rgb(0, 0, 0, 0.05);
	background: #fff;
}

.tz-gallery .lightbox {
	display: block;
	padding: 0;
	position: relative;
	text-align: center;
}

.tz-gallery .lightbox:before {
	content: '';
	width: 40px;
	height: 40px;
	background: #fff url(../images/icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-position: -422px -69px;
	display: inline-block;
}

.tz-gallery .thumbnail .light_box::before {
	background-image: none;
}

.tz-gallery .lightbox img {
	max-width: 140px;
	width: 100%;
	height: auto;
	transition: all .9s;
	margin: auto;
}

.tz-gallery img {
	border-radius: 0;
}

.tz-gallery .caption {
	padding: 15px 5px;
	text-align: center;
	background-color: transparent;
	border-top: none;
	position: relative;
}

.tz-gallery .caption em {
	font-size: 0.14rem;
	margin: 0;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-weight: 400;
}

.baguetteBox-button {
	background-color: transparent !important;
}

.factory_list .tz-gallery>div {
	width: 33.33%;
}

.factory_list .tz-gallery .lightbox img {
	max-width: 100%;
}

@media only screen and (max-width: 1480px) {
	.tz-gallery>div {
		width: 20%;
	}
}

@media only screen and (max-width: 992px) {
	.tz-gallery>div {
		width: 25%;
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: both;
	}

	.tz-gallery>div:nth-child(5n+1) {
		clear: inherit;
	}

	.tz-gallery .caption .icon {
		right: 0;
	}

	.factory_list .tz-gallery>div {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.tz-gallery>div {
		width: 33.33%;
		padding: 5px;
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: both;
	}

	.tz-gallery>div:nth-child(4n+1) {
		clear: inherit;
	}

	.tz-gallery .thumbnail {
		margin-bottom: 2px;
	}

	.tz-gallery .caption em {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.tz-gallery>div {
		width: 50%;
	}

	.tz-gallery>div:nth-child(2n+1) {
		clear: both;
	}

	.tz-gallery>div:nth-child(3n+1) {
		clear: inherit;
	}

	.tz-gallery .thumbnail {
		padding: 5px;
	}

	.tz-gallery .caption {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.tz-gallery .lightbox:before {
		right: 0;
		top: 0;
	}

	.factory_list .tz-gallery>div {
		width: 100%;
	}
}


/*left scroll*/
.left_fixed {
	margin-bottom: 20px;
	zoom: 1;
}

.left_fixed .caption {
	border-bottom: 1px solid #dddddd;
	background-color: #dddddd;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

.left-related {
	margin-top: 40px;
}

.left-related .list {
	padding-top: 20px;
	list-style: none;
}

.left-related .list li {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	display: flex;
	align-items: center;
	background: #fff;
	position: relative;
}

.left-related .list li:before {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 0;
	content: '';
	width: calc(100% + 2px);
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.left-related .list li:hover:before {
	height: calc(100% + 2px);
}

.left-related .list li:after {
	position: absolute;
	left: -1px;
	top: -1px;
	height: calc(100% + 2px);
	content: '';
	width: 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.left-related .list li:hover:after {
	width: calc(100% + 2px);
}

.left-related .list li .wrap {
	padding-left: 15px;
	padding-top: 10px;
}

.left-related .list li .image {
	max-width: 120px;
	min-width: 120px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.left-related .list li .image img {
	transition: all .9s;
	width: 100%;
}

.left-related .list li:hover .image img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.left-related .list li .title {
	display: block;
	font-size: 0.14rem;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.left-related .list li .title:hover {
	text-decoration: none;
	color: #333333;
}

.left-related .list li .more {
	width: 40px;
	height: 40px;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
	border-radius: 25px 0 0 25px;
	display: inline-flex;
	position: absolute;
	right: -20px;
	bottom: 5px;
	background: #333333;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
}

.left-related .list li:hover .more {
	right: 0;
	opacity: 1;
}

.left-related .list li .more i {
	width: 8px;
	height: 0.14rem;
	background: url(../images/icon.png) no-repeat;
	background-position: -117px -327px;
	display: inline-block;
}

.left_fixed.scrollfixed {
	margin-top: 0px;
	margin-left: 0;
	margin-top: 0;
}

@media only screen and (max-width:1260px) {
	.left-related .list li .image {
		max-width: 80px;
		min-width: 80px;
	}
}

@media only screen and (max-width:992px) {
	.left_fixed {
		margin-bottom: 0;
	}

	.left-related {
		margin-top: 20px;
	}

	.left-related .list li .title {
		font-size: 0.14rem;
	}
}

@media (min-width: 992px) {
	.page_products>.container>.row {
		display: flex;
		flex-wrap: wrap;
		flex-flow: row-reverse
	}

	.page_products .page-left {
		flex: 0 0 25%;
		max-width: 25%;
		margin-top: 0;
	}

	.page_products .page-right {
		flex: 0 0 75%;
		max-width: 75%;
		padding-right: 0;
		padding-left: 60px;
		margin-top: 0
	}

	.page_products .page-left div.left_fixed {
		position: sticky !important;
		top: 120px;
		margin-bottom: 0;
	}

	.page_products .page-left div.left_fixed .left_fixed_box {
		/* overflow-y: auto; */
		padding-right: 5px;
		/* height: 800px; */
		padding-bottom: 50px;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar {
		width: 3px;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-track {
		background-color: #f7f7f7;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb {
		background-color: #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb:hover {
		background-color: #fff;
	}
}

.page_wrapper_2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: linear-gradient(to bottom, #f7f7f7, #fff);
}

.page_wrapper_2 .ms_3 {
	font-family: 'OakesGrotesk';
	background: #333333;
	box-shadow: none;
	border: none;
	font-weight: normal;
	border-radius: 30px;
}

.page_wrapper_2 .ms_3:hover {
	background: #333333;
	text-decoration: none;
}


.page-nav-box ul li {
	font-size: 16px;
	padding: 0px 30px;
	color: #333;
	float: left;
	list-style: none;
	line-height: 40px;
}

.page-nav {
	position: relative;
	background: #333333;
}

.page-nav.fixed {
	position: fixed;
	z-index: 100;
	top: 62px;
	right: 0;
	left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.pnav-item {
	position: relative
}

.pnav-item:first-of-type::before {
	display: none
}

.pnav-link {
	display: block;
	position: relative;
	color: #333
}

.pnav-link:hover {
	color: #23509b
}

.page-nav .current a {
	color: #23509b
}

.pnav-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #23509b;
	visibility: hidden;
	opacity: 0
}

.list-pnav.list-1 {
	text-align: center
}

.list-pnav.list-1>li {
	width: 50%
}

.page-nav .list {
	overflow: hidden;
	display: flex;
}

.page-nav .list li {
	position: relative;
}

.page-nav .list li .column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.page-nav .list li {
	list-style: none;
	text-align: center;
	position: relative;
	padding: 5px 15px 5px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	width: 50%;
}

.page-nav .list li .pnav-link {
	display: block;
	z-index: 99;
	text-align: center;
	padding: 10px 10px;
	font-size: 0.14rem;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'OakesGrotesk semibold';
	margin: 0;
}

.page-nav .list li.current,
.page-nav .list li:hover {
	background: rgba(0, 0, 0, 0.1)
}

.page-nav .list li.current .pnav-link,
.page-nav .list li:hover .pnav-link {
	color: #fff;
	text-decoration: none;
}

.nav-page {
	padding: 60px 0;
}

.nav-page .main_title {
	text-align: center;
}

#overview_2 {
	background: #f7f7f7;
}

@media only screen and (max-width: 1440px) {
	.page-nav {
		padding: 0 6%
	}
}

@media (max-width: 992px) {
	.page-nav.fixed {
		top: 68px
	}
}

@media only screen and (max-width: 768px) {
	.page-nav {
		padding: 0
	}

	.nav-page {
		padding: 40px 0;
	}
}

@media (max-width: 590px) {
	.page-nav .list li {
		padding: 5px;
	}

	.page-nav .list li .pnav-link {
		font-size: 0.14rem;
		padding: 5px;
		line-height: 16px;
	}

	.solution_page {
		height: auto;
	}

}

@media (max-width: 392px) {
	.page-nav .list li {
		padding: 5px 2px 5px;
	}
}

.page_faq_l {
	list-style: none;
	padding-bottom: 20px;
}

.page_faq_l li.question {
	position: relative;
}

.page_faq_l li.question .column {
	background: #f0f0f0;
	overflow: hidden;
	border-radius: 0;
	padding: 10px;
}

.page_faq_l li.question .column>i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 0;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #333;
}

.page_faq_l li.question .column>i:before,
.page_faq_l li.question .column>i:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -1px;
	transition: all .5s;
}

.page_faq_l li.question .column>i:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.page_faq_l li.question .column>em {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 5px;
	float: left;
	color: #333333;
	font-size: 16px;
}

.page_faq_l li.answer {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	padding: 15px;
	display: none;
}

.page_faq_l li.answer a {
	text-decoration: underline;
}

.page_faq_l li.answer a:hover {
	color: #093090;
}

.page_faq_l div.clearfix {
	height: 20px;
	display: block;
}

.page_faq_l li .column.rotate {
	background: #333;
}

.page_faq_l li .column.rotate>em {
	color: #fff;
}

.page_faq_l li .column.rotate>i {
	background: #fff;
}

.page_faq_l li .column.rotate>i:before {
	background: #333;
}

.page_faq_l li .column.rotate>i:after {
	background: #333;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
	.page_faq_l li.question .column>em {
		margin-top: 4px;
		line-height: 20px;
	}

	.page_faq_l li.question .column>i {
		width: 28px;
		height: 28px;
	}

	.page_faq_l li.question .column>i:before {
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.page_faq_l li.question {
		background-image: none;
		padding: 0;
	}

	.page_faq_l li.question .column,
	.page_faq_l li.question .column>i {
		border-radius: 0;
	}

	.page_faq_l li.answer {
		padding: 15px 0 10px 0;
		font-size: 0.14rem;
	}

	.page_faq_l li.question .column>em {
		max-width: 82%;
		font-size: 0.14rem;
		font-family: 'OakesGrotesk semibold';
	}
}


.img_h {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}

.img_h .img2 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

li:hover .img_h .img1 {
	opacity: 0;
}

li:hover .img_h .img2 {
	opacity: 1;
}







/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-right: 10px;
	font-size: 16px;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #d82328;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #d82328;
	border-color: #d82328;
}

a.page-num-current {
	color: #fff;

}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: auto;
	text-align: center;
	margin: 20px auto 0;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}


.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	margin: 0px auto;
}


.page-link {
	position: relative;
	display: block;
	/* padding: 0.5rem 0.75rem; */
	/* margin-left: -1px; */
	line-height: 1.25;
	/*color: #d82328;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-right: 10px;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	color: #fff;
	background-color: #d82328;
	border-color: #d82328;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #d82328;
	border-color: #d82328;
	font-size: 18px;
}

.page-item.disabled .page-link {
	color: #fff;
	pointer-events: none;
	cursor: auto;
	background-color: #d82328;
	border-color: #d82328;
}





@media (max-width: 768px) {

	#mdA {
		line-height: 1.35rem;
	}

	#mdA img {
		width: 100%;
		height: auto;
	}

	.pages {
		min-height: auto;
		text-align: center;
		margin: 20px auto 0;
	}
}