@charset "utf-8";
body, html {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
body, html, input, button, textarea, a {
	color: #000;
}
.owl-carousel {
	display: none;
}
.owl-loaded {
	display: block;
}
.owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999;
}
.owl-dots .active {
	background-color: #febd15;
}
.nav-wrap:after, .product-wrap:after, .company-synopses:after, .about-us:after, .slides:after, .head-social:after, .foot-item-inquiry ul:after, .promote-banne rul:after, .foot-item-news .news-item:after, .foot-items:after, .social-list:after, .foot-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav-wrap, .product-wrap, .company-synopses, .about-us, .slides, .head-social, .foot-item-inquiry ul, .promote-banner ul, .foot-item-news .news-item, .foot-items, .social-list, .foot-nav {
*zoom:1;
}
.nav-bar, .logo img, .topbar .layout, .foot-gotop {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.head-search, .head-search .search-ipt, .head-search .search-btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li.elem-link > a:after, .foot-item-news .owl-prev:after, .foot-item-news .owl-next:after {
	font-family: "fontawesome", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.index-tit-bar .title, .about-tit-bar .about-tit, .follow-us .title, .inquiry-panel .inquiry-tit {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.inquiry-form-wrap {
	padding: 20px 0 0;
}
.inquiry-form {
	border-top-width: 1px;
}
.inquiry-form-wrap .inquiry-form-title {
	line-height: 38px;
	background: #000;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}
.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;
}
.delay1.1s {
-webkit-animation-delay:1.1s;
animation-delay:1.1s;
}
.delay1.2s {
-webkit-animation-delay:1.2s;
animation-delay:1.2s;
}
.delay1.3s {
-webkit-animation-delay:1.3s;
animation-delay:1.3s;
}
.delay1.4s {
-webkit-animation-delay:1.4s;
animation-delay:1.4s;
}
.delay1.5s {
-webkit-animation-delay:1.5s;
animation-delay:1.5s;
}
.delay1.6s {
-webkit-animation-delay:1.6s;
animation-delay:1.6s;
}
.delay1.7s {
-webkit-animation-delay:1.7s;
animation-delay:1.7s;
}
.delay1.8s {
-webkit-animation-delay:1.8s;
animation-delay:1.8s;
}
.delay1.9s {
-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;
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
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
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@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;
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100px, 0);
transform:translate3d(0, 100px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100px, 0);
-ms-transform:translate3d(0, 100px, 0);
transform:translate3d(0, 100px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpA {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpA {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
-ms-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUpA {
	-webkit-animation-name: fadeInUpA;
	animation-name: fadeInUpA
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
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
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
-ms-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
-ms-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
-ms-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
-ms-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-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
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
animation-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
.head-fixed-holder {
	display: none!important;
}
.head-wrapper {
	width: 100%;
	position: relative;
	z-index: 100001;
}
.topbar {
	background-color: #000;
}
.topbar .head-contact {
	display: none;
}
.topbar .language {
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.topbar .language {
*display:inline;
}
.language-info .language-title {
	line-height: 16px;
	padding: 11px 20px 11px 5px;
	border-radius: 3px;
	display: inline-block;
}
.language-info .language-title a, .language-info .language-title span {
	color: #fff;
}
.language-info .language-icon {
	vertical-align: middle;
	top: 11px;
}
.language-info .language-icon:before {
	color: #fff;
	content: '\f0d7';
	font-size: 14px;
}
.language-cont ul li a {
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.language-cont ul li a:hover {
	color: #febd15;
}
.head-search {
	float: left;
	width: 360px;
	height: 38px;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	_display: inline;
	margin: 16px 20px;margin-left:42%;
}
.head-search .search-ipt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: none;
	text-indent: 1em;
	border-radius: 3px;
}
.head-search .search-btn {
	display: inline-block;
	width: 50px;
	height: 40px;
	background-position: -278px 10px;
	background-color: transparent;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
}
.nav-bar {
	background-color: #febd15;
	width: 100%;
}
.logo {
	display: inline;
	float: left;
}
.logo img {
	max-height: 70px;
}
.nav-bar .nav ul {
	display: none;
}
.nav-bar .nav > li {
	float: left;
	position: relative;
	padding: 0 25px;
	line-height: 45px;
}
.nav-bar .nav > li > a, .nav-bar .nav > li:before, .nav-bar .nav > li .nav-ico:after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-bar .nav > li > a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.nav-bar .nav > li .nav-ico {
	display: inline-block;
}
.nav-bar .nav > li .nav-ico, .nav-bar .nav > li > a {
*display:inline;
}
.nav-bar .nav > li .nav-ico:after {
	content: '\f0d7';
	font-size: 18px;
	margin: 0;
	position: relative;
	z-index: 2;
}
.nav-bar .nav > li.has-child > a {
	position: relative;
	z-index: 2;
}
.nav-bar .nav > li:before {
	content: '';
	display: block;
	width: 0%;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #222;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-50%);
}
.nav-bar .nav > li:hover:before {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav-bar .nav ul {
	width: 225px;
	background-color: rgba(255,255,255,.9)!important;
	background-color: #fff\9;
	position: absolute;
	left: 0;
	top: 45px;
	box-shadow: 5px 5px 0 rgba(0,0,0,.4);
	padding: 10px 0;
}
.nav-bar .nav > .li-hover ul {
	-webkit-animation-name: fadeInUpA;
	animation-name: fadeInUpA;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.nav-bar .nav > li.li-hover > .nav-ico:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: default;
}
.nav-bar .nav ul li {
	position: relative;
}
.nav-bar .nav ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
	z-index: 10001;
	color: #000;
}
.nav-bar .nav ul li a:hover {
	font-weight: bold;
}
.nav-bar .nav ul li .nav-ico {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	line-height: 35px;
}
.nav-bar .nav ul li .nav-ico:after {
	content: '\f0da';
	color: #000;
}
.nav-bar .nav ul li ul {
	left: 226px;
	top: -10px;
}
.nav-bar .nav ul li.li-hover .nav-ico:after {
	color: #000;
}
.language-cont {
	top: 37px;
}
.fixed-nav .nav-bar {
	position: fixed;
	left: 0;
	top: 0;
}
.fixed-na .head-fixed-holder {
	display: block;
}
.inquiry-panel, .follow-us {
	background: #febd15 url(../images/foot-panel-bg.jpg) center repeat;
	background-attachment: fixed;
}
.inquiry-panel {
	padding: 30px 0;
}
.inquiry-panel .inquiry-txt {
	display: block;
	width: 48%;
	float: left;
	font-size: 12px;
}
.inquiry-panel .inquiry-tit {
	font-size: 18px;
}
.inquiry-panel .subscribe-form {
	display: block;
	width: 47%;
	float: right;
}
.inquiry-panel .subscribe-form .subscribe-ipt {
	display: block;
	width: 65%;
	line-height: 25px;
	padding: 10px 0;
	border: 0;
	background-color: #fff;
	text-indent: 1em;
	float: left;
	border-radius: 2px;
}
.inquiry-panel .subscribe-form .subscribe-btn {
	display: block;
	width: 32%;
	line-height: 25px;
	padding: 10px 0;
	border: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	background-color: #000;
	border-radius: 2px;
	transition: all .3s ease;
}
.inquiry-panel .subscribe-form .subscribe-btn:hover {
	color: #febd15;
}
.follow-us {
	padding: 10px 0;
	line-height: 40px;
}
.follow-us .title {
	display: inline;
	float: left;
	font-size: 32px;
}
.social-list {
	display: inline;
	float: right;
}
.social-list li {
	float: left;
	padding: 5px 0 0 10px;
	line-height: 1;
}
.social-list li img {
	max-height: 30px;
}
.social-list li a {
	display: inline-block;
	transition: all .3s ease;
}
.social-list li a:hover {
	-webkit-animation: swing .6s linear;
	animation: swing .6s linear;
}
.foot-items {
	padding: 35px 0;
	margin: 0 -20px;
	font-size: 16px;
}
.foot-item {
	width: 28%;
	float: left;
}
.foot-item a:hover {
	text-decoration: underline;
}
.foot-item .foot-tit {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.foot-item .foot-cont {
	padding: 1.2em 0 0;
}
.foot-item .foot-tit, .foot-item .foot-cont {
	margin-left: 20px;
	margin-right: 20px;
}
.foot-item-news {
	width: 42%;
}
.foot-item-news .foot-cont {
	padding-right: 80px;
}
.foot-item-news .foot-news-item {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden
}
.foot-item-news .foot-news-item .news-cont-pic, .foot-item-news .foot-news-item .news-cont-pic img {
	display: block;
	width: 75px;
	height: 75px;
}
.foot-item-news .foot-news-item .news-cont-pic {
	float: left;
	margin: 0 15px 0 0;
	border: 2px solid #7e7e7e;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.foot-item-news .foot-news-item .news-cont-pic:hover {
	border-color: #000;
}
.foot-item-news .foot-news-item .news-cont-time {
	display: block;
	font-size: 14px;
	height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	font-family: Arial;
	color: #666;
	font-style: italic;
}
.foot-item-news .foot-news-item .news-cont-title {
	display: block;
	line-height: 1.2em;
	overflow: hidden;
	font-size: 15px;
	margin-top: .3em;
}
.foot-item-news .foot-news-item:first-child {
	padding-top: 0;
}
.foot-item-news .foot-news-item:last-child {
	border-bottom: 0;
}
.foot-item-news .news-content {
	display: none;
}
.foot-item-news .owl-loaded {
	display: block;
}
.foot-item-news .owl-nav {
	position: absolute;
	right: 0;
	top: -43px;
}
.foot-item-news .owl-prev, .foot-item-news .owl-next {
	float: left;
	padding-left: 1em;
	color: #666;
}
.foot-item-news .owl-prev:after {
	content: '\f104';
}
.foot-item-news .owl-next:after {
	content: '\f105';
}
.foot-item-service .foot-service-list li {
	line-height: 1.7em;
}
.foot-item-service .foot-service-list li a {
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.foot-item-service .foot-service-list li a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.foot-item-contact .contact li {
	line-height: 1.7em;
}
.footer {
	background-color: #000;
	padding: 30px 0;
	font-size: 14px;
	font-family: Arial;
}
.footer, .footer a {
	color: #aaa;
}
.footer a:hover {
	color: #fff;
}
.footer p, .footer .foot-nav {
	max-width: 80%;
}
.footer p {
	padding-top: .5em;
}
.footer .foot-logo {
	display: inline;
	float: right;
}
.footer .foot-logo img {
	width: auto;
	max-height: 50px;
}
.footer .foot-nav {
	padding: 10px 0 0;
}
.footer .foot-nav li {
	float: left;
	padding: 0 8px 0 0;
}
.footer .foot-nav li:after {
	content: '|';
	padding: 0 0 0 8px;
}
.footer .foot-nav li:last-child:after {
	display: none;
}
.subscribe p {
}
.subscribe-form {
}
.subscribe-form .subscribe-ipt {
	position: relative;
	width: 90%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 15px 0;
}
.subscribe-form .subscribe-btn {
	position: relative;
	padding: 0 20px;
	line-height: 35px;
	border: none;
	border: 1px solid #febd15;
	background: #febd15;
	text-transform: uppercase;
	font-size: 16px;
}
.subscribe-form .subscribe-btn:hover {
	padding: 0 35px;
	background: #FFF;
}
.bar-more {
	text-align: center;
}
.btn-readmore {
	display: inline-block;
	width: 115px;
	line-height: 1.3;
	font-size: 16px;
	padding: 10px 15px;
	background-color: #febd15;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	letter-spacing: 1px;
}
.btn-readmore {
*display:inline;
}
.btn-readmore:hover {
	background-color: #000;
	color: #febd15;
}
.index-tit-bar {
	text-align: center;
	margin: 0 auto 30px;
}
.index-tit-bar .title, .index-tit-bar .desc {
	display: block;
}
.index-tit-bar .title {
	font-size: 32px;
	text-transform: uppercase;
}
.index-tit-bar .desc {
	font-size: 16px;
}
.rev_slider_wrapper {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tp-bullets.simplebullets .bullet {
	background-color: #999;
}
.tp-leftarrow, .tp-rightarrow {
	background-color: #000!important;
	border-color: transparent;
	border-radius: 0;
	opacity: .15;
	filter: alpha(opacity=15);
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #282f89!important;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tp-bannertimer {
	height: 3px;
	background-color: #fff;
	background-color: rgba(255,255,255,.3);
}
.tp-leftarrow, .tp-rightarrow {
	width: 42px;
	height: 66px;
	line-height: 66px;
	opacity: .5;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #febd15!important;
}
.tp-leftarrow:before, .tp-rightarrow:before {
	font-size: 36px;
	line-height: 66px;
	margin: 0;
}
.tp-bullets.simplebullets .bullet {
	background-color: #000;
	box-shadow: 0 2px 0 rgba(255,255,255,.3);
}
.tp-bullets.simplebullets .bullet.selected {
	background-color: #999;
	box-shadow: none
}
.company-synopses-wrap {
	padding: 40px 0;
}
.company-synopses-wrap .layout {
	width: 950px;
}
.company-synopses {
	margin: 0 -12px;
}
.synopsis-item {
	width: 33.33333333%;
	float: left;
}
.synopsis-item .item-wrap {
	display: block;
	margin: 0 12px 15px;
	position: relative;
}
.synopsis-item .item-wrap .item-img, .synopsis-item .item-wrap .item-img img {
	display: block;
	width: 100%;
	height: auto;
}
.synopsis-item .item-wrap .item-info {
	text-align: center;
}
.synopsis-item .item-wrap .item-info, .synopsis-item .item-wrap .item-title {
	display: inline;
}
.synopsis-item .item-wrap .item-title a {
	display: block;
	width: 86%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 7%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	background-color: #febd15;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.synopsis-item .item-wrap:hover .item-title a {
	height: 65%;
	padding-top: 35%;
	line-height: 1.3em;
	background-color: rgba(254,189,21,.8);
	font-size: 20px;
	word-break: break-all;
}
.about-us-wrap {
	min-height: 397px;
	background-position: center 0;
	background-repeat: repeat;
	background-color: #000;
	text-align: center;
	margin-bottom: 1px;
	background-position: center;
	background-repeat: repeat;
}
.about-us-wrap, .about-us-wrap a {
	color: #fff;
}
.about-us-wrap .layout {
	width: 650px;
	padding-left: 550px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.about-us-wrap .about-tit-bar {
	text-align: center;
	margin: 0 auto 30px;
}
.about-us-wrap .about-tit-bar .about-tit, .about-us-wrap .about-tit-bar .desc {
	display: block;
}
.about-us-wrap .about-tit-bar .about-tit {
	font-size: 32px;
	text-transform: uppercase;
}
.about-us-wrap .about-tit-bar .about-tit:after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background-color: #a0a0a0;
	margin: 18px auto 0;
}
.about-us-wrap .about-tit-bar .desc {
	font-size: 16px;
}
.about-us-wrap .about-detail .text {
	padding: 1em 0 3em;
}
.about-us-wrap .btn-readmore {
	color: #000;
	position: relative;
	transform: scale(1);
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.about-us-wrap .btn-readmore:hover {
	background-color: #fff;
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 3px;
}
.about-banner {
	width: 442px;
	position: absolute;
	left: 0;
	top: 10%;
	border: 1px solid #fff;
}
.about-banner .slides li {
	display: none;
}
.about-banner .slides li img {
	width: 442px;
	height: 395px;
}
.about-banner .flex-direction-nav {
	display: none;
}
.about-banner .flex-control-nav {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.about-banner .flex-control-paging li {
	display: inline;
	padding: 0 3px;
}
.about-banner .flex-control-paging li a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 0;
	background-color: rgba(255,255,255,.3);
	background-color: #aaa\9;
	opacity: 1;
	filter: alpha(opacity=100);
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
}
.about-banner .flex-control-paging li a.flex-active {
	background-color: #febd15;
}
.promote-banner {
	margin-bottom: 1px;
}
.promote-banner .layout {
	position: relative;
	border-bottom: 8px solid #febd15;
}
.promote-banner .layout:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #fff;
	z-index: 1;
}
.promote-banner .banner-item {
	width: 50%;
	float: left;
}
.promote-banner .banner-item a {
	display: block;
	position: relative;
}
.promote-banner .banner-item a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.promote-banner .banner-item a:hover:before {
	background-color: rgba(0,0,0,.3);
}
.promote-banner .banner-item img {
	display: block;
	width: 100%;
	height: auto;
}
.product-wrap {
	margin: 0 -15px;
}
.product-item {
	width: 25%;
	float: left;
	padding-bottom: 30px;
}
.product-item .item-wrap {
	margin: 0 15px;
	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;
}
.product-item .item-wrap .pd-info {
	text-align: center;
}
.product-item .item-wrap .pd-name {
	padding: 0 10px 5px;
	margin-top: 15px;
	font-size: 16px;
}
.product-item .item-wrap .pd-name a {
	display: block;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.main-product-wrap {
	margin: 0;
	padding: 0 0 30px;
	background-color: #edeef0;
}
.main-product-wrap .product-wrap {
	margin: 0;
}
.main-product-wrap .product-slides .owl-stage-outer {
	padding-top: 20px;
}
.main-product-wrap .owl-carousel .owl-item {
	overflow: visible;
}
.main-product-wrap .owl-carousel .owl-controls {
	padding-top: 20px;
}
.main-product-wrap .index-tit-bar {
	padding: 25px 0;
	background-color: #000;
	border-bottom: 10px solid #febd15;
	line-height: 1.1;
}
.main-product-wrap .index-tit-bar, .main-product-wrap .index-tit-bar a {
	color: #fff;
}
.main-product-wrap .index-tit-bar .desc {
	font-weight: bold;
}
.main-product-wrap .product-item {
	width: auto;
	margin: 0 10px;
	float: none;
	position: relative;
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.main-product-wrap .owl-loaded .product-item {
	display: block;
}
.main-product-wrap .product-item .item-wrap {
	margin: 0;
}
.main-product-wrap .product-item:before, .main-product-wrap .product-item:after {
	content: '';
	display: block;
	width: 50%;
	height: 60px;
	position: absolute;
	bottom: 35px;
	box-shadow: 0 15px 13px rgba(0,0,0,.7);
}
.main-product-wrap .product-item:before {
	left: 18px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.main-product-wrap .product-item:after {
	right: 18px;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}
.main-product-wrap .product-item .item-wrap {
	background-color: #fff;
	border: 1px solid #b2b2b2;
	padding: 10px;
	outline: 10px solid #fff;
	position: relative;
	z-index: 2;
}
.main-product-wrap .product-item .item-wrap:hover {
	outline-color: #ccc;
	border-color: #333;
}
.main-product-wrap .product-item .btn-readmore {
	display: block;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.main-product-wrap .product-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.main-product-wrap .product-item:hover .btn-readmore {
	background-color: #000;
	color: #febd15
}
.path-bar {
	position: relative;
	width: 100%;
	line-height: 36px;
	margin: 2px auto 25px;
	background-color: #ebebeb;
}
.path-bar li:after {
	content: "/";
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0;
	font-style: normal;
}
.path-bar .path-nav {
}
.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #333333;
	font-size: 16px;
	font-style: italic;
}
.path-bar li a {
	display: block;
	padding: 0 20px 0 5px;
	color: #333333;
}
.path-bar li a:hover {
	text-decoration: underline;
}
.path-bar li:last-child:after {
	content: '';
}
.aside {
	float: left;
	width: 267px;
	padding-bottom: 30px;
}
.side-tit-bar {
	position: relative;
}
.side-tit-bar .side-tit {
	position: relative;
	font-size: 16px;
	line-height: 38px;
	padding: 0 0 0 20px;
	font-family: 'SourceSansProSemibold';
	color: #fff;
	background: #000;
}
.side-widget {
	position: relative;
	margin: 0 0 20px;
}
.side-widget .side-hide {
	padding: 15px 20px;
}
.side-cate ul li {
	position: relative;
	line-height: 30px;
}
.side-cate ul li li {
	margin: 0 18px;
}
.side-cate ul li a {
	position: relative;
	display: block;
	padding: 0 13px;
}
.side-cate ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -1px 0 0;
	width: 3px;
	height: 3px;
	background: #99abb9;
}
.side-cate ul li a:hover {
	text-decoration: underline;
}
.side-cate ul li li a {
	border-bottom: 1px solid #cfd0d3;
	padding: 0 15px;
}
.side-cate ul li li a:before {
	display: none;
}
.side-cate-menu li .side-ico {
	position: absolute;
	right: 0;
	top: 0;
	color: #99abb9;
	font-size: 12px;
	cursor: pointer;
	padding: 0 5px;
}
.side-cate-menu li .side-ico:before {
	content: '\f067';
}
.side-cate-menu li.active .side-ico: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: 80px;
}
.products-scroll-list li > a, .products-scroll-list li .pd-info {
	display: table-cell;
	vertical-align: middle;
}
.products-scroll-list li .pd-name {
	line-height: 1.4em;
	max-height: 4.2em;
	overflow: hidden;
}
.products-scroll-list li img {
	width: 65px;
	height: 65px;
	border: 1px solid #e5e5e5;
	margin: 0 12px 0 0;
	border-radius: 2px;
}
.products-scroll-list li a:hover {
	text-decoration: underline;
}
.products-scroll-btn-prev, .products-scroll-btn-next {
	position: relative;
	width: 100%;
	height: 19px;
	display: block;
	z-index: 999
}
.products-scroll-btn-prev {
	background: url(../images/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}
.products-scroll-btn-next {
	background: url(../images/icons-next.png) no-repeat center center;
	margin: 0;
}
.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}
.side-bn img {
	max-width: 100%
}
.main {
	position: relative;
	width: 895px;
	display: block;
	float: right;
	padding-bottom: 50px;
}
.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 8px;
	margin: 0 0 15px;
}
.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
*display:inline;
*zoom:1;
	font-family: 'SourceSansProSemibold';
	font-size: 22px;
}
.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}
.main-banner {
	position: relative;
	display: block;
}
.main-banner img {
	position: relative;
	width: 100%;
}
.main-banner .goods-summary {
	margin: 10px 0 0;
}
.product-list {
	margin: 40px 0 0;
}
.product-list .gm-sep {
	margin: 0 -12px;
}
.product-list, .certificate-list, .video-list, .download-list, .faq-list {
	position: relative;
}
.product-list ul {
	position: relative;
}
.product-list .product-item {
	width: 33.33333333%;
}
.product-list .product-item .item-wrap {
	border: 1px solid #d8d8d8;
	margin: 0 12px;
	padding-bottom: 15px;
}
.product-list .product-item .item-wrap .pd-name {
	font-size: 16px;
}
.product-item .item-wrap .pd-img:hover {
	box-shadow: none;
}
.product-list .product-item .item-wrap:hover {
	border-color: #000;
	outline: 1px solid #000;
	transition: none;
}
.product-list .product-item:nth-child(3n+1) {
	clear: left;
}
.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: 33px;
	line-height: 33px;
	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: #000;
	border-color: #000;
	color: #FFF;
}
.pages a:hover {
	text-decoration: none;
}
.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;
	font-family: 'SourceSansProSemibold';
}
.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(../images/icons08.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}
.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 38px;
	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(../images/icons10.png) no-repeat center center;
}
.faq-list ul li .faq-title b.faq-up {
	background: url(../images/icons09.png) no-repeat center center;
}
.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}
.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 38px;
	font-size: 14px;
}
.blog-list {
	background: #fff;
	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: 16px;
}
.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;
}
.blog-list .blog-item .readmore a:hover, .blog-list .blog-item:hover .readmore a {
	background-color: #000;
	color: #fff;
	box-shadow: 0 -1px rgba(0,0,0,.3) inset;
}
.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 {
	background: #fafafa;
}
.blog-list .blog-item:hover:before {
	border-top-color: #000;
	border-bottom-color: #000;
}
.blog-list .blog-item:hover img {
	opacity: 0.8;
}
.certificate-list {
	margin: 0 -20px;
}
.certificate-list .product-item {
	width: 33.33333333%;
}
.certificate-list .product-item:nth-child(3n+1) {
	clear: left;
}
.certificate-list .product-item .item-wrap {
	margin: 0 20px;
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
}
.certificate-list .product-item .item-wrap .pd-info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}
.certificate-list .product-item .item-wrap .pd-name {
	width: auto;
	margin: 0;
	max-width: inherit;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	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:hover .pd-info {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.video-list {
	margin: 0 -20px;
}
.video-list .product-item {
	width: 33.33333333%;
}
.video-list .product-item:nth-child(3n+1) {
	clear: left;
}
.video-list .product-item .item-wrap {
	margin: 0 20px;
}
.video-list .product-item .item-wrap .pd-name {
	max-width: 70%;
}
.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(../images/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-intro {
	position: relative;
	display: block;
}
.product-title {
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height: 28px;
	color: #1a1926;
}
.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: 400px;*/
	float: left;
}
.product-view .owl-carousel .owl-item {
	overflow: visible;
}
.product-view .product-image {
	border: 1px solid #ddd;
}
.product-view .product-image img {
	position: relative;
	width: 100%;
}
.product-view .image-additional {
	position: relative;
	margin: 20px 30px;
}
.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%;
}
.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: 0;
	border: 1px solid #ddd;
	margin: 1px;
}
.product-view .image-additional li.current a {
	border: 2px solid #222;
	margin: 0;
}
.product-view .image-additional img.popup {
	display: none;
}
.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -8px 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;
}
.image-additional .owl-prev {
	left: -30px;
}
.image-additional .owl-next {
	right: -30px;
}
.image-additional .owl-prev:before {
	content: "\f053";
}
.image-additional .owl-next:before {
	content: "\f054";
}
.product-summary {
	position: relative;
	width: 460px;
	float: right;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.product-summary .product-meta {
	line-height: 25px;
}
.product-summary .product-meta h3 {
	margin: 0 0 10px;
	font-size: 16px;
}
.product-summary .product-meta p {
	font-size: 12px;
}
.product-btn-wrap {
	position: relative;
	margin: 30px 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;
}
.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: none;
	color: #7f7f7f;
}
.product-summary .share-this {
	float: right;
	margin: 30px 0 0;
}
.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 8px;
}
.product-btn-wrap .email {
	margin-right: 8px;
}
.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;
	font-size: 16px;
	margin: 0 10px 0 0;
	background: #000;
	color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.detail-tabs .title.current {
	background-color: #febd15;
	color: #000;
}
.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: 40px 0 0;
	padding-bottom: 20px;
	position: relative;
}
.goods-tbar {
	position: relative;
	line-height: 32px;
}
.goods-tbar .title {
	position: relative;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.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;
	padding-bottom: 0;
	padding-bottom: 1em;
}
.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: #999;
	border: 1px solid #eee;
}
.goods-items .owl-prev:hover, .goods-items .owl-next:hover {
	opacity: 1;
}
.goods-items .owl-prev {
	margin-right: -1px;
}
.goods-items .owl-prev:before {
	content: "\f104";
}
.goods-items .owl-next:before {
	content: "\f105";
}
.goods-items .product-item .item-wrap .pd-img a:after {
	display: none;
}
.goods-items .product-item {
	border: 1px solid #d8d8d8;
}
.goods-items .product-item:hover {
	border-color: #000;
}
.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:768px) {
.owl-carousel {
	padding: 0 0 30px;
}
.sub-content {
	position: relative;
	display: block;
	right: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
	z-index: 99999;
}
.scrollsidebar, .bottomsidebar {
	display: none;
}
.gotop {
	display: none;
	visibility: hidden;
}
body, .container {
	width: 100%;
	min-width: inherit;
}
.layout, .header, .nav-bar .nav-wrap, .banner-list, .bottom-service, .social-layout, .foot-wrapper .foot-img {
	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(../images/mobile_close.png) center center no-repeat;
	background-size: 50% auto;
	position: absolute;
	right: -35px;
	top: 0;
}
.owl-carousel {
	padding: 0 0 30px;
}
.owl-dots .owl-dot {
	width: 6px;
	height: 6px;
}
.page-layout {
	padding: 0 15px;
}
img {
	max-width: 100%;
}
a:visited {
	color: #000;
}
* {
	-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);
}
.head-wrapper {
	z-index: 999999;
	position: static;
}
.mobile-head-items {
	position: fixed;
	top: 0;
	left: 0;
	background: #161622;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	z-index: 99999;
}
.mobile-head-item {
	float: left;
	width: 25%;
}
.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: scroll;
	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 8px;
	background-color: #000;
}
.logo {
	display: block;
	float: none;
	text-align: center;
	margin: 0;
	position: static;
}
.logo img {
	max-height: none;
	max-width: 40%;
	width: auto;
	margin: 0;
	padding: 0;
}
.head-search {
	width: 100%;
	opacity: 1;
	background: #000;
	margin: 0;
	position: relative;
}
.head-search .search-ipt {
	width: 100%;
	padding: 0 20px;
	text-indent: 0;
}
.head-search .search-ipt::-webkit-input-placeholder {
color:rgba(255,255,255,.6);
}
.head-search .search-ipt:-moz-placeholder {
color:rgba(255,255,255,.6);
}
.head-search .search-ipt::-moz-placeholder {
color:rgba(255,255,255,.6);
}
.head-search .search-ipt:-ms-input-placeholder {
color:rgba(255,255,255,.6);
}
.head-search .search-btn {
	width: 40px;
	background-position: -280px 8px;
	transform: scale(.6);
}
.head-search .search-toggle {
	display: none;
}
.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;
}
.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;
}
.mobile-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
	height: 38px;
	line-height: 38px;
	background: #161622;
}
.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: #febe19;
}
.foot-wrapper {
	background: none;
	padding-bottom: 38px;
}
.foot-wrapper:after {
	display: none;
}
.foot-items {
	padding: 0;
	font-size: 14px;
}
.foot-item {
	width: 100%;
	padding: 2em 15px;
	max-width: inherit;
	float: none;
	border-bottom: 1px solid #ccc;
}
.foot-item:last-child {
	border-bottom: 0;
}
.foot-item .foot-tit {
	font-size: 16px;
	font-weight: bold;
}
.foot-item .foot-cont {
	padding-top: .8em;
}
.foot-item-news .foot-cont {
	padding-right: 0;
}
.foot-item-news .news-item .item-name {
	font-size: 14px;
}
.foot-item-news .news-item .item-img {
	height: auto;
}
.foot-item-news .news-item .item-img img {
	width: 100%;
}
.inquiry-panel {
	padding: 20px 15px;
}
.inquiry-panel .inquiry-txt {
	width: 100%;
	float: none;
}
.inquiry-panel .subscribe-form {
	width: 100%;
	float: none;
	padding: 15px 0 0;
}
.inquiry-panel .subscribe-form .subscribe-ipt {
	width: 50%;
	padding: 5px 0;
	margin-right: .5em;
}
.inquiry-panel .subscribe-form .subscribe-btn {
	padding: 5px 1em;
	width: auto;
	font-size: 14px;
	float: left;
}
.follow-us {
	padding: 10px 15px;
}
.follow-us .title {
	font-size: 16px;
	float: none;
	display: block;
	line-height: 1.5em;
}
.social-list {
	display: block;
	float: none;
	padding-bottom: 10px;
}
.social-list li {
	padding-left: 0;
	padding-right: 10px;
}
.social-list li img {
	max-height: 20px;
}
.footer {
	padding: 30px 15px;
	font-size: 11px;
}
.footer .foot-logo {
	display: block;
	float: none;
	padding-bottom: 10px;
}
.footer .foot-nav, .footer p {
	max-width: inherit;
}
.footer .foot-nav li a {
	color: #aaa;
}
.footer .foot-nav li {
	padding-right: 5px;
}
.footer .foot-nav li:after {
	padding-left: 5px;
}
.index-layout {
	padding: 0 15px;
}
.company-synopses-wrap {
	padding: 40px 0;
}
.index-tit-bar .title {
	font-size: 24px;
	font-weight: normal;
}
.index-tit-bar .desc {
	font-size: 12px;
	padding-top: .5em;
}
.btn-readmore {
	letter-spacing: 0;
	width: auto;
	font-size: 14px;
}
.rev_slider_wrapper {
	margin: 0 auto;
}
.tp-leftarrow, .tp-rightarrow {
	z-index: 1000;
}
.tp-bullets.hidebullets {
	opacity: 1;
}
.tp-bullets.simplebullets .bullet {
	width: 5px;
	height: 5px;
}
.promote-banner {
	margin: 0 -15px;
	background-color: #ddd;
}
.promote-banner {
	padding: 1px;
}
.promote-banner .banner-item {
	width: 100%;
	float: none;
	margin-bottom: 1px;
}
.promote-banner .banner-item:last-child {
	margin-bottom: 0;
}
.promote-banner .layout {
	border: 0;
}
.promote-banner .layout:before {
	display: none;
}
.company-synopses-wrap .layout {
	width: 100%;
}
.company-synopses {
	margin: 0;
}
.synopsis-item {
	width: 100%;
	float: none;
}
.synopsis-item .item-wrap {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}
.synopsis-item .item-wrap .item-title a, .synopsis-item .item-wrap:hover .item-title a {
	width: 100%;
	font-size: 14px;
	padding: 0;
	height: 2.5em;
	line-height: 2.5em;
}
.synopsis-item:last-child .item-wrap {
	margin-bottom: 0;
}
.main-product-wrap {
	margin: 0 -15px;
}
.product-wrap {
	margin: 0 -5px;
}
.product-item {
	width: 50%;
	padding-bottom: 10px;
}
.product-item .item-wrap {
	margin: 0 5px;
}
.product-item .item-wrap .pd-name {
	font-size: 12px;
	height: 2.8em;
	line-height: 1.4em;
	margin-top: 8px;
}
.main-product-wrap .index-tit-bar {
	border-bottom-width: 3px;
	padding: 10px 0;
	margin-bottom: 0;
}
.main-product-wrap .product-wrap {
	padding: 0 5px;
}
.main-product-wrap .product-item .item-wrap {
	outline: 0;
}
.main-product-wrap .product-item .btn-readmore {
	font-size: 14px;
	text-transform: lowercase;
	padding: 5px 10px;
	margin-top: 10px;
}
.product-item .item-wrap .pd-img a:after {
	display: none;
}
.main-product-wrap .product-item:nth-child(2n+1) {
	clear: left;
}
.main-product-wrap .product-item {
	margin: 0 5px;
	transform: none!important;
}
.main-product-wrap .product-item .item-wrap .pd-img a:after {
	display: none;
}
.main-product-wrap .owl-dots {
	position: static;
}
.main-product-wrap .owl-carousel {
	padding-bottom: 0;
}
.main-product-wrap .owl-carousel .owl-controls {
	height: auto;
	padding-top: 10px;
}
.about-us-wrap {
	padding: 40px 15px;
	margin: 0 -15px;
}
.about-us-wrap .layout {
	width: 100%;
	padding: 0;
}
.about-us-wrap .about-tit-bar .about-tit {
	font-size: 24px;
}
.about-banner {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.about-banner .slides li img {
	width: 100%;
	height: auto;
}
.path-bar {
	display: none;
}
.promote-bar {
	display: none;
}
.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;
	line-height: 30px;
}
.side-widget {
	margin: 0 0 30px;
}
.side-widget .side-hide {
	padding: 15px 0;
}
.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:nth-child(3n+1) {
	clear: none;
}
.product-list .product-item:nth-child(2n+1) {
	clear: left;
}
.product-list .product-item .item-wrap {
	margin: 0 5px;
}
.products-scroll-list li img {
	width: 100%;
	float: none;
	margin: 0;
}
.main {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.main-tit-bar {
	margin: 30px 0 10px;
}
.main-tit-bar .title {
	font-size: 20px;
}
.main-tit-bar .share-this {
	padding: 0;
}
.main-tit-bar .share-this {
	max-width: 50%;
}
.goods-summary {
	font-size: 12px;
	line-height: 1.5em;
}
.product-list {
	margin-top: 1.5em;
}
.product-list ul, .certificate-list ul, .video-list ul {
	position: relative;
	width: 100%;
}
.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%;
	max-width: 90%;
	font-size: 12px;
}
.product-list .product-item .item-wrap .pd-img a:after {
	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;
}
.product-title {
	font-size: 18px;
	margin: 30px 0 20px 0;
	line-height: 1.2em;
	font-weight: normal;
}
.product-view {
	width: 100%;
	float: none;
}
.product-view .product-image {
	display: none
}
.product-view .image-additional {
	width: 100%;
	margin: 0;
}
.product-view .image-additional ul {
	width: 100%;
}
.product-view .image-additional li {
	width: 100%;
	margin: 0;
}
.product-view .image-additional li a {
	padding: 0;
}
.product-view .image-additional li.current img {
	border-color: inherit;
}
.product-summary {
	position: relative;
	width: 100%;
	float: none;
}
.product-summary .share-this {
	float: none;
	margin: 30px 0;
}
.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 {
	font-family: 'SourceSansProSemibold';
	margin: 0 0 15px;
}
.tab-content-wrap .mobile-tab-items .mobile-tab-panel {
}
.goods-items {
	width: 100%;
}
.blog-list .blog-item {
	padding: 15px 0;
	margin: 0 5px;
	border-bottom: 1px solid #ddd;
}
.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: 5.2em;
	font-size: 14px;
	line-height: 1.3em;
	overflow: hidden;
}
.blog-list .blog-item .readmore {
	display: none;
}
.main .blog-article {
	padding: 5px 10px;
}
.certificate-list {
	margin: 0 -5px;
}
.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;
}
.certificate-list .product-item .item-wrap .pd-name {
	max-width: 100%;
	margin-top: 10px;
	font-size: 11px;
}
.certificate-list .product-item .item-wrap .pd-name a {
	height: 2.4em;
	line-height: 1.2em;
}
.certificate-list .product-item .pd-img a:before, .video-list .product-item .pd-img a:after {
	display: none;
}
.certificate-list .product-item .item-wrap .pd-name {
	padding: .5em 1.5em;
	height: auto;
	background-color: rgba(0,0,0,.6);
}
.certificate-list .product-item .item-wrap .pd-info {
	-webkit-transform: none!important;
	transform: none!important;
	opacity: 1;
}
.certificate-list .product-item .item-wrap .pd-name, .certificate-list .product-item .item-wrap .pd-name a {
	color: #fff;
	font-family: Arial;
}
.video-list {
	margin: 0 -5px;
}
.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;
}
.product-item .item-wrap .pd-name a {
	height: 2.8em;
	line-height: 1.4em;
}
.video-list .product-item .pd-img a:before, .video-list .product-item .pd-img a:after {
	display: none;
}
.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 .faq-cont {
	font-size: 14px;
	padding-bottom: 15px;
}
.faq-list ul li .faq-title {
	padding-bottom: 30px;
}
}
@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;
}
.download-list ul li .download-cont {
	display: block;
	float: none;
	margin: 0 0 1em;
}
.download-list ul li .download-button {
	float: none;
}
}
.bottomsidebar .bottomcontent {
	background: #f7c617 !important;
}
.change-language {
	float: right;
	margin: 15px 0 0;
}
.change-language-info .change-language-title, .change-language-info .change-language-title a, .change-language-info .change-language-title span, .change-language-infor .language-icon {
	color: #FFF;
}
.news-cont-text {
	height: 38px;
	overflow: hidden;
}
#proabout a {
	background-color: #fcc900;
	color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0.5%;
}
#category_description_short p a {
	float: none;
	margin: 0;
	padding: 0;
}
.top_heai{ background:#000;padding-top:1%;padding-bottom:1%;}
.head-phone1 span b{ color:#fff;}
.head-phone1{float:left;color:#fff;}
.head-email1{float:left;color:#fff;}
.heaf_map{float:right;color:#fff;}
.head-phone1 a{color:#fff;}
.head-email1 a{color:#fff;}
.heaf_map a{color:#fff;}

@media screen and (max-width:800px){.top_heai{display:none;}}.head-contact1 .head-phone1::before {
	content: '\e942';font-family:'icomoon';
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.head-contact1 .head-email1::before {
	content: '\e945';
	font-size: 14px;font-family:'icomoon';
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}