﻿@charset "utf-8";


/*--------------------------head-wrapper---------------------------*/
 
 
.head-wrapper{
	position:relative;
	width:100%;
	z-index:10000;
	background:#f5f5f5;
	padding:0 0 20px;
	}
.head-wrapper:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-.18rem;
	width:100%;
	height:.18rem;
	background:url(../images/shadow.png) repeat-x top left;
	z-index:9999;
}
.header{
	position:relative;
	z-index:2;
 
	}
.head-contact .head-phone,.head-contact .head-email,.logo,.nav-bar .nav,.head-search{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	text-align:left;
 
	}
.head-contact{
	position:relative;
	line-height:38px;
	background:#efaa15;
	font-style:normal;
	text-align:right;
	font-size:15px;
	}
.head-contact:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:rgba(0,0,0,.1)
	}
.head-contact,.head-contact a{color:#fff;}
.head-contact .head-phone{
	
	}	
.head-contact .head-email{
	margin:0 0 0 .35rem;
	}	
.head-contact .head-phone a,.head-contact .head-email a{
	padding:0 0 0 22px;
	}
.head-contact .head-phone a{
	background:url(../images/tel.png) no-repeat left center;
	}
.head-contact .head-email a{
	background:url(../images/email.png) no-repeat left center;
	}
.change-language{float:right;margin:.25rem 0 0;}
.change-language-info .change-language-title{ padding-right:20px !important; padding-left:0 !important;} 
.change-language-info .language-icon{ top:6px !important; }

.change-language-info .language-icon:before{content:"\f107" !important;font-size:12px !important;}
 
.logo{
	position:relative;
	float:left;
}
.logo img{
	position:relative;
	height:.78rem;
	}
 
.head-search{
	position:absolute;
	top:0;
	right:0;
	width:2.3rem;
	height:45px;
	background:#efaa15;
	border-left:9px solid #f5f5f5;
	}

.head-search .search-ipt{
	position:absolute;
	width:100%;
	height:45px;
	left:0;
	top:0;
	background:none;
	border:none;
	padding:0 0 0 40px;
	color:#FFF;
	
	}
.head-search .search-btn{
	position:absolute;
	top:0;
	left:0;
	width:45px;
	text-align:center;
	height:45px;
	line-height:45px;
	border:none;
	background:none;
	background:url(../images/sea.jpg) no-repeat center center;
	}

.head-search ::-webkit-input-placeholder{
color:#fff 
} 
.head-search :-moz-placeholder { 
color:#fff
} 
.head-search ::-moz-placeholder {
color:#fff
} 
.head-search :-ms-input-placeholder {
color:#fff
} 

.nav-bar{
	position:relative;
	z-index:1;
	text-align:left;
	}
.nav-bar .nav-wrap{
	position:relative;
	background:#373028;
	}
.nav-bar .nav{
 
	
	}
 
.nav-bar .nav  li{
	position:relative;
	display:block;
	}	
.nav-bar .nav > li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	}
 
.nav-bar .nav > li > a{
	position:relative;
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 .25rem ;
	color:#fff;
 
	font-size:16px;
	z-index:1;
 
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}
.nav-bar .nav > li:hover > a{ background:#efaa15}
.nav-bar .nav > li > a:after{
	position:absolute;
	top:17px;
	right:-1px;
	content:"";
	background: #6c6761;
	width:1px;
	height:11px;
	}
.nav-bar .nav > li:last-child > a:after{ display:none;}	
.nav-bar .nav > li:hover ,.nav-bar .nav > li.nav-current {}

.nav-bar .nav  li li{
	display:block;
	*display:block;
	line-height:35px;
 
	}
.nav-bar .nav  li li a{ padding:0 15px; display:block; border-bottom:1px solid rgba(255,255,255,0);}	
.nav-bar .nav ul{
	width:255px;
	position:absolute;
	top:45px;
	left:0;
	background:rgba(255,255,255,1);
	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:257px;
	}
.nav-bar  .nav  li .nav-ico{
	margin:0 0 0 10px;
	font-size:14px;
	}
 .nav-bar .nav li  .nav-ico:after{
	content:'\f107';
	}
.nav-bar  .nav  li li .nav-ico{
	position:absolute;
	top:0;
	right:10px;
	line-height:35px;	
	}
 .nav-bar .nav li li .nav-ico:after{
	content:'\f105';
	}	

 
.fixed-nav{
		position: fixed;
		width:calc(100% - 30px);
		top:0;
		left:15px;
		-webkit-transition: top .5s;
		-moz-transition: top .5s;
		-o-transition: top .5s;
		transition: top .5s;
 
	 
	}

/*--------------------------footer---------------------------*/	
.foot-wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	background:url(../images/footer_bg.jpg) fixed no-repeat left top;
	background-size:cover;
	font-size:16px;
	}
.foot-items{
	position:relative;
	padding:.5rem 0;
	
	border-bottom:1px solid #4c4a46;
	}
.foot-wrapper,.foot-wrapper a{ color:#b1b0af} 
.foot-wrapper a:hover{color:#efaa15}
.foot-item .foot-tit{
	position:relative;
	font-size:18px;
	padding:.2rem 0 .1rem;
	text-transform:uppercase;
	color:#fff;
	border-top:1px solid #4c4a46;
	}
.foot-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:25%;
	padding:0 .4rem 0 0;
	}
 


.foot-item-contact a.view_more::before,.foot-item-subscribe .button b::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 165%;
	height: 165%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.5s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	
}
.foot-item-contact a.view_more:hover::before,.foot-item-subscribe .button b:hover::before{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,165%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,165%,0);
} 
.foot-item-contact a.view_more{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	padding:0 20px 0 35px;
	line-height:34px;
	background:#efaa15 url(../images/more_bg.png) no-repeat 15px center;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	border-radius:3px;
	margin:15px 0 0;
	overflow:hidden
	}
.foot-item-subscribe .button{
	position:relative;
	text-align:center;
	padding:.23rem;
	background:url(../images/letter_bg.png) repeat left top;
	margin:.16rem 0 0;
	}
.foot-item-subscribe .button b{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:100%;
	line-height:36px;
	color:#FFF;
	background:#efaa15;
	font-family: 'SourceSansProLight';
	border-radius:3px;
	cursor:pointer;
	overflow:hidden;
	} 

.foot-item-subscribe {
	padding: 0;
}
.foot-item-list .foot-cont li{
	padding:0 0 0  15px;
	background:url(../images/f_top_sign.png) no-repeat left 10px;
	margin:0 0 5px;
	}
.footer{
	overflow:hidden;
	padding:0 0  .3rem;
	}
.foot-item-social{
	position:relative;
 
	}	
.foot-item-social .foot-cont li{
	position:relative;
	margin:0 10px 8px 0;
	display: inline-block;
	}
.foot-item-social   li span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:30px;
 
	}	
.foot-item-social li img{
	max-width:28px;
	margin:0;
	}	
.copyright{
	line-height:30px;
	padding:15px 0;
	}
/*-------------------------------------------------------- 
													page: index
																	------------------------------------------------------*/
.main_content.page_content{ padding-bottom:.5rem;}
 .main_content{
	padding:.2rem .2rem 0;
	background:#FFF;
	
	}
.index_body .main_content{margin:-.55rem auto 0;z-index:10;}
.company_info{
	line-height:1.3;
	margin: 45px 0 30px 0;
	padding: 0 15px;
	}
.about_us{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:43%;
	}	
.about_video{
	position:relative;
	width:98%;
	background:#000;
	}
.about_video img{ position:relative; width:100%;}	
.about_detail{
	padding:10px 0 8px;
	}	
.read_more{
    color: #fff;
    line-height: 22px;
    padding: 0 7px;
    display: inline-block;
    background: #817c77;
	 -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.read_more:hover{ background:#efaa15; color:#FFF;}	
.index_news{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:57%;
	}
.news_item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:50%;
	}
.news_item .item_wrap{
	position:relative;
	padding:0 0 0 .2rem;
	}
.news_item .item_img{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	border: 1px solid #ddd;
	}
.news_item .item_img img{
	position:relative;
	width:100%;
	 -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	}
.news_item:hover .item_img img{
    -webkit-transform: scale(1.1) translateY(-.05rem);
    -ms-transform: scale(1.1) translateY(-.05rem);
    -o-transform: scale(1.1) translateY(-.05rem);
    transform: scale(1.1) translateY(-.05rem);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.news_item .item_title{
	position:relative;
	font-size:18px;
	padding:7px 0;
	}
.news_item .item_detail	{
	padding:0 0 8px;
	}

.index_news_list{ width: 100%; margin: 10px auto 20px; }
.index_news_list .news_item{ width: 25%; }
.index_news_list .news_item .item_wrap{ padding: 0 .15rem; }

.index-product .owl-carousel .owl-controls .owl-nav{
	right:auto;
	top:50%;
	width:100%;
	}	
.index-product .owl-carousel .owl-controls .owl-nav .owl-prev,.index-product .owl-carousel .owl-controls .owl-nav .owl-next{
	position:absolute;
	margin:0;
	width:.42rem;
	height:.42rem;
	line-height:.42rem;
	}	
.index-product .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:-.45rem;
	background:url(../images/left.png) no-repeat center center;
	background-size:cover;
	}
.index-product .owl-carousel .owl-controls .owl-nav .owl-next{
	right:-.45rem;
	background:url(../images/right.png) no-repeat center center;
	background-size:cover;
	}

.index-product{
	position:relative;
	}
.index-title-bar{
	position:relative;
	text-align:center;
	margin:.3rem 0 5px;
	overflow:hidden;
	}	
.index-title-bar .title{
	position:relative;
	font-family: 'SourceSansProSemibold';
	text-transform:uppercase;
	font-size:20px;
	margin:0 0 3px;
	}	
.index-title-bar span{
	position:relative;
	font-size:18px;
	color:#999;
	padding:0 47px;
	text-transform: uppercase;
	}	
.index-title-bar span:before,.index-title-bar span:after{
	content:"";
	position:absolute;
	width:32px;
	height:1px;
	top:50%;
	background:#feae00;
	}	
.index-title-bar span:before{
	left:0;
	}
.index-title-bar span:after{
	right:0;
	}
	
.product-items{
	position:relative;
	width:92%;
	margin:0 auto;
	}
.product-item{
    width: 33.3333%;
    overflow: hidden;
    position: relative;
	display:inline-block;
	vertical-align:top;
    text-align: center;
 
}
.product-items .product-item{width: 100%;}
.product-item .item-wrap{
	 position: relative;
	 overflow:hidden;
	 margin:10px;
	}
.product-item .item-img{
    display: block;
    width: 100%;
    border: 1px solid #ddd;
}
.product-item:nth-last-child(1) .item-wrap,.product-item:nth-last-child(2) .item-wrap,.product-item:nth-last-child(3) .item-wrap{
	margin-bottom:0
	} 
.product-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.product-item .item-img:before{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.35);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info{
    display: block;
    width: 100%;
    padding: .15rem 8%;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.product-item:hover .item-info{
    top: 50%;
}
.product-item .item-info,
.product-item .item-info a{
    color: #fff;
}
.product-item .item-info .item-tit{
    display: block;
 
    font-size: 16px;
}
.product-item .item-info .item-desc{
    display: inline-block;
    margin-top: .2rem;
    font-size: 14px;
	line-height:30px;
	padding:0 .2rem;
	background:#222222;
	color:#FFF;
	transition:all 0.5s ease-in-out;
 
}
.product-item .item-info .item-desc:hover{
	background:#efaa15
	}
.product-item:hover .item-img:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item:hover .item-img img{
    -webkit-transform: scale(1.1) translateY(-.05rem);
    -ms-transform: scale(1.1) translateY(-.05rem);
    -o-transform: scale(1.1) translateY(-.05rem);
    transform: scale(1.1) translateY(-.05rem);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.product-item:hover .item-info{
	
    opacity: 1;
    filter: alpha(opacity=100);
}
.partner_items{
	padding-bottom: 20px;
	}
.partner_item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:14.2857%;
	}
.partner_item .wrap{
	position:relative;
	padding:.1rem;
	}
.partner_item .wrap img{
	position:relative;
	width:100%;
	border: 1px solid #ddd;
	}		
 
.wml-banner-img{ margin: 0px auto 0; height: auto; position: relative; }
.wml-banner-img img{ width: 100%; height: auto; display: block; }

/*----------------------------------page nav---------------------------------*/
	
.path-bar{
	position:relative;
	overflow:hidden;
	border:2px solid #ddd;
	padding:0 .2rem;
	line-height:.4rem;
	margin:0 0 .3rem;
	font-family: 'SourceSansProSemibold';
	}	
.path-bar .title{
	font-size:20px;
	float:left;
	text-transform:uppercase;
	}
.path-bar .path-nav{
	float:right;
	}
 
.path-bar li{
	display:inline-block;
	vertical-align:top;
	position:relative;
 
 
	
	}
 
.path-bar li:after{
	content:"-";
	margin:0 3px 0 5px;
	color: #999999;
	font-weight:bold;
   
	
	}
.path-bar li.current a{color:#efaa15;} 
.path-bar li:last-child:after{display:none;}
.page-bar{
	}
.pages{
	position:relative;
	text-align:center;
	margin:.3rem 0;
	}	 
.pages a,.pages span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	border:1px solid #cfcfcf;
 
	line-height:33px;
	padding:0 13px;
	margin:0 0 0 8px;
	border-radius:4px;
	}	 
.pages a.current,.pages a:hover{
	background:#1a2126;
	color:#FFF;
 
	}	 
.pages span{
	}	 
 
/*----------------------------------aside---------------------------------*/	
.aside{
	float:left;
	width:23%;
	}

.side-tit-bar{
	position:relative;
	}	
.side-tit-bar .side-tit{
	position:relative;
	text-align:center;
 font-weight:normal;
 font-size:18px;
 line-height:.43rem;
	background:#363636;
	color:#FFF;
	border-bottom:2px solid #efaa15;
	text-transform:uppercase;
	}
 
.side-widget{
	position:relative;
	margin:0 0 35px;
	}	
.side-cate{
	background:#f2f2f2;
 
	}	
.side-cate li{
	position:relative;
	line-height:40px;
	margin:0 5px ;
	}
 
.side-cate li  a{ padding:0 .15rem; border-bottom:1px dashed #ddd;}
.side-cate ul{
	display:none;
	overflow:visible !important
	}
.side-cate li a{
	position:relative;
	display:block;
	}
 
.side-cate li .icon-cate{
	position:absolute;
	right:5px;
	top:15px;
	cursor:pointer;
	width:9px;
	height:9px;
	}	
.side-cate li li .icon-cate{ top:9px;}
.side-cate li .icon-cate.icon-cate-down{
	background:url(../images/up.png) no-repeat center center;
	}
.side-cate li .icon-cate.icon-cate-up{
	background:url(../images/down.png) no-repeat center center;
	}

/*.side-cate li.nav-current > a,.side-cate li:hover > a,li.show_li >a{ color:#fbb11d;}*/
 
.side-product-items{
	position:relative;
	padding:.5rem 0;
	}	
.side-product-items .items_content{
	position:relative;
	}
.side-product-items .items_content{
	}
.side_product_item{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:.1rem 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;
	border:1px solid #eee
 
	
	}
.side_product_item .item-img img{
	position:relative;
	width:100%;
	}
.side_product_item figcaption{
	display: table-cell;
    vertical-align: middle;
	padding:0 0 0 .1rem;
 
	}
.side_product_item figcaption,.side_product_item figcaption a{color:rgba(40,40,40,.7);} 
.side-product-items .btn-prev,.side-product-items .btn-next{
	position:absolute;
	left:0;
	width:100%;
	height:15px;
	display:block;
	cursor:pointer;
	}
.side-product-items .btn-prev{
	top:30px;
	background:url(../images/side_product_up.png) no-repeat center center;
	}
.side-product-items .btn-next{
	bottom:20px;
	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:74%;
	float:right;
	}	
	
.main-tit-bar{
 	border-bottom: 2px solid #efaa15;
	overflow:hidden;
	}	
.main-tit-bar .title{
	font-family: 'GothamBold';
	position:relative;
	font-size:18px;
	line-height:32px;
	text-transform:uppercase;
	float:left;
	
	}
.main-tit-bar .share-this{
	float:right;
	}
.main-banner{
	position:relative;
	overflow:hidden;
	border:1px solid rgba(0,89,139,.2);
	}
.main-banner .item,.main-banner .item img{
	position:relative;
	width:100%;
	}
.main-banner .flex-direction-nav,.main-banner .flex-control-nav{ display:none;}
.goods-summary{
	margin:17px 0 25px;
 
 
 
 
	}	
.goods-summary p{
	padding:0 0 15px;
	}
.items_list{
	}
.items_list ul{
	width:100%;
	}
.items_list ul .product-item{ float: left; }
/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro{
	padding-top: 15px;
	position:relative;
	overflow:hidden;
	}	
.product_title{
	font-family: 'SourceSansProSemibold';
	font-size:.26rem;
	border-bottom:1px solid #e8e8e8;
	padding:0 0 5px;
	margin:0 0 .2rem;
	}
.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 {
 
	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:50%;
	float:left;
	
	}
.product-view .product-image{
	position:relative;
	border:1px solid #e8e8e8;
	}
.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:1px solid #e8e8e8;
	}	
.product-view .image-additional li a{
	position:relative;
	display:block;
	padding:0 .11rem;
	}	
 .product-view .image-additional li.current img{
	border:2px solid #efaa15;
	}
.product-view .image-additional img.popup{display:none;}

.image-additional .owl-carousel .owl-controls .owl-nav{
	opacity:1;
	visibility:visible;
	top:50%;
	width:100%;
	right:auto;
	left:0;
	margin:-.14rem 0
	}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,.image-additional .owl-carousel .owl-controls .owl-nav .owl-next{
	position:absolute;
	border:none;
	color:#333;
 
	}	
.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:-8%;
	}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next{
	right:-6%;
	}
 
/*product summary*/
.product-summary{ position:relative;width:47%;float:right;}
.product-summary .title{ font-size:18px;font-family: 'SourceSansProBold'; text-transform:uppercase; margin:0 0 .2rem;}
.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:#1a2126;
	border:1px solid #1a2126;
	color:#FFF;
	margin:0 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:#8f9395;
	}	
.product-summary .share-this{
 
	margin:30px 0 0;
	}
/* product detail */
.product-detail{
	position:relative;
	overflow:visible;
 
		
	}
.detail-tabs{
	position:relative;
	}		
.detail-tabs .title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;	
	line-height:33px;
	cursor:pointer;
	    font-family:'SourceSansProSemibold';
    font-size: 16px;
	margin:0 .03rem 0 0;
	padding:0 .18rem;
 
	font-weight:normal;
	background:#dcddde;
	margin:0 .13rem 0 0;
	 
	}
.detail-tabs .title.current{
	color:#fff;
	background:#333;
 
	}
 
.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{
	}
.goods-title-bar .title{
	 
	font-family:'SourceSansProSemibold';
    font-size: 16px;
 
 
	border-bottom:1px solid #8c9092;
	padding:.2rem 0;
 
	}
 
.goods-items{
	width:100%;
	margin:.3rem 0 .3rem 0;
	}	
.goods-items .product-item{ width:100%;}
.goods-items.owl-carousel .owl-controls .owl-nav{top:-.75rem; right:2%}
 

/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/
.blog_list{
	position:relative;
	width:100%;
	}								
.blog-item{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:.2rem .2rem;
	}
.blog-item:nth-child(2n+1){
	background:#f9f9f9;
	}	
.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:16px;
	}								
.blog-item .item-info time{
	display:block;
	font-style:italic;
	margin:8px 0;
	}								
.blog-item .item-info .item-detail{
	}																	
.blog-item .item-info .item-more{
	float:right;
	color:#8f9395;
	margin:10px 0 0;
	}
/*-------------------------------------------------------- 
													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:16px;
	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:5px;
	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:16px;
	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:12px;
	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: 1680px){
 html{ font-size:547%;}
 
}	
@media only screen and (max-width: 1440px){
html{ font-size:479%;}
}	
@media only screen and (max-width: 1366px){
html{ font-size:448%;}
.layout,.nav-bar .nav-wrap{width:980px;}
body{min-width:980px; font-size:12px; }
.flex-direction-nav{width:980px;margin:0 0 0 -500px;bottom:.77rem;}
.foot-wrapper{ font-size:14px;}
.foot-item .foot-tit{ font-size:16px;}
 
 
}
@media only screen and (max-width: 1280px){
}
@media only screen and (max-width: 1200px){

}
 		
@media only screen and (max-width: 1024px){
html{ font-size:570%;}
.layout,.nav-bar .nav-wrap{width:98%;}
body{min-width:98%;}
.layout{ padding-bottom: .2rem; }
.foot-items ,.items_list ul,.goods-items{ width:100%}
.scrollsidebar,.gotop{ display:none !important;}

} 
@media only screen and (max-width: 950px){
 
.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;
	}	
.header{ z-index:auto;}
.header .change-language,.nav-bar .head-search,.nav-bar .nav{ display:none !important;}
.head-wrapper{
	position:relative;
	padding:25px 0 0;
	}
 
.logo{
	display:block;
	text-align:center;
	float:none;
	} 
.logo img{
	height:auto;
	max-height:.8rem;
	} 
 
.head-search{
	position:relative;
	width:100%;
	border:none;
	}
.head-wrapper:before{ display:none;} 
.nav-bar{ z-index:auto}
.flex-direction-nav{ display: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;
}
.owl-carousel .owl-controls{ display:none !important;}
.owl-carousel .owl-controls .owl-dots{ display:block !important;}
.tp-leftarrow, .tp-rightarrow{ display:none;}
.about_us{ width:80%; margin:0 10% .3rem;}
.index_news{ width:100%;}
.index_news_list .news_item{ width: 50%; margin-bottom: .2rem; }
.news_item .item_wrap{ padding:0 .1rem;}
.product-item{ width:33.3333%}
.partner_item{ width:20%;}
.foot-item{ width:50%; margin-bottom: .2rem;}

 


/* 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 intro */
.video_close{ display:none}
.image-additional li.image-item.current img{ border:none;}
.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; margin-bottom: .2rem;}

.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){
.blog-item .item-img{
	float: none;
	max-width: 2.5rem;
}
 
}

@media only screen and (max-width: 500px){
.index-title-bar{ width:100%;}
.product-item{ width:50%}
.about_us{ width:100%; margin:0 0 .2rem;}
.news_item{ width:100%; margin:0 0 .2rem;}
.index_news_list .news_item{ width: 100%; }
.news_item .item_wrap{ padding:0;}
.product-items{ width:100%;}
.partner_item{ width:25%}
.foot-item{ width:98%; margin:0 auto .2rem; 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;
}
.main-tit-bar .title{ font-size: 15px; text-transform: unset; line-height: 25px; }
.index-title-bar span{ padding:0;}
.index-title-bar span:before, .index-title-bar span:after{ display:none;}
.main_content {
    padding: .12rem .12rem 0;
    background: #FFF;
}
.index_body .main_content{ margin:0 auto;}
}
@media only screen and (max-width: 375px){
.product-item{ width:100%}
.partner_item{ width:50%;}
}
 

.none{display:none;}
.animate_btn{
	position:fixed;
	top:20px;
	right:20px;
	cursor:pointer;
	z-index:9999999999;
	width:35px;
	height:35px;
	-webkit-animation: rodarodajequiti 20s infinite linear;
  -moz-animation: rodarodajequiti 20s infinite linear;
  animation: rodarodajequiti 20s infinite linear;
	
	}
.animate_btn.close{
	background:url(../images/snow_close.png) no-repeat center center;
	background-size:50% auto;
	}
.animate_btn.show{
	background:url(../images/snow_btn.png) no-repeat center center;
	background-size:cover;
	
	}
