﻿@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 10000;
}
.web-wel,.head-search,.head-social,.head-social li,.change-language,.logo,.head-contact,.head-contact .head-location,.head-contact .head-phone {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.topbar {
	position: relative;
	width: 100%;
	height: 38px;
	text-align: right;
	background: #f1f2f4;
}
.web-wel {
	float: left;
	color: #6b6b6b;
	line-height: 38px;
}
.head-social li {
	line-height: 38px;
}
.head-social li a {
	position: relative;
	display: block;
	padding: 0 18px;
}
.head-search,.head-search-form .search-ipt,.head-search .search-btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.head-search {
}
.head-search .search-toggle,.head-search-show .search-toggle,.head-search .search-btn {
	background-image: url(img/page-ico.png);
	background-repeat: no-repeat;
}
.head-search .head-search-form {
	display: none\9;
	width: 400px;
	position: absolute;
	right: 45px;
	top: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right 0;
	transform-origin: right 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999999999;
}
.head-search .search-toggle {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: -29px 6px;
	background-color: transparent;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color .3s ease;
	z-index: 999999999;
}
.head-search .search-ipt {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 0;
	background: none;
	float: left;
	text-indent: 1em;
}
.head-search .search-btn {
	display: inline-block;
	width: 34px;
	height: 34px;
	background-color: #42b089;
	background-position: -86px 2px;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: -1px;
	top: -1px;
	border-radius: 0 4px 4px 0;
}
.head-search-show:before {
	content: '';
	display: block;
	width: 10000px;
	height: 38px;
	background-color: #fff;
	opacity: .85;
	position: absolute;
	right: -1000px;
	top: 0;
	z-index: 99999999;
}
.head-search-show .head-search-form,.head-search-show .search-toggle {
}
.head-search-show .head-search-form {
	box-shadow: 0 0 1em rgba(0,0,0,.15);
	display: block\9;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}
.head-search-show .search-toggle {
	background-position: -148px 6px;
}
.header {
	position: relative;
	text-align: right;
}
.logo {
	position: relative;
	float: left;
}
.logo img {
	position: relative;
	max-height: 148px;
}
.head-contact {
	text-align: left;
}
.head-contact .head-phone,.head-contact .head-location {
	margin: 32px 0 0 44px;
}
.head-contact span {
	position: relative;
	padding: 12px 0 16px 46px;
	font-size: 26px;
	display: block;
	text-transform: uppercase;
}
.head-contact .text {
	position: relative;
	color: #6b6b6b;
	font-family: 'arial';
	font-size: 16px;
}
.head-contact .head-phone span:before,.head-contact .head-location span:before {
	content: "";
	position: absolute;
	width: 37px;
	height: 36px;
	left: 0;
	background-image: url(img/page-ico.png);
	background-repeat: no-repeat;
}
.head-contact .head-phone span:before {
	background-position: -102px -343px;
	top: 10px;
}
.head-contact .head-location span:before {
	top: 8px;
	background-position: -16px -336px;
}
.nav-bar {
	position: relative;
	height: 65px;
	background: #0f89d2;
	text-align: center;
}
.nav-bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #1f98df;
}
.nav-bar .nav-wrap {
}
.nav-bar .nav {
	position: relative;
}
.nav-bar .nav  li {
	position: relative;
	display: block;
	text-align: left;
	color: #fff;
}
.nav-bar .nav > li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 20px;
}
.nav-bar .nav > li > a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #fff;
	left: 50%;
	bottom: 0;
}
.nav-bar .nav > li:hover > a:after,.nav-bar .nav > li.nav-current > a:after {
	width: 100%;
	left: 0;
}
.nav-bar .nav > li:hover > a,.nav-bar .nav > li.nav-current > a {
}
.nav-bar .nav > li > a {
	position: relative;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
}
.nav-bar .nav  li li {
	display: block;
	*display: block;
	line-height: 35px;
	color: #333;
}
.nav-bar .nav  li li a {
	padding: 0 15px;
	color: #333;
	display: block;
	border-bottom: 1px solid #eee;
}
.nav-bar .nav ul {
	width: 225px;
	position: absolute;
	top: 65px;
	left: 0;
	background: rgba(255,255,255,.9);
	text-align: left;
	display: none;
	z-index: 999;
	box-shadow: 0 0 10px  rgba(0,0,0,.2);
}
.nav-bar .nav ul ul,.fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 227px;
}
.nav-bar .nav ul li:hover >a {
	color: #0f89d2;
}
.nav-bar  .nav  li .nav-ico {
	position: absolute;
	top: 25px;
	right: 0px;
	font-size: 12px;
	z-index: 10;
	color: #fff;
}
.nav-bar .nav li  .nav-ico:after {
	content: '\f0d7';
}
.nav-bar  .nav  li li .nav-ico {
	top: 0;
	right: 10px;
	line-height: 35px;
}
.nav-bar .nav li li .nav-ico:after {
	content: '\f0da';
	font-size: 12px;
	color: #999;
}
.fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	z-index: 10009;
}
.fixed-nav-appear {
	top: 0;
}
/*--------------------------footer---------------------------*/	
.foot-wrapper {
	position: relative;
	width: 100%;
	margin: 90px 0 0;
}
.foot-contact {
	position: relative;
}
.foot-contact ul {
	position: relative;
}
.foot-contact ul:before,.foot-contact ul:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 60px;
	background-image: url(img/page-ico.png);
	background-repeat: no-repeat;
	background-position: -1px  -439px;
}
.foot-contact ul:after {
	left: auto;
	right: -20px;
	background-position: -46px  -439px;
}
.contact-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 33.333333%;
	height: 125px;
	background: #0f89d2;
}
.contact-item:first-child {
	background: #0f89d2;
}
.contact-item:nth-child(2) {
	background: #1f98df;
}
.contact-item .item-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 125px;
}
.contact-item .item-img {
	display: table-cell;
	vertical-align: middle;
	padding: 0 46px 0 0;
}
.item-img span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #359cda;
}
.item-img span img {
	position: relative;
	max-width: 100%;
}
.contact-item .item-info {
	display: table-cell;
	vertical-align: middle;
	height: 125px;
	padding: 0 100px 0 0;
}
.contact-item .item-info .item-title {
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 5px;
	color: #fff;
}
.contact-item .item-info .item-detail {
	color: #fff;
}
.foot-items {
	padding: 125px 0 80px;
	background: #15191c;
	margin: -65px 0 0;
}
.foot-items,.foot-items a {
	color: #848484;
}
.foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 360px;
}
.foot-item.foot-item-list {
	margin: 0 60px;
}
.foot-item .foot-tit {
	position: relative;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 22px;
	padding: 0 0 15px;
}
.foot-item .foot-tit:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #0f89d2
}
.foot-item-time .foot-logo {
	position: relative;
	width: 220px;
}
.foot-item-time .foot-logo img {
	position: relative;
	max-width: 220px;
}
.foot-item-time p {
	width: 220px;
	margin: 25px 0 10px;
}
.foot-item-time ul {
	position: relative;
	width: 220px;
}
.foot-item-time ul li {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #848484;
	line-height: 40px;
	margin: 0 0 10px;
}
.foot-item-time ul li span {
	float: left;
}
.foot-item-time ul li time {
	float: right;
}
.foot-item.foot-item-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 30px;
	margin: 0 0 10px;
}
.foot-item.foot-item-list li a {
	position: relative;
	display: block;
}
.foot-item.foot-item-list li:hover a {
	color: #0f89d2
}
.foot-item.foot-item-list li a:before {
	content: ">";
	margin: 0 5px 0 0;
}
.subscribe {
	position: relative;
}
.subscribe p {
	line-height: 25px;
}
.subscribe .subscribe-form {
	position: relative;
	margin: 20px 0 35px;
}
.subscribe .subscribe-form .subscribe-ipt {
	position: relative;
	width: 265px;
	line-height: 52px;
	border: 1px solid #535353;
	background: #1a1f22;
	padding: 0 15px;
	text-transform: uppercase;
	color: #848484;
}
.subscribe .subscribe-form .subscribe-btn {
	position: relative;
	width: 70px;
	line-height: 50px;
	border: 1px solid #0f89d2;
	color: #FFF;
	background: #0f89d2;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}
.subscribe .subscribe-form .subscribe-btn:hover {
	background: none;
	color: #0f89d2;
	border-radius: 10px;
	width: 80px;
}
.foot-social .title {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.foot-social {
	position: relative;
}
.foot-social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 27px;
	height: 27px;
	border: 1px solid #b3b1b2;
	margin: 0 17px 0 0;
}
.foot-social li img {
	max-width: 100%;
}
.copyright {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 19px 0;
	line-height: 30px;
	background: #101417;
	color: #7a7a7b;
	font-family: 'SourceSansProLight';
}
.copyright i {
	font-family: 'SourceSansProRegular';
	color: #ffffff;
}	
 
 
/*--------------------------index---------------------------*/	
.rev_slider_wrapper.fullscreen-container:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 236px;
	background: url(img/banner_tasking.png) no-repeat center center;
	z-index: 999
}
.index-layout {
	position: relative;
	width: 100%;
}
.index-service {
	position: relative;
	width: 100%;
	z-index: 1000;
}
.about-us-wrap {
	position: relative;
	width: 50%;
	float: left;
	background: #32abef;
	text-align: right;
	height: 384px;
}
.about-us-wrap .about-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about-us {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 600px;
	text-align: left;
}
.about-content {
	position: relative;
	padding: 0 55px 15px 0;
}
.about-us .about-detail {
	-moz-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.about-us .about-detail,.about-us .about-detail a {
	color: #ecfefe
}
.about-us .about-detail .title {
	position: relative;
	font-size: 44px;
}
.about-us .about-detail .text {
	position: relative;
	font-family: "SourceSansProLight";
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0 45px;
}
.about-us .about-detail .read-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	padding: 0 40px 0 22px;
	line-height: 43px;
}
.about-us .about-detail .read-more:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 20px;
	height: 0px;
	width: 5px;
	height: 10px;
	background: url(img/page-ico.png) no-repeat -3px -39px;
}
.about-us .about-detail .read-more:hover {
	padding: 0 50px 0 25px;
	border-radius: 20px;
}
 
/*
.flex-control-nav {width: 100%; position: absolute; left:0; bottom:5px; text-align: center; z-index:99; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline; vertical-align:top;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background:#ccc; cursor: pointer; text-indent: -9999px; border-radius:50%;}
.flex-control-paging li a.flex-active{ background:#0f89d2}
*/
.company-time-wrap {
	position: relative;
	width: 50%;
	float: right;
	background: #f7f7f7;
	padding: 40px 0 0 40px;
}
.company-time-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.company-time-wrap .company-time-items {
	position: relative;
	width: 600px;
}
.company-time-wrap .company-time {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.company-time-wrap .company-time ul li {
	font-size: 12px;
}
.company-time-wrap .company-time,.company-time-wrap .company-time a {
	color: #0f89d2;
}
.company-time-wrap .company-time .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'arial';
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 3px 0;
	margin: 0 0 16px;
}
.company-time-wrap .company-time .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #0f89d2;
}
.company-time.openning-hours {
}
.company-time.doctors-timetable {
	text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1680px) {
	.company-time.doctors-timetable {
		text-align: center;
	}
}
.company-time.openning-hours ul {
	position: relative;
	width: 215px;
}
.company-time.openning-hours ul li {
	position: relative;
	border-bottom: 1px solid #0f89d2;
	overflow: hidden;
	line-height: 40px;
	margin: 0 0 8px;
}
.company-time.openning-hours ul li span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.company-time.openning-hours ul li time {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.company-time.doctors-timetable .company-video {
}
.company-synopses-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}
.company-synopses-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 35%;
	height: 583px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.company-synopses-pic img {
	position: relative;
	width: 100%;
}
.company-synopses {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 65%;
	float: right;
	border-top: 1px solid #ececec;
}
.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #ececec;
	width: 33.333333%;
	height: 195px;
	margin: -1px 0 0 -1px;
}
.synopsis-item .item-wrap {
	position: relative;
	width: 100%;
	height: 195px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 100px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.synopsis-item:hover .item-wrap {
	background: #eee;
}
.synopsis-item .item-img {
	position: relative;
	width: 100%;
	height: 53px;
	line-height: 53px;
}
.synopsis-item:hover .item-img {
	height: 0;
	opacity: 0;
}
.synopsis-item .item-img img {
	max-width: 80%;
	max-height: 53px;
}
/*.synopsis-item:hover .item-img,.synopsis-item.current .item-img{
	
	box-shadow:0 0 45px rgba(255,255,255,.5);
 
}	*/
.synopsis-item .item-info {
	position: relative;
	width: 100%;
}
.synopsis-item .item-info .item-title {
	position: relative;
	font-family: 'arial';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 0 10px;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.synopsis-item:hover .item-info .item-title {
	font-size: 25px;
}
.synopsis-item .item-info .item-detail {
	color: #979797;
}
.synopsis-item .item-info .item-title,.synopsis-item .item-info .item-title a {
	color: #1e1e1e
}
.ad_banner {
	position: relative;
	width: 100%;
	padding: 65px 0 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.ad_banner,.ad_banner a {
	color: #ecfefe;
}
.ad_banner .title {
	position: relative;
	font-size: 36px;
}
.ad_banner .text {
	font-size: 18px;
	margin: 5px 0 0;
}
.ad_banner .more {
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 49px;
	padding: 0 23px;
	border: 1px solid #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
.ad_banner .more:hover {
	padding: 0 30px;
	border-radius: 25px;
}
.index-title-bar {
	position: relative;
	text-align: center;
	margin: 80px 0 55px;
}
.index-title-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 52px;
}
.index-title-bar .title:before,.index-title-bar .title:after {
	content: "";
	position: absolute;
	left: -90px;
	top: 50%;
	margin: -0.5px 0 0;
	width: 90px;
	height: 1px;
	background: #676767;
}
.index-title-bar .title:after {
	left: auto;
	right: -90px;
}
.index-title-bar .title,.index-title-bar .title a {
	color: #676767;
}
.main-product-wrap {
	position: relative;
	width: 100%;
}
.index-product-more {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 40px 0 0;
}
.index-product-more a {
	position: relative;
	display: inline-block;
	font-family: 'arial';
	padding: 0 22px;
	line-height: 62px;
	border: 1px solid #009fe9;
	color: #009fe9;
	font-size: 24px;
	text-transform: uppercase;
}
.index-product-more a:hover {
	padding: 0 52px;
	border-radius: 30px;
}
.product-items {
	position: relative;
	width: 110%;
}
.product-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 298px;
	margin: 0 24px 24px 0;
}
.product-items .product-item {
	width: 282px;
	margin: 0 24px 24px 0;
}
.product-item .item-wrap {
	position: relative;
	text-align: center;
	background: #FFF;
	border: 1px solid #98a7b7;
}
.product-item:hover .item-wrap {
	/*border-color:transparent;
	box-shadow:0 0 15px rgba(0,0,0,.3);*/
	opacity: .6
}
.product-item .pd-img {
	position: relative;
	overflow: hidden;
}
.product-item .pd-img img {
	position: relative;
	width: 100%;
}
.product-item  .pd-more {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	background: rgba(0,0,0,.8) url(img/pd-hover-arrow.png) no-repeat center center;
	opacity: 0;
	visibility: hidden;
	background-size: 0 0;
	border-radius: 50%;
}
.product-item:hover  .pd-more {
	background-size: 20px 20px;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	opacity: 1;
	visibility: visible;
}
.product-item .pd-info {
	position: relative;
}
.product-item .pd-info .pd-name {
	font-family: 'arial';
	font-size: 16px;
	padding: 15px 30px 30px;
}
 
 
	/*
.product-slides-wrap .owl-carousel .owl-stage-outer,.product-slides-wrap .owl-carousel .owl-item{
	overflow:visible;
	}
.product-slides-wrap .layout{
	overflow:hidden
 
	}
.product-slides-wrap .owl-item{
	 
	}
.product-slides-wrap .owl-item.active{
	 
	}
.product-slides .owl-dots .owl-dot{
	width:42px;
	height:2px;
	}
.product-slides .owl-nav {  
	display: inline;
    position: absolute;
    width: 1200px;
     top:-120px;
    left: 0; }	
.product-slides .owl-prev,.product-slides .owl-next{ position:absolute;overflow:hidden; z-index:999;display:inline-block; vertical-align:top; *display:inline; *zoom:1;background-repeat:no-repeat; color:#c9c9cd;   text-align:center; background:none; width:13px; height:22px; background-image:url(img/page-ico.png); background-repeat:no-repeat;}
.product-slides .owl-prev{
	left:330px;
	background-position:-196px -209px;
	}
.product-slides .owl-next{
	right:330px;
	background-position:-291px -209px;
	}
.product-slides .owl-prev:hover,.product-slides .owl-next:hover{
	color:#0f89d2;
	}
	*/
.index-review-wrap {
	position: relative;
}
.review-items-layout {
	position: relative;
	width: 1199px;
	overflow: hidden;
}
.review-items {
	position: relative;
	width: 1200px;
	padding: 0 0 140px;
}
.review-item {
	position: relative;
	width: 100%;
}
.review-item .item-wrap {
	position: relative;
	padding: 15px 50px 5px;
	text-align: center;
	border: 1px solid #d5d9d9;
	border-bottom: none;
	margin: -1px 0 0 -1px;
}
.review-item:hover .item-wrap {
	background: #eee;
}
.review-item .pd-img {
}
.review-item .pd-img img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.review-item .pd-info {
}
.review-item .pd-info .pd-name {
	font-family: 'arial';
	font-size: 22px;
	letter-spacing: 1px;
}
.review-item .pd-info .pd-name,.review-item .pd-info .pd-name a {
	color: #0f89d2;
}
.review-item .pd-info .pd-detail {
	font-family: 'SourceSansProLight';
	font-size: 18px;
	margin: 35px 0 20px;
}
.review-item .pd-info .pd-detail,.review-item .pd-info .pd-detail a {
	color: #666;
}
.review-item .pd-more {
}
.review-items .owl-nav {
	display: inline;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center
}
.review-items .owl-prev,.review-items .owl-next {
	position: relative;
	overflow: hidden;
	z-index: 999;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 13px;
	background: none;
	width: 108px;
	height: 62px;
	border: 1px solid #0f89d2;
}
.review-items .owl-prev:before {
	background-position: -220px -224px;
}
.review-items .owl-next:before {
	background-position: -346px -224px;
}
.review-items .owl-prev:hover:before {
	background-position: -254px -224px;
}
.review-items .owl-next:hover:before {
	background-position: -313px -224px;
}
.review-items .owl-prev:before ,.review-items .owl-next:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 26px;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -7px;
	background-image: url(img/page-ico.png);
	background-repeat: no-repeat;
}
.company-data-wrap {
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 88px 0;
}
.company-data-wrap,.company-data-wrap a {
	color: #FFF;
}
.company-data {
	position: relative;
	width: 100%;
}
.company-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 220px 0 0;
}
.company-content .title {
	position: relative;
	padding: 0 0 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.company-content .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 29px;
	height: 3px;
	background: #FFF;
}
.company-content .text {
	font-family: 'SourceSansProExtraLight';
	font-size: 36px;
	margin: 35px 0 20px;
}
.company-content .more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 49px;
	padding: 0 41px 0 55px;
	background: #FFF;
	color: #000000;
	text-transform: uppercase;
}
.company-content .more:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 18px;
	left: 31px;
	top: 14px;
	background: url(img/page-ico.png) no-repeat -90px -188px;
}
.company-content .more:hover {
	padding: 0 51px 0 65px;
	border-radius: 25px;
}
.data-items {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
	margin: 128px 0 100px;
}
.data-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dbdbdb;
	border-right: none;
	border-bottom: none;
	margin: -1px 0 0 -1px;
	width: 50%;
	height: 145px;
}
.data-item .item-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 145px;
	padding: 0 100px;
}
.data-item .image {
	position: absolute;
	width: 100px;
	left: 0;
	top: 50px;
	text-align: center
}
.data-item .image img {
	max-width: 80px;
}
.data-item .title {
	font-family: 'arial';
	font-size: 46px;
}
.data-item .sub-title {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'SourceSansProLight';
}
.recent-news-wrap {
	position: relative;
}
.recent-news-title-bar {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 45px;
	margin: 0 0 77px;
}
.recent-news-title-bar .title {
	position: relative;
	color: #010101;
	float: left;
	font-family: 'arial';
	font-size: 26px;
	padding: 0 0 35px;
}
.recent-news-title-bar .title:after {
	content: "+ + +";
	position: absolute;
	left: 0;
	bottom: 0;
	color: #0f89d2;
	font-size: 20px;
}
.recent-news-title-bar .view-more {
	font-family: 'arial';
	float: right;
	font-size: 18px;
	color: #0f89d2;
}
.recent-news-items {
	position: relative;
	width: 110%;
}
.recent-news-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 562px;
	margin: 0 76px 0 0;
}
.recent-news-item .item-wrap {
	position: relative;
}
.recent-news-item .item-img {
	position: relative;
	width: 100%;
}
.recent-news-item .item-img:before {
	content: "";
	position: absolute;
	top: -47px;
	right: 0;
	width: 375px;
	height: 47px;
	background: #0f89d2;
}
.recent-news-item .item-img img {
	right: 50px;
	top: 0;
	width: 100%;
}
.recent-news-item .item-info {
	position: relative;
}
.recent-news-item .item-info .item-echo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 187px;
	padding: 45px 0 50px 75px;
	background: #FFF;
}
.recent-news-item .item-info .item-echo span {
	position: relative;
	display: block;
	color: #00764c;
	line-height: 30px;
	padding: 10px 0;
}
.recent-news-item .item-info .item-echo span i {
}
.recent-news-item .item-info .item-news-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 375px;
	padding: 60px 38px;
	font-size: 16px;
	background: #0f89d2;
}
.recent-news-item .item-info .item-news-content,.recent-news-item .item-info .item-news-content a {
	color: #FFF;
}
.recent-news-item .item-info .item-news-content .item-title {
	font-size: 16px;
	text-transform: uppercase;
}
.recent-news-item .item-info .item-news-content .item-sub {
	color: #00764c;
	margin: 15px 0 15px;
}
.recent-news-item .item-info .item-news-content .item-detail {
	line-height: 30px;
}
	
	
	
/*----------------------------------page---------------------------------*/
	
.path-bar {
	position: relative;
	width: 100%;
	line-height: 34px;
	margin: 0 0 25px;
	background: #ebebeb;
}
.path-bar li:after {
	content: "/";
	margin: 0  0 0 3px;
	font-weight: bold;
	font-size: 16px;
}
.path-bar .path-nav {
}
.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.path-bar li a {
	color: #000c17;
}
.path-bar li.current a {
}
.path-bar li:last-child:after {
	content: '';
}
/*----------------------------------aside---------------------------------*/	
.aside {
	float: left;
	width: 225px;
}
.side-tit-bar {
	position: relative;
}
.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	padding: 0 17px;
	line-height: 37px;
	font-family: 'SourceSansProBold';
	color: #fff;
	background: #0f89d2;
	text-transform: uppercase;
}
.side-widget {
	position: relative;
	margin: 0 0 20px;
}
.side-widget .side-hide {
	padding: 15px  0;
}
.side-cate ul li {
	position: relative;
	line-height: 35px;
}
.side-cate ul li {
	margin: 0 15px;
}
.side-cate ul ul {
	display: none;
}
.side-cate ul li a {
	position: relative;
	display: block;
}
.side-cate ul li  a {
	border-bottom: 1px solid #d6d6d6;
}
.side-cate ul li li  a:before {
	display: none;
}
.side-cate ul li .icon-cate {
	position: absolute;
	right: 0;
	top: 10px;
	color: #666;
	font-size: 12px;
	cursor: pointer;
}
.side-cate ul li .icon-cate.icon-cate-down:before {
	content: '\f067';
}
.side-cate ul li .icon-cate.icon-cate-up:before {
	content: '\f068';
}
.side-cate .nav-current > a {
	color: #0f89d2;
}
.products-scroll-list-wrap {
	position: relative;
}
.products-scroll-list {
	position: relative;
	padding: 15px 0 0;
}
.products-scroll-list li {
	margin: 0 0 20px;
	display: block;
	overflow: hidden;
	overflow: hidden;
}
.products-scroll-list li img {
	width: 65px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 0 12px 0 0;
	border-radius: 2px;
}
.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(img/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}
.products-scroll-btn-next {
	background: url(img/icons-next.png) no-repeat center center;
	margin: -10px 0 20px;
}
.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}
.side-bn img {
	max-width: 100%
}
.main {
	position: relative;
	width: 942px;
	display: block;
	float: left;
}
.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-family: 'arial';
	font-size: 24px;
	text-transform: uppercase;
}
.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,.certificate-list,.video-list,.download-list,.faq-list {
	position: relative;
}
.product-list ul,.certificate-list ul,.video-list ul {
	position: relative;
	width: 110%;
}
.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: 'arial';
}
.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(img/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  42px;
	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;
}
.faq-list ul li .faq-title b.faq-down {
	background: url(img/icons10.png) no-repeat center center;
}
.faq-list ul li .faq-title b.faq-up {
	background: url(img/icons09.png) no-repeat center center;
}
.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'arial';
}
.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 42px;
	font-size: 14px;
}
.page-bar .pages {
	display: block;
	padding: 10px;
	margin: 15px 0 0;
	text-align: center;
}
.pages  a,.pages span {
	display: inline-block;
	border: 1px solid #CFCFCF;
	line-height: 32px;
	padding: 0 12px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF',endColorStr='#ECECEC',gradientType='0');
	background: -moz-linear-gradient(top, #FFFFFF, #ECECEC);
	background: -o-linear-gradient(top,#FFFFFF, #ECECEC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ECECEC));
}
.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 {
	border: 1px solid #333333;
	background: #333333;
	color: #FFF;
}
.pages a:hover {
	text-decoration: none;
}
.blog-list {
	background: #fff;
	padding: 0 0 80px;
	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:hover a {
	color: #1F5792;
}
.blog-list .blog-item .readmore i {
	font-size: 14px;
}
.blog-list .blog-item:hover {
	background: #fafafa;
}
.blog-list .blog-item:hover img {
	opacity: 0.8;
}
.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px double #0f89d2;
	border-bottom: 1px double #0f89d2;
	;position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}	
	/* product photos */
.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-family: 'arial';
	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: 320px;
	float: left;
}
.product-view .product-image {
	border: 1px solid #d2d2d2;
}
.product-view .product-image img {
	position: relative;
	width: 100%;
}
.product-view .image-additional {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
.product-view .image-additional ul {
	position: relative;
	width: 100%;
}
.product-view .image-additional li {
	position: relative;
	width: 100%;
	margin: 0 23px 0 0;
}
.product-view .image-additional li.single {
	display: none;
}
.product-view .image-additional li img {
	position: relative;
	width: 100%;
	border: 1px solid #d2d2d2;
	height: inherit;
}
.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0 18px;
}
.product-view .image-additional li.current img {
	border-color: #0f89d2;
	border-width: 3px;
	height: inherit;
}
.product-view .image-additional img.popup {
	display: none;
}
.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -13px 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: 22px;
}
.image-additional .owl-prev {
	left: -20px;
}
.image-additional .owl-next {
	right: -20px;
}
.image-additional .owl-prev:before {
	content: "<";
}
.image-additional .owl-next:before {
	content: ">";
}			
/* product summary */
.product-summary {
	position: relative;
	width: 580px;
	float: right;
}
.product-summary .product-meta {
	line-height: 25px;
}
.product-summary .product-meta h3 {
	font-family: 'arial';
	margin: 0 0 10px;
	font-size: 16px;
}
.product-btn-wrap {
	position: relative;
	margin: 20px 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: #7f7f7f;
	border: 1px solid #7f7f7f;
	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-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}
.detail-tabs {
	position: relative;
}
.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding: 0 15px;
	line-height: 28px;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	margin: 0 8px 0 0;
	color: #FFF;
	background: #1f98df;
}
.detail-tabs .title.current {
	font-family: 'arial';
	color: #FFF;
	background: #0f89d2
}
.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}
.product-detail .disabled {
	display: none;
}
.goods-tbar {
}
.goods-tbar .title {
	position: relative;
	font-size: 18px;
	font-family: 'arial';
	text-transform: uppercase;
	line-height: 33px;
}
.goods-tbar .title,.goods-tbar .title a {
}
.goods-may-like {
	position: relative;
	margin: 30px 0 0;
}
.goods-items-wrap {
	position: relative;
	width: 100%;
}
.goods-items {
	position: relative;
	width: 966px;
	margin: 20px 0 0;
}
.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -42px;
	right: 10px
}
.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: 22px;
	margin: 0 0 0 2px;
	color: #666;
}
.goods-items .owl-prev:before {
	content: "\f104";
}
.goods-items .owl-next:before {
	content: "\f105";
}		
/*----------------------------page-about
							---------------------------------------------------*/
.page-about-pic {
	position: relativ;
	width: 100%;
}
.page-about-pic img {
	position: relativ;
	width: 100%;
}
.about-tit-bar {
	position: relative;
	text-align: center;
	margin: 65px 0 55px;
}
.about-tit-bar .title {
	font-size: 48px;
	text-transform: uppercase;
}
.page-tit-bar {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.page-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 16px;
}
.page-tit-bar .title a {
	position: relative;
	display: block;
	line-height: 45px;
	padding: 0 26px;
	font-size: 18px;
	background: #e0e0e0;
	color: #000000;
}
.page-tit-bar .title:hover a,.page-tit-bar .title.current a {
	background: #0f89d2;
	color: #FFF;
}
.page-content {
	position: relative;
	margin: 30px 0 0;
}
.page-content .title {
	position: relative;
	font-family: "arial";
	font-size: 24px;
}
.page-content .title,.page-content .title a {
	color: #000;
}
.page-content .page-ser {
	position: relative;
	margin: 25px 0;
}
.page-content .page-ser li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding: 0 15px;
	line-height: 40px;
	background: #efefef;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	color: #9b9999;
	font-family: 'arial';
}
.page-content .page-ser li img {
	margin: 0 10px 0 0;
}
.page-content .text {
	font-size: 18px;
	color: #9b9999;
	border-bottom: 1px solid #cccccc;
}
.page-content .text p {
	margin: 0 0 20px;
}
.page-content .share-this {
	margin: 30px 0 0;
}
@media screen and (max-width: 769px) {
/* layout */
	.product-view .image-additional li.single {
		display: block;
	}
	.container-fluid .posts-block {
		float: none !important;
	}
	.container-fluid .col-sm-3 {
	}
	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;
	}
	.layout {
		width: 98%;
		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(img/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}
	img {
		max-width: 100%;
	}
	a:visited {
		color: #333;
	}
	.owl-carousel {
		padding: 0 0 30px;
	}
/* 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;
	}
	.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;
	}
	.lang-more {
		display: none !important
	}
/* ===================================================
 * header 
 * --------------------------------------------------- */
 
	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left
	}
	.mobile-head-item {
		float: left;
		width: 45px;
	}
	.mobile-head-item.mobile-head-aside {
		float: right
	}
	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
	}
	.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: -70%;
		width: 70%;
		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,.header .head-contact,.head-search {
		display: none;
	}
	.head-search-form {
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 4px;
		position: relative;
		height: 32px;
	}
	.head-search-form .search-ipt {
		width: 100%;
		height: 32px;
		line-height: 32px;
		border: 0;
		background: none;
		float: left;
		text-indent: 1em;
	}
	.head-search-form .search-btn {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #42b089;
		background-image: url(img/page-ico.png);
		background-repeat: no-repeat;
		background-position: -86px 2px;
		border: 0;
		cursor: pointer;
		position: absolute;
		right: -1px;
		top: -1px;
		border-radius: 0 4px 4px 0;
	}
	.logo {
		float: none;
		width: 100%;
		text-align: center;
		padding: 45px 0 15px;
	}
	.logo img {
		max-width: 30%;
	}
	.nav-bar {
		height: auto;
	}
/*nav */
	.nav li {
		position: relative;
		display: block;
		width: 100%;
	}
	.nav li ul {
		display: block;
		width: 100%;
	}
	.nav li	ul li {
		width: auto;
		padding: 0 10px;
		display: inline-block;
	}
	.nav li ul img {
		display: block;
		display: none;
	}	
/* 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 
 * --------------------------------------------------- */
 
	.foot-contact ul:before,.foot-contact ul:after {
		display: none;
	}
	.contact-item .item-img {
		padding: 0;
	}
	.contact-item .item-info {
		padding: 0 15px;
	}
	.foot-items,.foot-items a {
		color: #848484;
	}
	.foot-item {
		width: 50%;
	}
	.foot-item.foot-item-list {
		margin: 0;
	}
	.mobile-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		height: auto;
		background: #15191c;
	}
	.mobile-contact,.mobile-contact a {
		color: #FFF;
		display: block;
	}
	.head-contact {
	}
	.head-contact .head-phone,.head-contact .head-location {
		margin: 0;
		width: 50%;
		padding: 10px 5px;
	}
	.head-contact span {
		padding: 0 0 5px;
		font-size: 18px;
	}
	.head-contact .text {
		font-size: 14px;
		color: #FFF;
	}
	.head-contact .head-phone span:before,.head-contact .head-location span:before {
		display: none;
	}
/* ===================================================
 * for:homepage 
 * --------------------------------------------------- */
	.tp-rightarrow,.tp-leftarrow {
		display: none !important;
	}
	.rev_slider_wrapper.fullscreen-container:after {
		display: none;
	}
	.about-us {
		width: 100%;
	}
	.about-content {
		padding: 30px 20px;
	}
	.about-us .about-detail {
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.company-time-wrap {
		padding: 0;
	}
	.company-time-wrap .company-time-items {
		width: 100%;
		padding: 30px 20px;
	}
	.company-time-wrap .company-time {
		width: 100%;
		margin: 0 0 25px;
	}
	.company-time.doctors-timetable {
		text-align: left;
	}
	.company-time.openning-hours ul {
		width: 100%;
	}
	.company-synopses-pic {
		display: none;
	}
	.company-synopses {
		width: 100%;
	}
	.synopsis-item {
	}
	.synopsis-item .item-wrap {
		padding: 0 20px;
	}
	.ad_banner {
		background-attachment: scroll;
	}
	.ad_banner,.ad_banner a {
		color: #ecfefe;
	}
	.ad_banner .more {
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
		margin: 25px 0;
	}
	.product-items {
		width: 100%;
	}
	.product-item,.product-items .product-item {
		width: 33.33333%;
		margin: 0 0 15px;
	}
	.goods-items .product-item {
		width: 100%;
	}
	.product-item .item-wrap {
		width: 96%;
		margin: 0 auto;
	}
	.review-items-layout {
		width: 100%;
	}
	.review-items {
		width: 100%;
		padding: 0 0 100px;
	}
	.company-content {
		padding: 20px;
	}
	.company-content,.data-items {
		margin: 0;
	}
	.data-item .item-wrap {
		padding: 0 80px;
	}
	.data-item .image {
		width: 80px;
	}
	.data-item .title {
		font-size: 36px;
	}
	.recent-news-items {
		width: 100%;
	}
	.recent-news-item {
		width: 50%;
		margin: 0;
	}
	.recent-news-item .item-wrap {
		width: 98%;
		margin: 0 auto;
	}
	.recent-news-item .item-img:before {
		width: 65%;
	}
	.recent-news-item .item-info .item-echo {
		width: 35%;
		padding: 40px 20px 40px;
		text-align: right
	}
	.recent-news-item .item-info .item-echo span {
		padding: 5px 0;
	}
	.recent-news-item .item-info .item-echo span i {
	}
	.recent-news-item .item-info .item-news-content {
		width: 65%;
		padding: 40px 20px;
	}
 
/* ===================================================
 * 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;
		line-height: 30px;
	}
	.side-widget {
		margin: 0 0 30px;
	}
	.side-cate ul li {
		line-height: 30px;
	}
	.products-scroll-btn-prev,.products-scroll-btn-next {
		display: none;
	}
	.products-scroll-list li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 0 1%;
	}
	.products-scroll-list li img {
		width: 100%;
		float: none;
		margin: 0;
	}
/* main */
	.main {
		width: 98%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.main-tit-bar {
		margin: 30px 0 10px;
	}
	.main-tit-bar .title {
		font-size: 20px;
	}
	.product-list ul,.certificate-list ul,.video-list ul {
		position: relative;
		width: 100%;
	}
	.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;
	}
/* ===================================================
 * for:product detail 
 * --------------------------------------------------- */
/* product intro */
	.product-title {
		font-size: 20px;
		margin: 30px 0 10px 0;
	}
	.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 */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}
	.product-summary .share-this {
		float: none;
		margin: 30px  0;
	}
/* 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 {
		font-family: 'arial';
		margin: 0 0 15px;
	}
	.tab-content-wrap .mobile-tab-items .mobile-tab-panel {
	}
/* Customers Also Bought */
	.goods-items {
		width: 100%;
	}	
/* ===================================================
 * for:blog 
 * --------------------------------------------------- */
	.blog-list .blog-item {
		padding: 15px;
		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;
	}
	.blog-list .blog-item .blog-tit {
		font-size: 16px;
		line-height: 1.3em;
		padding: 6px 0 0;
		font-weight: normal;
	}
	.blog-list .blog-item .blog-meta {
		padding: 6px 0 0;
	}
	.blog-list .blog-item .blog-summary {
		padding: 0;
		margin: 8px 0;
		height: 80px;
		line-height: 20px;
		overflow: hidden;
	}
	.blog-list .blog-item .readmore {
		display: none;
	}
	.main .blog-article {
		padding: 5px 10px;
	}
/*----------------inquiry-form--------------------------*/
	.inquiry-form {
		padding: 15px;
	}
	.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text {
		width: 100%;
	}
	.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: 641px) {
 
	.tp-bullets.simplebullets .bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}
	.tp-bullets.simplebullets .bullet.selected {
		width: 10px;
		height: 10px;
	}
	.head-social li a {
		padding: 0 10px;
	}
	.foot-wrapper {
		margin: 50px 0 0;
	}
	.contact-item {
		width: 100%;
		height: auto;
	}
	.foot-items {
		padding: 25px 0;
		margin: 0;
	}
	.foot-items,.foot-items a {
		color: #848484;
	}
	.foot-item,.foot-item.foot-item-list {
		width: 100%;
		margin: 0 0 20px;
	}
	.foot-item-time .foot-logo {
		width: auto;
	}
	.foot-item-time .foot-logo img {
		max-width: 100%;
	}
	.foot-item-time p {
		width: auto;
	}
	.foot-item-time ul {
		width: auto;
	}
	.subscribe .subscribe-form .subscribe-ipt {
		position: relative;
		width: 100%;
	}
	.subscribe .subscribe-form .subscribe-btn {
		position: absolute;
		right: 0;
		top: 0;
	}
	.about-us-wrap,.company-time-wrap {
		width: 100%
	}
	.about-us .about-detail .title,.ad_banner .title {
		font-size: 30px;
	}
	.about-us .about-detail .text,.ad_banner .text {
		font-size: 16px;
	}
	.synopsis-item {
		width: 50%
	}
	.synopsis-item .item-wrap {
		padding: 0 10px;
	}
	.index-title-bar {
		margin: 30px 0;
	}
	.index-title-bar .title {
		padding: 0;
		font-size: 35px;
	}
	.index-title-bar .title:before,.index-title-bar .title:after {
		display: none;
	}
	.index-product-more a {
		line-height: 42px;
		font-size: 20px;
	}
	.product-item,.product-items .product-item,.case-item {
		width: 50%;
	}
	.review-items {
		padding: 0 0 40px;
	}
	.review-item .item-wrap {
		padding: 10px 10px;
	}
	.company-content {
		width: 100%;
		padding: 20px 0;
	}
	.company-content .text {
		font-size: 26px;
	}
	.data-items {
		width: 100%;
	}
	.recent-news-title-bar {
		line-height: 40px;
	}
	.recent-news-title-bar .title {
		float: none;
		padding: 0;
	}
	.recent-news-title-bar .title:after {
		display: none;
	}
	.recent-news-title-bar .view-more {
		float: none;
	}
	.recent-news-item {
		width: 100%;
	}
	.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 20px;
	}
	.download-list ul li .download-button {
		float: none;
	}
}
.bottomsidebar .bottomcontent {
	background: #0f89d2 !important;
}