@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 10000;
}
.topbar {
	position: relative;
	padding-top: .37rem;
}
.logo, .language, .head-search, .nav-bar .nav, .head-contact, .head-contact .head-phone, .head-contact .head-email {
	position: relative;
	display: inline-block;
*display:inline;
 *zoom:1;
	vertical-align: top;
	text-align: left;
}
/*============================================================
					head-contact
============================================================*/

.head-contact {
	font-size: 14px;
	line-height: .31rem;
	display: block;
	text-align: right;
}
.head-contact, .head-contact a {
	color: #5d6a7f;
	font-family: 'Montserrat-Light';
	font-size: .26rem;
	line-height: 30px;
	margin-bottom: 16px;
}
.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: .31rem;
	font-size: .26rem;
	line-height: .31rem;
	color: #5d6a7f;
}
.head-contact .head-phone:before {
	content: "\f095";/*content: "\f2a0";*/
}
.head-contact .head-email:before {
	content: "\f003";
}
/*============================================================
					change-language
============================================================*/
.change-language {
	padding: .115rem;
	float: right;
	z-index: 2 !important;
	background-color: #df2b4e;
}
.change-language-info .change-language-title span, .change-language-info .change-language-title .language-icon:before {
	color: #fff !important;
}
.change-language-info .change-language-title.title-show span, .change-language-info .change-language-title.title-show .language-icon:before {
	color: #666 !important;
}
.logo {
	position: relative;
	float: left;
}
.logo img {
	position: relative;
}
.tasking {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #df2b4e;
	overflow: hidden;
	display: none;
	z-index: 1;
}
.head-search-form {
	position: relative;
	width: 2.8rem;
	height: .52rem;
	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;
	float: right;
	background-color: #e8ebf1;
	padding: 7px;
}
.search-ipt {
	background: #fff;
	border: 1px solid #ccc7c4;
	color: #8c8b8b;
	width: 100%;
	height: .4rem;
	padding-left: .1rem;
}
.head-search-form .search-btn {
	font-family: 'fontawesome';
	color: #3c3c3c;
	position: absolute;
	top:7px;
	right: 5px;
	font-size: 18px;
	line-height: .38rem;
	background: #ffffff;
	background: -moz-linear-gradient(top, #fff 0%, #e9ecf1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e9ecf1 100%);
	background: -o-linear-gradient(top, #fff 0%, #e9ecf1 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e9ecf1 100%);
	background: linear-gradient(to bottom, #fff 0%, #e9ecf1 100%);
	border: 1px solid #dfdfdf;
}
.nav-bar {
	position: relative;
	width: 100%;
	margin: auto;
	position: relative;
	width: 100%;
	margin: auto;
	background: -moz-linear-gradient(top, #282d33 0%, #151a20 100%);
	background: -webkit-linear-gradient(top, #282d33 0%, #151a20 100%);
	background: -o-linear-gradient(top, #282d33 0%, #151a20 100%);
	background: -ms-linear-gradient(top, #282d33 0%, #151a20 100%);
	background: linear-gradient(to bottom, #282d33 0%, #151a20 100%);
}
.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;
	padding: 0 .3rem 0 0;
}
.nav-bar .nav > li.nav-current > a {
}
.nav-bar .nav > li > a {
	position: relative;
	display: inline-block;
	height: .6rem;
	line-height: .6rem;
	text-transform: uppercase;
	font-weight: 100;
	font-size: .16rem;
	font-family: 'Ubuntu Bold';
	color: #a4adbb
}
.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: .6rem;
	left:0;
	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: #df2b4e;
}
.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;
}
/*--------------------------footer---------------------------*/
.foot-wrapper {
	position: relative;
	width: 100%;
	z-index: 0;
	border-top: 1px solid #e8e9e9;
}
.foot-wrapper, .foot-wrapper a {
	color: #df2b4e;
	line-height: .2rem;
	word-break: break-all;
	font-family: 'Ubuntu Regular';
}
.foot-items {
	padding: .8rem 0 .5rem 0;
	line-height: 2.3;
}
.foot-items .foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
*display:inline;
 *zoom:1;
}
.foot-items .foot-item .foot-tit {
	position: relative;
	text-transform: uppercase;
	margin: 0 0 .2rem;
	font-weight: 100;
	font-size: 16px;
	color: #5d6a7f;
	line-height: .22rem;
	font-family: 'Ubuntu Bold';
}
.foot-items .foot-item.foot-item-contact {
	width: 26.25%;
}
.foot-items .foot-item.foot-item-Information {
	width: 48.33%;
	padding: 0 1rem;
}
.foot-social {
	position: relative;
	margin: .2rem 0 0;
	display: block;
}
.foot-social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 .15rem 0 0;
}
.foot-social li img {
}
.foot-items .foot-item.foot-item-nav {
	width: 25.4%;
}
.foot-items .foot-item.foot-item-nav li a {
	text-decoration: underline;
}
.foot-item.foot-item-contact li {
	position: relative;
	padding: 0 0 0 .35rem;
	color: #5d6a7f
}
.foot-item.foot-item-contact li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: .18rem;
	width: .35rem;
	text-align: center;
	line-height: .32rem;
}
.foot-item.foot-item-contact li.foot_addr:before {
	content: "\f041";
}
.foot-item.foot-item-contact li.foot_phone:before {
	content: "\f095";
}
.foot-item.foot-item-contact li.foot_email:before {
	content: "\f003"
}
.foot-item.foot-item-contact li.foot_fax:before {
	content: "\f1ac"
}
.foot-item.foot-item-contact li.foot_skype:before {
	content: "\f17e"
}
.copyright {
	text-align: center;
	padding: .2rem 0;
	background-color: #fff;
	color: #a4adbb;
	font-size: 12px;
	line-height: 17px;
}
/*--------------------------------------------------------
													page: index
																	------------------------------------------------------*/

.main_content {
	z-index: 999;
	position: relative;
}
.index-title-bar {
	position: relative;
	text-align: center;
	padding: 0 0 .45rem 0;
}
.index-title-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
*display: inline;
*zoom: 1;
}
.index-title-bar .title a {
	text-transform: uppercase;
	line-height: .31rem;
	font-size: .26rem;
	font-weight: 100;
	color: #5d6a7f;
	font-family: 'Ubuntu Bold';
}
.index-title-bar .sub-title {
	color: #727272;
	margin-bottom: 11px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 17.6px;
}
/*company-synopses*/
.company-synopses {
	position: relative;
	overflow: hidden;
	padding: 0 0 1.1rem 0;
}
.company-synopses ul {
	width: 100%;
}
.company-synopses-wrap:after {
	left: auto;
}
.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
*display:inline;
 *zoom:1;
	width: 25%;
	z-index: 1;
	vertical-align: top;
	overflow: hidden;
}
.synopsis-item .item-wrap {
	position: relative;
}
.synopsis-item img {
	width: 100%;
}
.synopsis-item .item-info {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0 0 7% 7%;
}
.synopsis-item .item-info .item-desc, .synopsis-item .item-info .item-desc a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu Light';
	font-size: .24rem;
	line-height: .29rem;
	margin: 0 0 10px;
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: .38rem;
	line-height: .456rem;
	font-weight: 100;
	text-transform: capitalize;
}
.synopsis-item .item-info .syno-more {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 8px 20px;
	font-family: 'Ubuntu Bold';
	font-weight: 100;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2b4e), color-stop(100%, #c82343));
	background: -webkit-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -o-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -ms-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: linear-gradient(to bottom, #df2b4e 0%, #c82343 100%);
}
.synopsis-item .item-info .syno-more:hover {
	background: #758296;
}
.synopsis-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*=============================
		index-project-wrap
=============================*/
.index-latest-wrap {
	background-color: #20252b;
	position: relative;
	padding: 1rem 0 0 0;
}
.index-latest-wrap .latest-logo {
	text-align: center;
	margin-bottom: .45rem;
}
.product-items.owl-carousel .product-item .item-wrap, .index-product-wrap .product-items .product-item .item-wrap {
	margin: 0;
}
.index-latest-wrap .product-items, .index-product-wrap .product-items {
	width: 100%;
}
.index-latest-wrap .product-items .latest-item .item-wrap {
	margin: 0;
}
.index-latest-wrap .latest-item .item-info {
	text-align: left;
	margin-top: .2rem;
}
.index-latest-wrap .latest-item .item-info .widget-latest-data {
	color: #df2b4e;
	line-height: .21rem;
	font-size: 14px;
	font-family: 'Ubuntu Bold';
	text-transform: uppercase;
	font-weight: 100;
}
.index-latest-wrap .latest-item .item-info .item-title {
	padding: 0 0 5px 0;
}
.index-latest-wrap .latest-item .item-info .item-title a {
	color: #fff;
	line-height: .25rem;
	font-size: .16rem;
	font-family: 'Ubuntu Bold';
	font-weight: 100;
}
.index-latest-wrap .latest-item .item-info .sub-title, .index-latest-wrap .latest-item .item-info .sub-title a {
	color: #a4adbb;
	font-size: 14px;
	line-height: .21rem;
	font-family: 'Ubuntu Regular';
	font-weight: 100;
}
.index-latest-wrap .more {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 9px 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Ubuntu Bold';
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	border: 0;
	background: #df2b4e;
	background: -moz-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2b4e), color-stop(100%, #c82343));
	background: -webkit-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -o-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: -ms-linear-gradient(top, #df2b4e 0%, #c82343 100%);
	background: linear-gradient(to bottom, #df2b4e 0%, #c82343 100%);
	margin: .2rem 0;
}
.index-latest-wrap .more:hover {
	background: #758296;
}
/*=============================index-client-wrap=============================*/

.index-client-wrap {
	position: relative;
	overflow: hidden;
}
.index-client-wrap .client-items li {
	text-align: center;
}
/*=============================newsletter-footer=============================*/
.newsletter-footer {
	background-color: #df2b4e;
	text-align: center;
	padding: .55rem 0;
}
.newsletter-tit {
	font-family: 'Ubuntu Bold';
	color: #ffffff;
	margin-bottom: .1rem;
	text-transform: uppercase;
	font-size: 26px;
}
.newsletter-subtit {
	font-family: 'Ubuntu Light';
	font-size: 14px;
	color: #ffffff;
	margin-bottom: .2rem;
}
.subscribe .button {
	display: inline-block;
	line-height: .32rem;
	border-radius: 4px;
	margin: .2rem 0;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 18px;
	vertical-align: top;
	background: #282d33;
	background: -moz-linear-gradient(top, #282d33 0%, #161a20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282d33), color-stop(100%, #161a20));
	background: -webkit-linear-gradient(top, #282d33 0%, #161a20 100%);
	background: -o-linear-gradient(top, #282d33 0%, #161a20 100%);
	background: -ms-linear-gradient(top, #282d33 0%, #161a20 100%);
	background: linear-gradient(to bottom, #282d33 0%, #161a20 100%);
	background-color: rgba(0, 0, 0, 0);
	color: #a4adbb;
	text-transform: uppercase;
	position: relative;
}
.subscribe .button:before {
	font-family: "fontawesome";
	content: "\f003";
	margin: 0 .05rem 0 0;
}
.subscribe .button:hover {
	background: #758296;
}
/*==================================================================*/
.index-product-wrap .product-item .item-info .item-title {
	text-align: left;
	padding: .2rem 0;
}
.index-product-wrap .product-item .item-info .item-title a {
	font-weight: 100;
	color: #5d6a7f;
	font-size: 14px;
	text-transform: uppercase;
	line-height: .2rem;
	font-family: 'Ubuntu Regular';
}
/*=============================product-items=============================*/
.product-container {
	width: 102.45%;
}
.product-items {
	position: relative;
	width: 100%;
	padding: 0 0 .7rem;
}
.product-items .items-content {
}
.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%;
	margin: 0;
	visibility: visible !important;
}
.product-item .item-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 22px 0 0;
}
.product-items .product-item .item-wrap {
}
.product-item .item-img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f7f9fc;
}
.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: #252525;
	font-family: 'SourceSansProLight';
	font-size: .14rem;
	font-weight: 100;
}
.product-items .product-item .item-img .img-shadow {
	background-color: rgba(80,80,80,.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.product-items .product-item .item-img .img-shadow:after {
	content: "\f0c1";
	color: #df2b4e;
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 35px;
	margin-left: -17px;
	margin-top: -27px;
}
.product-items .product-item:hover .item-img .img-shadow {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*----------------------------------page nav---------------------------------*/

.path-bar {
	position: relative;
	background: #e8ebf2;
	line-height: .33rem;
	margin-bottom: .25rem;
}
.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: .16rem;
}
.path-bar li:after {
	content: "\f054";
	margin: 0 .1rem;
	font-size: 12px;
	color: #a4adbb;
	font-weight: 100;
}
.path-bar li a {
	color: #a4adbb;
	font-size: 14px;
	font-family: 'Ubuntu Medium';
}
.path-bar li:first-child a {
	font-size: 0;
}
.path-bar li:first-child a:before {
	content: "\f015";
	color: #ff386a;
	font-size: .16rem;
}
.path-bar li.current a {
}
.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 #df2b4e;
	line-height: 25px;
	min-width: 26px;
	padding: 0 8px;
	margin: 0 0 0 5px;
	border-radius: 3px;
}
.pages a.current, .pages a:hover {
	background: #df2b4e;
	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: capitalize;
	color: #707b8f;
	font-family: 'SourceSansProSemibold';
	border-bottom: 1px solid #abafbb;
}
.side-tit-bar .side-tit:after {
	background: #727b8c;
	width: 72px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.side-widget {
	position: relative;
	margin: 0 0 .2rem;
	background: #e8ebf2;
	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:after {
	position: absolute;
	left: 0;
	top: 15px;
	width: 3px;
	height: 3px;
	background: #000;
	content: "";
}
.side-cate ul {
	display: none;
}
.side-cate li a {
	position: relative;
	display: block;
	color: #76777b;
}
.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: #df2b4e;
}
.side-cate li.nav-current > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li >.icon-cate {
	color: #df2b4e;
}
.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_item figcaption a {
	color: #76777b;
}
.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: 102.45%;
}
.goods-items .product-item .item-wrap, .items_list ul .product-item .item-wrap {
	border: 1px solid #d2d2d2;
	padding: 4px;
}
/*--------------------------------------------------------
													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: #df2b4e;
}
.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 {
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev::after {
	display: none;
}
/*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: #df2b4e;
	border: 1px solid #df2b4e;
	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: #df2b4e;
}
.product-summary .share-this {
	margin: .3rem 0 0;
}
/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
}
.detail-tabs {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 2px solid #df2b4e;
}
.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: #df2b4e;
	font-family: 'SourceSansProSemibold';
}
.detail-tabs .title.current {
	color: #fff;
	background: #df2b4e;
}
.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 {
	border-bottom: 1px solid #abafbb;
	position: relative;
}
.goods-title-bar:after {
	background: #727b8c;
	width: 72px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.goods-title-bar .title {
	font-size: .16rem;
	text-transform: uppercase;
	font-weight: normal;
	line-height: .33rem;
	padding-left: 0;
	font-family: 'SourceSansProSemibold';
}
.goods-title-bar .title, .goods-title-bar .title a {
	color: #abafbb;
}
.goods-items {
	width: 102.45%;
	margin: .2rem 0 0;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav {
	padding-right: 20px;
}
/*--------------------------------------------------------
													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: #df2b4e;
}
/*--------------------------------------------------------
													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 {
	width: 98%;
}
nav-bar {
	width: 100%;
}
.topbar {
	padding-top: .2rem;
}
body {
	min-width: 100%;
}
.scrollsidebar, .bottomsidebar {
	display: none;
}
.index-latest-wrap {
	padding: .5rem 0 0 0;
}
.company-synopses {
	padding: 0 0 .5rem 0;
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	font-size: .3rem;
	line-height: .35rem;
}
.synopsis-item .item-info .item-desc, .synopsis-item .item-info .item-desc a {
	font-size: .18rem;
	line-height: .2rem;
}
.product-items .items-content {
	width: 100%;
	margin-left: 0;
}
.foot-items .foot-item {
	padding: 0 1rem 0 0;
}
.items_list ul, .goods-items {
	width: 100%;
}
.product-container {
	width: 100%;
}
.product-item .item-wrap {
	margin: 0 .11rem;
}
.product-items {
	padding: 0 0 .5rem;
}
.foot-items {
	padding: .5rem 0;
}
.index-latest-wrap .product-items .product-item .item-wrap {
}
.index-latest-wrap .product-items, .index-product-wrap .product-items {
	width: 100%;
}
.index-latest-wrap .product-items .items-content.owl-carousel .owl-controls .owl-nav, .index-product-wrap .product-items .items-content.owl-carousel .owl-controls .owl-nav {
	padding-right: 0%;
}
}

@media only screen and (max-width: 1200px) {
.aside {
	width: 200px;
}
}

@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%;
}
body {
	border-bottom: .5rem #20252b solid;
}
.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;
}
.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, .foot-social, .head-search-form, .nav-bar, .topbar .header-right, .foot-items .foot-item.foot-item-Information {
	display: none !important;
}
.mobile-head-items .head-search-form, .mobile-head-items .foot-social, .mobile-contact .head-contact {
	display: block !important;
}
.topbar {
	padding-top: 25px;
}
.logo {
	display: block;
	text-align: center;
	width: 100%;
	padding : 10px 0;
}
.head-search-form {
	position: relative;
	width: 100%;
	top: auto;
	right: auto;
}
.foot-social {
	float: none;
	text-align: center;
	margin-top: 0;
}
.mobile-contact .head-contact {
	position: fixed;
	bottom: 0;
	background: #000;
	width: 100%;
	z-index: 999999;
	display: none !important;
}
.head-contact {
	float: none;
}
.head-contact .head-phone, .head-contact .head-email {
	padding: 0;
	margin: 0;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.head-contact .head-email {
	background: #df2b4e;
}
.head-contact .head-phone::before, .head-contact .head-email::before {
	left: 25%;
}
/*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------*/
.fullscreen-container {
	margin-top: 0;
}
.main_content {
}
.index-title-bar .sub-title {
	width: 75%;
}
.company-synopses {
	padding: 0 0 .3rem 0;
}
.company-synopses ul {
	width: 100%;
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	font-size: .18rem;
	line-height: .25rem;
}
.synopsis-item .item-info .item-desc, .synopsis-item .item-info .item-desc a {
	font-size: 14px;
	line-height: 16px;
}
.product-items {
	padding: 0 0 .3rem;
}
.index-latest-wrap {
	padding: .3rem 0 0 0;
}
.newsletter-footer {
	padding: .3rem 0;
}
.subscribe .button {
	margin: 0;
}
.index-title-bar {
	padding: 0 0 .2rem 0;
}
.foot-items {
	padding: .3rem 0;
}
.foot-items .foot-item {
	padding: 0;
}
.foot-items .foot-item.foot-item-contact, .foot-items .foot-item.foot-item-Information, .foot-items .foot-item.foot-item-nav {
	width: 50%;
	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;
}
.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) {
.synopsis-item {
	width: 50%;
}
.index-latest-wrap .latest-logo {
	margin-bottom: 25px;
}
}

@media only screen and (max-width: 640px) {
.index-latest-wrap .latest-logo {
	margin-bottom: 20px;
}
.newsletter-tit {
	margin-bottom: 0;
	font-size: 20px;
}
.synopsis-item {
	width: 100%;
	margin: 1px 0;
}
.synopsis-item .item-info .item-title, .synopsis-item .item-info .item-title a {
	font-size: .3rem;
	line-height: .35rem;
	margin-bottom: 10px;
}
.synopsis-item .item-info .item-desc, .synopsis-item .item-info .item-desc a {
	font-size: .18rem;
	line-height: .2rem;
}
.index-latest-wrap .product-item .item-info .item-title a {
	font-size: .18rem;
	margin-bottom: 0;
}
.product-item .item-info .item-title {
	padding: 0 1%;
}
}

@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-Information, .foot-items .foot-item.foot-item-nav {
	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;
	;
}
}

@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;
}
body {
	border-bottom: .3rem #20252b solid;
}
}

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