@charset "utf-8";

html {
	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: 14px;
}

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

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

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

a:focus {
	outline: none;
}

a:hover {
	color: #ED3144;
	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,
.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: #ED3144;
}

.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: 12px;
	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>em>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: capitalize;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	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;
	background: #ED3144;
	border-radius: 5px;
	border: 1px solid transparent;
}

.sys_btn3 {
	display: inline-block;
	padding: 10px 28px;
	text-transform: capitalize;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	color: #ED3144 !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;
	background: none;
	border: 1px solid #ED3144;
}

.sys_btn3:hover {
	color: #fff !important;
	border: 1px solid #ED3144;
	background: #ED3144 !important;
}

.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: #ED3144 !important;
	border: 1px solid #ED3144;
	background: none !important;
}

.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: #ED3144
	}
}

@keyframes desplode {
	0% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #ED3144
	}

	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';
}




/*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%;
	padding: 25px 0;
}

.web_head .head_layer {
	background-repeat: repeat;
	background-position: center 0;
	/* border-bottom: 15px solid #ED3144; */
}

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

.fixed-nav.web_head .logo img {
	max-height: none;
	height: 60px;
}

.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: right;
}

.nav_wrap .head_nav>li {
	display: inline-block;
	font-size: 16px;
	/* line-height: 80px; */
	margin: 0 2%;
	position: relative;
	text-align: left;
}

.nav_wrap .head_nav>li>a {
	font-size: 20px;
	display: inline-block;
	position: relative;
	font-family: Poppins-Regular;
	color: #040404;
	text-transform: capitalize;
}

.nav_wrap .head_nav>li>a>em>b {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid #111;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-width: 10px;
	margin-left: 8px;
}

.nav_wrap .head_nav>.nav-current>a>em>b {
	border: 6px solid #fff;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-width: 10px;
}

.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: #ED3144;
}

.nav_wrap .head_nav>li:hover>a>em>b {
	/* border-top-color: #ED3144; */
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav_wrap .head_nav>li li {
	font-size: 14px;
	position: relative;
	text-align: left;
}

.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-current>a>em {
	padding: 10px 20px;
	background: #ED3144;
	color: #fff;
	line-height: 1;
}
.head_nav li  ul .nav-current>a>em {  padding:0 !important;
	background: initial !important;
	color: inherit !important;
	line-height: 1;}
.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: #090909;
	padding: 60px 0 35px;
}

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

.web_footer .foot_item .title {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #FAF9F3;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}

.web_footer .foot_item .title:after {
	width: 24px;
	height: 2px;
	background: #FAF9F3;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.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: 12px;
	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;
}

.company_subscribe .learn_more {
	margin-top: 28px;
	text-align: left;
}

.company_subscribe .button {
	display: inline-block;
	line-height: 1.3;
	background-color: #ED3144;
	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 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
	max-width: 25%;
}

.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: 37px;
}

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

@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: #ED3144;
	font-size: 16px;
	font-weight: normal;
}

.index_hd .hd_title h2 {
	font-size: 76px;
	font-weight: normal;
}

/* 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:not(.swiper-button-disabled):hover,
.index_main .swiper-button-next:not(.swiper-button-disabled):hover {
	color: #fff;
	border-color: #006634;
	background-color: #006634;
}

.index_main .slider_banner .swiper-button-white {
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 98px;
	height: 98px;
	line-height: 98px;
	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: 50px;
}

.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: 1;
	width: 98px;
	height: 98px;
	background: #006634;
}

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





/*----------------------------------page head---------------------------------*/

/*public*/
.web_main {
	position: relative;
}

.page_main {
	padding: 100px 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);
	overflow: initial;
}


/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 30%;
	max-width: 344px;
}

.side-tit-bar {
	position: relative;
	margin-bottom: 15px;
}

.side-tit-bar .side-tit {
	position: relative;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	height: 40px;
	line-height: 40px;
}

.side-tit-bar .side-tit:after {
	width: 25px;
	height: 3px;
	background: #000000;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}

.side-widget {
	position: relative;
	margin: 0 0 50px;
}


.side-cate li {
	position: relative;
	line-height: 40px;
	font-size: 16px;
}

.side-cate li.active a {
	color: #ED3144;
}

.side-cate>li+li {
	border-top: 1px solid #999;
}

.side-cate li li {
	line-height: 30px;
	font-size: 13px;
}

.side-cate li a {
	position: relative;
	display: block;
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	margin-right: 38px; line-height: 28px; padding: 12px 0;
}

.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;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	position: relative;
}

.side-cate li li a:hover,
.side-cate li li.active>a {
	color: #ED3144;
}

.side-cate li li a:hover:before,
.side-cate li li.active>a:before {
	background-color: #333;
}

.side-cate li li li a {
	padding: 0 66px;
	margin-right: 0;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 10px;
	display: inline-block;
	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: '';
	width: 12px;
	height: 12px;
	background: url('img/demo/add.png') no-repeat;
	background-size: 100% 100%;
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '';
	width: 12px;
	height: 2px;
	background: #000000;
	transform: translateY(-4px);
}


.side-cate li.nav-current>a {
	color: #ED3144;
}

.side-cate li.nav-current>.icon-cate {
	color: #ED3144;
}

.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 #006634;
	-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: #ED3144;
}

.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: #ED3144;
}

.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: 90px;
}

.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% - 450px); */
	width: 65%;

	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: uppercase;
	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;
}

/*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: 12px;
}

.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 .active span,
.page_bar a:hover {
	color: #FFF !important;
	background: #006634;
	border-color: #006634
}

.page_bar a:not(.current):hover {
	border-color: #006634;
	background-color: #006634;
	color: #fff;
}

.page_bar span.current2 {
	margin-left: 8px;
}




/*-------------------------------------------------------- 
													page:product list
																	------------------------------------------------------*/
.items_list {
	width: 100%;
	position: relative;
}

.items_list ul {
	margin: -1.8%;
}

.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: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;
}

.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: 50%;
	float: right;
}

.product-view .product-image {
	position: relative;
}

.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 #006634;
}

.product-view .image-additional li a {
	display: block;
	position: relative;
	padding: 0 8%;
}

.product-view .image-additional li.current img {
	border: 2px solid #ED3144;
}

.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: 50%;
	float: left;
	padding: 0 20px 0 0px;
	font-size: 16px;
	color: #002140;
}

.product-summary .product-meta {
	line-height: 1.8;
	padding: 0 36px;
}

.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: 45px;
}

.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: 20px 35px;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 3px;
	border: 2px solid #006634;
	color: #006634;
	font-family: Arial;
	font-weight: bold;
	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'; */
	width: 20px;
	height: 15px;
	content: '';
	margin-right: 8px;
	background: url('img/demo/download2.png') no-repeat;
	background-size: 100% 100%;
}

.product-btn-wrap a:hover {
	background-color: #ED3144 !important;
	border-color: #ED3144 !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;
}

.product-detail a {
	color: #ED3144;
}

.product-detail a:hover {
	text-decoration: underline;
}


.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: #006634;
	border: 1px solid #006634;
	color: #fff;
}

.detail-tabs .title.current {
	background: #006634;
	border-color: #006634;
	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: #006634;
	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 {
	position: relative;
	width: 100%;
}

.blog-item .item-info .item-title {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 28px;
	font-weight: normal;
}

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



/*-------------------------------------------------------- 
													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) and (min-width:950px) {
	.goodsTitle {
		width: 100% !important;
	}
}

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

@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: 18px;
	}

	/*index*/
	.index_hd .hd_title h2 {
		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) {
	.new_warp .info .desc {
		min-height: 11em !important;
	}
.page_about_main  .page_main_top 	.page_main_left{  width: 100%;}
	.page_about_main  .page_main_top {  flex-wrap: wrap;}
.page_pro_desc_img{     width: 46px !important;
    height: 44px !important;}
	/*layout*/
	body {
		min-width: inherit;
	}

	.layout {
		width: 92%;
	}
	.web_head{padding: 20px 0;}
	.web_head .logo img{max-height: 74px;}
	.nav-current>a>em{padding: 10px 16px;}

	/*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;
	}
}

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

	/*header*/
	.nav_wrap .head_nav>li {
		font-size: 14px;
	}


}

@media only screen and (max-width:950px) {
	.nav-current>a>em {
		padding: 0;
		background: none;
		color: #111;
	}

	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: #006634;
		width: 100%;
		/* height: 35px; */
		line-height: 35px;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 999;
		padding-right: 10px;
	}

	.mobile-head-item {
		float: left;
		width: 45px;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		-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';
	}

	.phoneTopLogo {
		display: none;
	}

	.phoneTopLogo img {
		width: 50px;
	}

	.phoneTopTel {
		font-family: Poppins-Regular;
		font-weight: 400;
		font-size: 16px;
		color: #FFFFFF;
	}

	.mobile-head-item.mobile-head-nav .title:before {
		/* content: '\f0c9'; */
		content: '';
		width: 23px;
		height: 23px;
		background: url('img/demo/phoneTop1.png') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-language .title:before {
		/* content: "\f1ab"; */
		content: '';
		width: 23px;
		height: 23px;
		background: url('img/demo/phoneTop2.png') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-search .title:before {
		/* content: "\f002"; */
		content: '';
		width: 23px;
		height: 23px;
		background: url('img/demo/phoneTop3.png') no-repeat;
		background-size: 100% 100%;
	}

	.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: 35px 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: 33px 0 0;
		height: auto;
	}

	.web_head .head_layer {
		padding-top: 35px;
		display: none;
		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;
	}

	.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>em>b:after {
		display: none;
	}

	.head_nav li.active>a>em>b {
		background-color: #111;
	}

	.head_nav li.active>a>em>b:before,
	.head_nav li.active>a>em>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: #006634 !important;
		color: #fff !important;
	}

	.index_main .swiper-button-next {
		margin-left: 15px !important;
	}

	.index_hd .hd_title h4 {
		font-size: 14px;
	}

	.index_hd .hd_title h2 {
		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: 12px;
		text-transform: none;
	}

	/* main */
	.page_main {
		padding-top: 25px;
	}

	.main {
		width: auto;
		float: none;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.product-item {
		width: 33.333%;
	}

	.product-item .item-wrap {
		margin: 8px;
	}

	.page_bar {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 0;
	}

	.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;
		display: none;
	}

	.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;
		padding-right: 0;
	}

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

}


@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% !important;
		width: 100% !important;
		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;
	}


}


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



	.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: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;
	}



	.head_top {
		font-size: 12px;
	}

	.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: 14px;
	}

	.foot_sns li img {
		max-height: 30px;
	}

	.foot_bar {
		font-size: 14px;
	}

	.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: 11px;
	}

	.index_hd .hd_title h2 {
		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: 5% 5%;
	}

	.product_item .item_title {
		font-size: 16px;
	}

	.product_item .item_desc {
		font-size: 12px;
		margin-top: 15px;
	}

	.product_item .item_more a {
		font-size: 12px;
	}

	.product_item .item_more .sys_btn {
		padding: .6em;
	}


	/*main*/
	.path_bar li {
		font-size: 14px;
		padding-right: 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: 12px;
	}

	.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: 14px;
		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: 14px;
		padding: 0 2%;
	}

	.product-summary .product-meta p {
		font-size: 16px;
		line-height: 1.5;
	}

	.product-summary .product-meta h3 {
		line-height: 1.3;
		font-size: 16px;
	}

	.product-summary .product-meta li {
		font-size: 13px;
	}

	.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: 14px;
		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: 14px;
	}

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

@media only screen and (max-width:320px) {
	.side_product_item {
		width: 100%;
	}
}

/*-------------------------------
			font start
			----------------------------------*/
@font-face {
	font-family: 'fontawesome';
	src: url('fonts/Font-Awesome/fontawesome-webfont.eot~v=4.5.0.eot');
	src: url('fonts/Font-Awesome/fontawesome-webfont.eot~.eot') format("embedded-opentype"), url('fonts/Font-Awesome/fontawesome-webfont.woff2~v=4.5.0.woff2') format("woff2"), url('fonts/Font-Awesome/fontawesome-webfont.woff~v=4.5.0.woff') format("woff"), url('fonts/Font-Awesome/fontawesome-webfont.ttf~v=4.5.0.ttf') format("truetype"), url('fonts/Font-Awesome/fontawesome-webfont.svg~v=4.5.0.svg') format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}


@font-face {
	font-family: Poppins-Regular;
	src: url('fonts/poppins/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: Poppins-Medium;
	src: url('fonts/poppins/Poppins-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: Poppins;
	src: url('fonts/poppins/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

/*-------------------------------
			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-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: '';
	background: url('img/demo/left.png') no-repeat;
	width: 17px;
	height: 29px;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: '';
	background: url('img/demo/right.png') no-repeat;
	width: 17px;
	height: 29px;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.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: #006634;
}

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: #666;
}

.entry a {
	color: #0030FF;
}

.entry p {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
	line-height: 1.8;
}

.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.entry th,
.entry td {
	height: 82px;
	border: 1px solid #D1D1D1;
	font-family: Arial;
	font-weight: 400;
	font-size: 21px;
	color: #333333;
	text-align: center;
	padding: 0 10px;
}

.entry th {
	width: 20%;
	font-family: Arial;
	font-weight: bold;
	font-size: 31px;
	color: #fff;
	font-size: 31px;
	background: #006634;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 12px;
	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;
}

.main table th,
.main table td {
	height: 30px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	background: #fbfbfb;
	padding: 0 15px;
}

.main table th {
	font-size: 13px;
	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: 12px;
	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: -250px 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: 100%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.change-language .change-language-cont li a:hover {
	color: #ED3144;
}

.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;
	font-size: 16px;
	overflow: hidden;
	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-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(img/all-m.gif);
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}

li.language-flag a {
	position: relative;
}

.language-flag-af .country-flag {
	background-position: 0 0 !important;
}

.language-flag-sq .country-flag {
	background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
	background-position: 0 -32px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -48px !important;
}

.language-flag-az .country-flag {
	background-position: 0 -64px !important;
}

.language-flag-eu .country-flag {
	background-position: 0 -80px !important;
}

.language-flag-be .country-flag {
	background-position: 0 -96px !important;
}

.language-flag-bg .country-flag {
	background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
	background-position: 0 -128px !important;
}

.language-flag-zh .country-flag {
	background-position: 0 -144px !important;
}

.language-flag-zh-TW .country-flag {
	background-position: 0 -160px !important;
}

.language-flag-hr .country-flag {
	background-position: 0 -176px !important;
}

.language-flag-cs .country-flag {
	background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
	background-position: 0 -208px !important;
}

.language-flag-nl .country-flag {
	background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
	background-position: 0 -256px !important;
}

.language-flag-et .country-flag {
	background-position: 0 -272px !important;
}

.language-flag-tl .country-flag {
	background-position: 0 -288px !important;
}

.language-flag-fi .country-flag {
	background-position: 0 -304px !important;
}

.language-flag-fr .country-flag {
	background-position: 0 -320px !important;
}

.language-flag-gl .country-flag {
	background-position: 0 -336px !important;
}

.language-flag-ka .country-flag {
	background-position: 0 -352px !important;
}

.language-flag-de .country-flag {
	background-position: 0 -368px !important;
}

.language-flag-el .country-flag {
	background-position: 0 -384px !important;
}

.language-flag-ht .country-flag {
	background-position: 0 -400px !important;
}

.language-flag-iw .country-flag {
	background-position: 0 -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
	background-position: 0 -432px !important;
}

.language-flag-hu .country-flag {
	background-position: 0 -448px !important;
}

.language-flag-is .country-flag {
	background-position: 0 -464px !important;
}

.language-flag-id .country-flag {
	background-position: 0 -480px !important;
}

.language-flag-ga .country-flag {
	background-position: 0 -496px !important;
}

.language-flag-it .country-flag {
	background-position: 0 -512px !important;
}

.language-flag-ja .country-flag {
	background-position: 0 -528px !important;
}

.language-flag-ko .country-flag {
	background-position: 0 -544px !important;
}

.language-flag-la .country-flag {
	background-position: 0 -560px !important;
}

.language-flag-lv .country-flag {
	background-position: 0 -576px !important;
}

.language-flag-lt .country-flag {
	background-position: 0 -592px !important;
}

.language-flag-mk .country-flag {
	background-position: 0 -608px !important;
}

.language-flag-ms .country-flag {
	background-position: 0 -624px !important;
}

.language-flag-mt .country-flag {
	background-position: 0 -640px !important;
}

.language-flag-no .country-flag {
	background-position: 0 -656px !important;
}

.language-flag-fa .country-flag {
	background-position: 0 -672px !important;
}

.language-flag-pl .country-flag {
	background-position: 0 -688px !important;
}

.language-flag-pt .country-flag {
	background-position: 0 -704px !important;
}

.language-flag-ro .country-flag {
	background-position: 0 -720px !important;
}

.language-flag-ru .country-flag {
	background-position: 0 -736px !important;
}

.language-flag-sr .country-flag {
	background-position: 0 -752px !important;
}

.language-flag-sk .country-flag {
	background-position: 0 -768px !important;
}

.language-flag-sl .country-flag {
	background-position: 0 -784px !important;
}

.language-flag-es .country-flag {
	background-position: 0 -800px !important;
}

.language-flag-sw .country-flag {
	background-position: 0 -816px !important;
}

.language-flag-sv .country-flag {
	background-position: 0 -832px !important;
}

.language-flag-th .country-flag {
	background-position: 0 -848px !important;
}

.language-flag-tr .country-flag {
	background-position: 0 -864px !important;
}

.language-flag-uk .country-flag {
	background-position: 0 -880px !important;
}

.language-flag-ur .country-flag {
	background-position: 0 -896px !important;
}

.language-flag-vi .country-flag {
	background-position: 0 -912px !important;
}

.language-flag-cy .country-flag {
	background-position: 0 -928px !important;
}

.language-flag-yi .country-flag {
	background-position: 0 -944px !important;
}

.language-flag-bn .country-flag {
	background-position: 0 -960px !important;
}

.language-flag-eo .country-flag {
	background-position: 0 -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
	background-position: 0 -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
	background-position: 0 -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
	background-position: 0 -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
	background-position: 0 -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
	background-position: 0 -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
	background-position: 0 -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
	background-position: 0 -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
	background-position: 0 -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
	background-position: 0 -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
	background-position: 0 -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
	background-position: 0 -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
	background-position: 0 -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
	background-position: 0 -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
	background-position: 0 -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
	background-position: 0 -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
	background-position: 0 -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
	background-position: 0 -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
	background-position: 0 -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
	background-position: 0 -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
	background-position: 0 -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
	background-position: 0 -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
	background-position: 0 -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
	background-position: 0 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
	background-position: 0 -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
	background-position: 0 -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
	background-position: 0 -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
	background-position: 0 -1392px !important;
}

.language-flag-hy .country-flag {
	background-position: 0 -1408px;
}

.language-flag-bs .country-flag {
	background-position: 0 -1424px;
}

.language-flag-ceb .country-flag {
	background-position: 0 -1440px;
}

.language-flag-ny .country-flag {
	background-position: 0 -1456px;
}

.language-flag-ha .country-flag {
	background-position: 0 -1472px;
}

.language-flag-hmn .country-flag {
	background-position: 0 -1488px;
}

.language-flag-ig .country-flag {
	background-position: 0 -1504px;
}

.language-flag-jw .country-flag {
	background-position: 0 -1520px;
}

.language-flag-kk .country-flag {
	background-position: 0 -1536px;
}

.language-flag-km .country-flag {
	background-position: 0 -1552px;
}

.language-flag-lo .country-flag {
	background-position: 0 -1568px;
}

.language-flag-la .country-flag {
	background-position: 0 -1584px;
}

.language-flag-mg .country-flag {
	background-position: 0 -1600px;
}

.language-flag-ml .country-flag {
	background-position: 0 -1616px;
}

.language-flag-mi .country-flag {
	background-position: 0 -1632px;
}

.language-flag-mr .country-flag {
	background-position: 0 -1648px;
}

.language-flag-mn .country-flag {
	background-position: 0 -1664px;
}

.language-flag-my .country-flag {
	background-position: 0 -1680px;
}

.language-flag-ne .country-flag {
	background-position: 0 -1696px;
}

.language-flag-pa .country-flag {
	background-position: 0 -1712px;
}

.language-flag-st .country-flag {
	background-position: 0 -1728px;
}

.language-flag-si .country-flag {
	background-position: 0 -1744px;
}

.language-flag-so .country-flag {
	background-position: 0 -1760px;
}

.language-flag-su .country-flag {
	background-position: 0 -1776px;
}

.language-flag-tg .country-flag {
	background-position: 0 -1792px;
}

.language-flag-uz .country-flag {
	background-position: 0 -1808px;
}

.language-flag-yo .country-flag {
	background-position: 0 -1824px;
}

.language-flag-zu .country-flag {
	background-position: 0 -1840px;
}

/*-------------------------------
			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
			----------------------------------*/
a:hover {
	color: #ED3144 !important;
}

.flex {
	display: flex;
	align-items: center;
}

.topBox {
	background: #006634;
}

.topDiv {
	height: 54px;
	justify-content: space-between;
}

.top_con {
	margin-right: 46px;
}

.top_con img {
	width: 34px;
	margin-right: 11px;
}

.top_con a {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.topSns img {
	width: 37px;
	margin-right: 7px;
}

.topSns li:last-child img {
	margin-right: 0;
}

.index_one_box {
	padding: 100px 0 120px;
}

.index_one_div {
	width: 31%;


	transition: all 0.3s ease-in-out;
	margin-right: 3.5%;
	padding: 0 15px;
	background: #ECECEC;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
}

.index_one .index_one_div:last-child {
	margin-right: 0;

}

.index_one_tit {
	font-family: Poppins;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 85px;
	height: 85px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-bottom: 1px solid rgba(190, 190, 190, 1);
	text-transform: capitalize;
}

.index_one_tet {
	position: relative;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	padding: 30px 0;
}

.index_one_tet:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background: #006634;
}

.index_one_tet img {
	flex-shrink: 0;
	width: 77px;
}

.index_one_tet1 {
	flex: 1;
	margin-left: 35px;
	line-height: 25px;
	height: 125px;
	overflow-y: auto;

}

.index_one_div:hover {
	background: #FFFFFF;
}

.change-empty {
	display: none;
}

.index_about {
	display: flex;
	align-items: end;
}

.index_about_left {
	position: relative;
	z-index: 1;
	max-width: 635px;
	margin-bottom: 150px;
}

.index_about_tit {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 40px;
	color: #000000;
	margin-bottom: 30px;
}

.index_about_line {
	width: 7px;
	height: 101px;
	margin-top: 39px;
	background: #006634;
}

.index_about_tet {
	display: flex;
}

.index_about_tet1 {
	padding: 4% 10% 4% 4%;
	background: #FFFFFF;
	margin-left: 44px;

	border-radius: 0px 0px 20px 0px;
}

.index_about_tet1>div {
	line-height: 1.5;
	max-width: 601px;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #000000;

}

.index_about_video {
	width: 66%;
	margin-top: 168px;
	margin-left: -300px;
	position: relative;
}

.index_about_video img:nth-child(1) {
	width: 100%;
}

.index_about_play {
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 17px;
	left: -55px;
	display: none;
}

.index_about_tet1 .sys_btn {
	margin-top: 50px;
}

.index_about_play:hover {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.index_about_box {
	background-image: url('img/demo/bac.png');
	background-position: 90% 15px;
	background-repeat: no-repeat;
	background-size: 770px 655px;
}

.index_pro_box {
	padding: 106px 0 70px;
}

.index_tit {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 40px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
}

.index_tit:after {
	width: 62px;
	height: 6px;
	background: #006634;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index_pro {
	position: relative;

	margin-top: 50px;
}

.pro_side_img {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 120%;
}

.pro_side_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
	object-fit: cover;
}

.pro_side:hover .pro_side_img img {
	transform: scale(1.1);
}

.pro_side_name {
	width: 100%;
	padding: 8% 5%;
	background: #EE3749;
	justify-content: center;
}

.pro_side_name p {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-right: 12px;
	min-height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_side_name img {
	width: 23px;
}

.index_pro_box2 {
	padding-bottom: 67px;
}

.new_warp {
	padding: 5% 0;
}

.new_warp .pro_side_img {
	padding-bottom: 100%;
}

.new_warp .desc {
	text-align: center;
	margin-top: 2%;
}

.new_warp .info {
	margin-top: 4%;
}

.new_warp .info .time {
	color: #767676;
}

.new_warp .info .title {
	font-size: 24px;
	font-weight: bold;
	margin: 2% 0;
	line-height: 1.35;
	min-height: 2.7em;
	display: block;
}

.new_warp .info .desc {
	color: #767676;
	font-size: 16px;
	min-height: 9em;
	text-align: left;
	display: block;
}

.new_warp .info .link {
	color: #ED3144;
	font-size: 16px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.new_warp .info .link::before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ED3144;
	margin-right: 15px;
}

.new_warp .info .link:hover {
	text-decoration: underline;
}

.new_warp .index_pro_swi {
	display: flex;
	justify-content: space-between;
}

.new_warp .pro_side {
	width: 32%;
}

.main_content.privacy-main {
	padding-top: 60px !important;
}



.swiper-button-previ {
	position: absolute;
	width: 51px;
	top: 50%;
	transform: translateY(-50%);
	left: -67px;
}

.swiper-button-nexti {
	position: absolute;
	top: 50%;
	width: 51px;
	transform: translateY(-50%);
	right: -67px;
}

.index_speak_box {
	padding: 70px 0;
}

.index_speak_box .index_tit {
	color: #FFFFFF;
}

.index_speak_box .index_tit:after {
	background: #FFFFFF;
}

.index_speak_swi {
	margin-top: 56px;
	padding-bottom: 100px;
	position: relative;
}

.headImg {
	width: 157px;
	height: 157px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

.index_speak_tet {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	max-width: 1087px;
	margin: 32px auto 0;
	text-align: center;
	color: #FFFFFF;
}

.index_speak_swi .swiper-pagination-bullet {
	width: 26px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 2px;
}

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

.path_bar_banner {
	width: 100%;
	position: relative;
}

.path_bar_tit {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 60px;
	color: #FAFAFA;
	text-transform: capitalize;
	line-height: 53px;
	text-align: center;
	margin-bottom: 20px;
}

.path_bar_ul,
.path_bar_ul a,
.path_bar_ul li {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #FAFAFA;
	text-transform: uppercase;
}
.path_bar_ul h1{
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

.path_bar_div {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.path_bar {
	position: relative;
}

.path_bar_ul li {
	position: relative;
	padding-right: 20px;
}

.path_bar_ul li:after {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	content: '>';
	font-family: Poppins-Regular;
	color: #FAFAFA;
	line-height: 1;
	text-transform: uppercase;
}

.path_bar_ul li:last-child:after {
	display: none;
}

.path_bar_ul li:last-child {
	padding-right: 0;
}

.path_bar_ul li:last-child,
.path_bar_ul li:last-child a {
	color: #ED3144;
}

.faq_div_img {
	width: 44.5%;
}

.faq_div_img img {
	width: 100%;
}

.faq_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 60px;
	color: #000000;
	line-height: 83px;
	margin-bottom: 10px;
	text-align: center;

}

.faq_div {
	flex: 1;
	padding-left: 100px;
}

.faq_tet {
	text-align: center;

	margin-bottom: 30px;
}

.faq_text {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 37px;
}

.faq_ul_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}

.faq_li_tit {
	padding: 15px 25px;
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	border: 1px solid #006634;
}

.faq_li_tit>p {
	flex: 1;
	margin-right: 20px;

}

.faq_tit_img {
	flex-shrink: 0;
}

.faq_tit img {
	width: 12px;
}

.faq_tit_img img:nth-child(2) {
	display: none;
}

.faq_li_tet {
	font-family: Arial;
	font-weight: 400;
	border: 1px solid #006634;
	font-size: 16px;
	color: #333333;
	line-height: 37px;
	padding: 20px;
	display: none;

}

.faq_li_act .faq_tit_img img:nth-child(1) {
	display: none;
}

.faq_li_act .faq_tit_img img:nth-child(2) {
	display: block;
}

.faq_li_act .faq_li_tet {
	display: block;
}

.faq_ul_div {
	margin-bottom: 50px;
}

.page_con {
	margin-top: 5%;
	padding: 60px 0 80px;
}

.page_con_div {
	position: relative;

	padding-left: 150px;
}

.page_con_tit {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 40px;
	color: #FFFFFF;
	max-width: 466px;
	line-height: 57px;
	margin-bottom: 50px;
}

.conR {
	width: 359px;
	position: absolute;
	right: 0;
	bottom: -80px;
}

.page_news {
	padding: 60px 0 50px;
}

.page_news .faq_tit,
.page_news .faq_text {
	text-align: center;
}

.page_news_swi {
	margin-top: 50px;
}

.page_news_img {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	display: block;
}

.page_news_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.page_news_swi .swiper-slide {
	padding: 5px;

}

.page_news_bottom {
	background: #FFFFFF;
	display: block;
	padding: 30px 20px 0;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);

}

.page_news_tit {
	font-family: Arial;
	font-weight: 400;
	font-size: 22px;
	color: #006634;
	line-height: 28px;
	height: calc(28px * 3);
	overflow: hidden;
}

.page_news_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	height: 100px;
	overflow: auto;
	margin: 30px 0 13px;
}

.page_news_time {
	border-top: 1px solid rgba(179, 179, 179, .37);
	padding: 10px 0 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.application_main_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	text-align: center;
	line-height: 53px;
}

.application_main_text {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: center;
	max-width: 1171px;
	margin: 10px auto 5%;
}

.application_img {
	width: 50%;
	position: relative;
}

.application_img img {
	width: 100%;
}

.application_img_son {
	width: 96%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8px;
	padding: 30px;
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1;
	background: rgba(0, 102, 52, .52);
}

.application_li_right {
	width: 50%;
	padding: 0 30px;
}

.application_li_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 46px;
	color: #000;
	line-height: 68px;
	margin-bottom: 40px;
}

.application_li_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
}
.more a{
	display: inline-block;
	padding: 10px 28px;
	text-transform: capitalize;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	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;
	background: #ED3144;
	border-radius: 5px;
	border: 1px solid transparent;
	margin-top: 30px;
}

.more a:hover {
	color: #ED3144 ;
	border: 1px solid #ED3144;
	background: #fff;
}


.application_ul .application_li:nth-child(even) .application_img {
	order: 2;
}

.application_ul .application_li:nth-child(even) .application_li_right {
	order: 1;
}

.page_news2_swi_titL {
	flex: 1;
	margin-right: 20px;
}

.page_news2_swi_titL p:nth-child(1) {
	font-family: Arial;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	line-height: 21px;
}

.page_news2_swi_titL p:nth-child(2) {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}

.page_news2_swi_titR {
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
}

.page_news2_swi_titR img {
	width: 35px;
}

/* .page_news2_swi_titR img:nth-child(1) {
	margin-right: 25px;
} */

.page_news2 {
	padding: 60px 0 100px;
}

.page_pro_swi {
	margin-top: 50px;
	padding: 5px;
}

.page_pro_img {
	width: 100%;
	padding-bottom: 120%;
	display: block;
	position: relative;

}

.page_pro_swi .swiper-slide {
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
}

.page_pro_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page_pro_tit {
	padding: 5px 16px;
	/* line-height: 20px; */
	overflow: hidden;
	/* height: 20px; */
	min-height: 5em;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #1B1B1B;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
}

.page_pro_swi .swiper-slide {
	padding: 5px;

}

.page_pro_link {
	width: 85%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 47px;
	background: #006634;
	padding: 0 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	justify-content: space-between;
	color: #FFFFFF;
}

.page_pro_link img {
	width: 7.3px;
}

.page_pro {
	padding-bottom: 0;
}


.page_news2_img {
	width: 100%;
	padding-bottom: 60%;
	display: block;
	position: relative;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);

}

.page_news2_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page_news2_bottom {
	display: block;
	padding-top: 20px;
}

.page_news2_time {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	padding-left: 18px;
}

.page_news2_tet {
	padding-right: 20px;
	display: flex;
	margin: 16px 0 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 21px;
	color: #000000;
	line-height: 37px;
	min-height: 4em;
}
.page_app_swi .page_news2_tet{
	line-height: 1.5; height: 3em; min-height: unset; overflow: hidden;
}

.page_news2_tet .page_news2_line {
	width: 7px;
	height: 24px;
	background: #006634;
	margin-right: 13px;
	flex-shrink: 0;
	margin-top: 13px;
}

.page_news2_swi, .page_app_swi {
	margin-top: 50px;
}

.sys_btn2 {
	width: 200px;
	height: 60px;
	border: 2px solid #006634;
	text-align: center;
	line-height: 60px;
	font-family: Arial;
	font-weight: 400;
	transition: all .3s ease;
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
}

.sys_btn2:hover {
	background: #ED3144;
	border: 0;
	color: #F6F6F6;

}

.path_bar_ul {
	justify-content: center;
	flex-wrap: wrap;
}

.con_main .application_main_tit {
	font-size: 55px;
}

.con_main .application_main_text {
	font-size: 30px;
	margin-top: 30px;
}

.con_li a,
.con_li_t2 {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 41px;
}

.con_li_t1 {
	font-family: Arial;
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	line-height: 41px;
	margin-bottom: 20px;
}

.con_li img {
	margin-right: 25px;
	width: 95px;
}

.con_li {
	width: 32%;
}

.from_and_map {
	margin: 100px 0;
}

.con_ul {
	justify-content: space-between;
}

.form_div {
	width: 50%;
}

.form_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 55px;
	color: #000000;
	text-align: center;
}

.form_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	line-height: 41px;
	max-width: 650px;
	text-align: center;
	margin: 40px auto 110px;
}

.form_box {
	max-width: 650px;
	margin: 0 auto;
}

.form_textarea textarea {
	width: 100%;
	border: 0;
	height: 209px;
	background: #FFFFFF;
	box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	padding: 20px;
}

.form_input {
	justify-content: space-between;
}

.form_input input {
	border: 0;
	width: 47.6%;
	background: #FFFFFF;
	height: 73px;
	box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
	border-radius: 36px;
	margin: 30px 0 40px;
	padding: 0 20px;
}

.subbtn {
	height: 73px !important;
	background: #ED3144;
	box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
	border-radius: 36px;
	width: 100% !important;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	border: 0;
	color: #FFFFFF;
}

.mapDiv {
	width: 50%;
}

.path_btn1 {
	width: 133px;
	height: 35px;
	background: #ED3144;
	line-height: 35px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #FEFEFE;
	line-height: 53px;
	border: 1px solid #FAFAFA;
}

.path_btn2 {
	width: 133px;
	margin-left: 17px;
	height: 35px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 35px;
	text-transform: uppercase;
	background: #FAFAFA;
	display: block;
	text-align: center;
}

.path_btn1 img {
	width: 20px;
	margin-right: 9px;
}

.path_btn_box {
	margin-top: 50px;
	justify-content: center;
}

.path_btn_box a {
	justify-content: center;
}

.path_btn1:hover {
	border: 1px solid #ED3144;
	background: none;
}

.blog_main_li {
	width: 100%;
	position: relative;
	transition: all .3s ease;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
}

.blog_main_li_img {
	width: 28.8%;
	padding: 33px 0 35px 37px;
	flex-shrink: 0;
	transition: all .8s ease;
}

.blog_main_li_img img {
	width: 100%;
	transition: all .8s ease;
}

.blog_main_li_textB {
	padding: 33px 35px 35px;
	transition: all .8s ease;
	flex: 1;
}

.path_btn2:hover {
	background: #006634;
	color: #fff !important;
}

.blog_main_tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	transition: all .8s ease;
}

.blog_main_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	transition: all .8s ease;
	line-height: 35px;
}

.blog_main_time {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0;
	color: #333333;
	transition: all .8s ease;
}

.blog_main_li_textB .sys_btn3 {
	margin-top: 20px;
}

.blog_main_li>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog_main_li:hover {
	background: #F2F4F6;
}

.blog_main_li:hover .blog_main_li_img {
	padding: 0;
	width: 48.6%;
}

.proh_tit {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 1.5;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pro_home_box1 {
	margin-top: 70px;
}

.pro_home_div1 {
	width: 30%;
	margin-right: 5%;
	position: relative;
	transition: all .8s ease;
	padding-bottom: 36%;
}

.pro_home_div1:last-child {
	margin-right: 0;
}

.pro_home_div1 img {
	width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all .8s ease;

	object-fit: cover;
}

.pro_home_tetb1 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0, 102, 52, .5);
	transition: all .8s ease;
	padding: 0 50px;
	transition: all .8s ease;

	opacity: 0;
}

.pro_home_tit1 {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.pro_home_tit2 {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	margin: 10px 0;
	line-height: 30px;
}

.pro_home_div1 .sys_btn {
	padding: 12px;
	line-height: 1;
}


.pro_home_div2 {
	position: relative;
	width: 50%;
	padding-bottom: 68%;
}

.pro_home_div2 img {
	width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all .8s ease;
	object-fit: cover;
}

.pro_home_div3 {
	position: relative;
	width: 100%;
	padding-bottom: 42%;
}

.pro_home_div3 img {
	width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all .8s ease;
	object-fit: cover;
}

.pro_home_div4 {
	position: relative;
	width: 100%;
	padding-bottom: 93%;
}

.pro_home_div4 img {
	width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all .8s ease;
	object-fit: cover;
}

.pro_home_right {
	width: 46.7%;
}

.pro_home_right>div {
	box-shadow: 0 0 14px 4px rgb(0 102 52 / 20%);
}

.pro_home_div1:hover .pro_home_tetb1,
.pro_home_div4:hover .pro_home_tetb1,
.pro_home_div2:hover .pro_home_tetb1,
.pro_home_div3:hover .pro_home_tetb1 {
	opacity: 1;
}

.pro_home_box2 {
	justify-content: space-between;
}

.pro_home_right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page_pro_desc_div {
	width: 23%;
	background: #006634;
	box-shadow: 0px 2px 9px 0px rgba(4, 0, 0, 0.34);
	border-radius: 50% 24px 50% 50%; border-radius: 24px;
	margin: 0 10px;
	transition: all .5s ease;
	padding: 3% 3%;
}

.page_pro_desc_div:hover {
	width: 26%;
	padding: 3% 4%;
}

.page_pro_desc_img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.page_pro_desc_tit {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	overflow: hidden;
	line-height: 27px;
	margin: 40px 0 20px;
}

.page_pro_desc_tet {
	font-family: Poppins-Regular;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	height: 103px;
	overflow: auto;
}

.page_pro_desc {
	padding: 90px 0 80px;
}

.page_pro_htit {
	font-family: Poppins-Regular;
	font-weight: 400;
	text-align: center;
	font-size: 40px;
	color: #333333;
	line-height: 53px; line-height: 1.5;
	max-width: 675px;
	margin: 0 auto 60px;
	padding-bottom: 20px;
	position: relative;
}

.page_pro_htit:after {
	width: 47px;
	height: 2px;
	background: #014221;
	bottom: 0;
	left: 50%;
	position: absolute;
	display: block;
	content: '';
	transform: translateX(-50%);
}

.page_main_left {
	width: 46.5%;
}

.page_left_div1 {
	width: 233px;
	height: 167px;
	background: #ED3144;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

.page_left_div1 p:nth-child(1) {
	font-family: Poppins;
	font-weight: bold;
	font-size: 94px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
}

.page_left_div1 p:nth-child(2) {
	font-family: Poppins;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
}

.page_left_img {
	max-width: 555px;
	display: block;
	margin: -70px auto 0;
}

.page_left_div2 {
	/*display: none;*/
	width: 419px;
	background: #006634;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 30px 20px;
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

.page_left_div2>div:nth-child(1) {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 26px;
}

.page_left_div2 p:nth-child(2) {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 19px;
	color: #ED3144;
	line-height: 20px;
	opacity: 0.79;
	margin-top: 22px;
}

.page_main_right {
	flex: 1;
	padding-left: 60px;
}

.page_right_tit1 {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 19px;
	color: #ED3144;
	line-height: 27px;
}

.page_right_tit2 {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 40px;
	color: #000000;
	line-height: 57px;
	margin: 30px 0;
}

.page_right_tet {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.page_right_ulb {
	margin-top: 30px;
	justify-content: space-between;
}

.page_right_ul {
	max-width: 303px;
}

.page_right_ul:nth-child(1) {
	margin-right: 15px;
}

.aicon_img {
	width: 66px;
}

.page_right_ul_tit {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 57px;
}

.page_right_ul_tet {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 23px;
}

.page_right_ul2 {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 33px;
	margin-top: 20px;
}

.page_right_ul2 span {
	display: block;
	width: 6px;
	height: 6px;
	background: #006634;
	border-radius: 50%;
	margin-right: 10px;
}

.page_main_why {
	padding: 5% 0 0;
}

.page_main_tit {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 40px;
	color: #000000;
	text-align: center;
	line-height: 57px;
}

.page_main_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	max-width: 1141px;
	margin: 10px auto 0;
}

.page_main_whyLb {
	max-width: 325px;
}

.page_main_why_img {
	margin-right: 0;
	width: 67px;
	display: block;
	text-align: right;
	margin-left: auto;

}

.page_main_whyb {
	margin-top: 40px;
}

.page_main_whyLb_tit {
	margin: 5px 0 10px;
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	text-align: right;
}

.page_main_whyLb_tet {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	color: #333333;
	line-height: 18px;
}

.page_main_whyb {
	justify-content: center;
	align-items: end;
}

.page_main_whyb .page_main_whyL,
.page_main_whyb .page_main_whyR {
	margin-bottom: 5%;
}

.page_main_whyLb_img {
	max-width: 554px;
	width: 35%;
	margin: 0 50px;
}

.page_main_whyL .page_main_whyLb:nth-child(2),
.page_main_whyR .page_main_whyLb:nth-child(2) {
	margin-top: 40px;
}

.page_main_whyR .page_main_why_img {
	margin-left: 0;
	margin-right: auto;
}

.page_main_whyR .page_main_whyLb_tit,
.page_main_whyR .page_main_whyLb_tet {
	text-align: left;
}

.page_about_numb {
	padding: 70px 0;
	justify-content: space-between;
}

.page_about_numD p:nth-child(1) {
	font-family: Arial;
	font-weight: bold;
	font-size: 66px;
	color: #F7F7F4;
	line-height: 1;
	text-align: center;
}

.page_about_numD p:nth-child(2) {
	font-family: Arial;
	font-weight: 400;
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
}

.page_about_say {
	padding-top: 70px;
}

.page_about_say .page_pro_htit {
	font-weight: bold;
}

.about_say_top {
	background: #F2F2F2;
	padding: 40px;
	margin-bottom: 40px;
	position: relative;

}

.about_say_top:after {
	content: '';
	width: 28px;
	height: 25px;
	background: url('img/demo/sayIcon.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -25px;
	left: 60px;
}

.about_say_top p {
	width: 100%;
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	height: calc(32px * 6);
	overflow: hidden;
}

.about_say_top img {
	margin-top: 20px;
	width: 21px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}

.about_say_bottom img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	margin-right: 18px;
	object-fit: cover;
}

.about_say_bottom {
	padding-left: 27px;
	margin-top: 10px;
}

.about_say_bottom_text p:nth-child(1) {
	font-family: Poppins-Medium;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #000000;
}

.about_say_bottom_text p:nth-child(2) {
	font-family: Poppins-Medium;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	margin-top: 5px;
	color: rgba(102, 102, 102, 1);
}

.product_top_tit {
	font-family: Poppins-Regular;
	font-weight: 400;
	text-align: center;
	font-size: 48px;
	color: #000000;
}

.product_top_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	text-align: center;
}

.product_top {
	margin-bottom: 50px;
}

.pro_main {
	padding-top: 4%;
}

.product_item .item_title {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	min-height: 3em;
	text-align: center;
}

.product_item .item_img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.product_item .item_img {
	position: relative;
	padding-bottom: 100%;
	display: block;
	width: 100%;
}

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

.side-cate>li>a {
	padding-top: 10px;
}

.downloadLi {
	width: 100%;
	margin-bottom: 27px;
	padding: 20px 50px;
	background: #FFFFFF;
	box-shadow: 4px 6px 12px 6px rgba(0, 0, 0, 0.04), 4px 6px 1px 0px rgba(0, 0, 0, 0.04);
}

.downloadLiTit {
	flex: 1;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}

.downloadLink {
	flex-shrink: 0;
}

.downloadLink img {
	width: 24px;
	margin-left: 60px;
}

.videoDivTop {
	position: relative;
	padding-bottom: 60%;
	display: block;
}

.videoDiv {
	margin-bottom: 30px;
	width: calc((100% - 20px) / 2);
}

.videoListImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoListPlay {
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videoList {
	flex-wrap: wrap;
	justify-content: space-between;
}

.videoListP {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #2B2C30;
	line-height: 32px;
	height: 64px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.videoDeTit {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
	color: #2B2C30;
	line-height: 32px;
}

.videoDeDesc {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	color: #2B2C30;
	line-height: 33px;
}

.related_video_title {
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 42px;
	color: #000000;
}

.related_video {
	margin: 70px 0;
}

.related_video_swi {
	width: calc(100% - 50px);
	margin: 30px auto 0;
	position: relative;
}

.related_video_div .videoListPlay {
	width: 61px;
	height: 61px;
}

.related_video_swi_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 22px;
	height: 48px;
	background: #E90505;
	justify-content: center;
}

.related_video_swi_left img {
	width: 50%;
	transform: rotate(-180deg);
}

.related_video_swi_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 22px;
	height: 48px;
	background: #E90505;
	justify-content: center;
}

.related_video_swi_right img {
	width: 50%;
}

.related_video_swi_box {
	position: relative;
}

.goodsTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 45px;
	color: #000000;
	line-height: 53px;
	width: 70%;
}

.goodsDesc {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	margin: 50px 0;
	overflow: hidden;
}

.news_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}

.news_left {
	width: 80%;
	padding-right: 50px;
}

.news_date {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	color: #333333;
}

.news_date_div {
	margin-right: 37px;
}

.news_text_div {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 37px;
	margin-top: 30px;
}

.news_text_div a {
	color: #ED3144;
}

.news_text_div a:hover {
	text-decoration: underline;
}

.news_cz {
	margin-top: 5%;
}

.news_text_div img {
	max-width: 100%;
}

.news_cz_text>div:nth-child(1) {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 57px;
	margin-right: 20px;
	display: inline-block;
}

.news_cz_text a {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 57px;
	display: inline-block;
}

.news_cz_text {
	width: 80%;
	border-bottom: 2px solid rgba(51, 51, 51, .5);
}

.news_cz .news_cz_text:last-child {
	/* border-bottom: 0; */
}

.page_news_main {
	display: flex;
	margin-bottom: 50px;
	align-items: start;
}

.news_right {
	width: 24%;
	position: sticky;
	top: 78px;
}

.news_right_div {
	background: #FFFFFF;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
}

.news_right_tit {
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: #F2F2F2;
	font-family: Arial;
	padding: 0 20px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	border-top: 3px solid #006634;
}

.news_right_box {
	padding: 20px 30px;
}

.news_right_box:nth-child(4n) {
	display: none;
}

.news_right_img {
	width: 100%;
	/* max-height: 206px; */
	max-width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.page_pro_link:hover {
	background: #ED3144;
}

.news_right_date{margin-top: 15px; color: #000;}

.news_right_tet {
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	margin-top: 6px;
}

.news_right .news_right_div:nth-child(2) {
	margin-top: 40px;
}

.foot_desc {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FAF9F3;
	margin-top: 45px;
}

.foot_ul a {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FAF9F3;
	line-height: 39px;
}

.foot_ul a {
	padding-left: 25px;
	position: relative;
}

.foot_ul a:after {
	content: '>';
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 18px;
	color: #FAF9F3;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.contact_txt,
.contact_txt a {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.foot_item_bd .foot_desc {
	margin-top: 0;
}

.foot_show {
	width: 100%;
	height: 61px;
	margin: 20px 0;
	border: 2px solid #FFFFFF;
	cursor: pointer;
}

.foot_show input::placeholder {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.foot_show {
	padding: 9px 0;
}

.foot_show input {
	border: 0;
	background: none;
	padding: 0 15px;
	flex: 1; width: calc(100% - 50px);
}

.foot_show_icon {
	border-left: 5px solid #FAF9F3;
	padding: 0 10px;
	height: 100%; width: 50px;
}

.foot_show_icon img {
	width: 24px;
}

.copy_right {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #000000;
	border-top: 1px solid #090909;
	padding: 50px 0 30px;
}

.copy_right a {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.index_one_phonei,
.phone_foot {
	display: none;
}

.videoPop {
	width: 80vw;
	height: 60vh;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	display: none;
}

.videoPop iframe {
	width: 100%;
	height: 100%;
}

.videoPopClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
}

#sj {
	display: none;
}

@media only screen and (max-width:1366px) {
	.path_bar_div {
		width: 70%;
	}

	.path_bar_tit {
		font-size: 40px;
		line-height: 1;
	}

	.path_btn_box {
		margin-top: 4%;
	}
}

@media only screen and (max-width:1200px) {
	.form_div {
		padding: 0 20px;
	}
.page_pro_desc_tet{ height: 60px;}
	.page_main_left {
		width: 58%;
	}

	.swiper-button-previ,
	.swiper-button-nexti {
		display: none;
	}

	.index_main .slider_banner .swiper-button-white{width: 70px; height: 70px; line-height: 70px;}
	.index_one_box{padding: 60px 0 50px;}
	.index_about_tit{font-size: 32px;}
	.index_about_tet1{margin-left: 24px;}
	.index_tit{font-size: 32px;}
	.pro_side_name{padding: 5% 5%;}
	.index_pro_box{padding: 50px 0;}
	.index_speak_box{padding: 50px 0;}
	.index_speak_swi{margin-top: 40px; padding-bottom: 70px;}
	.page_con_div{padding-left: 75px;}
	.page_pro_htit{font-size: 32px;}
	.page_main{padding-top: 60px;}
	.page_left_div1 p:nth-child(1){font-size: 80px;}
	.faq_tit{font-size: 40px; line-height: 1.5;}
	.application_main_tit, .application_li_tit{font-size: 36px; line-height: 1.5;}
	.application_img_son{padding: 20px;}
	.page_news2{padding: 40px 0 60px;}
	.con_main .application_main_tit, .form_tit{font-size: 40px; line-height: 1.5;}
	.from_and_map{margin: 60px 0;}
	.form_tet{margin: 30px auto 50px;}
}

@media only screen and (max-width:950px) {
	.page_pro_desc_div{
		border-radius: 24px;
	}
	.page_news_tet{ height: 100% !important; min-height: 7em;}
	.page_pro_desc_div:hover{    padding: 3% 5% !important; 	width: 100% !important;
		overflow: hidden; }
	.more a{ margin-bottom: 20px;}
	.page_pro_desc .page_pro_desc_tet{
		height: 100% !important;
		overflow: hidden;

	}
	.page_app_swi .page_news2_tet{
		height: auto;
	}
.blog_main_li:hover .blog_main_li_img {
	padding: 0;
	width: 100%;
}

	.path_bar_ul h1{font-size: 16px;}

	#pc {
		display: none;
	}

	#sj {
		display: block;
	}

	.videoPop {
		width: 90vw;
		height: 50vh;
	}

	.topBox {
		display: none;
	}

	.index_one_box {
		padding: 28px 0;
	}

	.index_one_div {
		width: 47%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.index_one_div:nth-child(1) {
		margin-right: 6%;
	}

	.index_one_tet {
		padding: 10px 0;
	}

	.index_one {
		flex-wrap: wrap;
		justify-content: center;
	}



	.index_one_tet1 {
		margin-left: 0;
		padding: 0 10px;
	}

	.scrollsidebar {
		display: none;
	}

	.page_pro_desc_div {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	.page_pro_desc .layout {
		flex-wrap: wrap;
	}

	.index_pro_box {
		padding: 20px 0;
	}

	.page_pro_desc,
	.page_news2 {
		padding: 20px 0;
	}

	.page_pro_htit {
		font-size: 26px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.page_con {
		padding: 20px 0;
		margin-top: 10%;
	}

	.page_main_why_img {
		margin: 0 auto !important;
	}

	.page_main_whyLb_tit,
	.page_main_whyL .page_main_whyLb_tet,
	.page_main_whyR .page_main_whyLb_tet {
		text-align: center !important;
	}

	.page_main_whyR {
		margin-top: 5%;
	}

	.blog_main_tet {
		display: none;
	}

	.conR {
		display: block;
		width: 36%;
		bottom: -20px;
		max-width: 200px
	}

	.page_con_div {
		padding-left: 20px;
	}

	.page_con_tit {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 20px;
		width: 50%;
	}

	.product_top_tit {
		font-size: 26px;
		line-height: 1.5;
	}

	.path_bar_tit {
		font-size: 20px;
		line-height: 1.2;
		display: none;
	}

	.path_bar_ul a {
		font-size: 16px;
		line-height: 1.5;
		height: 30px;
		display: inline-block;
	}

	.path_bar_banner {
		display: none;
	}

	.path_bar {
		padding: 50px 0;
		background: url('img/demo/lbanner.png');
	}

	.path_bar_div {
		position: relative;
		left: auto;
		right: auto;
		transform: translate(0, 0);
		width: 90%;
		margin: 0 auto;
	}

	.path_btn_box {
		margin-top: 20px;
		justify-content: center;
	}

	.entry th {
		font-size: 18px;
	}

	.entry th,
	.entry td {
		font-size: 16px;
	}

	.pro_tit_big {
		font-size: 26px;
	}

	.goodsDesc {
		margin: 20px 0;
		height: auto;
	}

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

	.blog_main_li {
		flex-wrap: wrap;
	}

	.blog_main_li_textB {
		width: 100%;
	}
	.page_news_main{ flex-wrap: wrap; margin-bottom: 20px;}
	.news_right {
		display: none;
	}
	.newsi 	.news_right {
		display: block;
	}
 	.newsi  .news_right{ width: 100%; margin-top: 20px;}
	.news_left {
		padding-right: 0;
		width: 100%;
	}

	.news_title {
		font-size: 18px;
	}

	.news_date {
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.news_date_div {
		margin-bottom: 10px;
	}

	.news_text_div {
		line-height: 1.5;
	}

	.news_cz_text>div:nth-child(1) {
		display: block;
		line-height: 1.5;
	}

	.news_cz_text a {
		line-height: 25px;
	}

	.news_cz_text {
		margin-top: 10px;
	}

	.application_main_tit {
		font-size: 26px;
	}

	.application_img {
		width: 100%;
	}

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

	.application_li {
		flex-wrap: wrap;
	}

	.application_li_tit,
	.con_main .application_main_tit,
	.form_tit {
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.application_main_text {
		margin-bottom: 20px;
	}

	.con_main .application_main_text {
		font-size: 16px;
		line-height: 1.5;
	}

	.con_ul {
		flex-wrap: wrap;
	}

	.con_li {
		width: 100%;
		margin-bottom: 20px;
	}

	.con_li_t1 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.con_li_t2,
	.form_tet {
		font-size: 16px;
		line-height: 1.5;
	}

	.form_tet {
		font-size: 16px;
	}

	.con_li img {
		width: 80px;
	}

	.from_and_map {
		margin: 10px 0;
	}

	.from_and_map {
		flex-wrap: wrap;
	}

	.form_div {
		width: 100%;
	}

	.mapDiv {
		margin-top: 20px;
		width: 100%;
	}

	.from_and_map {
		padding: 10px;
	}

	.form_tet {
		margin: 20px 0;
	}

	.downloadLi {
		padding: 20px;
	}

	.faq_tit {
		font-size: 26px;
		line-height: 1.5;
	}

	.page_news_swi {
		margin-top: 20px;
	}

	.mobile-head-item.mobile-head-aside {
		display: none !important;
	}

	.faq_div {
		padding-left: 0;
		width: 100%;
	}

	.faq_div_img {
		width: 100%;
	}

	.faq_box {
		flex-wrap: wrap;
	}

	.faq_li_tit {
		padding: 10px;
	}

	.proh_tit {
		font-size: 26px;
		line-height: 1.5;
	}

	.pro_home_box1 {
		margin-top: 20px;
	}

	.pro_home_box1 {
		flex-wrap: wrap;
	}

	.pro_home_div1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.pro_home_div2 {
		width: 100%;
	}

	.pro_home_right {
		width: 100%;
		height: auto !important;
	}

	.pro_home_right>div {
		margin-top: 20px;
	}

	.pro_home_tetb1 {
		opacity: 1 !important;
	}

	.pro_home_tit2 {
		font-size: 20px;
	}

	.pro_home_div1 .sys_btn {
		font-size: 16px;
	}

	.videoDiv {
		width: 100%;
	}

	.videoListPlay {
		width: 50px;
		height: 50px;
	}

	.related_video_title {
		font-size: 26px;
	}

	.related_video {
		margin: 20px 0;
	}

	.page_news {
		padding: 20px 0;
	}

	.web_footer {
		padding: 10px;
	}

	.web_footer .foot_item {
		padding: 10px 0;
	}

	.foot_contact_list .contact_item {
		margin-bottom: 20px;
	}

	.web_footer .foot_items {
		margin: 0 auto;
	}

	.web_footer .foot_item .title {
		margin-bottom: 10px;
	}

	.foot_desc {
		margin-top: 10px;
	}

	.copy_right {
		padding: 20px 0 100px;
	}

	.index_one_tet img {
		display: none;
	}

	.index_one_phonei {
		display: block;
		margin: 0 auto;
	}

	.index_one_tit {
		padding-top: 0;
		line-height: 1.5;
		height: auto;
		padding-bottom: 10px;
	}

	.index_about_tit {
		font-size: 40px;
	}

	.index_about_video {
		width: 100%;
		margin: 0 auto;
	}

	.index_about_left {
		width: 100%;
		margin: 0 auto;
	}

	.index_about {
		flex-wrap: wrap;
	}

	.index_about_tet1 {
		padding: 0 20px;
		margin-left: 20px;
	}

	.index_about_tet1 .sys_btn {
		margin-top: 20px;
	}

	.index_about_tit {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.index_about_play {
		width: 80px;
		left: 0;
		height: 80px;
	}

	.index_about_video img:nth-child(1) {
		width: calc(100% - 40px);
		float: right;
		margin-top: 15px;
	}

	.index_tit {
		font-size: 26px;
	}

	.index_pro {
		margin-top: 20px;
	}

	.pro_side_name {
		padding: 20px 10px;
	}

	.index_speak_box {
		padding: 20px 0;
	}

	.index_pro_box2 .swiper-button-previ {
		position: absolute;
		width: 51px;
		top: auto;
		bottom: -67px;
		transform: none;
		left: 50%;
		margin-left: -60px;

	}

	.swiper-button-nexti {
		position: absolute;
		width: 51px;
		top: auto;
		bottom: -67px;
		transform: none;
		margin-left: 20px;
		left: 50%;
	}

	.index_pro_box2 {
		padding-bottom: 100px;
	}

	.phone_foot {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 62px;
		background: #000000;
		z-index: 1111;
	}

	.phone_foot div {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #FFFFFF;
	}

	.phone_foot div a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.phone_foot div:last-child {
		border-right: 0;
	}

	.phone_foot img {
		width: 28px;
	}

	.gotop.active {
		display: none !important;
	}

	.page_main_whyb,
	.page_main_top {
		flex-wrap: wrap;
	}

	.page_main_whyL,
	.page_main_whyR,
	.page_main_left,
	.page_main_right {
		width: 100%;
	}

	.page_main_whyLb {
		max-width: none;
	}

	.page_main_right {
		padding-left: 0;
		margin-top: 8%;
	}

	.page_right_tit2 {
		font-size: 26px;
	}

	.page_right_ul {
		width: 100%;
		max-width: none;
		text-align: center;
		margin-bottom: 5%;
		margin-right: 0 !important;
	}

	.page_right_ul_tet {
		margin-top: 3%;
	}

	.page_right_ulb,
	.page_about_numb {
		flex-wrap: wrap;
	}

	.page_left_div2 {
		width: 90%;
	}

	.page_left_img {

		width: 100%;
	}

	.page_about_numD {
		width: 50%;
		margin-bottom: 15px;
	}

	.page_about_numb {
		padding: 20px 0;
	}

	.page_about_numD p:nth-child(1) {
		font-size: 26px;
	}

	.page_about_numb {
		margin-top: 20px;
	}

	.page_about_say,
	.page_main_why {
		padding-top: 32px;
	}

	.page_main_tit {
		font-size: 26px;
	}

	.new_warp .index_pro_swi {
		flex-direction: column;
	}

	.new_warp .info .desc {
		display: none;
	}

	.new_warp .pro_side {
		width: 100%;
		margin-bottom: 5%;
	}
}

.change-empty {
	display: none;
}


.faq2_main {
	width: 100%;
}

.faq2_tit p {
	flex-shrink: 0;
	margin-right: 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	flex: 1;
}

.faq2_tit {
	justify-content: space-between;
}

.faq2_cir {
	width: 38px;
	height: 38px;
	background: #707070;
	border-radius: 50%;
	transform: rotate(180deg);
	justify-content: center;
}

.faq2_cir img {
	width: 18px;
}

.faq2_left {
	width: 48.2%;
	margin-right: 2%;
}

.faq2_main {
	padding: 30px 0;
	border-bottom: 1px solid #EAEAEA;
}

.faq2_tet {
	margin-top: 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

.faq2Img {
	width: 676px;
	height: 349px;
	object-fit: cover;
	margin-bottom: 50px;
}

.faq2_div {
	justify-content: space-between;
}

.faq2_left .faq2_main:last-child,
.faq2_right .faq2_main:last-child {
	border-bottom: 0;
}

.faq2_main .faq2_tet {
	display: none;
}

.faq2_main_act .faq2_tet {
	display: block;
}

.faq2_main_act .faq2_cir {
	transform: rotate(0);
}

.faq2_main:hover .faq2_tit p {
	color: #ED3144;
}

.faq2_main:hover .faq2_cir {
	background: #ED3144;
}

.faq2_right {
	flex: 1;
}

@media only screen and (max-width: 1200px) and (min-width: 950px) {
	.goodsTitle {
		font-size: 30px;
		line-height: 1.4;
	}
}

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

	.faq2_left,
	.faq2_right {
		width: 100%;
	}

	.faq2_div {
		flex-wrap: wrap;
	}

	.faq2Img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.faq2_tit p {
		flex: 1;
	}

	.faq_tet {
		margin-bottom: 20px;
	}

	.faq2_main {
		padding: 20px 0;
	}

	.goodsTitle {
		width: 100%;
		font-size: 26px;
		line-height: 1.4;
	}

}



/* ohter */
.index_pro_box2 .pro_side_img {
	padding-bottom: 100%;
}

.page_pro_img {
	padding-bottom: 100%;
}

.page_pro_tit {
	/* display: none; */
}

.product-summary .swiper-button-next,
.product-summary .swiper-button-prev {
	background: rgba(0, 0, 0, .25);
	opacity: 1;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	background-color: #ED3144;
}

.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-left-color: #ED3144;
}

.product-summary .swiper-button-next {
	right: -38px;
}

.product-summary .swiper-button-prev {
	left: -38px;
}

.sitemap-logo-boxs {
	padding: 0 !important;
}

.sitemap-logo-boxs h2 {
	background-color: #ED3144 !important;
}

#cont>ul>li>ul>li>a {
	color: #333 !important;
}

#cont>ul>li>ul>li>ul>li>a {
	color: #333 !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
	color: #ED3144 !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
	border-right-color: #333 !important;
	border-top-color: #333 !important
}

#footer {
	background-color: #090909 !important;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		-ms-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		-ms-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		-ms-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		-ms-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		-ms-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}





.change-language-cont li {
	width: 100%;
}

.change-language-cont {
	display: flex;
	flex-wrap: wrap;
}

.language--img {
	background: url(img/yuzhongBG.jpg)no-repeat center center;
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-right: 6px; vertical-align: middle;
}

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

@media only screen and (max-width:530px) {
	.index_one_tit{
		min-height: 5em;
	}
}
@media only screen and (max-width:480px) {
	.index_one_tit {
		min-height: 5em;
	}

	.proh_tit {
		font-size: 20px;
	}
}


.le{ display: block;}
.ler{display: none; }
.re{ display: block;}
.rer{ display: none; }
.page_news2_div .page_news2_swi_titR1 { margin-right:25px}
.page_news2_div  .swiper-button-disabled .le{ display: none;}
.page_news2_div  .swiper-button-disabled .ler{display: block; }
.page_news2_div  .swiper-button-disabled .re{ display: none; margin-right:0px}
.page_news2_div  .swiper-button-disabled .rer{ display: block; }


 .page_app_swi_titR1 { margin-right:25px}

 .page_pro_swi_titR1 { margin-right:25px}
.page_pro_swi_titR1  .swiper-button-disabled .le{ display: none;}
.page_pro_swi_titR1  .swiper-button-disabled .ler{display: block; }
.page_pro_swi_titR1  .swiper-button-disabled .re{ display: none; margin-right:0px}
.page_pro_swi_titR1  .swiper-button-disabled .rer{ display: block; }
.linksing{width: 12% !important; max-width: 13% !important;}
.product-summary .swiper-button-disabled{ display: none;}