kehtml {
	font-size: 625%;
}
body {
	font-size: 16px;
	background: #FFF;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
	margin: 0;
	padding: 0;
}
body,
html,
input,
button,
textarea {
	color: #000;
	font-family: 'msyh', Arial, Helvetica, sans-serif;
	line-height: 1.5
}
body {
	background-color: #fff;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4,
h5 {
	font-size: 16px;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
li {
	list-style: none;
}
i,
em {
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #a83230;
	text-decoration: none;
}
input[type="text"]:focus {
	outline: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #c1c1c1;
	margin: 15px 0 15px 0;
}
a:active,
select,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
/* clear floating */
.clearfix:after,
.layout:after,
.sys_row:after,
.flex_row:after,
.web_main:after,
.page_main:after,
.items_list ul:after,
.product_items:after,
.cate_items ul:after,
.web_head .logo:after,
.product-intro:after,
.detail-tabs:after,
.foot_items:after,
.foot_item .news_cell:after,
.foot_sns:after,
.main_hd:after,
.index_news .thumbs_items:after,
.brand_items:after,
.news_items:after,
.foot_contact_list:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.items_list ul,
.product_items,
.cate_items ul,
.web_head .logo,
.product-intro,
.detail-tabs,
.foot_items,
.foot_item .news_cell,
.foot_sns,
.main_hd,
.index_news .thumbs_items,
.brand_items,
.news_items,
.foot_contact_list {
	*zoom: 1;
}
.clear {
	clear: both;
}
/* layout */
body {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1400px;
	overflow-x: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.layout {
	width: 1400px;
	margin: 0 auto;
}
.z9999 {
	z-index: 9999 !important;
}
.hide {
	display: none;
}
/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 15px;
	bottom: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 5%;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.gotop:hover,
.gotop.active:hover {
	font-weight: bold;
	background-color: #a83230;
}
.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.gotop:before,
.gotop em {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gotop em {
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.gotop:before {
	content: '\f106';
	font-family: 'fontawesome';
	font-size: 22px;
	height: 100%;
	display: block;
}
.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}
/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav>li>a>b,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.ad_item figure figcaption .item_more,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.foot_sns li img,
.blog-item:after {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.head_nav>li>a:before,
.head_nav>li>a:after,
.head-search .search-btn,
.icon-cate,
.items_list .product_item .item_img,
.goods-may-like .product_item .item_img,
.foot_txt_list li a:before {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* grid */
.sys-layer {
	margin: 0 auto;
}
.sys-row {
	margin: 0 -8px;
}
.sys-col {
	float: left;
}
.sys-col-inner {
	margin: 0 8px;
}
.sys-col-md {
	float: left;
}
.sys-col-md-12 {
	width: 100%;
}
.sys-col-md-11 {
	width: 91.66666667%;
}
.sys-col-md-10 {
	width: 83.33333333%;
}
.sys-col-md-9 {
	width: 75%;
}
.sys-col-md-8 {
	width: 66.66666667%;
}
.sys-col-md-7 {
	width: 58.33333333%;
}
.sys-col-md-6 {
	width: 50%;
}
.sys-col-md-5 {
	width: 41.66666667%;
}
.sys-col-md-4 {
	width: 33.33333333%;
}
.sys-col-md-3 {
	width: 25%;
}
.sys-col-md-2 {
	width: 16.66666667%;
}
.sys-col-md-1 {
	width: 8.33333333%;
}
/* float */
.sys_fl {
	float: left !important;
}
.sys_fr {
	float: right !important;
}
/* flex */
.flex_row,
.items_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_row_nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/* button */
.sys_btn {
	display: inline-block;
	padding: 10px 28px;
	text-transform: uppercase;
	background-color: #000;
	color: #fff !important;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}
.sys_btn_wave {
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.btn_wave_circle {
	background-color: red;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-top: 0;
	pointer-events: none;
	z-index: -1;
}
.sys_btn:hover {
	color: #fff !important;
	background-color: #a83230;
}
.explode-circle {
	animation: explode .5s forwards
}
.desplode-circle {
	animation: desplode .5s forwards
}
@keyframes explode {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(0, 0, 0, .1)
	}
	100% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #a83230
	}
}
@keyframes desplode {
	0% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #a83230
	}
	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(0, 0, 0, .1)
	}
}
.company_subscribe .explode-circle {
	animation: explode_white .5s forwards
}
.company_subscribe .desplode-circle {
	animation: desplode_white .5s forwards
}
@keyframes explode_white {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(255, 255, 255, .1)
	}
	100% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #fff
	}
}
@keyframes desplode_white {
	0% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #fff
	}
	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(255, 255, 255, .1)
	}
}
/* placeholder */
input::-webkit-input-placeholder {
	color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #aaa;
}
input:-moz-placeholder {
	color: #aaa;
}
.search-ipt::-webkit-input-placeholder {
	color: #666;
}
.search-ipt::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.search-ipt:-ms-input-placeholder {
	color: #666;
}
.search-ipt:-moz-placeholder {
	color: #666;
}
/* box-sizing */
.company_subscribe .button,
.nav_wrap,
.product_item .item_img {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
/* font-family */
.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}
.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.web_head .btn--search:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after,
.items_list .product_item .item_img a:after,
.goods-may-like .product_item .item_img a:after,
.index_product .product_item .item_img a:before {
	font-family: 'fontawesome';
}
.swiper-button-prev:before,
.swiper-button-next:before,
.product_tabs .tab_item.active a:after {
	font-family: 'AkzidenzGrotesk-Regular';
}
.index_hd .hd_title .h2,
.product_item .item_title,
.index_company_intr .company_intr_title,
.index_news .news_item .item_tit,
.path_bar li,
.side-tit-bar .side-tit {
	font-family: 'Impact';
}
/*transition*/
a {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* web_head */
.web_head {
	width: 100%;
}
.web_head .head_layer {
	background-repeat: repeat;
	background-position: center 0;
	border-bottom: 15px solid #a83230;
}
.web_head .head_layer .layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.web_head .logo img {
	width: auto;
	max-height: 80px;
}
.web_head .head_right {
	float: right;
}
.web_head .change-language {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin-left: 15px;
}
.web_head .change-language:before {
	content: '';
	width: 1px;
	height: 80%;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10%;
}
.web_head .change-language .change-language-title {
	margin-left: 20px;
	position: relative;
}
.web_head .btn--search {
	display: inline-block;
	border-radius: 50%;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 1px;
}
.web_head .btn--search:after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(img/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	opacity: .6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.web_head .btn--search:hover:after {
	opacity: 1;
}
.web_head .nav_wrap {
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}
.nav_wrap .head_nav>li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 2%;
	position: relative;
	text-align: left;
}
.nav_wrap .head_nav>li>a {
	font-size: 20px;
	display: inline-block;
	position: relative;
	color: #000000;
	text-transform: uppercase;
}
.nav_wrap .head_nav>li>a>b {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid #000;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-width: 10px;
	margin-left: 8px;
}
.nav_wrap .head_nav>li ul {
	width: 250px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 3;
	margin-top: -4px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-transform: translateX(-10%) rotateX(30deg);
	-ms-transform: translateX(-10%) rotateX(30deg);
	-o-transform: translateX(-10%) rotateX(30deg);
	transform: translateX(-10%) rotateX(30deg);
	-webkit-transform-origin: 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	border-top: 4px solid #e20514;
}
.nav_wrap .head_nav li.menu_left ul {
	left: auto;
	right: 0;
}
.nav_wrap .head_nav li.menu_left ul ul {
	right: 102%;
}
.nav_wrap .head_nav li:hover>ul {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.nav_wrap .head_nav>li:hover>a {
	color: #a83230;
}
.nav_wrap .head_nav>li:hover>a>b {
	border-top-color: #a83230;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav_wrap .head_nav>li li {
	font-size: 16px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}
.nav_wrap .head_nav>li li b:after {
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 8px;
}
.nav_wrap .head_nav>li li a {
	display: block;
	color: #333;
	line-height: 1.8em;
	padding: 8px 15px;
	border-bottom: 1px solid #ddd;
}
.nav_wrap .head_nav>li li a:before {
	content: '';
	display: block;
	width: 4px;
	height: 0%;
	position: absolute;
	left: 0;
	top: 50%;
}
.nav_wrap .head_nav>li li:hover>a:before {
	height: 30%;
	top: 35%;
	background-color: #e20514;
}
.nav_wrap .head_nav>li ul ul {
	left: 102%;
	top: 0;
	margin-top: -3px;
}
.nav_wrap .head_nav>li li:hover>a {
	color: #e20514;
	background-color: #f6f6f6;
	padding-left: 20px;
	padding-right: 10px;
}
.fixed-nav .head_layer {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	background-color: rgba(255, 255, 255, .95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.fixed-nav-active .head_layer {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.fixed-nav .head_layer {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/* web_footer */
.web_footer {
	background-color: #000;
	padding: 35px 0;
	border-top: 10px solid #a83230;
}
.web_footer,
.web_footer a {
	color: #fff;
}
.web_footer .foot_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0 -30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.web_footer .foot_items:after {
	display: none;
}
.web_footer .foot_item {
	display: inline-block;
	-webkit-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
	padding: 15px 30px;
}
.web_footer .foot_item .title {
	font-size: 28px;
	text-transform: uppercase;
}
.web_footer .foot_item .foot_item_bd {
	padding-top: 10px;
}
.web_footer .foot_item_info:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.web_footer .foot_logo {
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
}
.web_footer .foot_logo img {
	max-height: 130px;
}
.foot_contact_list .contact_item {
	line-height: 25px;
	margin-bottom: 8px;
	font-style: normal;
}
.foot_contact_list .contact_item,
.foot_contact_list .contact_item a {
	color: #fff;
}
.foot_contact_list .contact_item a:hover {
	text-decoration: underline;
}
.foot_contact_list .contact_ico {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(img/contact_ico.png);
	float: left;
	margin-top: 2px;
}
.foot_contact_list .contact_ico+.contact_txt {
	margin-left: 25px;
}
.foot_contact_list .contact_txt {
	display: block;
}
.foot_contact_list .item_label {
	padding-right: 5px;
}
.foot_contact_list .contact_ico_phone {
	background-position: 0 0;
}
.foot_contact_list .contact_ico_fax {
	background-position: 0 -21px;
}
.foot_contact_list .contact_ico_email {
	background-position: 0 -42px;
}
.foot_contact_list .contact_ico_time {
	background-position: 0 -63px;
}
.foot_contact_list .contact_ico_local {
	background-position: 0 -84px;
}
.foot_contact_list .contact_ico_skype {
	background-position: 0 -105px;
}
.company_subscribe .subscribe_tit {
	font-weight: normal;
	font-size: 16px;
}
.company_subscribe .learn_more {
	margin-top: 28px;
	text-align: left;
}
.company_subscribe a{
	font-size: 16px;
}
.company_subscribe .button {
	display: inline-block;
	line-height: 1.3;
	background-color: #a83230;
	padding: 3px 15px;
	text-transform: uppercase;
	font-size: 18px;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .99);
}
.company_subscribe .button:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(img/subscribe_icos.png);
	margin-right: 8px;
	background-position: -22px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.company_subscribe .button:hover:before {
	background-position: 0 -5px;
}
.web_footer .foot_item_follow {
	-webkit-box-flex: 0 0 220px;
	-webkit-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	max-width: 220px;
	width: 220px;
	max-width: 220px;
}
.foot_sns {
	margin-right: -20px;
	padding-top: 5px;
}
.foot_sns li {
	float: left;
	padding: 0 20px 12px 0;
}
.foot_sns li img {
	width: auto;
	height: 30px;
}
.foot_sns li a {
	display: inline-block;
	vertical-align: top;
}
.foot_sns li a:hover {
	-webkit-animation: swing .3s ease;
	-o-animation: swing .3s ease;
	animation: swing .3s ease;
}
.tel_link {
	pointer-events: none;
}
.copyright {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.tel_link {
		pointer-events: auto;
	}
}
/*-------------------------------------------------------- 
														page:index
																	------------------------------------------------------*/
.web_main {
	overflow: hidden;
}
/* title */
.index_hd {
	padding-bottom: 60px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}
.index_hd .hd_title {
	display: inline-block;
	text-align: left;
}
.index_hd .hd_title .h4 {
	font-weight: normal;
	color: #a83230;
	font-size: 16px;
	font-weight: normal;
}
.index_hd .hd_title .h2,
.index_hd .hd_title .title_box {
	font-size: 76px;
	font-weight: normal;
	font-family: 'Impact';
}
/* swiper */
.index_main .swiper-button-prev,
.index_main .swiper-button-next {
	display: inline-block;
	width: 35px;
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	color: #999;
	font-size: 48px;
	background: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0;
}
.index_main .swiper-button-prev {
	left: 0;
}
.index_main .swiper-button-next {
	right: 0;
}
.index_main .swiper-button-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
}
.index_main .swiper-button-prev:before,
.index_main .swiper-button-next:before {
	-webkit-transform: scale(.45, 1);
	-ms-transform: scale(.45, 1);
	-o-transform: scale(.45, 1);
	transform: scale(.45, 1);
}
.index_main .swiper-button-prev:not(.swiper-button-disabled):hover,
.index_main .swiper-button-next:not(.swiper-button-disabled):hover {
	color: #fff;
	border-color: #000;
	background-color: #000;
}
.index_main .slider_banner .swiper-button-white {
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin-top: -26px;
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
}
.index_main .slider_banner .index_swiper_control {
	position: static;
}
.index_main .slider_banner .swiper-button-prev:before,
.index_main .slider_banner .swiper-button-next:before {
	font-size: 34px;
}
.slider_banner .swiper-slide img {
	width: 100%;
}
.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0;
}
.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
}
.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}
.slider_banner .swiper-pagination {
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.slider_banner .swiper-pagination-bullet-active {
	background-color: #fff;
}
.slider_banner .slide-page-box {
	display: none;
}
.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: .7;
	filter: alpha(opacity=70);
}
.slider_banner:hover .swiper-button-prev {
	left: 60px;
}
.slider_banner:hover .swiper-button-next {
	right: 60px;
}
.slider_banner:hover .swiper-button-next:hover,
.slider_banner:hover .swiper-button-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* index_product */
.product_item {
	width: 33.33333333%;
	float: left;
}
.product_item figure {
	margin: 0;
}
.product_item .item_img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product_item .item_img {
	*display: inline;
}
.product_item .item_img a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.product_item .item_img img {
	width: 100%;
}
.product_item figcaption {
	padding: 15px 10px;
}
.product_item .item_title {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.product_item .item_title a {
	display: block;
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
	padding: 0 10%;
}
.product_item:hover .item_img a:before {
	width: 100%;
	left: 0;
}
.product_item figure {
	background-color: #fff;
	position: relative;
}
.product_item figcaption {
	padding: 30px 20px 90px;
}
.product_item .item_title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: normal;
	text-align: left;
}
.product_item .item_title,
.product_item .item_title a {
	color: #000;
}
.product_item .item_title a {
	height: 1.2em;
	padding: 0;
}
.product_item .item_title a:hover {
	color: #a83230;
}
.product_item .item_desc {
	height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 16px;
	margin-top: 25px;
}
.product_item .item_more {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product_item .item_more a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.product_item .sys_btn {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.product_item figure:hover {
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .2);
}
.product_item figure:hover .sys_btn {
	background-color: #a83230;
	color: #fff !important;
}
.index_product {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.index_product .product_items {
	margin: -1.5%;
}
.index_product .product_item {
	padding: 2.15% 1.5%;
	-webkit-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
.index_product .product_item .item_img a:before,
.index_product .product_item .item_img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.index_product .product_item .item_img a:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.index_product .product_item .item_img a:after {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	content: '\f067';
	font-family: 'fontawesome';
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.index_product .product_item figure:hover .item_img a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.index_product .product_item figure:hover .item_img a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.index_product .product_item figure:hover .item_img img {
	-webkit-transform: scale(1.2) rotate(8deg);
	-ms-transform: scale(1.2) rotate(8deg);
	-o-transform: scale(1.2) rotate(8deg);
	transform: scale(1.2) rotate(8deg);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* index_company_intr */
.index_company_intr {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.index_company_intr .index_hd .hd_title {
	font-size: 50px;
}
.index_company_intr .index_bd .layout {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.index_company_intr .company_intr_img,
.index_company_intr .company_intr_cont {
	padding: 0 3.5%;
	float: left;
	-webkit-box-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
.index_company_intr .company_intr_img {
	position: relative;
}
.index_company_intr .company_intr_img img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.index_company_intr .company_intr_cont {
	padding-right: 5%;
}
.index_company_intr .company_intr_title {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .8em;
}
.index_company_intr .company_intr_title,
.index_company_intr .company_intr_title a {
	color: #000;
}
.index_company_intr .company_img_box {
	position: relative;
}
.index_company_intr .company_img_box:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: -20px;
	bottom: -20px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.index_company_intr .company_intr_slider {
	overflow: hidden;
	position: relative;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.index_company_intr .company_intr_slider ul {
	position: relative;
	z-index: 1;
}
.index_company_intr .swiper-pagination {
	width: 100%;
	position: absolute;
	left: -30px;
	bottom: 15px;
}
.index_company_intr .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
}
.index_company_intr .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000;
}
.index_company_intr .company_intr_cont {
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 30px;
}
.index_company_intr .learn_more {
	text-align: right;
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.3;
}
.index_company_intr .learn_more i {
	padding-left: .15em;
}
.index_company_intr .learn_more .sys_btn {
	line-height: 1.2;
	padding: 5px 25px;
}
/* index_news */
.index_news {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-color: #f8f8f8;
}
.index_news .index_bd .layout {
	background-color: #eee;
	padding: 30px 50px;
	position: relative;
	overflow: hidden;
}
.index_news .news_cont {
	width: 70%;
	margin: 0 auto;
}
.index_news .news_thumbs {
	max-width: 780px;
	margin: 0 auto 25px;
}
.index_news .news_thumbs .thumbs_items {
	font-size: 0;
	text-align: center;
}
.index_news .thumbs_item {
	display: inline-block;
	width: 33.33333333%;
	padding: 0 15px;
}
.index_news .thumbs_item .item_img {
	display: block;
	border: 1px solid #000;
}
.index_news .thumbs_item .item_img img {
	display: block;
	width: 100%;
	height: auto;
}
.index_news .news_slider .news_item {}
.index_news .news_item {
	text-align: center;
}
.index_news .news_item .item_tit {
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
}
.index_news .news_item .item_tit,
.index_news .news_item .item_tit a {
	color: #000;
}
.index_news .news_item .item_desc {
	font-size: 16px;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	margin-top: .5em;
}
.index_news .news_item .item_time {
	font-size: 16px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	margin-top: .5em;
}
.index_news .swiper-pagination {
	text-align: center;
	position: static;
	padding-top: 25px;
}
.index_news .swiper-pagination-bullet {
	background-color: #fff;
}
.index_news .swiper-pagination-bullet-active {
	background-color: #000;
}
.index_news .news_items .swiper-slide {
	visibility: hidden;
	opacity: 0;
}
.index_news .news_items .swiper-slide-active {
	visibility: visible;
	opacity: 1;
}
.index_news .news_item {
	overflow: visible;
}
.index_news .news_item .item_inner {
	margin: 0 -90%;
}
/* index_brands */
.index_brands {
	padding-top: 50px;
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.index_brands .index_bd .layout {
	position: relative;
}
.index_brands .brand_slider {
	margin: 0 50px;
}
.index_brands .brand_item {
	width: 20%;
	text-align: center;
}
.index_brands .brand_item img {}
.index_main .index_brands .swiper-button-prev,
.index_main .index_brands .swiper-button-next {
	font-size: 20px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-top: -17px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	opacity: 0;
}
.index_main .index_brands .swiper-button-prev {
	left: 10px;
}
.index_main .index_brands .swiper-button-next {
	right: 10px;
}
.index_main .index_brands .layout:hover .swiper-button-prev,
.index_main .index_brands .layout:hover .swiper-button-next {
	opacity: 1;
}
.index_main .index_brands .layout:hover .swiper-button-prev {
	left: 0;
}
.index_main .index_brands .layout:hover .swiper-button-next {
	right: 0;
}
/*----------------------------------page head---------------------------------*/
/*public*/
.web_main {
	position: relative;
}
.page_main {
	padding: 30px 0 0;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*path_nav*/
.sys_sub_head {
	overflow: hidden;
}
.sys_sub_head .head_title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: normal;
	color: #bb0001;
}
.path_bar {
	text-align: left;
	font-size: 22px;
	line-height: 35px;
	padding: .2em 0;
}
.path_bar .layout {
	border-bottom: 1px solid #999;
}
.path_bar li {
	display: inline;
	padding-right: 10px;
	text-transform: capitalize;
}
.path_bar li:after {
	content: '/';
	padding-left: 10px;
}
.path_bar li:last-child:after {
	display: none;
}
.mobile-head-items {
	display: none;
}
/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 250px;
}
.side-tit-bar {
	position: relative;
	margin-bottom: 15px;
}
.side-tit-bar .side-tit {
	position: relative;
	font-size: 24px;
	font-weight: normal;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	color: #FFF;
	padding: 0 0 0 15px;
	background: #a83230;
}
.side-widget {
	position: relative;
	margin: 0 0 50px;
}
.side-cate {
	padding: 0 0 0 10px;
}
.side-cate li {
	position: relative;
	line-height: 35px;
	font-size: 16px;
	text-transform: capitalize;
}
.side-cate>li+li {
	border-top: 1px solid #999;
}
.side-cate li li {
	line-height: 30px;
	font-size: 16px;
}
.side-cate li a {
	position: relative;
	display: block;
	margin-right: 38px;
}
.side-cate ul {
	display: none;
	overflow: visible !important
}
.side-cate li li {
	padding: 2px 0;
}
.side-cate li li a {
	padding: 0 10px 0 15px;
	margin-right: 0;
	position: relative;
}
.side-cate li li a:hover,
.side-cate li li.active>a {
	color: #a83230;
}
.side-cate li li a:hover:before,
.side-cate li li.active>a:before {
	background-color: #333;
}
.side-cate li li a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 12px;
}
.side-cate li li li a {
	padding: 0 66px;
	margin-right: 0;
}
.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 7px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
	color: #000;
	border-radius: 0%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.side-cate li .icon-cate:before {
	padding-left: 1px;
	padding-right: 1px;
}
.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f04b';
}
.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f04b';
}
.side-cate li .icon-cate.icon-cate-up {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.side-cate li.nav-current>a {
	color: #a83230;
}
.side-cate li.nav-current>.icon-cate {
	color: #a83230;
}
.side-product-items {
	position: relative;
}
.side-product-items .items_content {
	position: relative;
	padding: 35px 0;
}
.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.side_product_item figure {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}
.side_product_item .item-img {
	width: 45%;
	border: 1px solid #000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}
.side_product_item .item-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.side_product_item .item-img img {
	display: block;
	width: 100%;
}
.side_product_item:hover .item-img {
	border-color: #a83230;
}
.side_product_item figcaption {
	padding-left: 15px;
}
.side_product_item figcaption h3 {
	font-size: 16px;
	font-weight: normal;
}
.side_product_item figcaption h3 a {
	display: block;
	max-height: 2.8em;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: #a83230;
}
.side-product-items .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.side-product-items .side_slider {
	max-height: 390px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}
.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.side-product-items .side_product_item {
	height: 130px !important;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 28px;
	color: #ccd3d9;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}
.side-product-items .swiper-button-disabled {
	color: #eee;
	cursor: default;
}
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
	font-weight: bold;
	display: inline-block;
	-webkit-transform: scale(4, 1);
	-ms-transform: scale(4, 1);
	-o-transform: scale(4, 1);
	transform: scale(4, 1);
}
.side-product-items .btn-prev {
	top: 0;
}
.side-product-items .btn-prev:before {
	content: '\f106';
	/* content: 'âˆ§'; */
}
.side-product-items .btn-next {
	bottom: 0;
}
.side-product-items .btn-next:before {
	content: '\f107';
	/* content: 'âˆ¨'; */
}
.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
	color: #000;
}
.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}
.aside .side-bn img {
	width: 100%
}
/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: calc(100% - 320px);
	float: right;
	padding-bottom: 50px;
}
.main .banner_section {
	margin-bottom: 25px;
}
/*title*/
.main_hd {
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main_hd .page_title {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 8%;
	padding-bottom: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.main_hd .share_this {
	float: right;
}
.page_title {
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
	text-transform: capitalize;
}
/*main_banner*/
.sys_sub_head {
	position: relative;
}
.head_bn_slider {}
.head_bn_slider .head_bn_items {}
.head_bn_slider .head_bn_item::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	position: absolute
}
.head_bn_slider .head_bn_item img {
	display: block;
	width: 100%;
	height: auto;
}
.head_bn_slider .banner_desc {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	z-index: 1;
	width: 100%;
}
.head_bn_slider .banner_desc h2 {
	text-transform: capitalize;
	padding-bottom: 20px;
	font-size: 4em;
}
.head_bn_slider .banner_desc p {
	font-size: 28px;
	text-transform: capitalize;
}
.sys_sub_head .swiper-pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1;
}
.sys_sub_head .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}
.sys_sub_head .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
/*main_banner*/
.main_banner {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.main_banner img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 160px;
}
.main_banner .swiper-wrapper li a {
	display: block;
	position: relative;
}
.main_banner .swiper-wrapper li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	position: absolute;
	left: 0;
	top: 0;
}
.main_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.main_banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}
.main_banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.main_intro {
	line-height: 1.6;
}
.banner_section .main_banner_slider ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 !important
}
/*page*/
.page_bar {
	position: relative;
	line-height: 31px;
	height: 33px;
	margin: 40px 0;
	text-align: center;
	font-size: 16px;
}
.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	border: 1px solid #999;
	margin: 0 4px;
	text-align: center;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff 65%', endColorStr='#ececec', gradientType='0');
	background: -webkit-linear-gradient(top, #fff 65%, #ececec);
	background: -moz-linear-gradient(bottom, #fff 65%, #ececec);
	background: -o-linear-gradient(bottom, #fff 65%, #ececec);
	background: linear-gradient(to bottom, #fff 65%, #ececec);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.page_bar a.current,
.page_bar a:hover {
	color: #FFF;
	background: #000;
	border-color: #000
}
.page_bar a:not(.current):hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.page_bar span.current2 {
	margin-left: 8px;
}
/*-------------------------------------------------------- 
													page:product list
																	------------------------------------------------------*/
.items_list {
	width: 100%;
	position: relative;
}
.items_list ul {
	/* margin: -1.8%; */
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.items_list .product_item {
	-webkit-box-flex: 0 0 33.33333333%;
	-webkit-flex: 0 0 33.33333333%;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	width: 33.33333333%;
	float: left;
	padding: 1.8%;
}
.items_list .product_item figure,
.goods-may-like .product_item figure {
	background-color: #f8f8f8;
}
.items_list .product_item figure .item_img a,
.goods-may-like .product_item figure .item_img a {
	border: 1px solid #a83230;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.items_list .product_item figure:hover .item_img a,
.goods-may-like .product_item figure:hover .item_img a {
	opacity: 1;
}
/*-------------------------------------------------------- 
													page:single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}
.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}
.cloud-zoom-title {
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}
.cloud-zoom-big {
	overflow: hidden;
	padding: 0px;
}
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
.product-view .swiper-slide {
	padding-bottom: 1px;
}
.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.product-view {
	position: relative;
	width: 37.6%;
	float: left;
}
.product-view .product-image {
	position: relative;
	border: 2px solid #a83230;
}
.product-view .product-image img {
	position: relative;
	width: 100%;
}
.product-view .image-additional {
	position: relative;
	margin: 20px 15px;
	overflow: hidden;
}
.product-view .image-additional li {
	position: relative;
	width: 100%;
	width: 33.3333%;
	float: left;
	overflow: visible;
}
.product-view .image-additional li.single {
	display: none;
}
.product-view .image-additional li img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #000;
}
.product-view .image-additional li a {
	display: block;
	position: relative;
	padding: 0 8%;
}
.product-view .image-additional li.current img {
	border: 2px solid #a83230;
}
.product-view .image-additional img.popup {
	display: none;
}
.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	opacity: 1;
	line-height: 30px;
	font-size: 28px;
	background: none;
	-webkit-transform: scale(.6, 1);
	-ms-transform: scale(.6, 1);
	-o-transform: scale(.6, 1);
	transform: scale(.6, 1);
	font-weight: bold;
}
.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
	left: -10px;
}
.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
	right: -10px;
}
/*product summary*/
.product-summary {
	position: relative;
	width: 57%;
	float: right;
	padding: 0 0 10px;
	font-size: 16px;
	color: #002140;
}
.product-summary .product-meta {
	line-height: 1.8;
}
.product-summary .product-meta h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.product-summary .product-meta li {
	width: 100%;
	display: table;
	padding: 2px 0;
	font-size: 16px;
}
.product-summary .product-meta li em {
	display: table-cell;
	width: 40%;
	color: #aaa;
}
.product-summary .product-meta li .item-val {
	display: table-cell;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
}
.product-btn-wrap {
	position: relative;
	padding-top: 10px;
	text-align: left;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 25px;
	padding: .1em .6em;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	margin: 0 15px 10px 0;
}
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before {
	padding-right: 8px;
}
.product-btn-wrap .email:before {
	content: '\f003';
}
.product-btn-wrap .pdf:before {
	content: '\f1c1';
}
.product-btn-wrap a:hover {
	background-color: #a83230 !important;
	border-color: #a83230 !important;
	color: #fff !important;
}
.product-summary .share-this {
	margin: 30px 0 0;
	text-align: right;
}
/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}
.detail-tabs {
	position: relative;
	padding-right: 30%;
}
.detail-tabs .title {
	position: relative;
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	line-height: 26px;
	padding: 1px 25px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 15px 0 0;
	font-size: 18px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.detail-tabs .title.current {
	background: #000;
	border-color: #000;
	color: #fff;
}
.product-detail .tab-panel-content {
	padding: 25px 0 10px;
	display: block;
	overflow: hidden
}
.product-detail .disabled {
	display: none;
}
.product-detail .share-this {
	position: absolute;
	right: 0;
	top: 2px;
}
/*like product*/
.goods-may-like {
	position: relative;
	overflow: hidden;
}
.goods-may-like .title {
	line-height: 35px;
	font-size: 24px;
	padding: 0 0 8px;
	margin: 50px 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.goods-may-like .product_item {
	width: 33.33333333%;
	margin: 0;
	padding: 0;
}
.goods-may-like .swiper-slide {
	width: 33.33333333%;
	overflow: visible;
}
.goods-may-like .swiper-control {
	position: absolute;
	right: 0;
	top: 55px;
}
.goods-may-like .swiper-button-prev,
.goods-may-like .swiper-button-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	position: static;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.goods-may-like .swiper-button-next {
	margin-left: 10px;
}
.goods-may-like .swiper-button-next.swiper-button-disabled,
.goods-may-like .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}
/*-------------------------------------------------------- 
													page:blog list
																	------------------------------------------------------*/
.blog_list {
	position: relative;
	width: 100%;
}
.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 35px 20px;
}
.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}
.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
}
.blog-item:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.blog-item:hover:after {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.blog-item .item-img,
.blog-item .item-img img {
	border-radius: 5px;
}
.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 200px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	margin: 0 20px 0 0;
	float: left;
}
.blog-item .item-img img {
	width: 100%;
}
.blog-item .item-info .item-title {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	font-weight: normal;
	font-size: 20px;
	text-transform: capitalize;
}
.blog-item .item-info time {
	display: block;
	font-size: 16px;
	margin: 8px 0;
	color: #666;
}
.blog-item .item-info .item-detail {
	color: #666;
}
.blog-item .item-info .item-more {
	margin: 20px 0 0;
	float: right;
}
.blog-item .item-info .item-more {
	display: inline-block;
	padding: .2em .8em;
	line-height: 1.8;
	color: #000;
	position: relative;
	text-transform: uppercase;
}
.blog-item .item-info .item-more:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.blog-item .item-info .item-more:before {
	left: 0;
	top: 0;
}
.blog-item .item-info .item-more:after {
	right: 0;
	bottom: 0;
}
.blog-item .item-info .item-more:hover:before,
.blog-item .item-info .item-more:hover:after {
	width: 0;
	opacity: 0;
}
.blog-item .item-info .item-more:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/*-------------------------------------------------------- 
													page:download list
																	------------------------------------------------------*/
.download_list {
	position: relative;
	width: 100%;
}
.download-item {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	margin: 0 0 10px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
.download-item .item-img {
	max-width: 25px;
}
.download-item .item-title {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.download-item .item-button {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	float: right;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}
.download-item .item-button:before {
	content: "\f019";
	margin: 0 10px 0 0;
}
.company_profile_box {
	box-shadow: 0px -10px 7px 2px rgb(0 0 0 / 10%)
}
.company_data_box .fl-number-string {
	font-size: 14px !important;
}
.company_data_box .fl-number-int {
	font-size: 50px;
	font-family: Poppins;
	font-weight: 600;
}
.company_data_box .fl-number-after-text {
	font-size: 16px;
}
.adv_box img {
	border: 2px solid #a83230
}
.adv_item>.fl-col-content {
	box-shadow: 0px 0px 15px #efefef;
	border-radius: 5px;
}
.contact_item>.fl-col-content {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	border-radius: 5px;
}
/*history*/
.hexa {
	border: 0px;
	float: left;
	text-align: center;
	height: 35px;
	width: 60px;
	font-size: 22px;
	background: #f0f0f0;
	color: #3c3c3c;
	position: relative;
	margin-top: 15px;
	display: none;
}
.timeline {
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 20px;
	list-style-type: none;
}
.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: rgb(213, 213, 213);
	background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
	z-index: 5;
}
.timeline li {
	/*padding: 2em 0;*/
}
.timeline .hexa {
	width: 16px;
	height: 16px;
	position: absolute;
	background: #ffffff;
	border: 2px solid #000;
	z-index: 5;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -30px;
	margin-top: 0;
	border-radius: 50%;
	/* display: none; */
}
.timeline .hexa-right {
	width: 16px;
	height: 1px;
	position: absolute;
	background: #019bcf;
	z-index: 20;
	left: -13px;
	margin-left: auto;
	margin-right: auto;
	top: 25px;
	margin-top: 0;
	display: none;
	/* display: none; */
}
.timeline .hexa-left {
	width: 16px;
	height: 1px;
	position: absolute;
	background: #000;
	z-index: 20;
	right: -13px;
	margin-left: auto;
	margin-right: auto;
	top: 25px;
	margin-top: 0;
	display: none;
}
.timeline .direction-l .hexa:before {
	border-left: 4px solid #019bcf;
	background-color: #019bcf;
}
.timeline .direction-r .hexa:after {
	border-right: 4px solid #019bcf;
	background-color: #019bcf;
}
.direction-l,
.direction-r {
	float: none;
	width: 100%;
	text-align: center;
}
.flag-wrapper {
	text-align: center;
	position: relative;
	width: 48%;
}
.direction-r .flag-wrapper {
	text-align: right
}
.direction-l .flag-wrapper {
	text-align: left
}
.flag {
	position: relative;
	display: inline;
	background: transparent;
	font-weight: 600;
	z-index: 15;
	padding: 6px 10px;
	text-align: left;
	border-radius: 5px;
}
.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255, 255, 255);
	border-width: 8px;
	pointer-events: none;
}
.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
	line-height: 1em;
	vertical-align: middle;
	color: #fff;
}
.direction-l .time-wrapper {
	float: none;
}
.direction-r .time-wrapper {
	float: none;
}
.time {
	background: #019bcf;
	display: inline-block;
	padding: 8px;
}
.desc {
	position: relative;
	/*margin: 1em 0 0 0;*/
	padding: 3em;
	background: #efefef;
	font-size: 16px;
	z-index: 15;
}
.direction-l .desc,
.direction-r .desc {
	position: relative;
	/*margin: 1em 1em 0 1em;*/
	/*padding: 1em;*/
	z-index: 15;
	color: #666666;
	margin: 30px 0;
	border-radius: 8px;
	width: 48%;
}
.direction-l .desc:before {
	content: "";
	position: absolute;
	right: -24px;
	top: 50%;
	height: 0;
	width: 0;
	/* margin-left: -12px; */
	border: solid transparent;
	border-left-color: #efefef;
	border-width: 12px;
	pointer-events: none;
	transform: translateY(-50%);
}
.direction-r .desc:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	width: 0;
	margin-left: -12px;
	border: solid transparent;
	border-right-color: #efefef;
	border-width: 12px;
	pointer-events: none;
}
@media(max-width:768px) {
	.timeline .hexa-right {
		display: none;
	}
	.timeline .hexa-left {
		display: none;
	}
	.direction-l .desc:before,
	.direction-r .desc:before {
		left: 50%;
	}
}
@media(min-width: 768px) {
	.timeline {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.timeline li:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.timeline .hexa {
		left: -28px;
		right: auto;
		top: 18px;
	}
	.timeline .direction-l .hexa {
		left: auto;
		right: -28px;
		/* display: none; */
	}
	.direction-l {
		position: relative;
		width: 310px;
		float: left;
		text-align: right;
	}
	.direction-r {
		position: relative;
		width: 310px;
		float: right;
		text-align: left;
	}
	.flag-wrapper {
		display: inline-block;
	}
	.flag {
		font-size: 32px;
		color: #a83230;
	}
	.direction-l .flag:after {
		left: auto;
		right: -16px;
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-left-color: rgb(254, 254, 254);
		border-width: 8px;
	}
	.direction-r .flag:after {
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-right-color: rgb(254, 254, 254);
		border-width: 8px;
		left: -8px;
	}
	.time-wrapper {
		display: inline;
		vertical-align: middle;
		margin: 0;
	}
	.direction-l .time-wrapper {
		float: left;
	}
	.direction-r .time-wrapper {
		float: right;
	}
	.time {
		padding: 5px 10px;
	}
	.direction-r .desc {
		color: #666666;
		/*margin: 1em 0 0 0.75em;*/
	}
}
@media(min-width: 992px) {
	.timeline {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.direction-l {
		position: relative;
		width: 380px;
		float: left;
		text-align: right;
	}
	.direction-r {
		position: relative;
		width: 380px;
		float: right;
		text-align: left;
	}
}
@media(min-width: 1280px) {
	.timeline {
		width: 1100px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.direction-l {
		position: relative;
		width: 530px;
		float: left;
		text-align: right;
		margin-bottom: -18px;
	}
	.direction-r {
		position: relative;
		width: 530px;
		float: right;
		text-align: left;
		margin-bottom: -18px;
	}
}
@media(min-width: 1366px) {
	.timeline {
		width: 1200px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 80px;
	}
}
.direction-l {
	display: flex;
	position: relative;
	width: 100%;
	float: left;
	text-align: right;
	/* margin-bottom: -108px; */
	/* justify-content: revert; */
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.direction-r {
	position: relative;
	width: 100%;
	float: right;
	text-align: left;
	/* margin-bottom: -108px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width:768px) {
	.direction-l,
	.direction-r {
		flex-direction: column;
	}
	.direction-l .desc,
	.direction-r .desc,
	.flag-wrapper,
	.direction-r .flag-wrapper {
		width: 100%;
		text-align: left
	}
	.flag {
		font-size: 32px;
		color: #a83230;
		position: relative;
		display: inline;
		background: transparent;
		font-weight: 600;
		z-index: 15;
		text-align: left;
		border-radius: 5px;
	}
	.direction-l .desc,
	.direction-r .desc {
		margin: 10px 0;
	}
	.desc {
		padding: 2em;
	}
}
.certificates_box img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
/*-------------------------------------------------------- 
													page:faq list
																	------------------------------------------------------*/
.faq_list {
	position: relative;
	width: 100%;
}
.faq-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 25px;
	border: 1px solid #eee;
	margin: 0 0 20px;
}
.faq-item .faq-title {
	position: relative;
	font-size: 16px;
	padding: 15px 0;
	cursor: pointer;
}
.faq-item .faq-title:before {
	position: absolute;
	content: "\f067";
	right: 0;
	font-size: 14px;
}
.faq-item .faq-title.show-title:before {
	content: '\f068';
}
.faq-item .faq-title h3 {
	font-weight: normal;
}
.faq-item .faq-cont {
	margin: 0 0 25px;
	display: none;
}
.faq-item:first-child .faq-cont {
	display: block;
}
@media only screen and (max-width:768px) {
	.inquiry-form .form-btn-wrapx .form-btn-submitx {
		top: 0 !important;
	}
}
@media only screen and (max-width:1680px) {
	/*layout*/
	body {
		min-width: 1280px;
	}
	.layout {
		width: 1280px;
	}
}
@media only screen and (max-width:1500px) {}
@media only screen and (max-width:1440px) {
	/*index*/
	.index_product .owl-carousel .owl-stage-outer {
		overflow: hidden;
	}
	.index_product .owl-item:not(.active) .product_item {
		filter: none;
	}
	.index_main .index_product .swiper-button-prev {
		left: 0;
	}
	.index_main .index_product .swiper-button-next {
		right: 0;
	}
}
@media only screen and (max-width:1366px) {
	/*layout*/
	body {
		min-width: 1200px;
	}
	.layout {
		width: 1200px;
	}
	/*list*/
	.items_list .product_item {
		-webkit-box-flex: 0 0 33.33333333%;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%
	}
}
@media only screen and (max-width:1280px) {
	/*layout*/
	body {
		min-width: 1100px;
	}
	.layout {
		width: 1100px;
	}
	/*header*/
	.web_head .head_layer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.web_head .head_layer .layout {
		width: auto;
	}
	.nav_wrap .head_nav>li {
		margin: 0 1.5%;
	}
	.nav_wrap .head_nav>li>a {
		font-size: 16px;
	}
	/*index*/
	.index_hd .hd_title .h2,
	.index_hd .hd_title .title_box {
		font-size: 60px;
	}
	/*.index_news .layout{width: auto;}*/
	/*list*/
	.items_list .product_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}
@media only screen and (max-width:1200px) {
	/*layout*/
	body {
		min-width: inherit;
	}
	.layout {
		width: 92%;
	}
	/*footer*/
	.foot_nav_bar {
		text-align: center;
	}
	.foot_nav_bar .foot_nav {
		float: none;
		text-align: center;
	}
	.foot_nav_bar .head-search {
		display: inline-block;
		float: none;
		margin-top: 5px;
	}
	.foot_contact_list {
		width: 100%;
		float: none;
	}
	.foot_sns {
		width: 100%;
		float: none;
		text-align: left;
		padding-top: 20px;
	}
	.web_head .logo img {
		max-height: 60px;
	}
}
@media only screen and (max-width:1024px) {
	/*header*/
	.nav_wrap .head_nav>li {
		font-size: 16px;
	}
	/*index*/
	.index_product .product_item {
		-webkit-box-flex: 0 0 33.33333333%;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%
	}
	/*list*/
	.sys_sub_head .head_title h1 {
		font-size: 42px;
	}
	.items_list {
		width: 100%;
	}
	.items_list ul {
		margin: 0 -10px;
	}
	.items_list .product_item figure {
		margin: 10px;
	}
}
@media only screen and (max-width:950px) {
	body {
		min-width: 100%;
	}
	.z10000 {
		position: relative;
		z-index: 100000;
	}
	.mobile-body-mask {
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999
	}
	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(img/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
		cursor: pointer;
	}
	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}
	.lang-more {
		display: none !important
	}
	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
		display: block;
		z-index: 999;
	}
	.mobile-head-item {
		float: left;
		width: 45px;
	}
	.mobile-head-item.mobile-head-aside {
		float: right
	}
	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}
	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}
	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}
	.mobile-head-item.mobile-head-language .title:before {
		content: "\f1ab";
	}
	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}
	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}
	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}
	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}
	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: auto;
		height: 100%;
		padding: 15px 10px;
		background-color: #fff;
	}
	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}
	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -80%;
		width: 80%;
		height: 100%;
	}
	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}
	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}
	.web_head .logo {
		position: relative;
		display: block;
		float: none;
		text-align: center;
	}
	.web_head {
		padding: 25px 0 0;
		height: auto;
	}
	.web_head .head_layer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.web_head .nav_wrap .head_nav,
	.web_head .change-language,
	.web_head .btn--search {
		display: none;
	}
	.web_head .nav_wrap {
		position: static;
	}
	.nav_wrap .logo img {
		height: 100px;
	}
	.web_head .btn--search {
		right: 0;
		top: -20px;
		margin: 0;
	}
	.web_head .head-search {
		display: none;
	}
	.head-search {
		position: relative;
		width: 90%;
		height: 35px;
		background: #000;
		margin: 0 auto;
	}
	.head-search .search-ipt {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		color: #FFF;
		padding: 0 10px;
	}
	.head-search .search-btn {
		position: absolute;
		width: 35px;
		height: 100%;
		background: url(img/search_btn_mobile.png) no-repeat center center;
		-webkit-background-size: auto 16px;
		background-size: auto 16px;
		border: none;
		right: 0;
		top: 0;
		display: block !important;
		color: transparent;
	}
	.head-search .search-attr {
		display: none;
	}
	/* header */
	.path_bar {
		background-attachment: scroll !important;
		margin-top: 0;
	}
	.web_head .head_layer .layout {
		display: block;
		padding-top: 0;
	}
	.web_head .head_right {
		padding: 0;
		background: none;
	}
	.web_head .logo img {
		height: auto;
	}
	/*nav */
	.head_nav {
		width: 100%;
		padding: 0 5px;
	}
	.head_nav li {
		padding-left: 28px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.head_nav li,
	.head_nav li a {
		color: #111;
	}
	.head_nav li.has-child {
		padding-left: 28px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.head_nav li.has-child>a {
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 35px;
	}
	.head_nav li.has-child>ul {
		display: none;
	}
	.head_nav li.siblings-no-menu {
		position: relative;
		padding-left: 15px;
	}
	.head_nav li a {
		display: block;
		height: 1.4em;
		line-height: 1.4em;
		position: relative;
	}
	.head_nav li a:hover {
		color: inherit;
	}
	.head_nav li em {
		display: block;
		height: 1.4em;
		overflow: hidden;
	}
	.head_nav li li {
		font-size: 16px;
	}
	.head_nav li li li {
		font-size: 16px;
	}
	.head_nav li li a {
		color: #666;
	}
	.head_nav li.has-child a b {
		display: inline-block;
		width: 15px;
		height: 15px;
		border: 1px solid #111;
		border-radius: 2px;
		overflow: hidden;
		line-height: 15px;
		position: absolute;
		right: -35px;
		top: 1px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.head_nav li.has-child a b:before,
	.head_nav li.has-child a b:after {
		content: '';
		display: block;
		width: 9px;
		height: 1px;
		background-color: #111;
		position: absolute;
		left: 3px;
		top: 50%;
		margin-top: -.5px;
	}
	.head_nav li.has-child a b:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.head_nav li.has-child a:hover b {
		border-color: #111;
	}
	.head_nav>li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	.head_nav>li>a {
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: -1px;
		position: relative;
		text-transform: uppercase;
		position: relative;
	}
	.head_nav li,
	.head_nav li.has-child {
		padding-left: 0;
	}
	.head_nav li li,
	.head_nav li li.has-child {
		padding-left: 15px;
	}
	.head_nav li.active>a>b:after {
		display: none;
	}
	.head_nav li.active>a>b {
		background-color: #111;
	}
	.head_nav li.active>a>b:before,
	.head_nav li.active>a>b:after {
		background-color: #fff;
	}
	.web_head .nav_wrap {
		display: none;
	}
	/* footer */
	.foot_nav_bar .head-search {
		display: none;
	}
	.web_footer {
		overflow: hidden;
	}
	.web_footer .foot_service {
		padding-bottom: 0;
	}
	.web_footer .foot_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
	.web_footer .foot_item .title {
		font-size: 22px;
	}
	/* index */
	.slider_banner .index-swiper-buttons {
		display: none;
	}
	.index_swiper_control {
		text-align: center;
		padding: 30px 0 50px;
	}
	.index_swiper_control .swiper-button-next,
	.index_swiper_control .swiper-button-prev {
		display: inline-block;
		margin: 0 5px;
		position: static;
	}
	.index_swiper_control .swiper-pagination {
		display: none;
	}
	.index_main .index_swiper_control {
		position: static !important;
	}
	.index_main .swiper-button-prev:not(.swiper-button-disabled):hover,
	.index_main .swiper-button-next:not(.swiper-button-disabled):hover {
		background-color: #000 !important;
		color: #fff !important;
	}
	.index_main .swiper-button-next {
		margin-left: 15px !important;
	}
	.index_hd .hd_title .h4 {
		font-size: 16px;
	}
	.index_hd .hd_title .h2,
	.index_hd .hd_title .title_box {
		font-size: 42px;
	}
	.index_company_intr .company_intr_img,
	.index_company_intr .company_intr_cont {
		-webkit-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.index_company_intr .company_intr_img {
		width: 640px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 50px;
	}
	.index_company_intr .company_intr_img:after {
		display: none;
	}
	.index_news .index_bd .layout {
		width: auto;
	}
	.index_news .news_thumbs {
		max-width: 400px;
	}
	/* aside */
	.aside {
		display: none;
	}
	.side-widget {
		margin-bottom: 35px;
	}
	.side-product-items .items_content {
		margin-top: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.side-product-items .btn-prev,
	.side-product-items .btn-next {
		display: none;
	}
	.side-product-items .side_slider {
		padding-top: 0;
		padding-bottom: 0;
		max-height: inherit;
	}
	.side-product-items .side_slider ul:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.side-product-items .side_slider .swiper-wrapper {
		width: auto;
		display: block;
		margin: 0 -5px;
	}
	.side-product-items .side_product_item {
		display: block;
		width: 50%;
		height: auto !important;
		float: left;
		;
		text-align: center;
	}
	.side-product-items .side_product_item:nth-child(2n+1) {
		clear: left;
	}
	.side-product-items .side_product_item figure {
		display: block;
		width: auto;
		border: 1px solid #eee;
		padding: 3px;
		margin: 5px;
	}
	.side-product-items .side_product_item .item-img {
		display: block;
		width: 100%;
		float: none;
		border: 0;
	}
	.side-product-items .side_product_item .item-img img {
		width: 100%;
		height: auto;
		border: 0;
	}
	.side-product-items .side_product_item figcaption {
		width: auto;
		display: block;
		padding: 8px;
	}
	.side-product-items .side_product_item figcaption .item_title {
		height: auto;
		font-size: 16px;
		text-transform: none;
	}
	/* main */
	.page_main {
		padding-top: 25px;
	}
	.main {
		width: auto;
		float: none;
		margin: 0 auto;
	}
	.product-item {
		width: 33.333%;
	}
	.product-item .item-wrap {
		margin: 8px;
	}
	.page_bar {
		margin-top: 20px;
		text-align: center;
	}
	.main_hd {
		display: block;
	}
	.main_hd .page_title {
		float: none;
	}
	.main_hd .share_this {
		float: none;
	}
	.main_hd .page_title+.share_this {
		padding-top: 5px;
	}
	/* list */
	.items_list ul {
		padding-top: 0;
	}
	.items_list .product_item {
		-webkit-box-flex: 0 0 33.33333333%;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
		width: 33.33333333%
	}
	/* product intro */
	.page_title {
		line-height: 1.1;
		border-bottom: 0;
	}
	.video_close {
		display: none
	}
	.image-additional li.image-item.current img {
		border: none;
	}
	.product-view {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	.product-view .product-image,
	.single_product_items {
		display: none
	}
	.image-additional-wrap {
		display: block;
	}
	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}
	.product-view .image-additional ul {
		width: 100%;
	}
	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}
	.product-view .image-additional li a {
		padding: 0;
		margin: 0;
		border: 0;
	}
	.product-view .image-additional li img {
		border: 0;
		padding: 0;
	}
	.product-view .image-additional li.current img {
		border-color: inherit;
	}
	.product-view .image-additional li.single {
		display: block
	}
	.product-view .image-additional li.current a:before,
	.product-view .image-additional li.current a:after {
		display: none;
	}
	.product-view .swiper-button-next,
	.product-view .swiper-button-prev {
		background: rgba(0, 0, 0, .8);
		color: #fff;
	}
	.product-view .swiper-button-next {
		right: 5px;
	}
	.product-view .swiper-button-prev {
		left: 5px;
	}
	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}
	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}
	.product-summary .product-meta li {
		display: block;
	}
	.product-summary .product-meta li em {
		display: inline;
		color: #333;
		padding-right: 15px;
		font-weight: bold;
	}
	.product-btn-wrap {
		text-align: left;
	}
	.product-btn-wrap a {
		margin: 0 0 10px !important;
	}
	.product-summary .share-this {
		text-align: left;
	}
	/* product detail  */
	.detail-tabs {
		padding-right: 0;
	}
	.product-detail .share-this {
		position: static;
		padding-bottom: 30px;
	}
	.tab-panel-wrap {
		padding: 10px 0 0;
	}
	.goods-may-like .title {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.head_bn_slider .banner_desc h2 {
		padding-bottom: 10px;
		font-size: 2em;
	}
}
@media only screen and (max-width:768px) {
	/*footer*/
	.web_footer .foot_item {
		-webkit-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: left;
	}
	.foot_bar .copyright,
	.foot_bar .foot_sns {
		float: none;
		width: auto;
		text-align: left;
	}
	.foot_sns li {
		padding-right: 8px;
		padding-left: 0;
	}
	/*index*/
	.slider_banner .swiper-button-prev,
	.slider_banner .swiper-button-next {
		display: none;
	}
	.slider_banner .swiper-slide img {
		min-height: 160px;
	}
	.slider_banner .slider_swiper_control {
		bottom: 20px;
	}
	.slider_banner .swiper-pagination-bullets {
		text-align: center;
	}
	.index_product .product_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}
	.head_bn_slider .banner_desc p {
		font-size: 16px;
		text-transform: capitalize;
	}
}
@media only screen and (max-width:640px) {
	/* list */
	.sys_sub_head .head_title h1 {
		font-size: 30px;
	}
	.items_list .product_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}
	.head_nav li a {
		height: auto;
	}
}
@media only screen and (max-width:480px) {
	.mobile-hide {
		display: none !important;
	}
	.gotop {
		display: none !important;
	}
	.service_item {
		width: 100%;
	}
	.blog-item .item-img {
		width: 150px;
	}
	.table_wrap {
		overflow-x: scroll;
	}
	/* layout */
	.web_head .head_layer {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom-width: 5px;
	}
	.layout {
		width: auto;
		padding: 0 10px;
	}
	/*header*/
	.head_bn_slider .head_bn_item img {
		min-height: 100px;
	}
	.sys_sub_head .swiper-pagination {
		bottom: 10px;
	}
	.sys_sub_head .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.head_top {
		font-size: 16px;
	}
	.web_head .logo img {
		max-height: 60px;
	}
	/*footer*/
	.web_footer .foot_logo img {
		max-height: 80px;
		width: auto;
	}
	.foot_items .layout {
		display: block;
	}
	.web_footer .foot_item .title {
		font-size: 16px;
	}
	.foot_txt_list li {
		font-size: 16px;
	}
	.foot_sns li img {
		max-height: 30px;
	}
	.foot_bar {
		font-size: 16px;
	}
	.foot_contact_list .contact_item .contact_val {
		font-size: 16px;
	}
	.foot_contact_list .contact_ico {
		-webkit-transform: scale(.85);
		-ms-transform: scale(.85);
		-o-transform: scale(.85);
		transform: scale(.85);
	}
	.company_subscribe .button {
		font-size: 16px;
	}
	/* aside */
	.side-widget {
		margin: 0 0 30px;
	}
	.side-tit-bar .side-tit {
		font-size: 16px;
		text-transform: none;
	}
	.side-cate li li {
		line-height: 20px;
	}
	.side-cate li li a {
		padding: 0 15px;
	}
	.side-cate li li a:before {
		top: 7px;
	}
	.side-product-items .side_product_item {
		width: 100%;
		float: none;
	}
	.side-product-items .side_product_item figure {
		margin-left: 10px;
		margin-right: 10px;
	}
	.side_product_item .add-friend {
		right: 10px;
		bottom: 5px;
	}
	/* index */
	.sys_btn {
		padding: .4em 1.2em;
	}
	.index_hd {
		padding-bottom: 25px;
	}
	.index_hd .hd_title .h4 {
		font-size: 16px;
	}
	.index_hd .hd_title h2,
	.index_hd .hd_title .title_box {
		font-size: 28px;
	}
	.index_swiper_control {
		padding-bottom: 0;
	}
	.slider_banner .swiper-pagination {
		bottom: 10px;
	}
	.index_main .index-swiper-buttons .swiper-button-prev,
	.index_main .index-swiper-buttons .swiper-button-next {
		font-size: 28px;
		width: 30px;
		height: 60px;
		line-height: 60px;
		margin-top: -30px;
	}
	.product_item figcaption {
		padding: 20px 10px 60px;
	}
	.product_item .item_title {
		font-size: 16px;
	}
	.product_item .item_desc {
		font-size: 16px;
		margin-top: 15px;
	}
	.product_item .item_more a {
		font-size: 16px;
	}
	.product_item .item_more .sys_btn {
		padding: .6em;
	}
	.index_product {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_product .product_items {
		margin: -1px;
	}
	.index_product .product_item {
		padding: 1px;
	}
	.index_company_intr {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_company_intr .company_intr_cont {
		font-size: 16px;
	}
	.index_company_intr .learn_more {
		margin-top: 20px;
		font-size: 16px;
	}
	.index_company_intr .learn_more .sys_btn {
		padding: 5px 15px;
	}
	.index_company_intr .swiper-pagination {
		left: 0;
	}
	.index_news {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_news .news_cont {
		width: 100%;
	}
	.index_news .index_bd .layout {
		padding-left: 40px;
		padding-right: 40px;
	}
	.index_news .news_item .item_tit {
		font-size: 16px;
	}
	.index_news .news_item .item_desc,.index_news .news_item .item_time {
		font-size: 16px;
	}
	.index_brands .brand_slider {
		margin: 0 30px;
	}
	.index_main .index_brands .index-swiper-buttons .swiper-button-prev,
	.index_main .index_brands .index-swiper-buttons .swiper-button-next {
		width: 21px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		font-size: 20px;
		border-radius: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.index_main .index_brands .index-swiper-buttons .swiper-button-prev {
		left: 0;
	}
	.index_main .index_brands .index-swiper-buttons .swiper-button-next {
		right: 0;
	}
	/*main*/
	.path_bar li {
		font-size: 16px;
		padding-right: 6px;
	}
	.path_bar li:after {
		height: 1px;
		padding-left: 6px;
	}
	/*list*/
	.sub_head_intro {
		font-size: 16px;
	}
	.main_hd {
		margin-bottom: 15px;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.main_banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.product_item .item_img a:after {
		display: none;
	}
	.items_list ul {
		margin: 0 -2px;
	}
	.items_list .product_item {
		padding: 0;
	}
	.items_list .product_item figure {
		margin: 2px;
		padding: 1px;
	}
	.items_list .product_item .item_img {
		border-width: 1px;
	}
	.items_list .product_item .item_title {
		font-size: 16px;
	}
	.items_list .product_item .item_title a {
		padding: 0;
	}
	.page_bar {
		line-height: 22px;
		font-size: 16px;
	}
	.page_bar a,
	.page_bar span {
		min-width: 2em;
		padding: 0 5px;
		margin: 0 2px;
		border-radius: 2px;
	}
	/*blog*/
	.blog-item {
		padding: 30px 5px;
	}
	.blog-item .item-img {
		width: auto;
		max-width: 70%;
		float: none;
		margin-right: 0;
		border: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.blog-item .item-info .item-title {
		line-height: 1.2;
		font-family: 'MyriadProBold';
		font-weight: normal;
	}
	.blog-item .item-info {
		padding-top: 15px;
	}
	.blog-item .item-info .item-title {
		height: auto;
		font-size: 22px;
	}
	.blog-item .item-info .item-detail {
		max-height: 9em;
		line-height: 1.5em;
		overflow: hidden;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.blog-item .item-info .item-more {
		float: none;
	}
	.blog-item .item-info time {
		font-size: 16px;
		color: #888;
	}
	/* product */
	.items_list .share_this {
		position: static;
		text-align: left;
		padding-bottom: 15px;
		float: none;
	}
	.page_main {
		padding-top: 15px;
	}
	.product-intro {
		overflow: visible;
	}
	.product-view {
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-view .image-additional li a {
		margin-left: 0;
		margin-right: 0;
	}
	.product-view .image-additional li a:before,
	.product-view .image-additional li a:after {
		display: none;
	}
	.product-view .swiper-button-prev,
	.product-view .swiper-button-next {
		width: 27px;
		height: 40px;
		line-height: 40px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		font-size: 18px;
		opacity: .8;
	}
	.product-view .swiper-button-prev {
		left: 0;
		border-radius: 0 3px 3px 0;
		padding-right: 2px;
	}
	.product-view .swiper-button-next {
		right: 0;
		border-radius: 3px 0 0 3px;
		padding-left: 2px;
	}
	.product-view .swiper-button-prev:before,
	.product-view .swiper-button-next:before {
		display: inline-block;
		-webkit-transform: scale(.7, 1);
		-ms-transform: scale(.7, 1);
		-o-transform: scale(.7, 1);
		transform: scale(.7, 1);
	}
	.product-btn-wrap .email,
	.product-btn-wrap .pdf,
	.product-btn-wrap .buy {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.goods-may-like .title {
		text-transform: none;
	}
	.page_title {
		font-weight: normal;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product-summary {
		padding-top: 0;
	}
	.product-summary .page_title {
		font-size: 24px;
	}
	.product-summary .product-meta h3 {
		font-size: 24px;
	}
	.product-summary .product-meta {
		font-size: 16px;
	}
	.product-summary .product-meta p {
		font-size: 16px;
	}
	.product-summary .product-meta h3 {
		line-height: 1.3;
		font-size: 16px;
	}
	.product-summary .product-meta li {
		font-size: 16px;
	}
	.product-summary .share-this {
		text-align: left;
		margin: 20px 0 0;
	}
	.product-btn-wrap {
		padding-top: 30px;
	}
	.product-btn-wrap .email,
	.product-btn-wrap .pdf,
	.product-btn-wrap .buy {
		font-size: 16px;
		padding: 2px 10px;
	}
	.product-detail {
		margin-top: 40px;
	}
	.detail-tabs .title {
		font-size: 16px;
		padding: 1px 15px;
	}
	.tab-panel-wrap {
		padding: 0 0 20px;
		border: 0;
	}
	.goods-may-like .title {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 20px;
	}
	.goods-may-like .layer-bd {
		position: relative;
		padding: 0;
	}
	.goods-may-like .swiper-slider {
		position: relative;
	}
	.goods-may-like .product_item .item_title {
		font-size: 16px;
	}
	.goods-may-like .product_item .item_title a {
		padding-left: 0;
		padding-right: 0;
	}
	.goods-may-like .swiper-control {
		position: static;
	}
	.goods-may-like .swiper-button-prev,
	.goods-may-like .swiper-button-next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: 0;
		margin-right: 0;
		margin-top: -15px;
		background-color: rgba(0, 0, 0, .7);
		position: absolute;
	}
	.goods-may-like .layer-bd .swiper-button-prev {
		left: 5px;
	}
	.goods-may-like .layer-bd .swiper-button-next {
		right: 5px;
	}
	.head_bn_slider .banner_desc h2 {
		font-size: 1.6em;
		padding: 0;
	}
	.head_bn_slider .banner_desc p {
		font-size: 14px
	}
}
@media only screen and (max-width:320px) {
	.side_product_item {
		width: 100%;
	}
}
/*-------------------------------
			font start
			----------------------------------*/
@font-face {
	font-family: 'fontawesome';
	src: url("fonts/fontawesome-webfont-4.5.0.eot");
	src: url("fonts/fontawesome-webfont-4.5.0.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont-4.5.0.woff2") format("woff2"), url("fonts/fontawesome-webfont-4.5.0.woff") format("woff"), url("fonts/fontawesome-webfont-4.5.0.ttf") format("truetype"), url("fonts/fontawesome-webfont-4.5.0.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'SourceSansPro';
	src: url("fonts/SourceSansPro-Regular.eot");
	src: url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AkzidenzGrotesk-Regular';
	src: url("fonts/AkzidenzGrotesk-Regular.eot");
	src: url("fonts/AkzidenzGrotesk-Regular.eot") format("embedded-opentype"), url("fonts/AkzidenzGrotesk-Regular.woff2") format("woff2"), url("fonts/AkzidenzGrotesk-Regular.woff") format("woff"), url("fonts/AkzidenzGrotesk-Regular.ttf") format("truetype"), url("fonts/AkzidenzGrotesk-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Impact';
	src: url("fonts/Impact.eot");
	src: url("fonts/Impact.eot") format("embedded-opentype"), url("fonts/Impact.woff2") format("woff2"), url("fonts/Impact.woff") format("woff"), url("fonts/Impact.ttf") format("truetype"), url("fonts/Impact.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'msyh';
	src: url("fonts/msyh-boot.eot");
	src: url("fonts/msyh-boot.eot") format("embedded-opentype"), url("fonts/msyh-boot.woff2") format("woff2"), url("fonts/msyh-boot.woff") format("woff"), url("fonts/msyh-boot.ttf") format("truetype"), url("fonts/msyh-boot.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------
			font end
			----------------------------------*/
/*-------------------------------
			swiper-slide start
			----------------------------------*/
.slider_banner {
	position: relative;
	overflow: hidden;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -25px;
	z-index: 2;
	cursor: pointer;
	/* opacity: 0; */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 30px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-button-next:before,
.swiper-button-prev:before {
	display: inline-block;
	-webkit-transform: scale(.5, 1);
	-ms-transform: scale(.5, 1);
	-o-transform: scale(.5, 1);
	transform: scale(.5, 1);
	vertical-align: top;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}
.swiper-container:hover .swiper-button-prev {
	left: 65px;
}
.swiper-container:hover .swiper-button-next {
	right: 65px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	/*pointer-events:none;*/
	opacity: 0.3;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	content: '<';
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: '>';
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 3
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	border: 0px solid rgba(255, 255, 255, 0);
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	margin: 0 10px;
	background-clip: content-box;
}
.swiper-pagination-bullet-active {
	background-color: #000;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .3s -webkit-transform;
	transition: .2s top, .3s -webkit-transform;
	-o-transition: .2s transform, .3s top;
	transition: .2s transform, .3s top;
	transition: .2s transform, .3s top, .3s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .3s -webkit-transform;
	transition: .2s left, .3s -webkit-transform;
	-o-transition: .2s transform, .3s left;
	transition: .2s transform, .3s left;
	transition: .2s transform, .3s left, .3s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .3s -webkit-transform;
	transition: .2s right, .3s -webkit-transform;
	-o-transition: .2s transform, .3s right;
	transition: .2s transform, .3s right;
	transition: .2s transform, .3s right, .3s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal {
	overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
@media screen and (max-width: 480px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
}
/*ie*/
.swiper-container {
	overflow: hidden\9;
}
.swiper-container .swiper-wrapper {
	width: 20000%\9;
}
.swiper-slide {
	float: left\9;
}
.product_slider .product_item {
	width: 25%\9;
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.swiper-container .swiper-wrapper {
		width: auto;
	}
}
/*-------------------------------
			swiper-slide end
			----------------------------------*/
/*-------------------------------
			entry-table start
			----------------------------------*/
.entry {
	padding: 15px 0;
}
.entry {
	color: #333;
}
.entry a {
	color: #0030FF;
}
.entry p {
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.8;
}
.product-detail .entry .h2.fl-heading,
.product-detail .entry .h2.fl-heading span {
	position: relative;
}
.product-detail .entry .h2.fl-heading span {
	display: inline-block;
	z-index: 1;
	padding: 2px 26px;
	background-color: #a83230;
	color: #fff;
	font-weight: bold;
	font-size: 24px
}
.product-detail .entry .h2.fl-heading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	max-height: 30px;
	/*padding-right: 0.2rem;*/
	width: 100%;
	height: 33px;
	background-color: #000;
}
.product-detail .entry .h2.fl-heading span::before {
	content: '';
	position: absolute;
	right: 1px;
	top: 0;
	width: 0;
	height: 0;
	border: 20px solid #a83230;
	border-right-color: transparent;
	border-top-color: transparent;
	transform: translateX(100%);
}
.news_page .entry em {
	font-style: italic
}
.news_page .entry strong {
	color: #333
}
.news_page .entry img {
	display: block;
	margin: 0 auto;
}
.news_page .entry .h2 {
	font-size: 20px;
	color: #000;
	margin-top: 20px;
}
.product-detail .entry ul li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	margin: 10px 0;
}
.product-detail .entry ul li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #f08501;
}
.product-detail .entry ul li strong {
	font-size: 18px;
	color: #333;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}
.entry th,
.entry td {
	height: 30px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	background: #fbfbfb;
	padding: 0 15px;
}
.entry th {
	font-size: 16px;
	background: #eee;
}
.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
}
.entry td.amts {
	color: #cb2027;
}
.entry th#cartDelete {
	text-align: center;
}
.entry .button {
	margin: 15px 10px 0 0;
	background: #dfdfdf;
	padding: 8px 15px;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
	color: #777;
	font-weight: bold;
	text-transform: Capitalize;
}
.entry .button:hover {
	background: #cb2027;
	color: #fff;
}
.entry .deletecartitem {
	width: 50px;
	text-align: center;
}
.entry .deletecartitem label {
	display: none;
}
.entry .stotal td.amts {
	font-size: 18px;
	font-weight: bold;
}
.entry img.alignleft {
	float: left;
	margin: 20px 15px 0 0;
}
.entry img.alignright {
	float: right;
	margin: 20px 0 0 15px;
}
.entry img.alignleftnopad {
	float: left;
	margin-left: 0;
}
.entry img.alignrightnopad {
	float: right;
	margin-right: 0;
}
.entry img.aligncenter {
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
}
.entry img {
	max-width: 100%;
}
.cartitem a {
	color: #292929;
	font-weight: bold;
}
.inquiry-form ul li {
	background: none;
}
.entry .inquiry-form-wrap {
	margin: 20px 0 0;
}
.table_wrap {
	position: relative;
	display: block;
}
.main table {
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0 !important;
}
.product-detail .entry table tr:nth-child(2n) td {
	background: #f7f7f7
}
.main table th,
.main table td {
	height: 32px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	background: #fbfbfb;
	padding: 0 15px;
	vertical-align: middle
}
.main table th {
	font-size: 16px;
	background: #eee;
	font-weight: normal;
}
.main table td p,
.main table th p,
table td p,
table th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
}
.main table td.amts {
	color: #cb2027;
}
.main table th#cartDelete {
	text-align: center;
}
/*-------------------------------
			entry-table end
			----------------------------------*/
/*-------------------------------
			search  start
			----------------------------------*/
.container {
	position: relative;
	min-height: 100vh;
}
.search-ipt {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}
.web-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	visibility: hidden;
}
.web-search .btn--search-close {
	display: inline-block;
	font-size: 1.8em;
	border-radius: 50%;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
	background-image: url(img/search_btn_close.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 35%;
	background-size: auto 35%;
	background-color: #ccc;
	width: 42px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}
.web-search .btn--search-close:hover {
	background-color: #e60011;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.js .btn--search-close {
	display: block;
}
.web-search .search-ipt {
	font-family: inherit;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	color: #333;
	border-bottom: 3px solid;
	font-size: 20px;
	line-height: 10px
}
.web-search .search-ipt::-webkit-input-placeholder {
	color: #333;
	font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
	opacity: 1;
	color: #333;
	font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
	color: #333;
	font-weight: bold;
}
.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
	-webkit-appearance: none;
}
.web-search .search-ipt::-ms-clear {
	display: none;
}
.web-search .search-attr {
	font-size: 90%;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333;
}
.js .container {
	position: relative;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.js .main-wrap--move {
	height: 100vh;
}
.js .web-search {
	pointer-events: none;
}
.js .search--open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}
.web-search .btn--search-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.search--open .btn--search-close {
	opacity: 1;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-animation: bounceInA 1s ease;
	-o-animation: bounceInA 1s ease;
	animation: bounceInA 1s ease;
}
.search__suggestion,
.web-search .search-attr {
	opacity: 0;
	-moz-transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-o-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-moz-transition: opacity 0.8s, transform 0.8s;
	-webkit-transition: opacity 0.8s, transform 0.8s;
	-ms-transition: opacity 0.8s, transform 0.8s;
	-o-transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
}
.search--open .search-attr {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 20px;
}
.js .web-search .search-ipt {
	font-size: 60px;
	font-weight: bold;
	border-bottom-width: 1px;
	padding: 15px 0;
	-moz-transform: scale3d(0, 1, 1);
	-webkit-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-moz-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	opacity: 0;
	text-transform: uppercase;
}
.js .web-search .search-ipt,
.web-search .search-attr {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.js .search--open .search-ipt {
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.js .search--open .search-btn {
	display: none !important;
}
.web-search .search-attr {
	padding-bottom: 0;
}
.js .web-search {
	width: 70%;
	height: 240px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0;
	margin: auto;
	border-radius: 8px;
	z-index: 100001;
	perspective: 1200px;
}
.js .web-search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	background-color: #fff\9;
	-webkit-transform: translateY(-30%) scale(1, 0);
	-ms-transform: translateY(-30%) scale(1, 0);
	-o-transform: translateY(-30%) scale(1, 0);
	transform: translateY(-30%) scale(1, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.js .search--open::before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.main-wrap--move:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}
/*-------------------------------
			search  end
			----------------------------------*/
/*-------------------------------
			scrollsidebar start
			----------------------------------*/
.scrollsidebar,
.scrollsidebar a {
	font-size: 16px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
	position: absolute;
	z-index: 30;
	top: 150px;
	right: 0;
}
.show_btn {
	width: 38px;
	height: 192px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(img/custom_service/show_btn.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
}
.side_content {
	width: 0;
	height: auto;
	overflow: hidden;
	float: left;
}
.side_content .side_list {
	width: 140px;
	overflow: hidden;
	border: 1px solid #dadada;
	border-radius: 8px;
	position: relative;
	background: #FFF;
}
.side_content .side_list .hd img {
	width: 100%;
	border-bottom: 1px solid #dadada;
}
.side_content .side_list .cont li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
	list-style: none;
	position: relative;
}
.side_content .side_list .cont li a {
	position: relative;
	display: block;
	padding: 0 0 0 43px;
	text-decoration: none;
}
.side_content .side_list .cont li a:before {
	content: "";
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	left: 10px;
	width: 25px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.side_content .side_list .cont li .email:before {
	background-image: url(img/custom_service/icons01.png);
}
.side_content .side_list .cont li .skype:before {
	background-image: url(img/custom_service/icons02.png);
}
.side_content .side_list .cont li .inquiry:before {
	background-image: url(img/custom_service/icons03.png);
}
.side_content .side_list .cont li .qq:before {
	background-image: url(img/custom_service/icons04.png);
}
.ww {
	margin-left: -30px;
}
.side_content .side_list>.t-code {
	padding: 10px 10px 7px;
	border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
	width: 100%;
}
.side_content .side_list .side_title {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
	background: url(img/custom_service/close.png) no-repeat center center;
	width: 12px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
	display: none;
}
/*-------------------------------
			scrollsidebar end
			----------------------------------*/
/*inquiry*/
.inquiry-pop-bd {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -275px;
	width: 550px;
	height: 500px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(255, 255, 255, .5);
	display: none;
	z-index: 2000;
}
.inquiry-pop-bd:before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -1;
}
.inquiry-pop-bd .inquiry-pop {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 22px;
	z-index: 1;
	background: #FFF;
	-webkit-animation: fadeInDownA .4s ease;
	-o-animation: fadeInDownA .4s ease;
	animation: fadeInDownA .4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	background:url(img/custom_service/fancy_close.png) no-repeat center center;
	cursor: pointer;
	z-index: 1;
}
.inquiry-form-wrap {
	position: relative;
	height: 420px;
	width: 100.5%;
}
.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}
@media screen and (max-width:550px) {
	.inquiry-pop-bd {
		width: auto;
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		margin: auto;
	}
	.inquiry-pop-bd .inquiry-pop {
		padding: 10px;
	}
	.scrollsidebar {
		display: none;
	}
}
/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
	display: block
}
.change-language .change-language-title,
.change-language .change-language-title a {
	font-size: 10pt;
}
.change-language .change-language-title a:after {
	font-family: 'fontawesome';
	content: "\f0d7";
	font-size: 12px;
	display: inline-block;
	padding-left: 2px;
}
.change-language:hover .change-language-title a:after {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.change-language .change-language-cont {
	position: absolute;
	top: 36px;
	right: 0;
	width: 360px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
}
.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}
.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}
.change-language .change-language-cont li a{
	position: relative;
}
.change-language .change-language-cont li a:hover {
	color: #a83230;
}
.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}
.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
}
.change-language .change-language-cont .more-active {
	font-size: 20px;
}
.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	padding: 0 0 0 33px;
	overflow: hidden;
	font-size: 16px;
	text-transform: capitalize;
}
.change-language ::-webkit-scrollbar {
	width: 5px;
}
.change-language ::-webkit-scrollbar-track {
	background-color: #fff;
}
.change-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block
}

/*-------------------------------
			language  end
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes fadeInLeftA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeftA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		-ms-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInLeftA {
	-webkit-animation-name: fadeInLeftA;
	animation-name: fadeInLeftA
}
@-webkit-keyframes fadeInUpA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUpA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		-ms-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUpA {
	-webkit-animation-name: fadeInUpA;
	animation-name: fadeInUpA
}
@-webkit-keyframes fadeInRightA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRightA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		-ms-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInRightA {
	-webkit-animation-name: fadeInRightA;
	animation-name: fadeInRightA
}
@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes OrangePulse {
	from {
		background-color: rgba(210, 174, 109, .2);
		-webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
	}
	50% {
		background-color: rgba(210, 174, 109, 1);
		-webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
	}
	to {
		background-color: rgba(210, 174, 109, .2);
		-webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
	}
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg)
	}
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}
	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg)
	}
	40% {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}
	60% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	80% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-20%);
	}
	50% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-10%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@keyframes jump {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-20%);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceInA {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes bounceInA {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		-ms-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.bounceInA {
	-webkit-animation-name: bounceInA;
	animation-name: bounceInA;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes fadeInDownA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDownA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		-ms-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInDownA {
	-webkit-animation-name: fadeInDownA;
	animation-name: fadeInDownA
}
@keyframes fadeInA {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeInA {
	-webkit-animation-name: fadeInA;
	animation-name: fadeInA
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
/* animate.css */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes zoomInA {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomInA {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6)
	}
	50% {
		opacity: 1
	}
}
.zoomInA {
	-webkit-animation-name: zoomInA;
	animation-name: zoomInA
}
/*-------------------------------
			animation  end
			----------------------------------*/
.foot_item dt,
.web_footer .foot_item .title {
	font-size: 28px;
	font-weight: 800;
}
.foot_item dd {
	font-size: 16px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
    font-family: 'FontAwesome';
    src: url('./fontawesome-webfont.eot?v=4.7.0');
    src: url('./fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('./fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('./fontawesome-webfont.woff?v=4.7.0') format('woff'),url('./fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('./fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}
.fa-won:before,.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before,.fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}
.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
 @font-face {
	font-family: "foundation-icons";
	src: url("fonts/foundation-icons.eot");
	src: url("fonts/foundation-icons.eot?#iefix") format("embedded-opentype"),
		 url("fonts/foundation-icons.woff") format("woff"),
		 url("fonts/foundation-icons.ttf") format("truetype"),
		 url("fonts/foundation-icons.svg#fontcustom") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  .fi-address-book:before,
  .fi-alert:before,
  .fi-align-center:before,
  .fi-align-justify:before,
  .fi-align-left:before,
  .fi-align-right:before,
  .fi-anchor:before,
  .fi-annotate:before,
  .fi-archive:before,
  .fi-arrow-down:before,
  .fi-arrow-left:before,
  .fi-arrow-right:before,
  .fi-arrow-up:before,
  .fi-arrows-compress:before,
  .fi-arrows-expand:before,
  .fi-arrows-in:before,
  .fi-arrows-out:before,
  .fi-asl:before,
  .fi-asterisk:before,
  .fi-at-sign:before,
  .fi-background-color:before,
  .fi-battery-empty:before,
  .fi-battery-full:before,
  .fi-battery-half:before,
  .fi-bitcoin-circle:before,
  .fi-bitcoin:before,
  .fi-blind:before,
  .fi-bluetooth:before,
  .fi-bold:before,
  .fi-book-bookmark:before,
  .fi-book:before,
  .fi-bookmark:before,
  .fi-braille:before,
  .fi-burst-new:before,
  .fi-burst-sale:before,
  .fi-burst:before,
  .fi-calendar:before,
  .fi-camera:before,
  .fi-check:before,
  .fi-checkbox:before,
  .fi-clipboard-notes:before,
  .fi-clipboard-pencil:before,
  .fi-clipboard:before,
  .fi-clock:before,
  .fi-closed-caption:before,
  .fi-cloud:before,
  .fi-comment-minus:before,
  .fi-comment-quotes:before,
  .fi-comment-video:before,
  .fi-comment:before, 
  .fi-comments:before,
  .fi-compass:before,
  .fi-contrast:before,
  .fi-credit-card:before,
  .fi-crop:before,
  .fi-crown:before,
  .fi-css3:before,
  .fi-database:before,
  .fi-die-five:before,
  .fi-die-four:before,
  .fi-die-one:before,
  .fi-die-six:before,
  .fi-die-three:before,
  .fi-die-two:before,
  .fi-dislike:before,
  .fi-dollar-bill:before,
  .fi-dollar:before,
  .fi-download:before,
  .fi-eject:before,
  .fi-elevator:before,
  .fi-euro:before,
  .fi-eye:before,
  .fi-fast-forward:before,
  .fi-female-symbol:before,
  .fi-female:before,
  .fi-filter:before,
  .fi-first-aid:before,
  .fi-flag:before,
  .fi-folder-add:before,
  .fi-folder-lock:before,
  .fi-folder:before,
  .fi-foot:before,
  .fi-foundation:before,
  .fi-graph-bar:before,
  .fi-graph-horizontal:before,
  .fi-graph-pie:before,
  .fi-graph-trend:before,
  .fi-guide-dog:before,
  .fi-hearing-aid:before,
  .fi-heart:before,
  .fi-home:before,
  .fi-html5:before,
  .fi-indent-less:before,
  .fi-indent-more:before,
  .fi-info:before,
  .fi-italic:before,
  .fi-key:before,
  .fi-laptop:before,
  .fi-layout:before,
  .fi-lightbulb:before,
  .fi-like:before,
  .fi-link:before,
  .fi-list-bullet:before,
  .fi-list-number:before,
  .fi-list-thumbnails:before,
  .fi-list:before,
  .fi-lock:before,
  .fi-loop:before,
  .fi-magnifying-glass:before,
  .fi-mail:before,
  .fi-male-female:before,
  .fi-male-symbol:before,
  .fi-male:before,
  .fi-map:before,
  .fi-marker:before,
  .fi-megaphone:before,
  .fi-microphone:before,
  .fi-minus-circle:before,
  .fi-minus:before,
  .fi-mobile-signal:before,
  .fi-mobile:before,
  .fi-monitor:before,
  .fi-mountains:before,
  .fi-music:before,
  .fi-next:before,
  .fi-no-dogs:before,
  .fi-no-smoking:before,
  .fi-page-add:before,
  .fi-page-copy:before,
  .fi-page-csv:before,
  .fi-page-delete:before,
  .fi-page-doc:before,
  .fi-page-edit:before,
  .fi-page-export-csv:before,
  .fi-page-export-doc:before,
  .fi-page-export-pdf:before,
  .fi-page-export:before,
  .fi-page-filled:before,
  .fi-page-multiple:before,
  .fi-page-pdf:before,
  .fi-page-remove:before,
  .fi-page-search:before,
  .fi-page:before,
  .fi-paint-bucket:before,
  .fi-paperclip:before,
  .fi-pause:before,
  .fi-paw:before,
  .fi-paypal:before,
  .fi-pencil:before,
  .fi-photo:before,
  .fi-play-circle:before,
  .fi-play-video:before,
  .fi-play:before,
  .fi-plus:before,
  .fi-pound:before,
  .fi-power:before,
  .fi-previous:before,
  .fi-price-tag:before,
  .fi-pricetag-multiple:before,
  .fi-print:before,
  .fi-prohibited:before,
  .fi-projection-screen:before,
  .fi-puzzle:before,
  .fi-quote:before,
  .fi-record:before,
  .fi-refresh:before,
  .fi-results-demographics:before,
  .fi-results:before,
  .fi-rewind-ten:before,
  .fi-rewind:before,
  .fi-rss:before,
  .fi-safety-cone:before,
  .fi-save:before,
  .fi-share:before,
  .fi-sheriff-badge:before,
  .fi-shield:before,
  .fi-shopping-bag:before,
  .fi-shopping-cart:before,
  .fi-shuffle:before,
  .fi-skull:before,
  .fi-social-500px:before,
  .fi-social-adobe:before,
  .fi-social-amazon:before,
  .fi-social-android:before,
  .fi-social-apple:before,
  .fi-social-behance:before,
  .fi-social-bing:before,
  .fi-social-blogger:before,
  .fi-social-delicious:before,
  .fi-social-designer-news:before,
  .fi-social-deviant-art:before,
  .fi-social-digg:before,
  .fi-social-dribbble:before,
  .fi-social-drive:before,
  .fi-social-dropbox:before,
  .fi-social-evernote:before,
  .fi-social-facebook:before,
  .fi-social-flickr:before,
  .fi-social-forrst:before,
  .fi-social-foursquare:before,
  .fi-social-game-center:before,
  .fi-social-github:before,
  .fi-social-google-plus:before,
  .fi-social-hacker-news:before,
  .fi-social-hi5:before,
  .fi-social-instagram:before,
  .fi-social-joomla:before,
  .fi-social-lastfm:before,
  .fi-social-linkedin:before,
  .fi-social-medium:before,
  .fi-social-myspace:before,
  .fi-social-orkut:before,
  .fi-social-path:before,
  .fi-social-picasa:before,
  .fi-social-pinterest:before,
  .fi-social-rdio:before,
  .fi-social-reddit:before,
  .fi-social-skillshare:before,
  .fi-social-skype:before,
  .fi-social-smashing-mag:before,
  .fi-social-snapchat:before,
  .fi-social-spotify:before,
  .fi-social-squidoo:before,
  .fi-social-stack-overflow:before,
  .fi-social-steam:before,
  .fi-social-stumbleupon:before,
  .fi-social-treehouse:before,
  .fi-social-tumblr:before,
  .fi-social-twitter:before,
  .fi-social-vimeo:before,
  .fi-social-windows:before,
  .fi-social-xbox:before,
  .fi-social-yahoo:before,
  .fi-social-yelp:before,
  .fi-social-youtube:before,
  .fi-social-zerply:before,
  .fi-social-zurb:before,
  .fi-sound:before,
  .fi-star:before,
  .fi-stop:before,
  .fi-strikethrough:before,
  .fi-subscript:before,
  .fi-superscript:before,
  .fi-tablet-landscape:before,
  .fi-tablet-portrait:before,
  .fi-target-two:before,
  .fi-target:before,
  .fi-telephone-accessible:before,
  .fi-telephone:before,
  .fi-text-color:before,
  .fi-thumbnails:before,
  .fi-ticket:before,
  .fi-torso-business:before,
  .fi-torso-female:before,
  .fi-torso:before,
  .fi-torsos-all-female:before,
  .fi-torsos-all:before,
  .fi-torsos-female-male:before,
  .fi-torsos-male-female:before,
  .fi-torsos:before,
  .fi-trash:before,
  .fi-trees:before,
  .fi-trophy:before,
  .fi-underline:before,
  .fi-universal-access:before,
  .fi-unlink:before,
  .fi-unlock:before,
  .fi-upload-cloud:before,
  .fi-upload:before,
  .fi-usb:before,
  .fi-video:before,
  .fi-volume-none:before,
  .fi-volume-strike:before,
  .fi-volume:before,
  .fi-web:before,
  .fi-wheelchair:before,
  .fi-widget:before,
  .fi-wrench:before,
  .fi-x-circle:before,
  .fi-x:before,
  .fi-yen:before,
  .fi-zoom-in:before,
  .fi-zoom-out:before {
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
  }
  .fi-address-book:before { content: "\f100"; }
  .fi-alert:before { content: "\f101"; }
  .fi-align-center:before { content: "\f102"; }
  .fi-align-justify:before { content: "\f103"; }
  .fi-align-left:before { content: "\f104"; }
  .fi-align-right:before { content: "\f105"; }
  .fi-anchor:before { content: "\f106"; }
  .fi-annotate:before { content: "\f107"; }
  .fi-archive:before { content: "\f108"; }
  .fi-arrow-down:before { content: "\f109"; }
  .fi-arrow-left:before { content: "\f10a"; }
  .fi-arrow-right:before { content: "\f10b"; }
  .fi-arrow-up:before { content: "\f10c"; }
  .fi-arrows-compress:before { content: "\f10d"; }
  .fi-arrows-expand:before { content: "\f10e"; }
  .fi-arrows-in:before { content: "\f10f"; }
  .fi-arrows-out:before { content: "\f110"; }
  .fi-asl:before { content: "\f111"; }
  .fi-asterisk:before { content: "\f112"; }
  .fi-at-sign:before { content: "\f113"; }
  .fi-background-color:before { content: "\f114"; }
  .fi-battery-empty:before { content: "\f115"; }
  .fi-battery-full:before { content: "\f116"; }
  .fi-battery-half:before { content: "\f117"; }
  .fi-bitcoin-circle:before { content: "\f118"; }
  .fi-bitcoin:before { content: "\f119"; }
  .fi-blind:before { content: "\f11a"; }
  .fi-bluetooth:before { content: "\f11b"; }
  .fi-bold:before { content: "\f11c"; }
  .fi-book-bookmark:before { content: "\f11d"; }
  .fi-book:before { content: "\f11e"; }
  .fi-bookmark:before { content: "\f11f"; }
  .fi-braille:before { content: "\f120"; }
  .fi-burst-new:before { content: "\f121"; }
  .fi-burst-sale:before { content: "\f122"; }
  .fi-burst:before { content: "\f123"; }
  .fi-calendar:before { content: "\f124"; }
  .fi-camera:before { content: "\f125"; }
  .fi-check:before { content: "\f126"; }
  .fi-checkbox:before { content: "\f127"; }
  .fi-clipboard-notes:before { content: "\f128"; }
  .fi-clipboard-pencil:before { content: "\f129"; }
  .fi-clipboard:before { content: "\f12a"; }
  .fi-clock:before { content: "\f12b"; }
  .fi-closed-caption:before { content: "\f12c"; }
  .fi-cloud:before { content: "\f12d"; }
  .fi-comment-minus:before { content: "\f12e"; }
  .fi-comment-quotes:before { content: "\f12f"; }
  .fi-comment-video:before { content: "\f130"; }
  .fi-comment:before { content: "\f131"; }
  .fi-comments:before { content: "\f132"; }
  .fi-compass:before { content: "\f133"; }
  .fi-contrast:before { content: "\f134"; }
  .fi-credit-card:before { content: "\f135"; }
  .fi-crop:before { content: "\f136"; }
  .fi-crown:before { content: "\f137"; }
  .fi-css3:before { content: "\f138"; }
  .fi-database:before { content: "\f139"; }
  .fi-die-five:before { content: "\f13a"; }
  .fi-die-four:before { content: "\f13b"; }
  .fi-die-one:before { content: "\f13c"; }
  .fi-die-six:before { content: "\f13d"; }
  .fi-die-three:before { content: "\f13e"; }
  .fi-die-two:before { content: "\f13f"; }
  .fi-dislike:before { content: "\f140"; }
  .fi-dollar-bill:before { content: "\f141"; }
  .fi-dollar:before { content: "\f142"; }
  .fi-download:before { content: "\f143"; }
  .fi-eject:before { content: "\f144"; }
  .fi-elevator:before { content: "\f145"; }
  .fi-euro:before { content: "\f146"; }
  .fi-eye:before { content: "\f147"; }
  .fi-fast-forward:before { content: "\f148"; }
  .fi-female-symbol:before { content: "\f149"; }
  .fi-female:before { content: "\f14a"; }
  .fi-filter:before { content: "\f14b"; }
  .fi-first-aid:before { content: "\f14c"; }
  .fi-flag:before { content: "\f14d"; }
  .fi-folder-add:before { content: "\f14e"; }
  .fi-folder-lock:before { content: "\f14f"; }
  .fi-folder:before { content: "\f150"; }
  .fi-foot:before { content: "\f151"; }
  .fi-foundation:before { content: "\f152"; }
  .fi-graph-bar:before { content: "\f153"; }
  .fi-graph-horizontal:before { content: "\f154"; }
  .fi-graph-pie:before { content: "\f155"; }
  .fi-graph-trend:before { content: "\f156"; }
  .fi-guide-dog:before { content: "\f157"; }
  .fi-hearing-aid:before { content: "\f158"; }
  .fi-heart:before { content: "\f159"; }
  .fi-home:before { content: "\f15a"; }
  .fi-html5:before { content: "\f15b"; }
  .fi-indent-less:before { content: "\f15c"; }
  .fi-indent-more:before { content: "\f15d"; }
  .fi-info:before { content: "\f15e"; }
  .fi-italic:before { content: "\f15f"; }
  .fi-key:before { content: "\f160"; }
  .fi-laptop:before { content: "\f161"; }
  .fi-layout:before { content: "\f162"; }
  .fi-lightbulb:before { content: "\f163"; }
  .fi-like:before { content: "\f164"; }
  .fi-link:before { content: "\f165"; }
  .fi-list-bullet:before { content: "\f166"; }
  .fi-list-number:before { content: "\f167"; }
  .fi-list-thumbnails:before { content: "\f168"; }
  .fi-list:before { content: "\f169"; }
  .fi-lock:before { content: "\f16a"; }
  .fi-loop:before { content: "\f16b"; }
  .fi-magnifying-glass:before { content: "\f16c"; }
  .fi-mail:before { content: "\f16d"; }
  .fi-male-female:before { content: "\f16e"; }
  .fi-male-symbol:before { content: "\f16f"; }
  .fi-male:before { content: "\f170"; }
  .fi-map:before { content: "\f171"; }
  .fi-marker:before { content: "\f172"; }
  .fi-megaphone:before { content: "\f173"; }
  .fi-microphone:before { content: "\f174"; }
  .fi-minus-circle:before { content: "\f175"; }
  .fi-minus:before { content: "\f176"; }
  .fi-mobile-signal:before { content: "\f177"; }
  .fi-mobile:before { content: "\f178"; }
  .fi-monitor:before { content: "\f179"; }
  .fi-mountains:before { content: "\f17a"; }
  .fi-music:before { content: "\f17b"; }
  .fi-next:before { content: "\f17c"; }
  .fi-no-dogs:before { content: "\f17d"; }
  .fi-no-smoking:before { content: "\f17e"; }
  .fi-page-add:before { content: "\f17f"; }
  .fi-page-copy:before { content: "\f180"; }
  .fi-page-csv:before { content: "\f181"; }
  .fi-page-delete:before { content: "\f182"; }
  .fi-page-doc:before { content: "\f183"; }
  .fi-page-edit:before { content: "\f184"; }
  .fi-page-export-csv:before { content: "\f185"; }
  .fi-page-export-doc:before { content: "\f186"; }
  .fi-page-export-pdf:before { content: "\f187"; }
  .fi-page-export:before { content: "\f188"; }
  .fi-page-filled:before { content: "\f189"; }
  .fi-page-multiple:before { content: "\f18a"; }
  .fi-page-pdf:before { content: "\f18b"; }
  .fi-page-remove:before { content: "\f18c"; }
  .fi-page-search:before { content: "\f18d"; }
  .fi-page:before { content: "\f18e"; }
  .fi-paint-bucket:before { content: "\f18f"; }
  .fi-paperclip:before { content: "\f190"; }
  .fi-pause:before { content: "\f191"; }
  .fi-paw:before { content: "\f192"; }
  .fi-paypal:before { content: "\f193"; }
  .fi-pencil:before { content: "\f194"; }
  .fi-photo:before { content: "\f195"; }
  .fi-play-circle:before { content: "\f196"; }
  .fi-play-video:before { content: "\f197"; }
  .fi-play:before { content: "\f198"; }
  .fi-plus:before { content: "\f199"; }
  .fi-pound:before { content: "\f19a"; }
  .fi-power:before { content: "\f19b"; }
  .fi-previous:before { content: "\f19c"; }
  .fi-price-tag:before { content: "\f19d"; }
  .fi-pricetag-multiple:before { content: "\f19e"; }
  .fi-print:before { content: "\f19f"; }
  .fi-prohibited:before { content: "\f1a0"; }
  .fi-projection-screen:before { content: "\f1a1"; }
  .fi-puzzle:before { content: "\f1a2"; }
  .fi-quote:before { content: "\f1a3"; }
  .fi-record:before { content: "\f1a4"; }
  .fi-refresh:before { content: "\f1a5"; }
  .fi-results-demographics:before { content: "\f1a6"; }
  .fi-results:before { content: "\f1a7"; }
  .fi-rewind-ten:before { content: "\f1a8"; }
  .fi-rewind:before { content: "\f1a9"; }
  .fi-rss:before { content: "\f1aa"; }
  .fi-safety-cone:before { content: "\f1ab"; }
  .fi-save:before { content: "\f1ac"; }
  .fi-share:before { content: "\f1ad"; }
  .fi-sheriff-badge:before { content: "\f1ae"; }
  .fi-shield:before { content: "\f1af"; }
  .fi-shopping-bag:before { content: "\f1b0"; }
  .fi-shopping-cart:before { content: "\f1b1"; }
  .fi-shuffle:before { content: "\f1b2"; }
  .fi-skull:before { content: "\f1b3"; }
  .fi-social-500px:before { content: "\f1b4"; }
  .fi-social-adobe:before { content: "\f1b5"; }
  .fi-social-amazon:before { content: "\f1b6"; }
  .fi-social-android:before { content: "\f1b7"; }
  .fi-social-apple:before { content: "\f1b8"; }
  .fi-social-behance:before { content: "\f1b9"; }
  .fi-social-bing:before { content: "\f1ba"; }
  .fi-social-blogger:before { content: "\f1bb"; }
  .fi-social-delicious:before { content: "\f1bc"; }
  .fi-social-designer-news:before { content: "\f1bd"; }
  .fi-social-deviant-art:before { content: "\f1be"; }
  .fi-social-digg:before { content: "\f1bf"; }
  .fi-social-dribbble:before { content: "\f1c0"; }
  .fi-social-drive:before { content: "\f1c1"; }
  .fi-social-dropbox:before { content: "\f1c2"; }
  .fi-social-evernote:before { content: "\f1c3"; }
  .fi-social-facebook:before { content: "\f1c4"; }
  .fi-social-flickr:before { content: "\f1c5"; }
  .fi-social-forrst:before { content: "\f1c6"; }
  .fi-social-foursquare:before { content: "\f1c7"; }
  .fi-social-game-center:before { content: "\f1c8"; }
  .fi-social-github:before { content: "\f1c9"; }
  .fi-social-google-plus:before { content: "\f1ca"; }
  .fi-social-hacker-news:before { content: "\f1cb"; }
  .fi-social-hi5:before { content: "\f1cc"; }
  .fi-social-instagram:before { content: "\f1cd"; }
  .fi-social-joomla:before { content: "\f1ce"; }
  .fi-social-lastfm:before { content: "\f1cf"; }
  .fi-social-linkedin:before { content: "\f1d0"; }
  .fi-social-medium:before { content: "\f1d1"; }
  .fi-social-myspace:before { content: "\f1d2"; }
  .fi-social-orkut:before { content: "\f1d3"; }
  .fi-social-path:before { content: "\f1d4"; }
  .fi-social-picasa:before { content: "\f1d5"; }
  .fi-social-pinterest:before { content: "\f1d6"; }
  .fi-social-rdio:before { content: "\f1d7"; }
  .fi-social-reddit:before { content: "\f1d8"; }
  .fi-social-skillshare:before { content: "\f1d9"; }
  .fi-social-skype:before { content: "\f1da"; }
  .fi-social-smashing-mag:before { content: "\f1db"; }
  .fi-social-snapchat:before { content: "\f1dc"; }
  .fi-social-spotify:before { content: "\f1dd"; }
  .fi-social-squidoo:before { content: "\f1de"; }
  .fi-social-stack-overflow:before { content: "\f1df"; }
  .fi-social-steam:before { content: "\f1e0"; }
  .fi-social-stumbleupon:before { content: "\f1e1"; }
  .fi-social-treehouse:before { content: "\f1e2"; }
  .fi-social-tumblr:before { content: "\f1e3"; }
  .fi-social-twitter:before { content: "\f1e4"; }
  .fi-social-vimeo:before { content: "\f1e5"; }
  .fi-social-windows:before { content: "\f1e6"; }
  .fi-social-xbox:before { content: "\f1e7"; }
  .fi-social-yahoo:before { content: "\f1e8"; }
  .fi-social-yelp:before { content: "\f1e9"; }
  .fi-social-youtube:before { content: "\f1ea"; }
  .fi-social-zerply:before { content: "\f1eb"; }
  .fi-social-zurb:before { content: "\f1ec"; }
  .fi-sound:before { content: "\f1ed"; }
  .fi-star:before { content: "\f1ee"; }
  .fi-stop:before { content: "\f1ef"; }
  .fi-strikethrough:before { content: "\f1f0"; }
  .fi-subscript:before { content: "\f1f1"; }
  .fi-superscript:before { content: "\f1f2"; }
  .fi-tablet-landscape:before { content: "\f1f3"; }
  .fi-tablet-portrait:before { content: "\f1f4"; }
  .fi-target-two:before { content: "\f1f5"; }
  .fi-target:before { content: "\f1f6"; }
  .fi-telephone-accessible:before { content: "\f1f7"; }
  .fi-telephone:before { content: "\f1f8"; }
  .fi-text-color:before { content: "\f1f9"; }
  .fi-thumbnails:before { content: "\f1fa"; }
  .fi-ticket:before { content: "\f1fb"; }
  .fi-torso-business:before { content: "\f1fc"; }
  .fi-torso-female:before { content: "\f1fd"; }
  .fi-torso:before { content: "\f1fe"; }
  .fi-torsos-all-female:before { content: "\f1ff"; }
  .fi-torsos-all:before { content: "\f200"; }
  .fi-torsos-female-male:before { content: "\f201"; }
  .fi-torsos-male-female:before { content: "\f202"; }
  .fi-torsos:before { content: "\f203"; }
  .fi-trash:before { content: "\f204"; }
  .fi-trees:before { content: "\f205"; }
  .fi-trophy:before { content: "\f206"; }
  .fi-underline:before { content: "\f207"; }
  .fi-universal-access:before { content: "\f208"; }
  .fi-unlink:before { content: "\f209"; }
  .fi-unlock:before { content: "\f20a"; }
  .fi-upload-cloud:before { content: "\f20b"; }
  .fi-upload:before { content: "\f20c"; }
  .fi-usb:before { content: "\f20d"; }
  .fi-video:before { content: "\f20e"; }
  .fi-volume-none:before { content: "\f20f"; }
  .fi-volume-strike:before { content: "\f210"; }
  .fi-volume:before { content: "\f211"; }
  .fi-web:before { content: "\f212"; }
  .fi-wheelchair:before { content: "\f213"; }
  .fi-widget:before { content: "\f214"; }
  .fi-wrench:before { content: "\f215"; }
  .fi-x-circle:before { content: "\f216"; }
  .fi-x:before { content: "\f217"; }
  .fi-yen:before { content: "\f218"; }
  .fi-zoom-in:before { content: "\f219"; }
  .fi-zoom-out:before { content: "\f21a"; }
  .content-wrap.form .ch_form_wrap .item_submit input{
	background: #ff6f00;
  }
  .content-wrap.form .ch_form_wrap .item_submit input:hover{
	background: #013e5a;
  }
  body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure,input,textarea {
    margin: 0;
    padding: 0;
}
html,body,.ch_form_wrap,.content-wrap {
    width: 100%;
    height: 100%
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.content-wrap.form .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.content-wrap.form .ch_form_wrap .title {
    background: #a83230 !important;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}
.content-wrap.form .ch_form_wrap .title em {
    font-style: normal
}
.content-wrap.form .ch_form_wrap .title svg {
    display: none
}
.content-wrap.form .ch_form_wrap form {
    position: relative;
}
.content-wrap.form .ch_form_wrap ul {
    padding: 20px 20px 5px;
}
.content-wrap.form .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 14px;
    display: flex;
    min-height: auto;
    line-height: 40px;
}
.content-wrap.form .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}
.content-wrap.form .ch_form_wrap ul,.content-wrap.form .ch_form_wrap ul li,.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}
.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select {
    border: 1px solid #eee;
    border-left: 3px solid #a83230 !important;
    height: 39px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.content-wrap.form .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px;
    resize: none;
}
.content-wrap.form .ch_form_wrap .item_submit {
    padding: 0 20px;
}
.content-wrap.form .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #a83230 !important;
    border: none;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #013e5a;
}
.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    right: 7px;
    top: 0;
    display: block;
    line-height: 39px;
    color: red;
    pointer-events: none;
}
.content-wrap.form .ch_form_wrap .Validform_error {
    border-color: red !important;
    border-left-color: #013e5a !important
}
.content-wrap.form .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}
.content-wrap.form .ch_form_wrap .email_point {
    display: none;
}
.content-wrap.form .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}
.content-wrap.form #gif-show {
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.content-wrap.form #gif-show img {
    margin-top: 0 !important;
}
.content-wrap.livechat {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    /*border: 1px solid #36a9e1;*/
    border-top: none;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: #FFFFFF
}
.content-wrap.livechat .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.content-wrap.livechat .ch_form_wrap .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}
.content-wrap.livechat .ch_form_wrap .title em {
    font-style: normal
}
.content-wrap.livechat .ch_form_wrap .title svg {
    position: relative;
    display: block;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.content-wrap .ch_form_wrap form {
    position: relative;
    background: #fff;
    height: 390px;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.content-wrap.livechat .ch_form_wrap ul {
    padding: 20px 20px 5px;
}
.content-wrap.livechat .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    display: flex;
    min-height: auto;
    line-height: 40px
}
.content-wrap.livechat .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}
.content-wrap.livechat .ch_form_wrap ul, .content-wrap.livechat .ch_form_wrap ul li, .content-wrap.livechat .ch_form_wrap ul input, .content-wrap.livechat .ch_form_wrap ul textarea, .content-wrap.livechat .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}
.content-wrap.livechat .ch_form_wrap ul input,.content-wrap.livechat .ch_form_wrap ul textarea,.content-wrap.livechat .ch_form_wrap ul select {
    border: 1px solid #e5e5e5;
    height: 39px;
    padding: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 25px;
}
.content-wrap.livechat .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px 13px;
    resize: none;
}
.content-wrap.livechat .ch_form_wrap .item_submit {
    padding: 0 20px;
}
.content-wrap.livechat .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #86C953;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
    background: #94D662;
}
.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;
}
.content-wrap.livechat .ch_form_wrap .Validform_error {
    border-color: red !important;
}
.content-wrap.livechat .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}
.content-wrap.livechat .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}
.content-wrap.livechat .ch_form_wrap .email_point {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 15px 0 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #36A9E1;
    color: #fff;
    cursor: pointer;
}
.content-wrap .ch_form_wrap form {
    background: #fff;
    /*border: 1px solid #36a9e1;*/
}
.content-wrap.livechat .ch_form_wrap form {
    border: 1px solid #36a9e1;
}
.content-wrap .ch_form_wrap .input-radio-checkbox {
    display: flex;
    white-space: nowrap;
}
.content-wrap .ch_form_wrap ul li input[type=radio],.content-wrap .ch_form_wrap ul li input[type=checkbox] {
    width: 20px;
    -webkit-appearance: radio;
}
.content-wrap .ch_form_wrap .input-radio-checkbox input {
    margin: 0px 10px 0px 5px;
}
.item-input-checkbox,.item-input-radio {
    overflow-y : auto
}
.main .fs-wrap {
    width: 50%;
    height: 30px;
    background: #FFFFFF;
    margin: initial
}
.main .fs-wrap .fs-label-wrap {
    width: 100%;
    height: 100%;
    border: initial
}
.main .fs-wrap .fs-label-wrap .fs-search {
    background: gainsboro !important;
}
.main .fs-wrap .fs-label-wrap .fs-search input {
    background: #eee !important;
}
/*li:has(+ div.input-radio-checkbox) {overflow-y :auto}*/
.content-wrap .ch_form_wrap li label {
    display: none
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    /*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8d9498;
    -webkit-box-shadow: inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #8d9498;
}
::-webkit-scrollbar-thumb:hover {
    background: #0e76a8;
}
::-webkit-scrollbar-thumb:window-inactive:hover {
    background: #0e76a8;
}
@media only screen and (max-width: 600px) {
    .content-wrap.form .ch_form_wrap ul li {
        margin-bottom:20px
    }
    .content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
        right: auto;
        top: auto;
        left: 0;
        bottom: -28px;
    }
}
.inquiry-form-wrap{
	box-shadow: 0 0 10px rgb(0,0,0,.1);
}
@charset "utf-8";
.change-language-cont {
	top: 27px;
	*top: 26px;
	padding: 10px 5px;
	width: 380px !important;
	max-height: 80vh !important;
	overflow-y: scroll !important;
}
.inquiry-form-wrap.ct-inquiry-form{    margin-top: 20px;}
.inquiry-form-wrap.ct-inquiry-form .layout{height: 420px !important;}
@media only screen and (max-width: 950px) {
	.change-language-cont {
		max-height: none;
	}
}
.product_list_items ,.product-list ul.product_list_items ,  .items_list ul.product_list_items{    width: 100%;
    margin: 0;}
.product_list_items .product_list_item {clear: both;}
.product_list_items .product_list_item figure:after{
	content:'';
	display:table;
	clear:both
}
.product_list_item figure {
	    padding: 10px 0;
	    background: #fff;
	    border-bottom: 1px #eee dashed;
	    /* display: flex; */
	    /* justify-content: space-between; */
	    /* -webkit-justify-content: space-between; */
	    /* flex-wrap: wrap; */
	    /* -webkit-flex-wrap: wrap; */
	    border-bottom: 1px #6e6e6e dashed;
}
.product_list_item figure .item_img {
	display: inline-block;
	max-width: 20%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product_list_items .product_list_item:nth-of-type(2n)  figure .item_img{
	/* float:right; */
	/* margin-right: 0; */
	/* margin-left: 20px; */
}
.product_list_item figure .item_img img{ box-shadow: 1px 1px 4px rgba(0,0,0,.2); width: 100%;}
.product_list_item figure figcaption {
	width: calc(80% - 20px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.product_list_item figure figcaption .item_title {
	font-weight: bold;
}
.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: .38px;
}
.product_list_item .product_btns {
	text-align: right;
	position: relative;
}
.product_list_item figure figcaption .item_info {
	font-size: 16px;
	margin: 13px 0;
	overflow: hidden;
	line-height: 20px;
}
.product_list_item figure figcaption .item_info .profuct{display:none}
.product_list_item .product_btns .priduct_btn_inquiry ,.product_list_item .product_btns .priduct_btn_detail {
line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    background: #666;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 16px;
    z-index: 0;
}
.product_list_item .product_btns .priduct_btn_inquiry {
     margin-right: 13px;
}
.product_list_item .product_btns .priduct_btn_detail {
}
.product_list_item .product_btns .priduct_btn_inquiry:after ,.product_list_item .product_btns .priduct_btn_detail:after{    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:0;
    height: 100%;
    background: #13adeb; 
      z-index: -1; transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;}
.product_list_item .product_btns .priduct_btn_inquiry:hover:after ,.product_list_item .product_btns .priduct_btn_detail:hover:after{   width: 100%;}
@media only screen and (max-width: 1280px) {
	.product_list_item figure figcaption .item_info {
	}
}
@media only screen and (max-width: 1200px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
		letter-spacing: unset;
	}
}
@media only screen and (max-width: 768px) {
	.product_list_item figure .item_img {
		max-width: 25%;
		margin: 0;
	}
	.product_list_item figure figcaption {
		width: 73%;
	}
}
@media only screen and (max-width: 640px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
	}
	.product_list_item figure figcaption .item_info {
		margin: 7px 0;
		font-size: 16px;
		line-height: 18px;
		/* max-height: 36px; */
	}
	.product_list_item .product_btns .priduct_btn_inquiry, .product_list_item .product_btns .priduct_btn_detail {
		line-height: 24px;
	}
}
@media only screen and (max-width: 480px) {
	.product_list_item figure .item_img {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.product_list_item figure figcaption {
		width: 100%;
		padding: 7px 0;
	}
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
	}
	.product_list_item figure figcaption .item_info {
		margin: 3px 0;
	}
	.product_list_item .product_btns {
		text-align: left;
		margin-top: 7px;
	}
}
.nav_wrap .head_nav>.nav-current>a{
	color: #a83230 !important;
}
.path_bar ul>li:last-child,.path_bar ul>li:last-child a{
	color: #a83230 !important;
}
.goods-may-like .item_img img{
	height: 180px;
	object-fit: cover;
}
#sj{
	display: none;
}
@media only screen and (max-width: 950px) {
	#sj{
		display: block;
	}
	#pc{
		display: none;
	}
	.index_brands .swiper-button-prev,.index_brands .swiper-button-next{
		display: none;
	}
	.change-language-cont{
		max-height: none !important;
	}
}
.change-language-cont   .language--img{     top: 43%;}
.change-language-cont li{width:100%;}
.change-language-cont{display: flex;flex-wrap: wrap;}
.language--img{background: url(/common/img/yuzhongBG.jpg)no-repeat center center;display: inline-block;width: 18px;height: 12px;margin-right: 6px; position: absolute; top: 50%; transform: translate(30% ,-50%);}
.language-en{background-position: 0 -218px;}
.language-af{background-position: 0 -1px;}
.language-sq{background-position: 0 -940px;}
.language-am{background-position: 0 -9px;}
.language-be{background-position: 0 -48px;}
.language-eu{background-position: 0 -252px;}
.language-az{background-position: 0 -36px;}
.language-hy{background-position: 0 -456px;}
.language-ar{background-position: 0 -24px;}
.language-am{background-position: 0 -12px;}
.language-fy{background-position: 0px -300px;}
.language-fr{background-position: 0px -288px;}
.language-fi{background-position: 0px -276px;}
.language-et{background-position: 0px -240px;}
.language-eo{background-position: 0px -192px;}
.language-en{background-position: 0 -216px;}
.language-da{background-position: 0px -168px;}
.language-cs{background-position: 0px -144px;}
.language-hr{background-position: 0px -420px;}
.language-co{background-position: 0px -132px;}
.language-ceb{background-position: 0px -108px;}
.language-ca{background-position: 0px -96px;}
.language-bg{background-position: 0 -448px;}
.language-bs{background-position: 0 -84px;}
.language-bn{background-position: 0 -72px;}
.language-be{background-position: 0 -48px;}
.language-is{background-position: 0px -492px;}
.language-sm{background-position: 0px -972px;}
.language-ro{background-position: 0px -888px;}
.language-pa{background-position: 0px -840px;}
.language-pt{background-position: 0px -876px;}
.language-pl{background-position: 0px -852px;}
.language-fa{background-position: 0px -264px;}
.language-ps{background-position: 0px -264px;}
.language-or{background-position: 0px -827px;}
.language-no{background-position: 0px -780px;}
.language-ne{background-position: 0px -792px;}
.language-my{background-position: 0px -768px;}
.language-mn{background-position: 0px -720px;}
.language-mr{background-position: 0px -732px;}
.language-mi{background-position: 0px -684px;}
.language-mt{background-position: 0px -756px;}
.language-ml{background-position: 0px -708px;}
.language-ms{background-position: 0px -744px;}
.language-mg{background-position: 0px -672px;}
.language-mk{background-position: 0px -696px;}
.language-lb{background-position: 0px -624px;}
.language-lt{background-position: 0px -648px;}
.language-lv{background-position: 0px -660px;}
.language-la{background-position: 0px -613px;}
.language-lo{background-position: 0px -636px;}
.language-ky{background-position: 0px -600px;}
.language-ku{background-position: 0px -120px;}
.language-ko{background-position: 0px -588px;}
.language-rw{background-position: 0px -912px;}
.language-km{background-position: 0px -564px;}
.language-kk{background-position: 0px -552px;}
.language-kn{background-position: 0px -576px;}
.language-jv{background-position: 0px -528px;}
.language-ja{background-position: 0px -516px;}
.language-it{background-position: 0px -504px;}
.language-ga{background-position: 0px -312px;}
.language-id{background-position: 0px -467px;}
.language-ig{background-position: 0px -480px;}
.language-hu{background-position: 0px -443px;}
.language-hmn{background-position: 0px -408px;}
.language-hi{background-position: 0px -397px;}
.language-he{background-position: 0px -384px;}
.language-haw{background-position: 0px -300px;}
.language-ha{background-position: 0px -1079px;}
.language-ht{background-position: 0px -432px;}
.language-gu{background-position: 0px -348px;}
.language-el{background-position: 0px -204px;}
.language-de{background-position: 0px -180px;}
.language-ka{background-position: 0px -540px;}
.language-gl{background-position: 0px -336px;}
.language-ru{background-position: 0px -900px;}
.language-gd{background-position: 0px -324px;}
.language-sr{background-position: 0px -1006px;}
.language-st{background-position: 0px -1017px;}
.language-sn{background-position: 0px -984px;}
.language-sd{background-position: 0px -984px;}
.language-si{background-position: 0px -1271px;}
.language-sk{background-position: 0px -1223px;}
.language-sl{background-position: 0px -960px;}
.language-so{background-position: 0px -994px;}
.language-es{background-position: 0px -227px;}
.language-su{background-position: 0px -1031px;}
.language-sw{background-position: 0px -1055px;}
.language-sv{background-position: 0px -1043px;}
.language-tl{background-position: 0px -1115px;}
.language-tg{background-position: 0px -1091px;}
.language-ta{background-position: 0px -1067px;}
.language-tt{background-position: 0px -1151px;}
.language-te{background-position: 0px -1079px;}
.language-th{background-position: 0px -1103px;}
.language-tr{background-position: 0px -1138px;}
.language-tk{background-position: 0px -1115px;}
.language-uk{background-position: 0px -1175px;}
.language-ur{background-position: 0px -1187px;}
.language-ug{background-position: 0px -1163px;}
.language-uz{background-position: 0px -1175px;}
.language-vi{background-position: 0px -1211px;}
.language-cy{background-position: 0px -156px;}
.language-xh{background-position: 0px -1223px;}
.language-yi{background-position: 0px -1235px;}
.language-yo{background-position: 0px -1247px;}
.language-zu{background-position: 0px -1259px;}
.language-zh{background-position: 0px -1282px;}
.language-zh-TW{background-position: 0px -1282px;}

.trp-language-wrap-bottom,.change-empty{
	display: none;
}
.change-language-cont>ul{
	width: 100%;
}
.change-language .change-language-cont li{
	width: 100%;
}
.t-code p{
	text-align: center;
}
.pagination ul .active span{
	color: #FFF;
    background: #000;
    border-color: #000;
}
.sep-container h2,
#footer {
    background: #a83230 !important;
}
#cont>ul>li>ul>li>a {
    color: #a83230 !important;
}
#cont>ul>li>ul>li>ul>li>a {
    color: #a83230 !important;
}
#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #a83230 !important;
    border-right-color: #a83230 !important;
}
#cont>ul>li>ul>li>a {
    color: #a83230 !important;
}
#cont h2 {
    background: #a83230 !important;
}
#cont > ul > li > ul > li.has-childs > ul > li.has-childs > a:after{
    background: #a83230 !important;
}
#cont > ul > li > ul > li.has-childs > ul > li > ul > li > a{
    color: #a83230 !important;
}
#cont > ul > li > ul > li.has-childs > ul > li.has-childs > ul > li > a:before{
	border-top-color: #a83230 !important;
    border-right-color: #a83230 !important;
}
.path_bar h1{
	display: inline-block;
    font-weight: 400;
}
.content-wrap.form .ch_form_wrap ul textarea::placeholder,.content-wrap.form .ch_form_wrap ul input::placeholder{
	color: #999999;
}
.news_next .tit{
	width: 8.5%;
}
.news_next .con{
	width: 91.5%;
}
.news_next p{
	padding: 0 !important;
}
.catdesc a,.catdesc a{
	color: #a83230;
}
.web_footer a:hover{
	color: #a83230;
}
.layui-layer{
	/* min-width: 450px !important; */
	/* word-break: break-all; */
}
.layui-layer-content{
	word-break: keep-all !important;
	word-wrap: break-word !important;
}
.thumbs_items .thumbs_item>a{
	position: relative;
    padding-bottom: 60%;
    width: 100%;
    display: block;
}
.thumbs_items .thumbs_item>a>img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sitemap-logo-boxs{
	position: fixed;
	background-color: #f5f5f5;
	z-index: 9;
}
.sitemap-content{
	padding-top: 100px !important;
}
.product_item .item_title a{
	text-align: center;
}