@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/

.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 9999;
	background-color: #f1f1f1;
}
/*top-bar*/
.topbar {
	position: relative;
	border-bottom: #e1e1e1 1px solid;
}
.logo {
	position: relative;
	display: inline-block;
}
.logo img {
}
/*============================================================
					head-contact
============================================================*/
.head-contact, .head-contact .head-phone, .head-contact .head-email {
	position: relative;
	display: inline-block;
 *display:inline;
 *zoom:1;
	vertical-align: middle;
	text-align: left;
}
.head-contact {
	font-size: 14px;
	line-height: 50px;
	float: left;
}
.head-contact, .head-contact a {
	color: #333;
}
.head-contact .head-phone, .head-contact .head-email {
	padding: 0 0 0 34px;
	margin: 0 15px 0 0;
}
.head-contact .head-phone:before, .head-contact .head-email:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4;
	width: 30px;
	height: 40px;
	font-size: 20px;
	line-height: 50px;
	color: #333;
}
.head-contact .head-phone:before {
	content: "\f095";/*content: "\f2a0";*/
}
.head-contact .head-email:before {
	content: "\f003";
}
.head-right {
	float: right;
	margin-top: 10px;
}
.change-language {
}
.head-search-wrap {
	position: relative;
	float: right;
	height: 36px;
}
.search-wrap {
	width: 36px;
	position: relative;
}
.head-search-wrap.search-hide .search-wrap {
	width: 36px;
	position: relative;
}
.head-search-wrap .search-wrap {
	width: 500px;
	position: relative;
}
.head-search-wrap.search-hide .search-btn {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0;
	background: url(img/page-ico.png) no-repeat 5px -34px;
	border: none;
}
.head-search-wrap .search-btn {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0;
	background: url(img/page-ico.png) no-repeat 5px -78px;
	border: none;
}
.head-search-wrap .search-ipt {
	border: 1px #30b9c1 solid;
	height: 33px;
	width: 100%;
	position: relative;
	padding-left: 20px;
	display: none;
}
/*nav-bar*/
.nav-bar {
	position: relative;
}
.nav-bar .nav-wrap {
	padding-top: 28px;
}
.nav-bar .nav {
	position: relative;
	float: right;
}
.nav-bar .nav li {
	position: relative;
	display: block;
	color: #333;
	text-align: center;
}
.nav-bar .nav > li {
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
	padding: 0 35px;
}
.nav-bar .nav > li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #30b9c1;
	content: "";
}
.nav-bar .nav > li:hover:before {
	width: 100%;
}
.nav-bar .nav > li.nav-current:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #30b9c1;
	content: "";
}
.nav-bar .nav > li:hover, .nav-bar .nav > li.nav-current {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}
.nav-bar .nav > li:hover > a, .nav-bar .nav > li.nav-current > a {
}
.nav-bar .nav > li > a {
	position: relative;
	display: inline-block;
	font-family: "Times New Roman";
	line-height: 70px;
	font-size: 14px;
	text-transform: uppercase;
	color: #434343;
}
.nav-bar .nav li li {
	display: block;
 *display:block;
	line-height: 35px;
	color: #434343;
}
.nav-bar .nav li li a {
	display: block;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
	color: #777;
	padding: 10px 25px 10px 25px;
}
.nav-bar .nav ul {
	width: 240px;
	position: absolute;
	top: 70px;
	left: 0;
	text-align: left;
	display: none;
	z-index: 999;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: rgba(255, 255, 255, 1);
	border-top: 2px solid #30b9c1;
}
.nav-bar .nav ul ul, .fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 242px;
}
.nav-bar .nav ul li:hover >a {
	color: #fff;
	background: #30b9c1;
}
.nav-bar .nav li .nav-ico {
	font-size: 20px;
	z-index: 10;
	text-align: center;
	position: absolute;
}
.nav-bar .nav li .nav-ico:after {
	content: '\f107';
}
.nav-bar .nav li li .nav-ico {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 39px;
	left: auto;
}
.nav-bar .nav li li .nav-ico:after {
	content: '\f105';
	font-size: 12px;
}
.fixed-nav.nav {
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	z-index: 10009;
	left: 0;
	margin-left: 0;
	background: #f1f1f1;
	text-align: center;
}
.fixed-nav-appear {
	top: 0;
}
.fixed-nav .nav-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*--------------------------footer---------------------------*/	
.foot-wrapper {
	position: relative;
	width: 100%;
	background: #f1f1f1;
	font-size: 16px;
	margin-top: 55px;
}
/*=======head-social====*/
.foot-wrapper {
	position: relative;
}
.head-social {
	float: right;
	position: relative;
}
.head-social, .head-social li {
	position: relative;
	display: inline-block;
 *display:inline;
 *zoom:1;
	vertical-align: middle;
	text-align: left;
}
.head-social li {
	margin-right: 2%;
	width: 14.6666%;
	padding: 0 2px;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.head-social li img {
	max-width: 30px;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
.foot-wrapper .foot-items {
	width: 100%;
	margin: auto;
	position: relative;
	padding: 55px 0;
}
.foot-wrapper .foot-item {
	width: 33.333%;
	display: block;
	float: left;
}
.foot-wrapper .foot-item .foot-cont {
	font-family: "Arial";
	font-size: 14px;
	line-height: 20px;
}
.foot-wrapper .foot-item.foot-contact {
	padding-right: 80px;
}
.foot-wrapper .foot-item .foot-tit {
	font-family: "Arial";
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
}
.foot-wrapper .foot-item.foot-contact li {
	font-family: "Arial";
	font-size: 14px;
	line-height: 38px;
}
.foot-wrapper .foot-item.foot-contact li:before {
	color: #7e7e7e;
	padding-right: 5px;
	font-size: 14px;
}
.foot-wrapper .foot-item.foot-contact li.foot-addr:before {
	content: "\f041";
}
.foot-wrapper .foot-item.foot-contact li.foot-phone:before {
	content: "\f095";
}
.foot-wrapper .foot-item.foot-contact li.foot-email:before {
	content: "\f0e0";
}
.foot-wrapper .foot-item.foot-contact li.foot-fax:before {
	content: "\f1ac";
}
.foot-wrapper .foot-item.foot-contact li.foot-sky:before {
	content: "\f17e";
}
.foot-wrapper .foot-item.foot-inquiry {
	padding-right: 120px;
}
.foot-wrapper .foot-item.foot-inquiry .inquiryfoot, .foot-wrapper .foot-item.foot-inquiry .inquiryfoot:visited {
	background: #30b9c1;
	box-shadow: none;
	padding: 7px 25px;
	font-size: 18px;
	font-family: "Arial";
	border-radius: 0;
	margin-top: 38px;
}
.foot-wrapper .foot-item.foot-blog .blog-cont-pic {
	float: left;
	max-width: 90px;
	overflow: hidden;
	margin: 0 20px 0 0;
	position: relative;
	border: 2px solid #7e7e7e;
}
.foot-wrapper .foot-item.foot-blog .blog-cont-pic img {
	width: 100%;
}
.foot-wrapper .foot-item.foot-blog .blog-cont-detail {
}
.foot-wrapper .foot-item.foot-blog .owl-dots {
	bottom: -20px;
	text-align: left;
}
.copyright {
	padding: 30px 0;
	position: relative;
	text-align: left;
	font-family: 'OpenSans-Light';
	line-height: 22px;
	color: #fff;
	font-size: 15px;
	background: #222;
}
/*--------------------------index---------------------------*/	

.index-layout {
	position: relative;
	width: 100%;
	margin-top: 25px;
}
/*--------index-advertising-wrap-------------*/	
.index-advertising-wrap {
	position: relative;
	margin: 60px 0;
}
.index-advertising-wrap .advertising-items {
	width: 100%;
	position: relative;
}
.index-advertising-wrap .advertising-item {
	float: left;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.index-advertising-wrap .advertising-item.first-item, .index-advertising-wrap .advertising-item.third-item {
	width: 24.58%;
}
.index-advertising-wrap .advertising-item.second-item {
	margin: 0 1%;
	width: 48.5%;
}
.index-advertising-wrap .advertising-item img {
	width: 100%;
}
.index-advertising-wrap .advertising-item a:before {
	position: absolute;
	top: 50%;
	left: 0;
	background: rgba(255,255,255,.5);
	width: 100%;
	height: 0;
	content: "";
	z-index: 999;
}
.index-advertising-wrap .advertising-item:hover a:before {
	top: 0;
	height: 100%;
}
.index-advertising-wrap .advertising-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*--------company-synopses-wrap-------------*/
.company-synopses-wrap {
	position: relative;
	width: 100%;
}
.company-synopses {
	position: relative;
	width: 100%;
	background: #30b9c1;
	padding: 30px 0;
}
.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
 *display:inline;
 *zoom:1;
	width: 33.33%;
	padding: 0 15px;
}
.synopsis-item .item-wrap {
	position: relative;
}
.synopsis-item .item-img {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 15px;
	vertical-align: top;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	vertical-align: middle;
}
.synopsis-item .item-img img {
	position: relative;
	max-width: 20px;
}
.synopsis-item:hover .item-img {
	border: 2px dotted #fff;
}
.synopsis-item .item-info {
	text-align: left;
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}
.synopsis-item .item-info .item-tit {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Raleway-Bold';
}
.synopsis-item .item-title {
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
/*======================================================================*/
.index-title-bar {
}
.index-title-bar .title {
}
.index-title-bar .title, .index-title-bar .title a {
}
/*-----------------------------index-main-wrap-----------------------------*/
.index-main-wrap {
	position: relative;
}
.index-main-wrap .aside {
	width: 270px;
}
.index-main-wrap .side-tit-bar .side-tit {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #464646;
	height: 50px;
	line-height: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding : 0 15px;
	text-align: left;
}
.index-main-wrap .side-cate ul li a {
	line-height: 50px;
	font-size: 14px;
	font-family: "Times New Roman";
	color: #464646;
	text-transform: capitalize;
}
.index-main-wrap .side-widget .side-hide {
	padding: 14px;
	background: #f8f8f8;
	border: 1px #ebebeb solid;
	padding: 0;
}
.index-main-wrap .side-widget .side-hide ul {
}
.index-main-wrap .side-cate ul li {
	border-bottom: 1px #ebebeb solid;
}
.index-main-wrap .side-cate ul li .icon-cate {
	top: 20px;
}
/*------index-product-wrap-----*/
.index-product-wrap {
	width: 885px;
	float: right;
	position: relative;
}
.index-product-wrap .index-title-bar .title {
	position: relative;
	color: #333;
	line-height: 56px;
	text-transform: uppercase;
	font-family: 'Raleway-Bold';
	font-size: 20px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin-bottom: 33px;
}
.index-product-wrap .index-title-bar .title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 136px;
	height: 3px;
	background: #30b9c1;
	content: "";
}
.index-product-wrap .product-item {
	display: inline-block;
	margin: 0;
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
}
.index-product-wrap .product-item:nth-child(4n) {
	margin-right: 0;
}
.index-product-wrap .product-item .pd-img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.index-product-wrap .product-item img {
	width: 100%;
}
.index-product-wrap .product-item .pd-info {
	padding: 7px 30px;
}
.index-product-wrap .product-item .pd-info .pd-name a {
	font-size: 14px;
}
.index-product-wrap .owl-nav {
	top: -73px;
	display: none;
}
.index-product-wrap:hover .owl-nav {
	display: block;
}
.product-item .item-img {
}
.product-items {
	position: relative;
}
.product-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
	text-align: center;
	width: 33.333333%;
	margin: 0 20px;
}
.product-item .item-wrap {
}
.product-item .item-img {
	position: relative;
	width: 100%;
}
.product-item .item-img img {
	position: relative;
	width: 100%;
}
.product-item:hover .item-img img, .product-item:hover .pd-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-item .item-img:hover:before {
}
.product-item .item-info {
	position: relative;
	padding: 25px 0 40px 0;
}
.product-item .item-info .item-name, .product-item .item-info .item-name a {
	font-size: 14px;
}
/*-------------------------index-about-wrap-------------------------*/
.index-about-wrap {
	position: relative;
	background: #f8f8f8;
	padding: 50px 25px;
}
.index-about-wrap .about-wrap {
	position: relative;
	display: block;
	width: 50%;
	float: left;
}
.index-about-wrap .about-tit {
	font-family: 'MyriadPro-Regular';
	text-transform: uppercase;
	color: #333333;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 35px;
}
.index-about-wrap .about-tit .sub-tit {
	font-family: 'SourceSansProLightIt';
	font-size: 16px;
	text-transform: lowercase;
}
.index-about-wrap .about-detail {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: 'SourceSansProLight';
	color: #333;
	position: relative;
	padding: 30px;
}
.index-about-wrap .about-detail:after, .index-about-wrap .about-detail:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border: 3px solid #008db5;
}
.index-about-wrap .about-detail:after {
	top: 0;
	left: 0;
	border-color: #008db5 transparent transparent #008db5;
}
.index-about-wrap .about-detail:before {
	bottom: 0;
	right: 0;
	border-color: transparent #008db5 #008db5 transparent;
}
.about-img {
	position: relative;
	display: block;
	width: 50%;
	float: left;
	padding-left: 25px;
}
.about-img img {
	width: 100%;
}
/*----------------------------------page---------------------------------*/
.page-banner {
	position: relative;
}
.page-banner img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.page-banner .title {
	font-family: 'SourceSansProSemibold';
	font-size: 50px;
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	height: 255px;
	line-height: 255px;
	text-align: right;
}
.path-bar {
	position: relative;
	width: 100%;
	line-height: 52px;
	text-transform: uppercase;
}
.path-bar li:after {
	content: "-";
	margin: 0 5px;
}
.path-bar .path-nav {
}
.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #999;
}
.path-bar .path-nav {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}
.path-bar li a {
	color: #999;
}
.path-bar li.current a {
	color: #303c39;
}
.path-bar li:last-child:after {
	content: '';
}
.page-layout {
}
/*-----------------------page-aside------------------------------------*/

.aside {
	float: left;
	width: 225px;
}
.side-tit-bar {
	position: relative;
}
.side-tit-bar .side-tit {
	text-transform: capitalize;
	font-family: 'SourceSansProRegular';
	font-size: 18px;
	background: #333;
	text-align: center;
	line-height: 22px;
	padding: 7px 0;
	color: #fff;
}
.aside-wrap {
	position: relative;
	margin: 0 0 20px;
}
.side-widget {
	position: relative;
}
.side-widget .side-hide {
	padding: 14px;
}
.side-cate ul li {
	position: relative;
	line-height: 40px;
}
.side-cate ul li a {
	font-family: 'SourceSansProLight';
}
.side-cate ul li {
}
.side-cate ul ul {
	display: none;
}
.side-cate ul li a {
	position: relative;
	display: block;
	color: #303c39;
	padding: 0 13px;
}
.side-cate ul li ul li a {
	padding: 0 20px;
}
.side-cate ul li ul li a:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 20px;
	background-color: #30b9c1;
	font-size: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.side-cate ul li a:hover {
	background-color: #30b9c1;
	color: #fff;
	padding-left: 23px;
}
.side-cate ul li ul li a:hover:before {
	background-color: #fff;
}
.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;
	color: #303c39;
}
.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: #30b9c1;
}
/*----products-scroll-list-wrap-----*/
.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: 70px;
	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: 945px;
	display: block;
	float: right;
}
.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 5px;
	margin: -6px 0 10px;
}
.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'SourceSansProSemibold';
}
.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
}
.main-banner {
	position: relative;
	display: block;
}
.main-banner img {
	position: relative;
	width: 100%;
}
.goods-summary {
	margin: 15px 0;
}
.product-title-bar {
	position: relative;
	text-align: center;
	background: #eeeeee;
}
.product-title-bar li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: 'SourceSansProSemibold';
	font-size: 26px;
}
.product-title-bar li a {
	position: relative;
	line-height: 78px;
	padding: 0 142px;
	display: block;
}
.product-title-bar li.nav-current a:after, .product-title-bar li:hover a:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 11px;
	bottom: -11px;
	left: 50%;
	margin: 0 0 0 8.5px;
	background: url(img/pre02.png) no-repeat center center;
}
.product-title-bar li, .product-title-bar li a {
	color: #7d7d7d
}
.product-title-bar li.nav-current a, .product-title-bar li:hover a {
	color: #FFF;
	background: #303c39
}
.product-sub-title-bar {
	position: relative;
	text-align: center;
	padding: 50px 0 40px;
}
.product-sub-title-bar li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: 'SourceSansProSemibold';
	font-size: 20px;
}
.product-sub-title-bar li a {
	position: relative;
	line-height: 45px;
	padding: 0 43px;
	display: block;
}
.product-sub-title-bar li, .product-sub-title-bar li a {
	color: #000000
}
.product-sub-title-bar li.nav-current a, .product-sub-title-bar li:hover a {
	color: #303c39
}
.product-list, .certificate-list, .video-list, .download-list, .faq-list {
}
.product-list {
	position: relative;
	width: 104%;
	margin-top: 20px;
}
.product-list .product-item .item-wrap {
}
.product-list ul {
}
.product-list ul, .certificate-list ul, .video-list ul {
	position: relative;
}
.product-list {
}
.product-list .product-item {
	width: 30%;
	margin: 0;
	border: 1px solid #ccc;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden;
}
.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(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: 'SourceSansProSemibold';
}
.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 42px;
	font-size: 14px;
}
.page-bar .pages {
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
.pages a, .pages span {
	display: inline-block;
	border: 1px solid #CFCFCF;
	line-height: 25px;
	padding: 3px 12px;
	margin: 0 4px;
	vertical-align: middle;
}
.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 #cecece;
	background: #333333;
	color: #FFF;
	border-radius: 5px;
}
.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 #303c39;
	border-bottom: 1px double #303c39;
	;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}
/* product photos */
.product-intro {
	position: relative;
	display: block;
}
.product-title {
	font-size: 26px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 15px 0;
	margin: 0 0 20px;
	font-family: 'SourceSansProSemibold';
	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: 406px;
	float: left;
}
.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.product-view .owl-carousel .owl-item {
	overflow: visible;
}
.product-view .product-image {
	border: 1px solid #ccc;
	position: relative;
}
.product-view .product-image img {
	position: relative;
	width: 100%;
}
.product-view .image-additional {
	position: relative;
	margin: 15px 25px;
}
.product-view .image-additional ul {
	position: relative;
	width: 100%;
	display: none;
}
.product-view .image-additional ul.owl-loaded {
	display: block;
}
.product-view .image-additional li {
	position: relative;
	width: 100%;
	padding: 1px;
}
.product-view .image-additional li.single {
	display: none;
}
.product-view .image-additional li img {
	position: relative;
	width: 100%;
}
.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
}
.product-view .image-additional li.current a {
	border: 2px solid #30b9c1;
}
.product-view .image-additional li.current a:before {
	border: 4px solid #79c2e5;
}
.product-view .image-additional img.popup {
	display: none;
}
.product-view .slide-page {
	display: none;
}
.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -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: -35px;
}
.image-additional .owl-next {
	right: -35px;
}
.image-additional .owl-prev:before {
	content: "\f053";
}
.image-additional .owl-next:before {
	content: "\f054";
}
.article-prev-next {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.article-prev-next li {
	height: 1.7em;
	line-height: 1.7em;
	overflow: hidden;
}
.article-prev-next li a {
	color: #012fff;
}
.article-prev-next li a:hover {
	opacity: .85;
}
.article-prev-next li b {
	color: #666;
	padding-right: .3em;
}
/* product summary */
.product-summary {
	position: relative;
	width: 440px;
	float: right;
}
.product-summary .product-meta {
	line-height: 25px;
}
.product-summary .product-meta h3 {
	font-family: 'SourceSansProSemibold';
	margin: 0 0 10px;
	font-size: 16px;
}
.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy {
	position: relative;
	display: inline-block;
 *display:inline;
 *zoom:1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #30b9c1;
	border: 1px solid #30b9c1;
	color: #FFF;
	margin: 0 20px 10px 0;
}
.product-btn-wrap .buy {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 30px;
}
.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, .product-btn-wrap .buy:hover {
	background: none;
	color: #303c39;
}
.product-summary .share-this {
	margin: 30px 0 0;
}
.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}
.detail-tabs {
	position: relative;
	border-bottom: 2px solid #30b9c1;
}
.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display:inline;
 *zoom:1;
	color: #333333;
	cursor: pointer;
	font-size: 18px;
	text-transform: capitalize;
	padding: 3px 15px;
	font-family: "Verdana";
	margin-bottom: 2px;
}
.detail-tabs .title.current {
	color: #fff;
	background: #30b9c1;
}
.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}
.product-detail .disabled {
	display: none;
}
.goods-may-like {
	position: relative;
	margin: 70px 0 0;
}
.goods-tbar {
	position: relative;
	margin: 0 0 45px;
}
.goods-tbar .title {
	background-color: #30b9c1;
	position: relative;
	color: #fff;
	line-height: 50px;
	text-transform: capitalize;
	font-family: 'SourceSansProRegular';
	font-size: 20px;
	padding-left: 10px;
}
.goods-tbar .title, .goods-tbar .title a {
}
.goods-items-wrap .owl-carousel .owl-item:nth-child(4n+1) .product-item .item-img {
	border-left: none;
}
.goods-items-wrap {
	position: relative;
	width: 100%;
}
.goods-items .owl-stage-outer {
	padding-bottom: 3px;
}
.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -83px;
	right: 5px;
}
.goods-items-wrap .product-item {
	display: block;
 *display:block;
	width: 100%;
	margin: 0;
	border: 1px solid #cccccc;
}
.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: #7d868d;
	text-align: right;
}
.goods-items .owl-prev:hover, .goods-items .owl-next:hover {
	opacity: 1;
	color: #000;
}
.goods-items .owl-prev:before, .goods-items .owl-next:before {
	text-align: right;
	width: auto;
	margin: 0;
	padding: 0 0 0 .8em;
	color: #fff;
}
.goods-items .owl-prev {
	margin-right: -1px;
}
.goods-items .owl-prev:before {
	content: "\f104";
}
.goods-items .owl-next:before {
	content: "\f105";
	margin-right: 0;
}
.goods-items .owl-next {
	margin-left: 8px;
}
/*----------------------------page-about---------------------------------------------------*/
.page-about-pic {
	position: relativ;
	width: 100%;
}
.page-about-pic img {
	position: relativ;
	width: 100%;
}
.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: #303c39;
	color: #FFF;
}
.page-content {
	position: relative;
	margin: 70px 0 0;
}
.page-content .title {
	position: relative;
	font-family: "SourceSansProSemibold";
	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: 'SourceSansProSemibold';
}
.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;
}
.mobile-head-items {
	display: none;
}

@media only screen and (max-width: 1366px) {
.layout, .path-bar .path-nav, .nav-bar .nav-wrap {
}
body, .container {
	min-width: 1024px;
}
.main-tit-bar .title {
	font-size: 26px;
}
.product-view {
	width: 380px;
}
.product-summary {
	width: 400px;
}
}

@media only screen and (max-width: 1200px) {
.layout, .path-bar .path-nav, .nav-bar .nav-wrap {
	width: 1024px;
	min-width: 1024px;
}
.fullscreen-container {
	width: 1024px;
}
.index-main-wrap .aside {
	width: 22.5%;
}
.index-product-wrap {
	width: 73.8%;
}
.aside {
	width: 18.75%;
}
.side-tit-bar .side-tit {
	font-size: 18px;
	text-transform: capitalize;
}
.main {
	width: 78.5%
}
}

@media only screen and (max-width: 1024px) {
body, .container {
	min-width: auto;
}
body, .container {
	min-width: 100%;
}
.layout, .path-bar .path-nav, .nav-bar .nav-wrap {
	width: 98%;
	min-width: auto;
}
.fullscreen-container {
	width: 100%;
}
.tp-leftarrow, .tp-rightarrow {
	display: none;
	visibility: hidden
}
.side-widget {
	position: relative;
}
.product-view {
	width: 47%;
}
.product-summary {
	width: 50%;
}
}

@media only screen and (max-width: 960px) {
.index-about-wrap {
	padding: 0;
	width: 100%;
}
.about-img {
	width: 100%;
	float: none;
	padding: 0 3%;
}
.index-about-wrap .about-wrap {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	padding: 3%;
}
}

@media only screen and (max-width: 840px) {
.product-title {
	font-size: 22px;
}
/* ===================================================

 * footer 

 * --------------------------------------------------- */
 
}

@media only screen and (max-width: 768px) {
/* layout */
	
.mobile-head-items {
	display: block;
}
.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: 999;
}
.mobile-ico-close {
	width: 30px;
	height: 30px;
	background: #fff url(img/mobile_close.png) center center no-repeat;
	background-size: 50% auto;
	position: absolute;
	right: -35px;
	top: 0;
}
img {
	max-width: 100%;
}
.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, .lang-more {
	display: none;
	visibility: hidden;
}
.swiper-pagination {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/* ===================================================

 * 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;
}
.head-right, .nav-bar .nav, .topbar .change-language, .topbar .head-search-wrap, .topbar .head-contact, .copyright .head-social {
	display: none;
}
.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap .head-search-wrap {
	position: relative;
	float: none;
	height: 36px;
	width: 100%;
	margin: 0;
}
.head-search-wrap.search-hide .search-wrap {
	width: 100%;
	position: relative;
}
.head-search-wrap .search-ipt {
	display: block;
}
.logo {
	float: none;
	text-align: center;
	width: 100%;
}
.logo img {
	height: auto;
	max-width: 30%;
}
.head-social {
	float: none;
	text-align: center;
	display: block;
}
.head-social li {
	margin: 0 5px;
	width: auto;
	background: #008db5;
}
.copyright {
	text-align: center;
	padding: 30px 0 80px 0;
}
/*nav */

.nav li {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
}
.nav > li {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
.nav > li:after {
	content: '\f105';
	position: absolute;
	right: 0;
	top: 12px;
	color: #999;
	font-size: 12px;
}
.nav li ul {
	display: block;
	width: 100%;
}
.nav li ul li {
	width: auto;
	padding: 0 10px;
	font-size: 14px;
	text-transform: lowercase;
	line-height: 30px;
}
.nav li ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
}
.nav li ul li li {
	line-height: 25px;
	font-family: 'SourceSansProLight';
}
.nav li ul li li:before {
	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 

 * --------------------------------------------------- */
.mobile-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.head-contact {
	border: none;
	width: 100%;
}
.head-contact .head-phone, .head-contact .head-email {
	margin: 0;
	width: 50%;
	display: inline-block;
}
.head-contact .head-phone {
	background: #30b9c1
}
.head-contact .head-phone a, .head-contact .head-phone::before {
	color: #fff;
}
/* ===================================================

 * for:homepage 

 * --------------------------------------------------- */
.main {
	width: 100%;
	padding-bottom: 7%;
}
.index-layout {
	margin-top: 7%;
}
.index-product-wrap .product-items {
	width: 100%;
	margin-left: 0;
	margin-top: 7%;
}
.index-advertising-wrap {
	margin: 3% 0;
}
/* ===================================================

 * for:product list 

 * --------------------------------------------------- */

.path-bar {
	display: none;
}
.promote-bar {
	display: none;
}
/* aside */
.mobile-head-item.mobile-head-aside .aside {
	display: block;
}
.aside {
	width: 100%;
	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 {
}
.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, .index-product-wrap {
	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 {
	width: 100%;
	margin: 0
}
.product-view .image-additional .swiper-container {
	padding: 0 0 25px;
}
.product-view .image-additional .image-item a {
	padding: 0 5px;
}
.product-view .image-additional .image-item.current img {
	border-color: #eee;
	border-width: 1px;
}
.product-view .image-additional.image-additional-hide {
	display: block
}
/* 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: 'SourceSansProSemibold';
	margin: 0 0 15px;
}
.tab-content-wrap .mobile-tab-items .mobile-tab-panel {
}
/* Customers Also Bought */

.goods-items {
	width: 100%;
}
.product-title-bar li {
	font-size: 22px;
}
.product-title-bar li a {
	line-height: 48px;
	padding: 0 52px;
}
.product-sub-title-bar {
	padding: 35px 0 25px;
}
.product-sub-title-bar li {
	font-size: 18px;
}
.product-sub-title-bar li a {
	padding: 0 20px;
}
/* ===================================================

 * 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;
}
.inquiry-form-wrap {
	width: 100%;
}
.product-list ul, .certificate-list ul, .video-list ul {
	width: 100%;
	padding: 7% 0 3%;
}
}

@media screen and (max-width: 640px) {
.logo img {
}
.index-product-wrap .product-item {
	width: 48%;
	margin: 1%;
}
.foot-wrapper .foot-item.foot-inquiry {
	padding-right: 0;
}
.foot-wrapper .foot-item {
	width: 100%;
	float: none;
	padding-bottom: 3%;
}
.index-title-bar .title {
	font-size: 24px;
}
.synopsis-item .item-info {
	text-align: center;
	display: block;
	padding-left: 0;
	padding-top: 5%;
}
.synopsis-item .item-img {
	display: table;
	margin: auto;
}
.product-item {
}
.product-item .item-info .item-name {
	font-size: 16px;
}
.download-list ul li {
	border-bottom: none;
}
.download-list ul li .download-cont {
	display: block;
	float: none;
}
.download-list ul li .download-button {
	float: none;
}
.product-view .image-additional .image-item a {
	padding: 0
}
.product-list {
	position: relative;
	width: 100%;
	margin-top: 0;
}
.product-list .product-item {
	width: 48%;
	margin: 1%;
	padding: 0;
}
.page-bar .pages {
	margin: 0 0 0;
}
.foot-wrapper {
	padding: 7% 0;
}
.foot-nav {
	padding-bottom: 3%;
}
}

@media screen and (max-width: 480px) {
.index-product-wrap .index-title-bar .title {
	font-size: 16px;
	padding-right: 2%;
}
.synopsis-item {
	width: 100%;
	padding: 3%;
}
}

@media screen and (max-width: 320px) {
}
.bottomsidebar .bottomcontent {
	background: #303c39 !important;
}
