body,
html {
	line-height: 1.5;
	font-family: 'PTSansNarrow', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

body,
html,
input,
button,
textarea,
a {
	color: #404950;
}

a:hover {
	color: #f13327;
}

/* carousel */
.owl-carousel {
	display: none;
}

.owl-loaded {
	display: block;
}

.owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #867b77;
}

.owl-dots .owl-dot.active {
	background-color: #222;
}


/* layout */
.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav,
.index-tit-bar {
	*width: 1200px;
	max-width: 1200px;
}

.foot-layer .layout {
	display: flex;
	justify-content: space-between;
}

.index-layout,
.page-layout {
	padding: 0 15px;
}

.z-large {
	z-index: 9999 !important;
	position: relative !important;
}



/* clear floating */
.nav-wrap:after,
.product-wrap:after,
.company-synopses:after,
.about-us:after,
.slides:after,
.social-list:after,
.foot-item-inquiry ul:after,
.index-tit-bar:after,
.foot-contact-wrap:after,
.promote-banner-list ul:after,
.item-hd:after,
.partner-list:after,
.company-promote:after,
.main-tit-bar:after,
.news-item:after,
.news-list:after,
.featured-layer .featured-list:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav-wrap,
.product-wrap,
.company-synopses,
.about-us,
.slides,
.social-list,
.foot-item-inquiry ul,
.index-tit-bar,
.foot-contact-wrap,
.promote-banner-list ul,
.item-hd,
.partner-list,
.company-promote,
.main-tit-bar,
.news-item,
.news-list,
.featured-layer .featured-list {
	*zoom: 1;
}

/* transition */
.foot-gotop,
.head-search .search-ipt,
.head-search .search-btn,
a,
.topbar .head-phone,
.topbar .head-email {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* color */
.red,
a.red {
	color: #ffc550 !important;
}

.foot-items a:hover,
.foot-item-service li a:hover:before,
.pd-name a:hover {
	color: #f13327;
}

/* font family */
.foot-item-service li a:before,
.nav>li.elem-link>a:after,
.foot-contact-list .item-label:before,
.btn-readmore:after,
.main-product-layer .owl-prev:before,
.main-product-layer .owl-next:before,
.btn-with-arrow:after,
.foot-item-about .about-readmore a:after,
.news-layer .news-prev:before,
.news-layer .news-next:before,
.partner-list .owl-prev:before,
.partner-list .owl-next:before,
.nav-bar .nav>li.has-child>a:after,
.featured-layer .featured-item .item-link:before,
.foot-fax .item-label:before,
.foot-txt-list li a:before,
.foot-item-inquiry .foot-cont .more:after,
.gotop:before,
.service-item .owl-prev:before,
.service-item .owl-next:before,
.path-bar li:first-child a:before {
	font-family: "fontawesome";
}


@font-face {
	font-family: 'PTSansNarrow';
	src: url('../font/PTSansNarrow.eot');
	src: url('../font/PTSansNarrow.eot') format('embedded-opentype'),
		url('../font/PTSansNarrow.woff') format('woff'),
		url('../font/PTSansNarrow.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}



.scrollsidebar {
	z-index: 99999 !important;
}

.gotop {
	z-index: 20001 !important;
}

.z-large {
	z-index: 9999999;
}

/* inquiry form */
.inquiry-form {
	border-top-width: 1px;
	border-color: #ccc;
}

.inquiry-form-wrap {
	padding-top: 30px;
}

.inquiry-form-wrap .inquiry-form-title {
	line-height: 34px;
	background-color: #e74047;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
	font-weight: bold;
}

.captcha-image i {
	color: #666;
}

.captcha-image label>input[type=radio]+i {
	border: 2px solid transparent;
}

.captcha-image label input {
	display: none;
}

.inquiry-form input[type="text"].form-input:focus,
.inquiry-form textarea.form-text:focus {
	border-color: #188ae2;
	box-shadow: 0 0 .4em rgba(24, 138, 226, .3);
}

/* --------------------  animate --------------------  */
.delay0d1s {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.delay0d2s {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.delay0d3s {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.delay0d4s {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.delay0d5s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.delay0d6s {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.delay0d7s {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.delay0d8s {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.delay0d9s {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.delay1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay1d1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay1d2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay1d3s {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay1d4s {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay1d5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay1d6s {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay1d7s {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.delay1d8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay1d9s {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.delay2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* fadeIn */
@-webkit-keyframes gdFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes gdFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.gdFadeIn {
	-webkit-animation-name: gdFadeIn;
	animation-name: gdFadeIn;
}

@-webkit-keyframes gdFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -35%, 0);
		transform: translate3d(0, -35%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes gdFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -35%, 0);
		-ms-transform: translate3d(0, -35%, 0);
		transform: translate3d(0, -35%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.gdFadeInDown {
	-webkit-animation-name: gdFadeInDown;
	animation-name: gdFadeInDown
}

@keyframes gdFadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-35%, 0, 0);
		-ms-transform: translate3d(-35%, 0, 0);
		transform: translate3d(-35%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.gdFadeInLeft {
	-webkit-animation-name: gdFadeInLeft;
	animation-name: gdFadeInLeft
}

@keyframes gdFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.gdFadeInRight {
	-webkit-animation-name: gdFadeInRight;
	animation-name: gdFadeInRight
}

@-webkit-keyframes gdFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes gdFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@keyframes fadeInDownA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -35px, 0);
		transform-origin: center 0;
		-ms-transform: translate3d(0, -35px, 0);
		transform-origin: center 0;
		transform: translate3d(0, -35px, 0);
		transform-origin: center 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDownA {
	-webkit-animation-name: fadeInDownA;
	animation-name: fadeInDownA
}

@keyframes fadeInUpA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 35px, 0);
		-ms-transform: translate3d(0, 35px, 0);
		transform: translate3d(0, 35px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUpA {
	-webkit-animation-name: fadeInUpA;
	animation-name: fadeInUpA
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-35px, 0, 0);
		-ms-transform: translate3d(-35px, 0, 0);
		transform: translate3d(-35px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeftA {
	-webkit-animation-name: fadeInLeftA;
	animation-name: fadeInLeftA
}

@keyframes fadeInRightA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(35px, 0, 0);
		-ms-transform: translate3d(35px, 0, 0);
		transform: translate3d(35px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRightA {
	-webkit-animation-name: fadeInRightA;
	animation-name: fadeInRightA
}

@keyframes zoomInA {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-webkit-transform-origin: center 0;
		-ms-transform: scale(.5);
		-ms-transform-origin: center 0;
		transform: scale(.5);
		transform-origin: center 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-webkit-transform-origin: center 0;
		-ms-transform: scale(1);
		-ms-transform-origin: center 0;
		transform: scale(1);
		transform-origin: center 0;
	}
}


/* fadeOut */
@-webkit-keyframes gdFadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes gdFadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.gdFadeOut {
	-webkit-animation-name: gdFadeOut;
	animation-name: gdFadeOut
}

@-webkit-keyframes gdFadeOutDown {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutDown {
	0% {
		opacity: 1
	}

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

.gdFadeOutDown {
	-webkit-animation-name: gdFadeOutDown;
	animation-name: gdFadeOutDown
}

@-webkit-keyframes gdFadeOutDownBig {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutDownBig {
	0% {
		opacity: 1
	}

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

.gdFadeOutDownBig {
	-webkit-animation-name: gdFadeOutDownBig;
	animation-name: gdFadeOutDownBig
}

@-webkit-keyframes gdFadeOutLeft {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutLeft {
	0% {
		opacity: 1
	}

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

.gdFadeOutLeft {
	-webkit-animation-name: gdFadeOutLeft;
	animation-name: gdFadeOutLeft
}

@-webkit-keyframes gdFadeOutLeftBig {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutLeftBig {
	0% {
		opacity: 1
	}

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

.gdFadeOutLeftBig {
	-webkit-animation-name: gdFadeOutLeftBig;
	animation-name: gdFadeOutLeftBig
}

@-webkit-keyframes gdFadeOutRight {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutRight {
	0% {
		opacity: 1
	}

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

.gdFadeOutRight {
	-webkit-animation-name: gdFadeOutRight;
	animation-name: gdFadeOutRight
}

@-webkit-keyframes gdFadeOutRightBig {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutRightBig {
	0% {
		opacity: 1
	}

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

.gdFadeOutRightBig {
	-webkit-animation-name: gdFadeOutRightBig;
	animation-name: gdFadeOutRightBig
}

@-webkit-keyframes gdFadeOutUp {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutUp {
	0% {
		opacity: 1
	}

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

.gdFadeOutUp {
	-webkit-animation-name: gdFadeOutUp;
	animation-name: gdFadeOutUp
}

@-webkit-keyframes gdFadeOutUpBig {
	0% {
		opacity: 1
	}

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

@keyframes gdFadeOutUpBig {
	0% {
		opacity: 1
	}

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

.gdFadeOutUpBig {
	-webkit-animation-name: gdFadeOutUpBig;
	animation-name: gdFadeOutUpBig
}

/* zoom */
@-webkit-keyframes gdZoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@keyframes gdZoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		-ms-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

.gdZoomIn {
	-webkit-animation-name: gdZoomIn;
	animation-name: gdZoomIn
}

@keyframes gdZoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.gdZoomOut {
	-webkit-animation-name: gdZoomOut;
	animation-name: gdZoomOut
}

/* bounce */
@-webkit-keyframes gdBounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.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 gdBounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.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)
	}
}

.gdBounceIn {
	-webkit-animation-name: gdBounceIn;
	animation-name: gdBounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes gdBounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes gdBounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-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)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.gdBounceOut {
	-webkit-animation-name: gdBounceOut;
	animation-name: gdBounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}


@-webkit-keyframes icojump {
	0% {
		-webkit-transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-10px);
	}

	50% {
		-webkit-transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(-5px);
	}

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

@keyframes icojump {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

.icojump {
	-webkit-animation-name: icojump;
	animation-name: icojump;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}





/* =================================================== 
   * header 
   * --------------------------------------------------- */
.head-wrapper {
	width: 100%;
	position: relative;
	z-index: 99;
}

.head-wrapper .head-contact {
	display: none;
}

.topbar {
	width: 100%;
	height: auto;
	position: relative;
	background-color#ffffff;
	height: 107px;
}

.topbar .layout {
	height: 0;
	overflow: visible;
	text-align: right;
}

.change-language {
	display: inline-block;
	margin-left: 20px;
}

.change-language-cont {
	text-align: left;
}

.mobile-head-items {
	display: none;
}

/* search */
.search-holder,
.head-search-form,
.nav-bar .nav>li {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.search-holder {
	height: 0;
	opacity: 0;
	;
}

.head-search {
	position: relative;
	display: inline-block;
	margin-left: 1em;
	-webkit-transition: none;
	transition: none;
	z-index: 100;
}

.head-search .search-toggle {
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url(../image/search-toggle.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	cursor: pointer;
	border-radius: 50%;
}

.head-search .search-toggle {
	*display: inline;
}

.head-search-form {
	width: 0;
	overflow: hidden;
	height: 32px;
	background-color: #000;
	border: 0 solid #ccc;
	outline: 3px solid rgba(255, 255, 255, .12);
	border-radius: 0;
	position: relative;
	opacity: 0;
	z-index: 2;
	position: absolute;
	right: -1px;
	top: 50px;
	border-radius: 0;
}

.head-search-form .search-ipt {
	width: 220px;
	height: 32px;
	line-height: 32px;
	border: 0;
	float: left;
	padding-left: 12px;
	background: none;
	color: #fff;
}

.head-search-form .search-ipt::-webkit-input-placeholder {
	color: #fff;
}

.head-search-form .search-ipt:-moz-placeholder {
	color: #fff;
}

.head-search-form .search-ipt::-moz-placeholder {
	color: #fff;
}

.head-search-form .search-ipt:-ms-input-placeholder {
	color: #fff;
}

.head-search-form .search-ipt:input-placeholder {
	color: #fff;
}

.head-search-form .search-btn {
	width: 32px;
	height: 32px;
	padding: 0;
	float: left;
	background: url(../image/search-btn.png) center no-repeat;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.head-search-show .head-search {}

.head-search-show .head-search-form {
	width: 250px;
	opacity: 1;
}

.head-search-show .search-toggle {}

.head-right {
	display: inline-block;

	float: right;
	margin-top: 10px;
}

/* nav */
.logo {
	position: relative;
	display: block;
	margin: auto;
	text-align: left;
}

.logo img {
	margin-top: 20px;
	margin-left: -25px;
}

.nav-bar {
	background-color: #fff;
}

.nav-bar .nav-wrap {
	width: 1200px;
	margin: auto;
}

.nav-bar .nav {
	text-align: center;
	display: inline-block;
}

.nav-bar .nav {
	text-align: center;
}

.nav-bar .nav ul {
	display: none;
}

.nav-bar .nav,
.nav-bar .nav a {}

.nav-bar .nav a {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.nav-bar .nav>li {
	display: inline-block;
	float: none;
	position: relative;
	padding: 0;
	height: 55px;
	line-height: 55px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 1px;
}

.nav-bar .nav>li {
	*display: inline;
}

.nav-bar .nav>li>a {
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
}

.nav-bar .nav>li.has-child>a:after {
	display: inline-block;
	width: 1em;
	text-align: center;
	content: '\f107';
	padding-left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-bar .nav>li.li-hover>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-bar .nav>li.li-hover>a,
.nav-bar .nav>li>a:hover,
.nav-bar .nav li.nav-current>a {}

.nav-bar .nav>li.li-hover>ul {
	transform: none;
	-webkit-animation: fadeInUpA .3s linear;
	animation: fadeInUpA .3s linear;
}

.nav-bar .nav>li.li-hover>.nav-ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-bar .nav>li>ul {
	-webkit-animation: gdZoomOut .3s linear;
	animation: gdZoomOut .3s linear;
}

.nav-bar .nav li.li-hover:before {
	width: 100%;
	left: 0;
}

.nav-bar .nav ul {
	width: 230px;
	background-color: rgba(255, 255, 255, .95);
	background-color: #fff;
	position: absolute;
	left: 0%;
	top: 60px;
	padding: 10px;
	z-index: 999999;
	box-shadow: 0 0 1em rgba(0, 0, 0, .1);
}

.nav-bar .nav ul li {
	position: relative;
	text-align: left;
}

.nav-bar .nav ul li,
.nav-bar .nav ul li a {
	color: #333;
}

.nav-bar .nav ul li a {
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	z-index: 10001;
	border-bottom: 0 solid #ddd;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.nav-bar .nav ul li a:hover {
	background-color: #f13327;
	color: #fff;
}

.nav-bar .nav ul li:last-child a {
	border-bottom: 0;
}

.nav-bar .nav ul li .nav-ico {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	line-height: 35px;
	z-index: 10002;
}

.nav-bar .nav ul li .nav-ico:after {
	content: '\f105';
	color: #999;
	font-weight: normal;
}

.nav-bar .nav ul li:before {
	display: none;
}

.nav-bar .nav ul li ul {
	left: 245px;
	top: -10px;
	margin-left: 0;
	padding: 10px;
}

.nav-bar .nav ul li.li-hover>ul,
.nav-bar .nav li.li-hover>ul {
	-webkit-animation: gdZoomIn .3s linear;
	animation: gdZoomIn .3s linear;
}

.nav-bar .nav ul li.li-hover>a {
	background-color: #f13327;
	color: #fff !important;
}

.nav-bar .nav ul li.li-hover>.nav-ico:after {
	color: #f13327;
}

.head-fixed-holder {
	display: none !imporatnt;
	height: 0 !important;
	-webkit-transition: none !important;
	transition: none !important;
}



/* =================================================== 
   * footer 
   * --------------------------------------------------- */
.foot-layer {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 0 15px;
}

.foot-item {
	/* width: 60%; */
	float: left;
	padding: 35px 0;
}

.foot-item,
.foot-item a {
	color: #fff;
	font-size: 18px;
}

.foot-item .foot-tit {
	margin-bottom: 15px;
	line-height: 1.2;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.foot-item .foot-tit,
.foot-item .foot-tit a {
	color: #fff;
}

.foot-item .foot-txt-list li {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	margin-bottom: 5px;
}

.foot-item-contact,
.foot-item-sub {
	/* width: 40%; */
	*margin-right: -1px;
}

.foot-item-contact .foot-contact-list li,
.foot-item-contact .foot-contact-list li a {
	color: #fff;
}

.foot-item-contact .foot-contact-list li {
	font-size: 18px;
	position: relative;
	padding-left: 0px;
}

.foot-item-contact .foot-contact-list li .item-label {
	margin-right: 20px;
}

.foot-item-contact .foot-contact-list li .item-label:before {
	padding-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

.foot-item-contact .foot-contact-list li.foot-phone .item-label:before {
	font-family: "foundation-icons" !important;
	content: "\f1f8";
}


.foot-item-contact .foot-contact-list li.foot_fax .item-label:before {
	font-family: "foundation-icons" !important;
	content: "\f16d"
}


/* .fl-node-586a3633df04d .fl-module-content .fl-icon i,
.fl-node-586a3633df04d .fl-module-content .fl-icon i:before {
	color: #fc2020;
	font-size: 60px;
	height: auto;
	width: auto;
	background: #f2f2f2;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 105px;
	height: 105px;
	width: 105px;
	text-align: center;
} */

/* .foot-phone .item-txt {
	margin-left: -20px;
}

.foot_fax .item-txt {
	margin-left: -20px;
} */

.subscribe {}

.subscribe-form {
	position: relative;
	width: 90%;
	height: 40px;
	margin: 20px 0 0
}

.subscribe-form .subscribe-ipt {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: none;
	background: #FFF;
}

.subscribe-form .subscribe-btn {
	position: absolute;
	top: 0;
	right: -20px;
	padding: 0 10px;
	height: 40px;
	border: double;
	background: #e74047;
	text-transform: uppercase;
	color: #FFF;
}

/* footer */
.footer {
	padding-bottom: 35px;
}

.footer,
.footer a {
	color: #777;
}

.footer a:hover {
	color: #f13327;
}

/* gotop */
.gotop {
	width: 60px;
	height: 55px;
	line-height: 1em;
	overflow: hidden;
	padding: 0;
	background-color: rgba(255, 255, 255, .8);
	background-image: none;
	background-position: center;
	z-index: 10010;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	box-shadow: 0 0 3px rgba(255, 255, 255, .3);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 72px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5) inset;
}

.gotop:before {
	content: '\f106';
	margin: 0;
	width: auto;
	color: #999;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gotop:hover {
	background-color: #fff;
}

.gotop:hover:before {
	color: #000;
}


.foot-social {
	padding: 15px;
	background-color: #000;
}

.foot-social,
.foot-social a {
	color: #fff;
}

.social-list .tit,
.social-list li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.foot-social li:hover {
	-webkit-transform: none;
	transform: none;
}

.social-list li.tit {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: bold;
}

.social-list li a {
	display: inline-block;
	overflow: hidden;
	padding: 5px;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 2px;
	vertical-align: middle;
}

.social-list li a img {
	display: inline-block;
	max-height: 13px;
	vertical-align: middle;
	float: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}

.social-list li a:hover {
	background-color: #f13327;
}

.social-list li a:hover img {
	opacity: 1;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}




/* =================================================== 
   * homepage 
   * --------------------------------------------------- */

/* product */
.product-item {
	width: 25%;
	float: left;
	padding-bottom: 30px;
}

.product-item .item-wrap {
	position: relative;
}

.product-item .item-wrap .pd-img {
	display: block;
	position: relative;
}

.product-item .item-wrap .pd-img a {
	display: block;
	overflow: hidden;
	position: relative;
}

.product-item .item-wrap .pd-img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-item .item-wrap .pd-img a:hover img {
	-webkit-transform: none;
	transform: none;
}

.product-item .item-wrap .pd-info {
	text-align: left;
}

.product-item .item-wrap .pd-name {
	max-width: 100%;
	margin: 15px auto 0;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

.product-item .item-wrap .pd-name a {
	display: block;
	overflow: hidden;
	padding: 0 10%;
}

.product-item .item-wrap .pd-name a:hover {
	color: #f13327;
}

/* btn */
.btn-readmore {
	background-color: #000;
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 12px 2.2em;
	border-radius: 3px;
	letter-spacing: .05em;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	position: relative;
	overflow: hidden;
}

.btn-readmore:hover {
	color: #fff;
}

.btn-readmore:before {
	z-index: -1;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #f13327;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
}

.btn-readmore:hover:before {
	left: -50%;
	width: 200%;
}

.bar-more {
	padding: 30px 0 0;
}

/* title */
.index-tit-bar {
	text-align: center;
	margin: 0 auto 30px;
	line-height: 1.5;
}

.index-tit-bar,
.index-tit-bar a {
	color: #222;
}

.index-tit-bar .title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

/* slides */
.rev_slider_wrapper {
	width: 100%;
	background-color: #f2f2f2;
}

.tp-bullets.simplebullets .bullet {
	background-color: #999;
}

.tp-leftarrow,
.tp-rightarrow {
	background: none !important;
	border-color: transparent;
	border-radius: 0%;
	border: 0;
	float: left;
	display: inline-block;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff !important;
}

.tp-bannertimer {
	height: 3px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .3);
}

.tp-leftarrow,
.tp-rightarrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.tp-leftarrow:before,
.tp-rightarrow:before {
	width: auto;
	font-size: 36px;
	margin: 0;
	color: #fff !important;
	vertical-align: -webkit-transition: all .3s ease;
	middle;
	transition: all .3s ease;
}

.tp-bullets.simplebullets {
	display: none;
}

.tp-bullets.simplebullets .bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #fff;
	opacity: .4;
	filter: alpha(opacity=40);
	margin: 0 5px;
}

.tp-bullets.simplebullets .bullet.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: transparent;
	background-color: #fff;
}

.tp-bullets.simplebullets,
.rev_slider_wrapper:hover .tp-bullets.simplebullets {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 0 !important;
	padding: 30px 0;
}

.tp-bullets.simplebullets div {
	position: relative;
	z-index: 9;
}

.tp-simpleresponsive>ul li img {
	margin: 0 auto;
	display: block;
}

.rev_slider_wrapper .banner-title,
.rev_slider_wrapper .banner-title a {
	color: #404040;
}

.rev_slider_wrapper .banner-title {
	width: 100%;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	text-align: center;
	background-color: #ffc550;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1002;
}

.rev_slider_wrapper .banner-title strong {
	display: block;
	padding: 0 15%;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	font-weight: normal;
	text-transform: uppercase;
}

.tp-loader {
	box-shadow: none !important;
}

.tp-loader.spinner0 {
	background-size: auto 32px;
	background-color: transparent;
	-webkit-animation-name: none;
	animation-name: none;
}

.tparrows.hidearrows {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tp-leftarrow,
.tp-rightarrow {
	bottom: 6% !important;
	top: auto !important;
	left: 50% !important;
}

.tp-leftarrow {
	margin-left: -50px;
}

.tp-rightarrow {
	margin-right: -50px;
}

.rev_slider_wrapper .tp-leftarrow:hover:before,
.rev_slider_wrapper .tp-rightarrow:hover:before {
	color: #f13327 !important;
}

.slider-txt {
	width: 1200px;
	z-index: 99;
	line-height: 1.1;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: auto\9;
	bottom: 25%\9;
	margin-left: -600px;
	text-align: center;
}

.slider-txt,
.slider-txt a {
	color: #fff;
}

.slider-txt .txt-box {
	max-width: 70%;
	margin: 0 auto;
}

.slider-txt h4,
.slider-txt p {}

.slider-txt h4 {
	font-weight: normal;
	line-height: 1;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
}

.slider-txt p {
	line-height: 1.2;
	padding: .5em 0;
}

.slider-txt h4,
.slider-txt p,
.slider-txt .btn-readmore {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: gdFadeOut;
	animation-name: gdFadeOut;
}

.slider-txt p {
	w-ebkit-animation-duration: 1s;
	animation-duration: 1s;
}

.slider-txt .btn-readmore {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .9em;
	margin-top: 1em;
	position: relative;
	overflow: hidden;
	padding: .6em 1.8em;
}

.slider-txt .btn-readmore:before {
	background-color: rgba(255, 255, 255, .5);
	background-color: #fff\9;
}

.slider-txt .btn-readmore:hover {
	color: #000;
}

.slider-txt .btn-readmore:hover:before {
	background-color: #fff;
}

.current-sr-slide-visible .slider-txt h4,
.current-sr-slide-visible .slider-txt p {
	opacity: 1\9;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.current-sr-slide-visible .slider-txt h4 {
	-webkit-animation-name: gdFadeInUp;
	animation-name: gdFadeInUp;
}

.current-sr-slide-visible .slider-txt p {
	-webkit-animation-name: gdFadeInUp;
	animation-name: gdFadeInUp;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.current-sr-slide-visible .slider-txt .btn-readmore {
	-webkit-animation-name: gdFadeInUp;
	animation-name: gdFadeInUp;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.fullscreenbanner {
	font-size: 18px;
}

.txt-btn {
	clear: both;
}

@media screen and (max-width:1199px) {
	.fullscreenbanner {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.fullscreenbanner {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.fullscreenbanner {
		font-size: 12px;
	}

	.slider-txt {
		left: 0;
		padding-bottom: 20px;
	}

	.slider-txt h4 {
		font-size: 1.5em;
	}

	.slider-txt p {
		font-size: 12px;
	}

	.slider-txt .btn-readmore {
		font-size: 12px;
		min-width: inherit;
		padding: 0 1.5em;
		height: 2.5em;
		line-height: 2.5em;
		overflow: hidden;
		position: relative;
		transform: scale(1);
	}

	.txt-btn {
		display: none;
	}
}

@media \0screen\,screen\9 {
	.promote-banner-list-2 li .bn-txt-box {
		padding-top: 15%;
		top: 0;
	}
}



/* product */
.main-product-layer {
	padding: 35px 0;
	background-repeat: no-repeat;
	background-position: center;
}

.main-product-layer .product-item {
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 10px 35px;
}

.main-product-layer .product-item .item-wrap {
	margin: 0;
}

.main-product-layer .product-item .item-wrap .pd-img a:before {
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.main-product-layer .owl-item .product-item {
	width: auto;
	margin-right: 0;
	float: none;
}

.main-product-layer .product-item .pd-img {
	border: 0 solid #ddd;
	padding: 10px 0;
}

.main-product-layer .product-item .pd-img img {
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
	overflow: -webkit-transition: all .4s ease;
	hidden;
	transition: all .4s ease;
}

.main-product-layer .product-item .pd-info {
	text-align: center;
}

.main-product-layer .product-item .pd-name {
	font-weight: bold;
}

.main-product-layer .product-item .pd-name,
.main-product-layer .product-item .pd-name a {
	color: #333;
	text-align: center;
}

.main-product-layer .product-item .pd-name a {
	line-height: 1.8em;
	overflow: hidden;
}

.main-product-layer .product-item .pd-name a:hover {
	color: #f13327;
}

.main-product-layer .product-item .pd-desc {
	display: block;
	height: 3.6em;
	line-height: 1.8em;
	overflow: hidden;
}

.main-product-layer .product-item .pd-desc,
.main-product-layer .product-item .pd-desc a {
	color: #888;
}

.main-product-layer .product-item .pd-link {
	padding-top: 10px;
	font-size: 16px;
}

.main-product-layer .product-item .pd-link,
.main-product-layer .product-item .pd-link a {
	color: #f13327;
}

.main-product-layer .product-item .item-wrap:hover .pd-img img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.main-product-layer .owl-nav {
	text-align: center;
	padding: 25px 0 0;
}

.main-product-layer .owl-prev,
.main-product-layer .owl-next {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin: 0 2px;
	background-color: #999;
	color: #fff;
}

.main-product-layer .owl-prev:before,
.main-product-layer .owl-next:before {
	margin: 0;
	width: auto;
	font-weight: bold;
	font-size: 18px;
}

.main-product-layer .owl-prev:before {
	content: "\f104";
}

.main-product-layer .owl-next:before {
	content: "\f105";
}

.main-product-layer .owl-prev:hover,
.main-product-layer .owl-next:hover {
	background-color: #f13327;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.main-product-layer .owl-dots {
	padding-top: 15px;
	position: static;
}

.main-product-layer .owl-carousel .owl-item {
	overflow: visible;
}

.main-product-layer .product-item:hover {
	background-color: #e3e3e3;
	outline-color: #e3e3e3;
}

.main-product-layer .product-slides .product-item {
	display: none;
}

.main-product-layer .owl-loaded .product-item {
	display: block;
}

.main-product-layer .owl-carousel .owl-controls {
	height: auto;
}


/* company synopses */
.company-synopses-layer {
	padding: 50px 15px;
	background-color: #f4f4f4;
	margin: 0 -15px;
}

.synopsis-item {
	width: 33.33333333%;
	float: left;
}

.synopsis-item:nth-child(3n+1) {
	clear: left;
}

.synopsis-item .item-wrap {
	margin: 0 18px;
	text-align: center;
	padding: 10px 0;
}

.synopsis-item .item-wrap .item-img {
	display: block;
	padding: 0;
}

.synopsis-item .item-wrap .item-img a {
	position: relative;
}

.synopsis-item .item-wrap .item-title {
	font-size: 22px;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 5px auto 0;
	font-weight: bold;
	color: #000;
}

.synopsis-item .item-wrap .item-title,
.synopsis-item .item-wrap .item-title a {
	color: #333;
}

.synopsis-item .item-wrap .item-desc {
	height: 60px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0;
}

.synopsis-item .bar-more {
	text-align: center;
	padding: 30px 0 0;
}


/* about us */
.about-us-layer {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	padding: 100px 0 100px;
	text-align: center;
	font-size: 16px;
}

.about-us-layer {
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.about-us-layer,
.about-us-layer a {
	color: #fff;
}

.about-tit-bar {
	text-align: center;
	margin: 0 auto 50px;
}

.about-tit-bar .about-tit {
	font-size: 55px;
	font-weight: normal;
	text-transform: uppercase;
}

.about-us-layer .about-list {
	text-align: center;
	font-size: 0;
}

.about-us-layer .text {
	line-height: 1.8;
}

.about-us-layer .text p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

.about-us-layer .bar-more {
	padding-top: 40px;
	text-align: center;
}

.about-us-layer .bar-more .btn-readmore {
	min-width: 230px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}

.about-us-layer .bar-more .btn-readmore:before {
	background-color: rgba(255, 255, 255, .5);
	background-color: #fff\9;
}

.about-us-layer .bar-more .btn-readmore:hover {
	color: #000;
}

.about-us-layer .bar-more .btn-readmore:hover:before {
	background-color: #fff;
}



/* guide */
.guide-layer {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	text-align: center;
	font-size: 18px;
	margin: 0 -15px;
}

.guide-layer .txt-box {
	max-width: 70%;
	margin: 0 auto;
}

.guide-layer .txt-box,
.guide-layer .txt-box a {
	color: #fff;
}

.guide-layer .title {
	line-height: 1;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
}

.guide-layer .desc {
	line-height: 1.2;
	padding: 1em 0 .5em;
}

.guide-layer .btn-readmore {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .9em;
	margin-top: 1em;
	position: relative;
	overflow: hidden;
	padding: .5em 1.8em;
}

.guide-layer .btn-readmore:before {
	background-color: rgba(255, 255, 255, .5);
	background-color: #fff\9;
}

.guide-layer .btn-readmore:hover {
	color: #000;
}

.guide-layer .btn-readmore:hover:before {
	background-color: #fff;
}

@media screen and (max-width:1199px) {
	.guide-layer {
		font-size: 14px;
	}
}

@media screen and (max-width:992px) {
	.guide-layer {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	.guide-layer {
		font-size: 12px;
	}

	.guide-layer .txt-box .title {
		font-size: 2em;
	}

	.guide-layer .txt-box .desc {
		font-size: 12px;
	}

	.guide-layer .txt-box .btn-readmore {
		font-size: 12px;
		min-width: inherit;
		padding: 0 1.5em;
		height: 2.5em;
		line-height: 2.5em;
		overflow: hidden;
		position: relative;
		transform: scale(1);
	}

	.subscribe-form {
		height: 30px;

	}

	.subscribe-form .subscribe-ipt {
		position: relative;
		height: 30px;
	}

	.subscribe-form .subscribe-btn {
		position: relative;
		right: 0;
		height: 30px;
		margin: 5px 0 0
	}
}




/* promote banners */
.promote-banner-layer {
	position: relative;
	z-index: 999;
	background-color: #000;
	padding: 35px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}

.promote-banner-list ul {
	clear: both;
	margin: 0 -15px;
}

.promote-banner-list li {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	*margin-right: -1px;
}

.promote-banner-list li .bn-item-box {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.promote-banner-list li .bn-item-box,
.promote-banner-list li .bn-item-box a {
	color: #fff;
}

.promote-banner-list li .bn-item-inner {
	display: block;
	position: relative;
}

.promote-banner-list li .bn-item-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.promote-banner-list li .bn-item-img {
	display: block;
}

.promote-banner-list li .bn-item-img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.promote-banner-list li .bn-txt-box {
	width: 70%;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 15%;
	padding-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.promote-banner-list li .item-tit {
	font-size: 24px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.promote-banner-list li .item-desc {
	width: 100%;
	line-height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 5px;
}

.promote-banner-list li .bn-item-inner:hover:before {
	background-color: rgba(0, 0, 0, .15);
}

.promote-banner-list li .bn-item-inner:hover .bn-item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.promote-banner-list li .bn-item-box:hover .item-tit {
	color: #f13327;
}

@media \0screen\,screen\9 {
	.promote-banner-list li .bn-txt-box {
		padding-top: 15%;
		top: 0;
	}
}

@media screen and (max-width:1279px) {
	.promote-banner-list li .item-tit {
		font-size: 24px;
	}
}

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

	/* promote */
	.promote-banner-layer {
		padding: 15px;
	}

	.promote-banner-list li {
		width: 100%;
		float: none;
		max-width: 460px;
		margin: 0 auto;
		padding: 1px 0;
	}

	.promote-banner-list li .bn-item-box {
		margin: 0 10px;
	}

	.promote-banner-list li .bn-txt-box {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
		box-sizing: content-box;
	}
}




/* service */
.service-list:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.service-list {
	*zoom: 1;
}

.service-layer {
	padding: 50px 0;
}

.service-list {
	margin: 0;
}

.service-item .item-inner {
	margin: 0;
}

.service-item .service-img,
.service-item .service-img img {
	display: block;
	width: 100%;
}

.service-item .service-img {
	margin: 0 auto 25px;
	position: relative;
	overflow: hidden;
}

.service-item .service-img img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-item .service-img a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.6s ease;
	transition: all 1.6s ease;
}

.service-item .service-name {
	height: 1.1em;
	line-height: 1.1em;
	overflow: hidden;
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.service-item .service-name,
.service-item .service-name a {
	color: #333;
}

.service-item .service-name a:hover {
	color: #f13327;
}

.service-item .service-desc {
	margin-bottom: 20px;
	color: #888;
}

.service-item .item-link {
	color: #7ab700;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.service-item .item-link:hover {
	-webkit-transform: translateX(.5em);
	transform: translateX(.5em);
}

.service-item .item-link:before {
	font-family: "fontawesome";
	content: '\f0a9';
	padding-right: 8px;
}

.service-item .service-img a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2;
}

.service-item .service-img a:hover:before {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.service-layer .owl-prev,
.service-layer .owl-next {
	display: block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	color: #000;
	text-align: center;
	font-size: 36px;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -62px;
}

.service-layer .owl-prev {
	left: -60px;
}

.service-layer .owl-next {
	right: -60px;
}

.service-layer .owl-prev:before,
.service-layer .owl-next:before {
	margin: 0;
	width: auto;
	font-weight: bold;
}

.service-layer .owl-prev:before {
	content: "\f104";
}

.service-layer .owl-next:before {
	content: "\f105";
}

.service-layer .owl-prev:hover,
.service-layer .owl-next:hover {
	color: #f13327;
	opacity: 1;
	filter: alpha(opacity=100);
}

.service-slides .service-item {
	display: none;
}

.owl-loaded .service-item {
	display: block;
}

@media screen and (max-width:768px) {
	.service-item {
		width: 100%;
		float: none;
	}
}



/* partner */
.partner-layer {
	padding: 50px 0;
}

.partner-layer .partner-item {
	text-align: center;
}

.partner-layer .partner-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.partner-layer .owl-prev,
.partner-layer .owl-next {
	display: block;
	width: 30px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center;
	font-size: 36px;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.partner-layer .owl-prev {
	left: -60px;
}

.partner-layer .owl-next {
	right: -60px;
}

.partner-layer .owl-prev:before,
.partner-layer .owl-next:before {
	margin: 0;
	width: auto;
	font-weight: bold;
}

.partner-layer .owl-prev:before {
	content: "\f104";
}

.partner-layer .owl-next:before {
	content: "\f105";
}

.partner-layer .owl-prev:hover,
.partner-layer .owl-next:hover {
	color: #f13327;
	opacity: 1;
	filter: alpha(opacity=100);
}

.partner-layer .partner-slides .partner-item {
	display: none;
}

.partner-layer .owl-loaded .partner-item {
	display: block;
}


/* featured products */
.featured-layer {
	padding: 60px 0;
}

.featured-layer .index-tit-bar {
	text-align: left;
}

.featured-layer .index-tit-bar .title {
	font-size: 30px;
}

.featured-layer .featured-list {
	margin: 0 -15px;
}

.featured-layer .featured-item {
	width: 33.33333333%;
	float: left;
	color: #727272;
}

.featured-layer .featured-item .item-inner {
	margin: 0 15px;
}

.featured-layer .featured-item .featured-img,
.featured-layer .featured-item .featured-img img {
	display: block;
	width: 100%;
}

.featured-layer .featured-item .featured-img {
	margin: 0 auto 25px;
	position: relative;
	overflow: hidden;
}

.featured-layer .featured-item .featured-img img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.featured-layer .featured-item .featured-img a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.6s ease;
	transition: all 1.6s ease;
}

.featured-layer .featured-item .featured-name {
	height: 1.1em;
	line-height: 1.1em;
	overflow: hidden;
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
}

.featured-layer .featured-item .featured-desc {
	margin-bottom: 20px;
}

.featured-layer .featured-item .featured-ft {}

.featured-layer .featured-item .item-link {
	color: #7ab700;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.featured-layer .featured-item .item-link:before {
	content: '\f0a9';
	padding-right: 8px;
}

.featured-layer .featured-item .item-link:hover {
	-webkit-transform: translateX(.5em);
	transform: translateX(.5em);
}

.featured-layer .featured-item .featured-img a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2;
}

.featured-layer .featured-item .featured-img a:hover:before {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}


/* news */
.news-layer {
	padding: 35px 0;
}

.news-layer .news-main {
	margin: 0 -15px;
}

.news-layer .news-item {
	width: 33.33333333%;
	float: left;
	text-align: center;
	*margin-right: -1px;
}

.news-layer .news-item .item-inner {
	margin: 0 15px;
}

.news-layer .news-item .news-info {
	padding-bottom: 15px;
}

.news-layer .news-item .news-time,
.news-layer .news-item .news-title {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	overflow: hidden;
}

.news-layer .news-item .news-title {
	font-size: 16px;
	text-transform: uppercase;
}

.news-layer .news-item .news-img {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
}

.news-layer .news-item .news-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news-layer .news-item .item-link {
	display: inline-block;
	line-height: 31px;
	padding: 0 15px;
	background-color: #404950;
	color: #fff;
	text-transform: uppercase;
}

.news-layer .news-item .item-link:hover {
	background-color: #7ab700;
}

.news-layer .news-item a {
	display: block;
}

.news-layer .news-item .news-img a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2;
}

.news-layer .news-item .news-img a:hover:before {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.news-layer .news-item .news-img a:hover img {
	-webkit-transform: scale(1.15) rotate(5deg);
	transform: scale(1.15) rotate(5deg);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}



/*----------------------------------page---------------------------------*/
.path-bar {
	position: relative;
	width: auto;
	line-height: 38px;
	margin: 0 -15px 35px;
	background-color: #ebebeb;
	font-style: italic;
	padding: 0 15px;
	text-transform: uppercase;
}

.path-bar li:after {
	content: "/";
	display: inline;
	font-style: normal;
	padding-right: 5px;
}

.path-bar .path-nav {}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.path-bar li {
	*display: inline;
}

.path-bar li a {
	padding-right: 5px;
}

.path-bar li:last-child:after {
	content: '';
}

.path-bar li:last-child a {
	padding-right: 0;
}



/* =================================================== 
   * aside 
   * --------------------------------------------------- */
.aside {
	float: left;
	width: 230px;
	padding: 0 0 30px;
	font-size: 13px;
	position: relative;
	z-index: 1;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #e74047;
	font-weight: normal;
	padding: 0 0 0 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.side-tit-bar .side-tit,
.side-tit-bar .side-tit a {
	color: #fff;
}

.side-widget {
	position: relative;
	margin: 0 0 20px;
	background-color: #fff;
}

.side-widget .side-hide {
	padding: 15px 0;
}

.side-widget .side-cate,
.side-widget .side-cont {
	border: 0;
}

.side-cate ul li {
	position: relative;
	line-height: 30px;
}

.side-cate ul li li {
	margin: 0 15px;
}

.side-cate ul li a {
	position: relative;
	display: block;
	height: 30px;
	overflow: hidden;
	display: block;
	padding: 0 15px;
}

.side-cate ul li a:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	margin: -1px 0 0;
	width: 3px;
	height: 3px;
	background: #000;
}

.side-cate ul li li a {
	border-bottom: 0 solid #eee;
	padding: 0;
}

.side-cate ul li li li {
	margin: 0 0 0 15px;
}

.side-cate ul li li a:before {
	display: none;
}

.side-cate-menu li .side-ico {
	position: absolute;
	right: 0;
	top: 5px;
	color: #99abb9;
	font-size: 12px;
	cursor: pointer;
	padding: 0 5px;
	cursor: pointer;
}

.side-cate ul li>ul {
	display: none;
}

.side-cate-menu li .icon-cate-down:before {
	content: '\f067';
}

.side-cate-menu li .icon-cate-up:before {
	content: '\f068';
}

.products-scroll-list-wrap {
	position: relative;
}

.products-scroll-list {
	position: relative;
}

.products-scroll-list li {
	display: table;
	width: 100%;
	padding: 0;
	height: 90px;
}

.products-scroll-list li>a,
.products-scroll-list li .pd-info {
	display: table-cell;
	vertical-align: middle;
}

.products-scroll-list li>a {
	width: 65px;
}

.products-scroll-list li a {
	*display: block;
	*float: left;
	*margin-right: 10px;
}

.products-scroll-list li .pd-info a {
	float: none;
}

.products-scroll-list li .pd-name {
	max-height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
}

.products-scroll-list li .pd-name a {
	margin-right: 0;
}

.products-scroll-list li .pd-name a:hover {
	text-decoration: underline;
}

.products-scroll-list li img {
	width: auto;
	height: 55px;
	margin: 0 12px 0 0;
}

.products-scroll-btn-prev,
.products-scroll-btn-next {
	position: relative;
	width: 100%;
	height: 19px;
	display: block;
	z-index: 999;
	opacity: .15;
	filter: alpha(opacity=15);
}

.products-scroll-btn-prev {
	background: url(../image/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}

.products-scroll-btn-next {
	background: url(../image/icons-next.png) no-repeat center center;
}

.products-scroll-btn-prev:hover,
.products-scroll-btn-next:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.side-bn img {
	max-width: 100%
}


/* =================================================== 
   * main 
   * --------------------------------------------------- */
.main {
	position: relative;
	width: 100%;
	margin-left: -260px;
	padding-bottom: 50px;
	float: right;
}

.main .main-in {
	padding-left: 260px;
}

.main-tit-bar {
	overflow: hidden;
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	float: left;
}

.main-tit-bar .share-this {
	display: inline;
	float: right;
	padding: 5px 0 0;
}

.main-banner {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.main-banner img {
	position: relative;
	width: 100%;
}

.goods-summary {
	line-height: 1.5;
}



/* ------------------------ 
   * product list 
   ------------------------ */
.product-list {
	margin: 40px 0 0;
}

.product-list .gm-sep {
	margin: 0 -12px;
}

.product-list,
.certificate-list ul,
.video-list ul,
.download-list,
.faq-list {
	position: relative;
}

.product-list ul {
	position: relative;
	margin: 0 -12px;
}

.product-list .product-item {
	width: 33.33333333%;
	padding-bottom: 15px;
}

.product-list .product-item:nth-child(3n+1) {
	clear: left;
}

.product-list .product-item .item-wrap {
	margin: 0 12px;
	border: 1px solid #ccc;
	padding: 3px;
}

.product-list .product-item .item-wrap .pd-name {
	max-width: inherit;
	margin: 0;
	padding: 15px 0;
	position: relative;
	text-align: center;
	font-size: 16px;
}

.product-list .product-item .item-wrap .pd-img {
	background-color: #ffffff;
	padding: 20px;
}

.product-list .product-item .item-wrap .pd-img a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list .product-item .item-wrap .pd-img a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.product-list .product-item .item-wrap .pd-img a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.product-list .product-item .pd-name a {
	margin: 0 10%;
	color: #404950;
}

.product-list .product-item .pd-name a:hover {
	color: #f13327;
}



/* pages */
.page-bar {
	position: relative;
	display: block;
	margin: 20px 0;
	text-align: center;
}

.page-bar .pages {
	display: inline-block;
}

.pages a,
.pages span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #cfcfcf;
	height: 31px;
	line-height: 31px;
	padding: 0 13px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
}

.pages span,
.pages span a {
	text-transform: uppercase;
}

.pages span {
	margin: 0 10px;
}

.page-count {}

.pages .page-prev {
	margin: 0 10px 0 10px;
}

.pages .page-next {
	margin: 0 0 0 15px;
}

.pages a.current,
.pages a:hover {
	background: #333;
	border-color: #333;
	color: #FFF;
}

.pages a:hover {
	text-decoration: none;
}

/* ------------------------ 
   * download list 
   ------------------------ */
.download-list ul {}

.download-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: left;
}

.download-list ul li .download-cont .download-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
	max-width: 25px;
	max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	font-size: 18px;
}

.download-list ul li .download-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-top-color: #C9C9C9;
	border-bottom-color: #A5A5A5;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
	background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
	background: -o-linear-gradient(top, #F1F1F1, #DADADA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}

.download-list ul li .download-button a {
	position: relative;
	display: block;
	padding: 0 12px 0 40px;
	color: #0A0A0A;
	background-image: url(../image/icons08.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

/* ------------------------ 
   * faq list 
   ------------------------ */
.faq-list ul {}

.faq-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 1px solid #E9E9E9;
	color: #3D3D3D;
}

.faq-list ul li .faq-title {
	position: relative;
	padding: 20px 0 16px 36px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.faq-list ul li .faq-title b {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	-webkit-transform: scale(.85);
	transform: scale(.85);
	-webkit-transform-origin: 0 center;
	transform-origin: 0 center;
}

.faq-list ul li .faq-title b.faq-down {
	background: url(../image/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
	background: url(../image/icons09.png) no-repeat center center;
}

.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
}

.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 36px;
	font-size: 14px;
}

/* ------------------------ 
   * blog list 
   ------------------------ */
.blog-list {
	margin: 0 auto 15px;
}

.blog-list .blog-item {
	padding: 20px 0;
	position: relative;
	margin: 0 auto 3px;
}

.blog-list .blog-item .blog-img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 20px 8px 0;
}

.blog-list .blog-item .blog-tit {
	font-size: 18px;
}

.blog-list .blog-item .blog-meta {
	display: block;
	color: #aaa;
}

.blog-list .blog-item .blog-meta span {
	display: inline;
	padding: 0 15px 0 0;
}

.blog-list .blog-item .blog-summary {
	padding: 8px 0;
	color: #999;
}

.blog-list .blog-item .readmore {
	display: block;
	text-align: right;
	font-size: 14px;
}

.blog-list .blog-item .readmore a,
.blog-list .blog-item:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-list .blog-item .readmore a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 2px;
	background-color: #404040;
	color: #fff;
}

.blog-list .blog-item .readmore a:hover,
.blog-list .blog-item:hover .readmore a {
	background-color: #f13327;
}

.blog-list .blog-item .readmore i {
	font-size: 14px;
}

.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}

.blog-list .blog-item:hover img {
	opacity: 0.8;
}

.blog-list .page-bar {
	margin-top: 35px;
}



/* ------------------------ 
   * certificate list 
   ------------------------ */
.certificate-list ul {
	margin: 0 -12px;
}

.certificate-list .product-item {
	width: 33.33333333%;
	*margin-right: -1px;
}

.certificate-list .product-item:nth-child(3n+1) {
	clear: left;
}

.certificate-list .product-item .item-wrap {
	margin: 0 12px;
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
}

.certificate-list .product-item .item-wrap .pd-info,
.certificate-list .product-item .item-wrap .pd-name {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.certificate-list .product-item .item-wrap .pd-info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #666;
	color: #333;
	/*-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .3s ease;opacity:0;filter:alpha(opacity=0);*/
	opacity: .95;
	filter: alpha(opacity=90);
}

.certificate-list .product-item .item-wrap .pd-name {
	width: auto;
	margin: 0;
	max-width: inherit;
	line-height: 1.5;
	padding: 8px 15px;
	font-size: 12px;
}

.certificate-list .product-item .item-wrap .pd-name,
.certificate-list .product-item .item-wrap .pd-name a {
	color: #fff;
}

.certificate-list .product-item .item-wrap .pd-name a {
	padding: 0 5%;
}

.certificate-list .product-item .item-wrap:hover .pd-info {
	background-color: rgba(0, 0, 0, .8);
	background-color: #000\9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.certificate-list .product-item .item-wrap:hover .pd-name {
	padding: 20px 15px;
}

/* ------------------------ 
   * video list 
   ------------------------ */
.video-list ul {
	margin: 0 -12px;
}

.video-list .product-item {
	width: 33.33333333%;
	*margin-right: -1px;
}

.video-list .product-item:nth-child(3n+1) {
	clear: left;
}

.video-list .product-item .item-wrap {
	margin: 0 12px;
}

.video-list .product-item .item-wrap .pd-name {}

.video-list .product-item .pd-img a:before,
.video-list .product-item .pd-img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.video-list .product-item .pd-img a:before {
	background-color: #000;
	z-index: 1;
}

.video-list .product-item .pd-img a:after {
	background-image: url(../image/ico-play.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	transition-delay: .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.video-list .product-item .pd-img a:hover:before {
	opacity: .6;
	filter: alpha(opacity=60);
}

.video-list .product-item .pd-img a:hover:after {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transform: none;
	transform: none;
}

/* ------------------------ 
   * product 
   ------------------------ */
.detail-wrap {}

.product-intro {
	position: relative;
	display: block;
	padding-bottom: 15px;
}

.product-title {
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: normal;
	line-height: 1.1;
	color: #1a1926;
	padding: 0 0 15px;
	border-bottom: 1px solid #dcdcdc;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	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 {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view {
	position: relative;
	width: 35%;
	float: left;
}

.product-view .owl-carousel .owl-item {
	overflow: visible;
}

.product-view .product-image {
	position: relative;
	border: 1.5px solid #ccc;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	margin: 15px 25px;
}

.product-view .image-additional ul {
	position: relative;
	width: 100%;
	display: none;
}

.product-view .image-additional ul.owl-loaded {
	display: block;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
	padding-bottom: 1px;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
	position: relative;
}

.product-view .image-additional li.current a {
	background-color: #e74047;
	border-color: #e74047;
}

.product-view .image-additional li.current a:before {
	border: 4px solid #404950;
}

.product-view .image-additional img.popup {
	display: none;
}

.product-view .slide-page {
	display: none;
}

.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -16px 0 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.image-additional .owl-prev,
.image-additional .owl-next {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background-repeat: no-repeat;
	font-size: 24px;
	line-height: 32px;
}

.image-additional .owl-prev {
	left: -35px;
}

.image-additional .owl-next {
	right: -35px;
}

.image-additional .owl-prev:before {
	content: "\f104";
}

.image-additional .owl-next:before {
	content: "\f105";
}

.article-prev-next {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.article-prev-next li {
	height: 1.7em;
	line-height: 1.7em;
	overflow: hidden;
}

.article-prev-next li a {
	color: #012fff;
}

.article-prev-next li a:hover {
	opacity: .85;
}

.article-prev-next li b {
	color: #666;
	padding-right: .3em;
}

/* product summary */
.product-summary {
	position: relative;
	width: 61%;
	float: right;
}

.product-summary .product-meta {
	line-height: 1.8em;
}

.product-summary .product-meta h3 {
	font-size: 18px;
	font-weight: bold;
}

.product-summary .product-meta p {
	font-family: Arial;
}

.product-btn-wrap {
	position: relative;
	margin: 25px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #13adeb;
	border: 1px solid #13adeb;
	color: #FFF;
	margin: 0 20px 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.product-btn-wrap .email:before {
	content: "\f0e0";
	padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
	content: "\f1c1";
	padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover {
	background: #09c;
	border-color: #09c;
	color: #fff;
}

.product-summary {
	font-size: 12px;
}

.product-summary .share-this {
	margin: 20px 0 0;
	text-align: right;
}

.product-summary li {
	position: relative;
	font-size: 13px;
	margin: 5px 0;
	color: #000000;
	line-height: 1.8em;
	padding-left: 140px;
}

.product-summary li em {
	width: 140px;
	height: 1.8em;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	color: #B2B2B2;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 15px;
}

.product-btn-wrap .email {
	margin-right: 20px;
}

.product-detail {
	position: relative;
	overflow: visible;
	margin: 30px 0 0;
}

.detail-tabs {
	position: relative;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	padding: 0 25px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	margin: 0 8px 0 0;
	background: #567297;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #f3f3f3;
}

.detail-tabs .title.current {
	background-color: #234675;
}

.detail-tabs .title.current,
.detail-tabs .title.current a {
	color: #fff;
}



.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.tab-panel-wrap {
	padding-top: 10px;
}

.goods-may-like {
	margin: 35px 0 0;
	padding-bottom: 50px;
	position: relative;
}

.goods-tbar {
	position: relative;
}

.goods-tbar .title {
	position: relative;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	color: #000;
}

.goods-items-wrap {
	position: relative;
	width: 100%;
}

.goods-items {
	position: relative;
	margin: 10px 0 0;
}

.goods-items .owl-stage-outer {
	padding-bottom: 3px;
}

.goods-items .product-item {
	width: auto;
	margin-left: 1px;
	padding-bottom: 15px;
	float: none;
}

.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -43px;
	right: 0
}

.goods-items .owl-prev,
.goods-items .owl-next {
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background: none;
	font-size: 20px;
	color: #666;
	text-align: right;
}

.goods-items .owl-prev:hover,
.goods-items .owl-next:hover {
	opacity: 1;
	color: #000;
}

.goods-items .owl-prev:before,
.goods-items .owl-next:before {
	text-align: right;
}

.goods-items .owl-prev {
	margin-right: -1px;
}

.goods-items .owl-prev:before {
	content: "\f104";
}

.goods-items .owl-next:before {
	content: "\f105";
	margin-right: 0;
}

.goods-items .owl-next {
	margin-left: 8px;
}

.goods-items .product-item .item-wrap {
	margin: 0;
	border: 1px solid #ccc;
	padding: 3px;
}

.goods-items .product-item .item-wrap .pd-img a:after {
	display: none;
}

.goods-items .product-item .item-wrap .pd-img {
	background-color: #f4f4f4;
	padding: 20px;
}

.goods-items .product-item .item-wrap .pd-name {
	max-width: inherit;
	margin: 0;
	padding: 15px 0;
	position: relative;
	text-align: center;
	font-size: 16px;
}

.goods-items .product-item .item-wrap .pd-name a {
	color: #404950;
}

.goods-items .product-item .item-wrap .pd-name a:hover {
	color: #f13327;
}

.goods-items .product-item {
	display: none;
}

.owl-loaded .product-item {
	display: block;
}




/* entry table
----------------------------- */
.entry {
	padding: 0 0 15px;
}

.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: 30px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	background: #fbfbfb;
	padding: 0 15px;
}

.entry th {
	font-size: 12px;
	background: #eee;
}

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




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

	.partner-layer .owl-prev,
	.partner-layer .owl-next {
		background-color: #000;
		color: #fff;
		width: 40px;
		opacity: .7;
		filter: alpha(opacity=70);
		font-size: 24px;
	}

	.partner-layer .owl-prev:hover,
	.partner-layer .owl-next:hover {
		color: #fff;
		background-color: #f13327;
	}

	.partner-layer .owl-prev {
		left: 0;
	}

	.partner-layer .owl-next {
		right: 0;
	}
}





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


	/* ===================================================
 * header
 * --------------------------------------------------- */
	.topbar {}

	.head-search .search-toggle {
		background: url(../image/m-ico-search.png) center no-repeat;
		background-size: auto 18px;
	}

	.change-language .change-language-title,
	.change-language .change-language-title span {}

	.nav-bar .nav-wrap {
		width: 100%;
	}



	/* ===================================================
 * footer
 * --------------------------------------------------- */
	.foot-item-inquiry .subscribe-form .subscribe-ipt,
	.foot-item-inquiry .subscribe-form .subscribe-btn {
		border-radius: 3px;
	}



	/* ===================================================
 * homepage
 * --------------------------------------------------- */
	.floor-hot-screen .floor-hot-left {
		background-size: 80% auto;
	}

	.floor-hot-screen .floor-hot-left .col-inner {
		padding-right: 35px;
	}

	.floor-hot-screen .floor-hot-right .col-inner {
		padding-left: 35px;
	}

	.synopsis-item .item-wrap .bar-more {
		padding-top: 2em;
	}

	.about-banner {
		max-width: 40%;
	}

	.about-banner img {
		width: 100%;
	}

	.promote-banner-list li .item-tit {
		font-size: 24px;
	}

	.partner-list .owl-prev {
		left: 0;
	}

	.partner-list .owl-next {
		right: 0;
	}



	/* ===================================================
 * aside
 * --------------------------------------------------- */
	.aside {
		width: 240px;
	}

	.side-tit-bar .side-tit {
		overflow: hidden;
		font-size: 16px;
	}


	/* ===================================================
 * main
 * --------------------------------------------------- */
	.main {
		position: relative;
		width: 100%;
		margin-left: -260px;
		padding-bottom: 50px;
	}

	.main .main-in {
		padding-left: 260px;
	}

	.product-list .gm-sep {
		margin: 0 -5px;
	}

	.product-list .product-item {
		padding-bottom: 10px;
	}

	.product-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.product-list .product-item .item-wrap .pd-name {
		padding: 10px 0;
	}


	/* ===================================================
 * product detail
 * --------------------------------------------------- */
	.product-view {
		width: 40%;
	}

	.product-summary {
		width: 57%;
	}


	/* ===================================================
 * certificate list
 * --------------------------------------------------- */
	.certificate-list ul {
		margin: 0 -5px;
	}

	.certificate-list .product-item .item-wrap {
		margin: 0 5px;
	}


	/* ===================================================
 * video list
 * --------------------------------------------------- */
	.video-list ul {
		margin: 0 -5px;
	}

	.video-list .product-item .item-wrap {
		margin: 0 5px;
	}



}







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


	/* ===================================================
 * footer
 * --------------------------------------------------- */
	.foot-item .foot-cont {
		max-width: 350px;
	}



	/* ===================================================
 * homepage
 * --------------------------------------------------- */
	.company-synopses {
		margin: 0 -5px;
	}

	.synopsis-item .item-wrap {
		margin: 0 5px;
	}

	.main-product-layer .product-wrap {
		margin: 0 -5px;
	}

	.main-product-layer .product-item .item-wrap {
		margin: 0 5px;
	}



	/* ===================================================
 * aside
 * --------------------------------------------------- */
	.aside {
		width: 220px;
	}

	.side-cate ul li a {
		height: 30px;
		overflow: hidden;
	}

	.side-cate ul li a {
		padding: 0 20px 0 13px;
	}

	.side-cate ul li li {
		margin: 0 13px;
	}

	.side-cate ul li li a {
		height: 30px;
		overflow: hidden;
		padding: 0 8px;
	}

	.products-scroll-list li {
		height: 85px;
	}

	.products-scroll-list li>a {
		width: 60px;
	}

	.products-scroll-list li img {
		height: 60px;
	}


	/* ===================================================
 * main
 * --------------------------------------------------- */
	.main {
		margin-left: -240px;
	}

	.main .main-in {
		padding-left: 240px;
	}


	/* ===================================================
 * product detail
 * --------------------------------------------------- */
	.product-title {
		border-bottom: 0;
	}

	.product-summary .product-meta {
		line-height: 1.6;
	}

	.product-summary li {
		padding-left: 120px;
		margin: 0 0 5px;
		line-height: 1.6;
	}

	.product-btn-wrap .email,
	.product-btn-wrap .pdf {
		font-size: 12px;
		margin-right: 8px;
		padding: 0 4px;
	}

	.product-btn-wrap .pdf {
		margin-right: 0;
	}
}









/*! 
 * mobile start 
 */


@media screen and (max-width:768px) {
	.head-right {
		display: none;
	}

	.owl-carousel {
		padding: 0 0 30px;
	}

	.owl-dots .owl-dot {
		border-radius: 50%;
	}

	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}

	.mobile-head-item .sub-content {
		display: block !important;
	}

	.scrollsidebar,
	.bottomsidebar {
		display: none;
	}

	.gotop {
		display: none;
		visibility: hidden;
	}


	/* layout */
	html,
	body {
		font-family: 'PTSansNarrow', Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
	}

	body,
	.container {
		width: 100%;
		min-width: inherit;
	}

	.container {
		padding-top: 30px;
	}

	.layout,
	.header,
	.nav-bar .nav-wrap,
	.banner-list,
	.bottom-service,
	.social-layout,
	.foot-wrapper .foot-img,
	.index-tit-bar {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.head-wrapper,
	.foot-wrapper,
	.nav-bar {
		max-width: 100%;
		min-width: inherit;
	}

	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.mobile-body-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}

	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(../image/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	.owl-carousel {
		padding: 0 0 30px;
	}

	.page-layout {
		padding: 0 15px;
	}

	img {
		max-width: 100%;
	}

	/* box sizing */
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.foot-item-inquiry .inquiry-ipt {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
		box-sizing: content-box;
	}

	.foot-item-inquiry .inquiry-item {
		padding-bottom: 1em;
	}

	.foot-item-inquiry .inquiry-ipt::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.foot-item-inquiry .inquiry-ipt:-moz-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.foot-item-inquiry .inquiry-ipt::-moz-placeholder {
		color: rgba(255, 255, 255, .6);
	}

	.foot-item-inquiry .inquiry-ipt:-ms-input-placeholder {
		color: rgba(255, 255, 255, .6);
	}


	/* ===================================================
 * header
 * --------------------------------------------------- */
	.head-wrapper {
		z-index: 999999;
		position: relative;
		padding: 0;
		width: 100%;
	}

	.mobile-head-items {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		z-index: 99999;
	}

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

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

	.mobile-head-item .title {
		width: 100%;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}

	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}

	.mobile-head-item.mobile-head-language .title:before {
		content: "\f1ab";
	}

	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}

	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}

	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}

	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: auto;
		height: 100%;
		padding: 15px 10px;
	}

	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}

	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -80%;
		width: 80%;
		height: 100%;
	}

	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.nav-bar .nav,
	.topbar {
		display: none;
	}

	.nav-bar {
		height: auto;
		line-height: normal;
		padding: 38px 0 10px;
		background-color: #000;
	}

	.logo {
		display: block;
		height: auto;
		float: none;
		text-align: left;
		margin: 0;
		position: static;
	}

	.logo img {
		height: 50px;
		margin: 0 auto;
		max-width: 70%;
	}

	.head-search {
		top: auto;
		right: auto;
		position: relative;
	}

	.head-search-form {
		position: relative;
		height: 35px;
		top: auto;
		opacity: 1;
		visibility: visible;
	}

	.head-search-form form {
		position: static;
		width: 100%;
	}

	.head-search {
		width: 100%;
		opacity: 1;
		margin: 0;
		position: relative;
	}

	.head-search .search-ipt,
	.head-search .search-ipt:focus {
		width: 100%;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		border: 0;
		text-indent: 0;
		background: #ddd;
		color: #666;
	}

	.head-search .search-ipt,
	.head-search .search-btn {
		float: none;
	}

	.head-search .search-ipt::-webkit-input-placeholder {
		color: #999;
	}

	.head-search .search-ipt:-moz-placeholder {
		color: #999;
	}

	.head-search .search-ipt::-moz-placeholder {
		color: #999;
	}

	.head-search .search-ipt:-ms-input-placeholder {
		color: #999;
	}

	.head-search .search-btn {
		width: 38px;
		height: 38px;
		background: #333 url(../image/m-ico-search.png) center no-repeat;
		background-size: auto 18px;
		border-radius: 0;
		left: auto;
		top: 0;
		right: 0;
		position: absolute;
		border: 0;
	}

	.head-search .search-toggle {
		display: none;
	}

	.head-search .head-search-form {
		display: block;
		position: static;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
		width: 100%;
		opacity: 1;
		border: 0;
		padding: 0;
		overflow: visible;
	}

	.fixed-nav .nav-bar {
		position: static;
	}

	.mobile-head-search .middle-content-wrap {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.mobile-head-search .middle-show-content-wrap {
		-webkit-transform: none;
		transform: none;
	}

	/*nav */
	.nav-bar {
		margin: 0;
		padding: 6px 0;
	}

	.nav li {
		position: relative;
		display: block;
		width: 100%;
	}

	.nav ul {
		clear: both;
	}

	.nav ul:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.nav>li {
		padding: .5em 0;
		border-bottom: 1px solid #eee;
		float: left;
	}

	.nav li.has-child {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	.nav li.has-child li {
		float: left;
		margin: 0 1em 0 0;
	}

	.nav li.has-child>ul {
		clear: both;
	}

	.nav ul li {
		line-height: 1.8em;
	}

	.nav ul li.has-child>ul {
		padding-left: 1em;
	}

	.nav ul li.has-child>ul>li {
		float: left;
		width: auto;
		font-size: 12px;
	}

	.nav li ul img {
		display: none;
	}

	.nav>li.elem-link>a {
		display: block;
		position: relative;
	}

	.nav>li.elem-link>a:after {
		content: '\f105';
		position: absolute;
		right: 0;
		top: 0;
	}

	.nav>li>ul>li {
		float: none;
	}

	.nav>li>ul>li>a {
		display: block;
		position: relative;
		padding-left: 1em;
		float: none;
		font-weight: bold;
	}

	.nav>li>ul>li>a:before {
		content: '';
		display: block;
		width: 3px;
		height: 3px;
		background-color: #aaa;
		position: absolute;
		left: 0;
		top: 11px;
	}

	/* translate */
	.transall {
		display: block;
		width: 100%;
		float: none;
	}

	.head-wrapper .prisna-wp-translate-dropdown-sub-container,
	.head-wrapper .prisna-wp-translate-dropdown-body,
	.head-wrapper .prisna-wp-translate-dropdown-body:hover {
		background: none !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-container,
	.head-wrapper .prisna-wp-translate-dropdown-sub-container,
	.head-wrapper .prisna-wp-translate-dropdown-body {
		height: auto !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-body {
		float: none !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-body>p.prisna-wp-translate-dropdown-current-language,
	.head-wrapper .transall .prisna-wp-translate-dropdown-current-language-arrow {
		display: none !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list-scroll {
		display: block !important;
		height: auto !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list p {
		width: 50%;
		display: inline !important;
		float: left !important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list {
		display: block !important;
	}

	.transall .prisna-wp-translate-dropdown-current-language {
		display: none !important;
	}


	/* ===================================================
 * footer
 * --------------------------------------------------- */
	.mobile-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		height: 38px;
		line-height: 38px;
		background: #7f7f7f;
	}

	.mobile-contact,
	.mobile-contact a {
		color: #FFF
	}

	.topbar .head-contact {
		display: block;
		width: 100%;
	}

	.head-contact .head-phone,
	.head-contact .head-email {
		width: 50%;
		margin: 0;
		text-align: center;
		line-height: 38px;
		color: #FFF;
		float: left;
	}

	.head-contact .head-phone a,
	.head-contact .head-email a {
		display: block;
	}

	.head-contact .head-phone {
		background: #f13327;
	}

	.foot-layer {
		padding-top: 20px;
		padding-bottom: 50px;
		background-size: cover;
		background-position: 0 0;
	}

	.foot-item {
		width: 50%;
		max-width: 460px;
		font-size: 12px;
		padding: 15px 0;
	}

	.foot-item:nth-child(2n+1) {
		clear: left;
	}

	.foot-contact-list {
		padding-top: 15px;
	}

	.footer {
		font-size: 11px;
		padding-top: 20px;
	}




	/* ===================================================
 * for:homepage
 * --------------------------------------------------- */
	.index-layout {
		padding: 0 15px;
	}

	.company-synopses-layer {
		padding: 25px 15px;
		margin: 0 -15px;
		background-size: cover;
		background-attachment: scroll;
	}

	.wow {
		-webkit-animation-name: none;
		animation-name: none;
	}

	/* title */
	.main-product-layer .index-tit-bar .title,
	.main-product-layer .index-tit-bar .desc {
		padding-left: 0;
		padding-right: 0;
	}

	.index-tit-bar {
		text-align: center;
		margin-bottom: 30px;
	}

	.index-tit-bar .title,
	.about-us-layer .about-tit-bar .about-tit,
	.product-cate-wrap .index-tit-bar .title {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.2;
	}

	.index-tit-bar .desc {
		margin-top: 5px;
		font-weight: normal;
		font-size: 14px;
	}

	/* more */
	.btn-readmore,
	a.btn-readmore {
		color: #fff;
		border-width: 1px;
	}


	/* slides */
	.rev_slider_wrapper {
		margin: 0 auto;
		border-top: 0;
	}

	.tp-leftarrow,
	.tp-rightarrow {
		z-index: 1000;
	}

	.tp-bullets.simplebullets .bullet {
		background: rgba(255, 255, 255, .7);
		border: 0;
	}

	.tp-bullets.simplebullets .bullet.selected {
		background: #fff;
		border: 0;
	}

	.tp-leftarrow,
	.tp-rightarrow {
		display: none !important;
	}

	.rev_slider_wrapper .banner-title,
	.rev_slider_wrapper .banner-title strong {
		height: 32px;
		line-height: 32px;
	}

	.rev_slider_wrapper .banner-title strong {
		padding: 0 8%;
		text-transform: none;
		font-size: 14px;
	}

	.tp-loader {
		box-shadow: none !important;
	}

	.tp-loader.spinner0 {
		background-size: auto 32px;
		background-color: transparent;
		-webkit-animation-name: none;
		animation-name: none;
	}

	.tp-bannertimer {
		background-color: rgba(255, 255, 255, .2);
	}

	.tp-bullets.simplebullets .bullet {
		display: block;
	}

	.tp-bullets.simplebullets,
	.rev_slider_wrapper:hover .tp-bullets.simplebullets {
		padding: 15px 0;
		display: block;
	}

	.tp-bullets.simplebullets .bullet {
		width: 8px;
		height: 8px;
	}


	/* synopsis */
	.company-synopses {
		max-width: 460px;
		margin: 0 auto;
	}

	.synopsis-item {
		width: 100%;
		float: none;
	}

	.synopsis-item .item-wrap {
		text-align: center;
		margin: 0;
	}

	.synopsis-item .item-wrap .item-img {
		text-align: center;
	}

	.synopsis-item .item-wrap .item-img img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.synopsis-item .item-wrap .item-title {
		font-size: 20px;
	}

	.synopsis-item .item-wrap .item-desc {
		height: auto;
		line-height: 1.3;
	}

	/* about us */
	.about-us-layer {
		margin: 0 -15px;
		font-size: 14px;
		text-align: center;
	}

	.about-us-layer .text p {
		text-align: center;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.about-us-layer .about-banner {
		width: 100%;
		float: none;
		margin: 0;
		max-width: 460px;
		margin: 0 auto;
	}


	/* product */
	.main-product-layer .product-wrap {
		padding-bottom: 0;
	}

	.main-product-layer .product-item {
		position: relative;
		padding-top: 0;
		padding-bottom: 15px;
	}

	.main-product-layer .product-item .pd-desc {
		height: 3em;
		line-height: 1.5em;
		font-size: 12px;
	}

	.main-product-layer .product-item .pd-link {
		font-size: 14px;
	}

	.main-product-layer .product-item .item-wrap {
		position: static;
	}

	.main-product-layer .product-item .item-wrap .pd-name {
		margin-top: 0;
	}

	.main-product-layer .product-item .pd-name a:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.main-product-layer .owl-dots {
		padding-top: 30px;
	}

	/* partner */
	.partner-layer .owl-controls {
		padding-top: 15px;
	}


	/* guide */
	.guide-layer {
		padding: 100px 15px;
	}

	.guide-layer .txt-box {
		max-width: 460px;
	}


	/* service */
	.service-list {
		margin: 0;
	}

	.service-item .service-name {
		font-size: 16px;
	}

	.service-item .service-desc {
		font-size: 12px;
	}





	/* ===================================================
 * for:product list
 * --------------------------------------------------- */
	.path-bar {
		display: none;
	}

	.promote-bar {
		display: none;
	}

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

	.side-head-search {
		width: 100%;
	}

	.side-head-search .search-ipt {
		width: 100%;
	}

	.side-tit-bar {
		position: relative;
	}

	.side-tit-bar .side-tit {
		font-size: 16px;
		height: auto;
		line-height: 30px;
	}

	.side-widget {
		margin: 0 0 30px;
	}

	.side-widget .side-hide {
		padding: 15px 10px;
	}

	.side-cate ul li {
		line-height: 30px;
	}

	.products-scroll-btn-prev,
	.products-scroll-btn-next {
		display: none;
	}

	.products-scroll-list li {
		display: block;
		vertical-align: top;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.products-scroll-list li>a {
		width: 4em;
	}

	.products-scroll-list li>a img {
		width: 100%;
		height: auto;
		max-width: inherit;
	}

	.products-scroll-list li .pd-info {
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.4em;
	}

	.product-list .gm-sep {
		margin: 0 -5px;
	}

	.product-list .product-item {
		width: 50%;
	}

	.product-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.products-scroll-list li img {
		width: 100%;
		float: none;
		margin: 0;
	}

	.product-list .product-item .item-wrap .pd-name a {
		font-size: 14px;
		padding: 0;
	}

	/* main */
	.main {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.main .main-in {
		padding: 0;
	}

	.main-tit-bar {
		margin: 30px 0 10px;
		border-bottom: 1px solid #d5d5d5;
	}

	.main-tit-bar .title {
		font-size: 20px;
	}

	.main-tit-bar .share-this {
		padding: 2px 0 0;
	}

	.main-tit-bar .share-this {
		max-width: 50%;
	}

	.goods-summary {
		font-size: 12px;
		line-height: 1.5em;
	}

	.main-banner {
		margin: 0 -15px 10px;
	}

	.product-list {
		margin-top: 1.5em;
	}

	/*.product-list ul,.certificate-list ul,.video-list ul{position:relative;width:100%;}*/
	.product-list .product-item {
		padding-bottom: 10px;
	}

	.product-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.product-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.product-list .product-item .item-wrap:hover {
		outline: 0;
		border-color: #d8d8d8;
	}

	.product-list .product-item .item-wrap .pd-name {
		width: 100%;
		font-size: 14px;
		margin: 0 auto;
	}

	.product-list .product-item .item-wrap .pd-img a:after {
		display: none;
	}

	.product-list .product-item .item-wrap:hover .pd-name:before {
		display: none;
	}

	.page-bar .pages {
		display: block;
		float: none;
		text-align: center
	}

	.pages a,
	.pages span {
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
		border-radius: 2px;
		font-size: 12px;
		margin-bottom: 5px;
	}


	/* ===================================================
 * for:product detail
 * --------------------------------------------------- */
	/* product intro */
	.product-title {
		font-size: 16px;
		padding: 20px 0 10px 0;
		line-height: 1.2em;
		font-weight: normal;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.product-view {
		width: auto;
		margin: 0 -15px 15px;
		float: none;
	}

	.product-view .product-image {
		display: none
	}

	.product-view .image-additional {
		margin: 1em 0;
	}

	.product-view .image-additional ul {
		width: 100%;
		display: none;
		padding: 0;
	}

	.product-view .image-additional ul.owl-loaded {
		display: block;
	}

	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional li a {
		padding: 0;
		border: 0;
	}

	.product-view .image-additional li.current a {
		border: 0;
	}

	.product-view .image-additional li a:before {
		display: none;
	}

	.product-view .image-additional .owl-controls {
		display: none;
		padding: 0;
	}

	.product-view .image-additional li.single {
		display: block;
	}

	.product-view .slide-page {
		display: inline-block;
		min-width: 3.5em;
		height: 3.5em;
		line-height: 3.5em;
		background-color: rgba(0, 0, 0, .3);
		border-radius: 50%;
		position: absolute;
		right: 1em;
		top: 1em;
		z-index: 9;
		color: #fff;
		text-align: center;
		font-size: 12px;
	}

	.product-view .slide-page .active-num {
		font-size: 16px;
	}

	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}

	.product-summary .share-this {
		float: none;
		margin: 18px 0;
		text-align: left;
	}

	.product-summary .product-meta p {
		margin-right: 0;
		line-height: 1.5;
	}

	.product-summary li {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		width: 100%;
		padding-left: 0;
		font-size: 12px;
	}

	.product-summary li:last-child {
		border-bottom: 0;
	}

	.product-summary li>em,
	.product-summary li>.item-label {
		position: relative;
		height: auto;
		line-height: 1.2em;
		left: auto;
		top: auto;
		padding-bottom: .5em;
	}

	.product-summary li>em {
		width: 140px;
	}

	.product-summary li>.item-label {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		box-flex: 1;
		padding-left: .5em;
	}

	.product-btn-wrap {
		margin-top: 25px;
	}

	.product-btn-wrap .email,
	.product-btn-wrap .pdf {
		font-size: 12px;
		margin-right: 8px;
		padding: 0 1em;
	}

	/* detail */
	.tab-content-wrap .tab-title-bar,
	.tab-content-wrap .tab-panel-wrap {
		display: none;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-item {
		margin: 0 0 30px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-title {
		margin: 0 0 15px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

	/* Customers Also Bought */
	.goods-items {
		width: 100%;
	}

	.goods-may-like {
		padding-bottom: 0;
	}


	/* ===================================================
 * for:blog
 * --------------------------------------------------- */
	.blog-list .blog-item {
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		margin: 0 5px;
	}

	.blog-list .blog-item:last-child {
		border: 0;
	}

	.blog-list .blog-item:hover {
		background: none;
	}

	.blog-list .blog-item:before {
		left: 15px;
		right: 15px;
		display: none;
	}

	.blog-list .blog-item .blog-img {
		display: block;
		max-width: 100%;
		float: none;
		margin-right: 0;
	}

	.blog-list .blog-item .blog-tit {
		font-size: 18px;
		line-height: 1.1em;
		padding: 6px 0 0;
	}

	.blog-list .blog-item .blog-meta {
		padding: 6px 0 0;
		font-size: 12px;
	}

	.blog-list .blog-item .blog-summary {
		padding: 0;
		margin: 8px 0;
		max-height: 6.5em;
		font-size: 14px;
		line-height: 1.3em;
		overflow: hidden;
	}

	.blog-list .blog-item .readmore {
		display: none;
	}

	.main .blog-article {
		padding: 5px 10px;
	}


	/* ===================================================
 * for:certificate list
 * --------------------------------------------------- */
	.certificate-list .product-item {
		width: 50%;
		padding-bottom: 15px;
	}

	.certificate-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.certificate-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.certificate-list .product-item .item-wrap {
		margin: 0 5px;
		padding: 1px;
	}

	.certificate-list .product-item .item-wrap .pd-name {
		max-height: inherit;
		font-size: 11px;
	}

	.certificate-list .product-item .item-wrap .pd-name,
	.certificate-list .product-item .item-wrap:hover .pd-name {
		padding: .5em 1em;
	}

	.video-list .product-item .pd-img a:after {
		display: none;
	}

	.certificate-list .product-item .item-wrap .pd-info {
		position: static;
		background: none;
	}

	.certificate-list .product-item .item-wrap:hover .pd-info {
		background: none;
	}

	.certificate-list .product-item .item-wrap .pd-name,
	.certificate-list .product-item .item-wrap .pd-name a {
		color: #333;
	}



	/* ===================================================
 * for:video list
 * --------------------------------------------------- */
	.video-list .product-item {
		width: 50%;
		padding-bottom: 15px;
	}

	.video-list .product-item:nth-child(3n+1) {
		clear: none;
	}

	.video-list .product-item:nth-child(2n+1) {
		clear: left;
	}

	.video-list .product-item .item-wrap {
		margin: 0 5px;
	}

	.video-list .product-item .item-wrap .pd-name {
		max-width: 100%;
		margin-top: 10px;
		font-size: 12px;
	}

	.video-list .product-item .pd-img a:before,
	.video-list .product-item .pd-img a:after {
		display: none;
	}

	/*----------------inquiry-form----------------*/
	.inquiry-form {
		padding: 1.5em 15px 15px;
		position: relative;
		z-index: 3;
	}

	.inquiry-form .inquiry-form-ico {
		width: 40px;
		right: 8px;
		top: 8px;
		display: none;
	}

	.inquiry-form input[type="text"].form-input,
	.inquiry-form textarea.form-text {
		width: 100%;
		background-color: #fff;
	}

	.inquiry-form .captcha-image i {
		font-size: 24px;
	}

	.faq-list ul li {
		padding: 5px 0;
	}

	.faq-list ul li .faq-cont {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.faq-list ul li .faq-title {
		height: auto;
		padding: 10px 0 10px 35px;
	}

	.faq-list ul li .faq-title b {
		top: 10px;
	}

}


@media screen and (max-width:768px) {
	.products-scroll-list li {
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}

	.products-scroll-list li img {
		max-width: 65px;
		float: left;
		margin: 0 15px 0 0;
	}

	.download-list ul li {
		border-bottom: none;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
	}

	.download-list ul li .download-cont {
		display: block;
		float: none;
		margin: 0 0 10px;
	}

	.download-list ul li .download-cont .download-detail {
		font-size: 16px;
		margin: 0 0 0 10px;
	}

	.download-list ul li .download-button {
		float: none;
	}
}


.bottomsidebar .bottomcontent {
	background: #f13327 !important;
}

.logo1 {
	float: right;
	margin-right: 89px;
	margin-top: 23px;
}

.foot-cont1 {
	display: none;
}

.foot-cont1 li:before {

	left: 0;
	top: 0;
	font-size: .14rem;
	color: #fff;
}

.foot-cont1 {
	margin-top: 61px;
	font-size: 17px;
	color: #fff;
}

.foot-cont1 li.foot_email:before {
	content: "\f003"

}

.foot-cont1 li.foot_skype:before {
	content: "\f17e"


}