@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 10000;
}
.logo, .language, .head-search, .nav-bar .nav {
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
}
.tasking {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	overflow: hidden;
	display: none;
	z-index: 1;
}
.nav-top {
	background-color: #282828;
	position: relative;
	width: 100%;
	z-index: 2;
}
.nav-top .top-tit {
	position: absolute;
	left: 0;
	top: 0;
	line-height: .55rem;
	color: #888888;
	font-size: 14px;
	font-family: '-Italic';
	font-weight: 100;
}
.head-social {
	position: relative;
	text-align: center;
	display: block;
}
.head-social li {
	display: inline-block;
	padding: 0 7px;
	height: .55rem;
	line-height: .55rem;
}
 
.head-social li img {
}
.change-language {
	position: absolute !important;
	right: 0;
	top: .13rem;
}
.change-language-info .change-language-title span, .change-language-info .change-language-title .language-icon:before {
	color: #888888 !important;
}
.change-language-info .change-language-title.title-show span, .change-language-info .change-language-title.title-show .language-icon:before {
	color: #666 !important;
}
.nav-mid {
	position: relative;
	display: table;
	margin: auto;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
}
.logo img {
	position: relative;
}
/*============================================================
					head-contact
============================================================*/

.head-contact {
	position: absolute;
	right: 0;
	top: 0;
}
.head-contact, .head-contact a {
	line-height: .27rem;
	font-family: 'PT-Sans-Regular';
	color: #282828;
	font-size: .2rem;
	font-weight: 100;
}
.head-contact a {
	position: relative;
	padding-left: .35rem;
}
.head-contact .head-phone, .head-contact .head-email {
	text-align: right;
}
.head-contact .head-phone a:before, .head-contact .head-email a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4;
	width: 30px;
	height: .27rem;
	font-size: 20px;
	line-height: .27rem;
	color: #fe9b4b;
}
.head-contact .head-phone a:before {
	content: "\f095";/*content: "\f2a0";*/
}
.head-contact .work-time a {
	color: #888888;
	font-size: 14px;
	line-height: 21px;
	font-family: '-Italic';
}
.head-contact .head-email:before {
	content: "\f003";
}
.head-search {
	position: relative;
	width: 30px;
	z-index: 1;
	height: 30px;
	margin-top: 14px;
}
.head-search.head-search-show {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.head-search .head-search-form {
	position: absolute;
	right: 0;
	width: 0;
	height: 30px;
	border-bottom: 1px solid #fe9b4b;
	overflow: hidden;
	z-index: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.head-search .search-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: none;
	border: none;
	color: #FFF;
}
.head-search-form .search-btn {
	font-family: 'fontawesome';
}
.head-search .search-btn, .head-search .search-toggle {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	border: none;
	background: none;
	font-size: .16rem;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	text-align: center;
	cursor: pointer;
	color: #282828;
}
.head-search .search-toggle:before {
	font-family: 'fontawesome';
	content: "\f002";
	color: #282828;
}
.head-search-show.head-search .head-search-form {
	width: 96%;
	right: 3%;
}
.nav-bar {
	position: relative;
	background-color: #fff;
	text-align: center;
	z-index: 1;
	padding: .3rem 0;
}
.nav-bar .nav {
}
.nav-bar .nav li {
	position: relative;
	display: block;
}
.nav-bar .nav > li {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
}
.nav-bar .nav > li.nav-current > a {
	color: #fe9b4b;
}
.nav-bar .nav > li > a {
	position: relative;
	display: inline-block;
	height: .54rem;
	line-height: .54rem;
	padding: 0 .15rem;
	text-transform: uppercase;
	color: #282828;
	font-weight: 100;
	font-size: .16rem;
	font-family: 'PT Sans Bold';
}
.nav-bar .nav li li {
	display: block;
 *display: block;
	line-height: .35rem;
}
.nav-bar .nav li li a {
	padding: 0 .15rem;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.nav-bar .nav ul {
	width: 2.55rem;
	position: absolute;
	top: .55rem;
	left: .1rem;
	background: rgba(255,255,255,.9);
	text-align: left;
	display: none;
	z-index: 999;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.nav-bar .nav ul ul, .fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 2.57rem;
}
.nav-bar .nav ul li:hover >a {
	color: #fe9b4b;
}
.nav-bar .nav li .nav-ico {
	font-size: .12rem;
	margin: 0 0 0 5px;
}
.nav-bar .nav li .nav-ico:after {
	content: '\f0d7';
}
.nav-bar .nav li li .nav-ico {
	position: absolute;
	top: 0;
	right: .1rem;
	line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
	content: '\f0da';
}
.fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	z-index: 10009;
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}
/*--------------------------footer---------------------------*/
.foot-wrapper {
	background: #282828;
	position: relative;
	width: 100%;
	z-index: 0;
	text-align: center;
}
.foot-wrapper, .foot-wrapper a {
	color: #fff;
	line-height: .21rem;
	font-size: 14px;
	font-weight: 100;
}
.foot-items {
	padding: .58rem 0 .45rem 0;
	border-bottom: 1px solid #141414;
}
.foot-items .foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	width: 25%;
}
.foot-items .foot-logo {
	margin-bottom: .52rem;
}
.foot-items .foot-item-inquiry {
	margin: 0 12.5%;
}
.foot-items .foot-item-inquiry .main-tit {
	font-family: 'PTSerif';
	font-weight: 100;
	font-size: .3rem;
	line-height: .36rem;
	margin-bottom: .16rem;
}
.foot-items .foot-item-inquiry .sub-tit {
	font-family: 'PTSerif-Italic';
	font-weight: 100;
	color: #fe9b4b;
	font-size: .16rem;
	line-height: .224rem;
}
.subscribe span {
	display: block;
}
.subscribe .button {
	display: inline-block;
	line-height: .32rem;
	padding: 0 .1rem;
	border: 2px solid #fe9b4b;
	background: #fe9b4b;
	color: #fff;
	margin: .2rem 0;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.subscribe .button:before {
	font-family: "fontawesome";
	content: "\f003";
	margin: 0 .05rem 0 0;
}
.subscribe .button:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.foot-bottom {
	position: relative;
	padding: .45rem 0 .56rem;
}
.foot-nav {
	position: relative;
	width: 60%;
	margin: auto;
	margin-bottom: .25rem;
}
.foot-nav li {
	display: inline-block;
}
.foot-nav li a {
	color: #888888;
	font-family: 'PTSerif';
	padding: 0 .15rem;
	line-height: .45rem;
}
.copyright {
	color: #888888;
}
/*--------------------------------------------------------
													page: index
																	------------------------------------------------------*/

.main_content {
	z-index: 9999;
	position: relative;
	overflow: hidden;
}
.index-title-bar {
	position: relative;
	text-align: center;
}
.index-title-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	padding-bottom: .2rem;
}
.index-title-bar .title a {
	text-transform: capitalize;
	line-height: .36rem;
	font-size: .3rem;
	color: #282828;
	font-weight: 100;
	font-family: 'PTSerif';
}
.index-title-bar .sub-title {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #545454;
	margin-top: 19px;
	margin-bottom: .45rem;
}
/*-------------------index-advertising-wrap-------------------------*/
.index-advertising-wrap {
	position: relative;
	overflow: hidden;
}
.index-advertising-wrap .advertising-items {
	width: 103%;
	position: relative;
	margin-left: -1.5%;
}
.advertising-items .advertising-item {
	display: inline-block;
	width: 33.33%;
	padding: 1.5%;
	position: relative;
}
.advertising-items .advertising-item img {
	width: 100%;
}
.advertising-items .advertising-item .img-shadow:after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(85,139,47,0.2);
	content: "";
	top: 0;
	left: 0;
	opacity: 0;
}
/*--------------------company-synopses------------------------*/
.company-synopses {
	position: relative;
	overflow: hidden;
}
.company-synopses ul {
	width: 103%;
	position: relative;
	margin-left: -1.5%;
}
.company-synopses-wrap:after {
	left: auto;
}
.synopsis-item {
	position: relative;
 *display: block;
 *zoom: 1;
	width: 33.33%;
	padding: 1.5%;
	z-index: 1;
	vertical-align: top;
	overflow: hidden;
}
.synopsis-item .item-wrap {
	position: relative;
}
.synopsis-item .item-info {
	position: absolute;
	bottom: 17%;
	left: 0;
	width: 100%;
	text-align: center;
}
.synopsis-item .item-info .item-title {
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	font-family: 'PTSerif';
	font-size: .24rem;
	line-height: .288rem;
	font-weight: 100;
	margin-bottom: 10px;
	color: #282828;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.synopsis-item .item-info .item-subtit {
	font-family: 'PTSerif-Italic';
	color: #888888;
	font-size: 15px;
	line-height: 21px;
	font-weight: 100;
}
.synopsis-item .item-img img {
	width: 100%;
}
.synopsis-item:nth-child(3) {
	width: 66.67%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	padding-bottom: 2%;
}
/*---------------------------index-blogs-wrap----------------------*/
.index-blogs-wrap {
	position: relative;
	padding: 5% 20% 5% 24.5%;
	background: #f4f4f4;
	margin-bottom: .6rem;
}
.index-blog-items {
	margin: auto;
	position: relative;
}
.index-blog-items .blog-item {
	padding: 0;
}
.index-blog-items .blog-item:before {
	display: none;
}
.index-blog-items .blog-item .blog-info {
	float: right;
	width: 76%;
	position: relative;
	padding-top: .72rem;
}
.index-blog-items .blog-item .blog-info:before {
	content: "";
	width: 52px;
	height: 43px;
	background-image: url(../images/icon_quotes.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.index-blog-items .blog-item .blog-info .blog-desc {
	font-family: 'PTSerif';
	font-weight: 100;
	color: #282828;
	font-size: .2rem;
	line-height: .3rem;
}
.index-blog-items .blog-item .blog-info .peopel-name a {
	font-size: .16rem;
	line-height: .24rem;
	color: #888;
	font-weight: 100;
	font-family: 'PTSerif-Italic';
	position: relative;
	padding-left: 15px;
	display: block;
	margin-top: 10px;
}
.index-blog-items .blog-item .blog-info .peopel-name a:before {
	width: 10px;
	height: 1px;
	background: #888888;
	content: "";
	left: 0;
	top: 12px;
	display: block;
	position: absolute;
}
.index-blog-items .blog-item .blog-img {
	max-width: 171px;
	float: left;
	width: 19%;
	margin-top:.65rem
}
.index-blog-items .blog-item .blog-img img {
 
	width: 100%;
}
.index-blog-items.owl-carousel .owl-controls .owl-dots {
	display: none !important;
}
.index-blog-items.owl-carousel .owl-controls .owl-nav {
	top: 50%;
}
.index-blog-items.owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	left: -195px;
	margin: 0;
}
.index-blog-items.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	right: -195px;
	margin: 0;
}
.index-blog-items.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .index-blog-items.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	color: #fff;
	background-color: #fe9b4b;
}
/*---------------------------trusted-partners-wrap----------------------*/
.trusted-partners-wrap {
	position: relative;
	padding: .35rem 0 .55rem 0;
}
.trusted-partners-wrap .trusted-partners-info {
}
.trusted-partners-wrap li {
	display: table;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.trusted-partners-wrap li img {
	width: 100%;
}
.trusted-partners-wrap li:hover img {
	-webkit-animation: zoomInA cubic-bezier(.17, .78, .38, .89) .3s;
	animation: zoomInA cubic-bezier(.17, .78, .38, .89) .3s;
}
.truster-side.owl-carousel .owl-controls .owl-nav {
	top: 50%;
	margin-top: -12.5px;
	opacity: 0;
}
.trusted-partners-wrap:hover .truster-side.owl-carousel .owl-controls .owl-nav {
	opacity: 1;
}
.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev, .truster-side.owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 0.22rem;
	line-height: 0.3rem;
	color: #000;
	position: absolute;
	margin: 0;
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	width: .3rem;
	text-align: center;
}
.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.truster-side.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev:before, .truster-side.owl-carousel .owl-controls .owl-nav .owl-next:before {
}
.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .truster-side.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	color: #fff;
	background-color: #fe9b4b;
}
/*----------------------product-items----------------------*/
.product-container {
	width: 100%;
}
.product-items {
	position: relative;
	width: 102%;
	margin-left: -1%;
	padding-bottom: .5rem;
}
.product-items .items-content {
/*width: 1230px;
	margin: .45rem 0 0 -15px;*/
}
.product-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	width: 33.333%;
	margin: 0 0 .22rem;
}
.product-items .product-item, .goods-items .product-item {
	width: 100%;
	visibility: visible !important;
}
.product-item .item-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-right: 4%;
}
.product-items .product-item .item-wrap {
}
.product-item .item-img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.product-item .item-img img {
	position: relative;
	width: 100%;
	-moz-transition: 1.5s all ease;
	-o-transition: 1.5s all ease;
	-webkit-transition: 1.5s all ease;
	transition: 1.5s all ease;
}
.product-item:hover .item-img img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.product-item .item-info .item-title {
	padding: .1rem .3rem;
	text-transform: capitalize;
}
.product-item .item-info .item-title, .product-item .item-info .item-title a {
	color: #282828;
	font-family: 'PT Sans Bold';
	font-weight: 100;
	font-size: 14px;
	line-height: 1.56em;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.product-items .product-item .item-img .img-shadow {
	position: absolute;
	bottom: -.8rem;
	right: 0;
	width: 0;
	height: 0;
	border: .8rem #fe9844 solid;
	border-color: transparent #fe9844 transparent transparent;
	opacity: 0;
}
.product-items .product-item .item-img .img-shadow:after {
	content: "\f002";
	color: #fff;
	top: -.4rem;
	left: .48rem;
	position: absolute;
	font-size: .22rem;
}
.product-items .product-item:hover .item-img .img-shadow {
	opacity: 1;
}
/*----------------------------------product-items nav---------------------------------*/


.index-product-wrap {
	position: relative;
	padding-top: .5rem;
}
.product-items .owl-carousel .owl-controls .owl-nav {
	top: 50%;
	text-align: left;
}
.product-items .owl-carousel .owl-controls .owl-nav .owl-prev, .product-items .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
}
.product-items .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -35px;
}
.product-items .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -35px;
}
.product-items .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .product-items .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	color: #fe9b4b;
}
.product-items .owl-carousel .owl-controls .owl-nav {
/* display: none !important;*/
}
.product-items:hover .owl-carousel .owl-controls .owl-nav {
	display: block !important;
}
/*----------------------------------page nav---------------------------------*/

.path-bar {
	position: relative;
	line-height: .33rem;
	margin-bottom: .25rem;
}
.path-bar:before {
	width: 100%;
	height: 10px;
	content: "";
	position: absolute;
	;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(#f5f5f5, #ffffff);
	background: -o-linear-gradient(#f5f5f5, #ffffff);
	background: -moz-linear-gradient(#f5f5f5, #ffffff);
	background: linear-gradient(#f5f5f5, #ffffff);
}
.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: .16rem;
}
.path-bar li:after {
	content: "/";
	margin: 0 .1rem;
	font-size: .18rem;
}
.path-bar li a {
	color: #2f2f2d;
	font-size: 14px;
	font-family: 'SourceSansProLightIt';
}
.path-bar li.current a {
	color: #fe9b4b;
}
.path-bar li:last-child:after {
	display: none;
}
.page-bar {
}
.pages {
	position: relative;
	text-align: center;
	margin: .4rem 0 .15rem;
}
.pages a {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	border: 1px solid #fe9b4b;
	line-height: 25px;
	min-width: 26px;
	padding: 0 8px;
	margin: 0 0 0 5px;
	border-radius: 3px;
}
.pages a.current, .pages a:hover {
	background: #fe9b4b;
	color: #FFF;
}
.pages span {
	border: 1px solid rgba(0,89,139,.2);
	line-height: 25px;
	min-width: 26px;
	padding: 0 8px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	display: inline-block;
}
/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 225px;
}
.side-tit-bar {
	position: relative;
}
.side-tit-bar .side-tit {
	position: relative;
	font-size: .18rem;
	line-height: .37rem;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'SourceSansProSemibold';
	border-bottom: 1px solid #a2a1a1;
}
.side-tit-bar .side-tit:after {
	width: 70px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.side-widget {
	position: relative;
	margin: 0 0 .35rem;
	background: #f4f4f4;
	padding: 0 .1rem;
}
.side-cate {
	padding: .2rem 0;
}
.side-cate li {
	position: relative;
	line-height: 33px;
}
.side-cate li {
	padding: 0 .15rem;
	position: relative;
}
.side-cate > li:before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #000;
	position: absolute;
	;
	left: 0;
	top: 15px;
}
.side-cate ul {
	display: none;
}
.side-cate li a {
	position: relative;
	display: block;
}
.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	cursor: pointer;
	color: #99abbf;
}
.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f067';
}
.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f068';
}
.side-cate li.nav-current > a, .side-cate li:hover > a, li.show_li >a {
	color: #fe9b4b;
}
.side-cate li.nav-current > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li >.icon-cate {
	color: #fe9b4b;
}
.side-product-items {
	position: relative;
	padding: .4rem .08rem;
}
.side-product-items .items_content {
	position: relative;
}
.side-product-items .items_content {
}
.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	padding: .12rem 0;
	overflow: hidden;
}
.side_product_item figure {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.side_product_item .item-img {
	position: relative;
	width: .85rem;
	display: table-cell;
	vertical-align: middle;
	padding: 0 .2rem 0 0;
}
.side_product_item .item-img img {
	position: relative;
	width: 100%;
	border: 1px solid #eee;
}
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}
.side-product-items .btn-prev, .side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
	opacity: .25;
}
.side-product-items .btn-prev {
	top: .2rem;
	background: url(../images/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
	bottom: .2rem;
	background: url(../images/side_product_down.png) no-repeat center center;
}
.aside .side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}
.aside .side-bn img {
	max-width: 100%
}
/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: 78.3%;
	float: right;
	padding-bottom: .7rem;
}
.main-tit-bar {
	border-bottom: 1px solid rgba(0,89,139,.2);
	margin: 0 0 .12rem;
	overflow: hidden;
}
.main-tit-bar .title {
	color: #333;
	font-size: .22rem;
	text-transform: uppercase;
	float: left;
}
.main-tit-bar .share-this {
	float: right;
}
.main-banner {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(0,89,139,.2);
}
.main-banner .item, .main-banner .item img {
	position: relative;
	width: 100%;
}
.main-banner .flex-control-nav {
	display: none;
}
.main-banner .flex-direction-nav {
	display: block;
}
.main-banner .flex-direction-nav .flex-next {
	right: .4rem;
}
.main-banner .flex-direction-nav .flex-prev {
	left: .4rem;
}
.goods-summary {
	margin: .17rem 0 .25rem;
}
.items_list {
}
.items_list ul {
	width: 103%;
	margin-left: -1.5%;
}
.items_list ul .product-item {
	padding: 1.5%;
	margin-bottom: 0;
}
.items_list ul .product-item .item-wrap {
	margin-right: 0;
}
.goods-items .product-item .item-img, .items_list ul .product-item .item-img {
	border: 1px solid #d2d2d2;
	padding: 4px;
	position: relative;
}
/*--------------------------------------------------------
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
	position: relative;
	overflow: hidden;
}
.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 .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.product-view {
	position: relative;
	width: 38%;
	float: left;
}
.product-view .product-image {
	position: relative;
	padding: 3px;
	border: 1px solid rgba(0,89,139,.2);
}
.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: 90%;
	margin: 0 auto;
}
.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: 2px solid #bbbab9;
}
.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0 .1rem;
}
.product-view .image-additional li.current img {
	border-color: #fe9b4b;
}
.product-view .image-additional img.popup {
	display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
	top: 50%;
	margin: -.1rem 0 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	margin: 0;
	padding: 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -5%;
}
/*product summary*/
.product-summary {
	position: relative;
	width: 58%;
	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: #fe9b4b;
	border: 1px solid #fe9b4b;
	color: #FFF;
	margin: 10px 20px 0 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: #fe9b4b;
}
.product-summary .share-this {
	margin: .3rem 0 0;
}
/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
}
.detail-tabs {
	position: relative;
	border-bottom: 2px solid #fe9b4b;
	padding-bottom: 1px;
}
.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	line-height: 33px;
	cursor: pointer;
	font-size: .16rem;
	margin: 0 .03rem 0 0;
	padding: 0 .18rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #fe9b4b;
	font-family: 'SourceSansProSemibold';
}
.detail-tabs .title.current {
	color: #fff;
	background: #fe9b4b;
	border-color: #fe9b4b;
}
.product-detail .tab-panel-content {
	padding: .3rem 0;
	display: block;
	overflow: hidden
}
.product-detail .disabled {
	display: none;
}
/*like product*/
.goods-may-like {
	position: relative;
	margin: .5rem 0 0;
}
.goods-title-bar {
	position: relative;
	border-bottom: 1px solid #b1a7a7;
}
.goods-title-bar:after {
	width: 70px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.goods-title-bar .title {
	font-size: .16rem;
	text-transform: uppercase;
	font-weight: normal;
	line-height: .33rem;
	font-family: 'SourceSansProSemibold';
}
.goods-title-bar .title, .goods-title-bar .title a {
}
.goods-items {
	margin: .2rem 0 0;
	width: 103%;
	margin-left: -1.5%;
}
.goods-items .product-item {
	margin: 0 0 .0;
	padding: 1.5%;
}
/*--------------------------------------------------------
													page: blog list
																	------------------------------------------------------*/
.blog_list {
	position: relative;
	width: 100%;
}
.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: .2rem 0;
}
.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.blog-item .item-wrap {
}
.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 2rem;
	margin: 0 .2rem 0 0;
	float: left;
}
.blog-item .item-img img {
	position: relative;
	width: 100%;
}
.blog-item .item-info {
}
.blog-item .item-info .item-title {
	font-size: .16rem;
}
.blog-item .item-info time {
	display: block;
	font-style: italic;
	margin: .08rem 0;
}
.blog-item .item-info .item-detail {
}
.blog-item .item-info .item-more {
	float: right;
	color: #fe9b4b;
}
/*--------------------------------------------------------
													page: download list
																	------------------------------------------------------*/
.download_list {
	position: relative;
	width: 100%;
}
.download-item {
	position: relative;
	overflow: hidden;
	padding: .15rem 0;
	margin: 0 0 .1rem;
	line-height: .3rem;
	border-bottom: 1px solid #eee;
}
.download-item .item-img {
	max-width: 25px;
}
.download-item .item-title {
	position: relative;
	display: inline-block;
 *display: inline;
	vertical-align: top;
 *zoom: 1;
	margin: 0 .1rem;
	font-size: .16rem;
	font-weight: bold;
}
.download-item .item-button {
	position: relative;
	display: inline-block;
 *display: inline;
	vertical-align: top;
 *zoom: 1;
	float: right;
	line-height: .3rem;
	padding: 0 .15rem;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: .05rem;
	cursor: pointer;
}
.download-item .item-button:before {
	content: "\f019";
	margin: 0 .1rem 0 0;
}
/*--------------------------------------------------------
													page: faq list
																	------------------------------------------------------*/
.faq_list {
	position: relative;
	width: 100%;
}
.faq-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 .35rem;
	border-bottom: 1px solid #eee;
}
.faq-item .faq-title {
	position: relative;
	font-size: .16rem;
	line-height: .3rem;
	padding: .15rem 0;
	cursor: pointer;
}
.faq-item .faq-title:before {
	position: absolute;
	content: "\f067";
	left: -.35rem;
	top: 50%;
	margin: -.13rem 0 0;
	border: 1px solid #000;
	border-radius: 50%;
	width: .2rem;
	height: .2rem;
	text-align: center;
	line-height: .2rem;
	font-size: .12rem;
	font-weight: normal;
}
.faq-item .faq-title.show-title:before {
	content: '\f068';
}
.faq-item .faq-cont {
	margin: 0 0 .25rem;
	display: none;
}
.faq-item:first-child .faq-cont {
	display: block;
}

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

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

@media only screen and (max-width: 1366px) {
html {
	font-size: 600%;
}
.side-tit-bar .side-tit {
	font-size: .15rem;
}
}

@media only screen and (max-width: 1280px) {
html {
	font-size: 570%;
}
.layout, .nav-bar .nav-wrap, .path-bar .path-nav, .index-layout {
	width: 98%;
}
.fullscreen-container {
	width: 100%;
}
body {
	min-width: 100%;
}
.scrollsidebar, .bottomsidebar {
	display: none;
}
.nav-bar, .logo img {
}
.nav-bar .nav > li > a {
	padding: 0 .15rem;
}
.index-title-bar .title {
	font-size: .33rem;
}
.product-items .items-content {
	width: 100%;
	margin-left: 0;
}
.product-container {
	width: 100%;
}
.foot-items {
	padding: .5rem 0;
}
.index-blogs-wrap {
	padding: 5% 15%;
	margin-bottom: .5rem;
}
}

@media only screen and (max-width: 1200px) {
.aside {
	width: 200px;
}
.index-advertising-wrap {
	margin-top: 0;
}
.index-blog-items.owl-carousel .owl-controls .owl-nav {
	display: none !important;
}
.index-blog-items.owl-carousel .owl-controls .owl-dots {
	display: block !important;
}
.index-product-wrap {
	padding-top: .3rem;
}
.product-items {
	padding-bottom: .3rem;
}
.trusted-partners-wrap {
	padding: .3rem 0;
}
.index-blogs-wrap {
	padding: .3rem 5%;
	margin-bottom: .3rem;
}
.foot-items, .foot-bottom {
	padding: .3rem 0;
}
.foot-items .foot-logo {
	margin-bottom: .3rem;
}
.foot-nav {
	width: 90%;
}
.nav-bar {
	padding: .15rem 0;
}
}

@media only screen and (max-width: 1000px) {
.main {
	width: 76%;
}
}

@media only screen and (max-width: 1024px) {
html {
	font-size: 550%;
}
}

@media only screen and (max-width: 950px) {
html {
	font-size: 550%;
}
.z10000 {
	position: relative;
	z-index: 100000;
}
.mobile-body-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.mobile-ico-close {
	width: 30px;
	height: 30px;
	background: #fff url(../images/mobile_close.png) center center no-repeat;
	background-size: 50% auto;
	position: absolute;
	right: -35px;
	top: 0;
}
img {
	max-width: 100%;
}
.sub-content {
	position: relative;
	display: block;
	right: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
	z-index: 99999;
}
.lang-more {
	display: none !important
}
.mobile-head-items {
	position: fixed;
	top: 0;
	left: 0;
	background: #161622;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: left;
	display: block;
	z-index: 99;
}
.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, .change-language, .head-search, .nav-top, .head-contact {
	display: none !important;
}
.nav-bar {
	padding: 25px 0 0 0;
}
.logo {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
}
.head-social li {
	background: #fe9844;
	margin-right: .15rem;
	width: .55rem;
	border-radius: 50%;
}
.mobile-head-item.mobile-head-search .head-search-form {
	display: block !important;
	float: none;
}
.head-search-form {
	position: relative;
	width: 100%;
	height: .35rem;
	border: 1px solid #000;
}
.head-search-form .search-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: .35rem;
	background: none;
	border: none;
	padding: 0 .1rem;
}
.head-search-form .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: .35rem;
	height: .35rem;
	background: none;
	border: none;
}
/*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: 0;
	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;
}
/*---------index------*/


.main_content {
}
.index-product-wrap {
	padding-top: .2rem;
}
.trusted-partners-wrap, .foot-items, .foot-bottom {
	padding: .2rem 0;
}
.index-blogs-wrap {
	padding: .2rem 2%;
	margin-bottom: .2rem;
}
.foot-nav li a {
	line-height: .3rem;
}
.synopsis-item .item-info {
	bottom: 5%;
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	font-size: 14px;
	line-height: .16rem;
}
.synopsis-item .item-info .item-subtit {
	font-size: 12px;
	line-height: 15px;
}
.synopsis-item:nth-child(3) {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	padding-bottom: 0;
}
.synopsis-item {
	width: 50%;
	display: inline-block;
}
.product-items {
	padding: 0 0 .3rem;
}
.foot-items {
	padding: .3rem 0;
}
.foot-items .foot-item {
	width: 50%;
	margin-bottom: 3%;
}
.trusted-partners-info li img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.foot-items .foot-item {
	padding: 0;
}
.foot-items .foot-item.foot-item-contact, .foot-items .foot-item.foot-item-news, .foot-items .foot-item.foot-item-inquiry {
	width: 50%;
	margin: 0 0 .2rem;
	padding: 0;
}
.foot-items .foot-item.foot-item-contact {
}
/* aside */

.aside {
	display: none;
}
.side-product-items .btn-prev, .side-product-items .btn-next {
	display: none;
}
.side_product_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
/* main */

.main {
	width: 98%;
	float: none;
	margin: 0 auto;
	padding-bottom: .3rem;
}
.product-items .product-item {
	visibility: visible !important;
}
/* product intro */

.product-view {
	width: 50%;
	float: none;
	margin: 0 auto;
}
.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-view .image-additional li.single {
	display: block
}
/* product summary */
.product-summary {
	position: relative;
	width: 100%;
	float: none;
}
.product-summary .share-this {
	float: none;
	margin: 30px 0;
}
/* product 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 */
}

@media only screen and (max-width: 768px) {
.index-title-bar .title a {
	text-transform: capitalize;
	font-size: 0.3rem;
}
.index-advertising-wrap .advertising-items {
	padding: 0;
}
}

@media only screen and (max-width: 640px) {
.product-items {
	padding: .3rem 0 .5rem 0;
}
.foot-items {
	padding: .3rem 0 0 0;
}
.advertising-items .advertising-item {
	width: 100%;
}
}

@media only screen and (max-width: 500px) {
.logo img {
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	display: none;
}
.flex-control-paging li a {
	width: .1rem;
	height: .1rem;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
	width: .12rem;
	height: .12rem;
}
.blog-item .item-img {
	max-width: 1.5rem;
	margin: 0 .15rem 0 0;
}
.synopsis-item {
	width: 100%;
}
.product-item {
	width: 50%;
}
.foot-items .foot-item.foot-item-contact, .foot-items .foot-item.foot-item-news, .foot-items .foot-item.foot-item-inquiry {
	width: 100%;
}
.foot-items .foot-item.foot-item-contact {
	padding: 0;
}
.side_product_item {
	width: 100%;
}
.product-view {
	width: 100%;
}
.inquiry-form {
	padding: .2rem .1rem;
}
.inquiry-form .inquiry-form-ico {
	width: .6rem;
	right: .1rem;
	top: .1rem;
}
.inquiry-form input[type="text"].form-input, .inquiry-form textarea.form-text {
	width: 80%;
}
.inquiry-form textarea.form-text {
	width: 100%;
}
.download-item .item-title {
	display: block;
	margin: .1rem 0;
}
.download-item .item-button {
	float: none;
}
}

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

@media only screen and (max-width: 320px) {
.synopsis-item, .product-item {
	width: 100%
}
}

@media only screen and (max-width: 950px) {
.change-language-cont {
	top: auto !important;
 *top: auto !important;
	padding: 0 !important;
	width: 100% !important;
	text-align: left !important;
}
.sub-content {
	position: relative !important;
	display: block !important;
	right: auto !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	z-index: 99999 !important;
}
.change-language-title {
	display: none !important;
}
.change-language-cont ul li {
	width: 25% !important;
	margin: 0 !important;
	border: none !important;
	;
}
.tp-leftarrow, .tp-rightarrow {
	display: none;
}
.tp-bullets {
	display: block;
}
}

@media only screen and (max-width: 768px) {
.change-language-cont ul li {
	width: 33.33333% !important;
}
}

@media only screen and (max-width: 640px) {
.change-language-cont ul li {
	width: 50% !important;
}
}

@media only screen and (max-width: 320px) {
.change-language-cont ul li {
	width: 50% !important;
}
}
.none {
	display: none;
}
