@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/
.head-wrapper{
	position:relative;
	width:100%;
	z-index:10000;
	}
.header{
	position:relative;
	text-align:right;
	padding:.38rem 0 .35rem;
	z-index:2;
	}
.logo{
	position:relative;
	text-align:center; 


	display: flex;
}
.logo img{
	position:relative;
	height:0.9rem;
	}
.head-search{
	position:absolute;
	right:0;
	top:.3rem
	}
.head-search,.head-search-form .search-ipt,.head-search .search-btn{-webkit-transition:all .3s ease;transition:all .3s ease;}
.head-search .head-search-form {
    display: none\9;
    width: 400px;
    position: absolute;
    right: 10px;
    top: 30px;
    border: none;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999999999;
}
img{
	height: auto !important;
}
.head-search .search-toggle{display:inline-block;width:35px;height:35px;background:url(img/search_btn.png) no-repeat center center;border:0;float:left;position:absolute;right:0;top:0;cursor:pointer;transition:background-color .3s ease;z-index:999999999;}
.head-search-form .search-ipt{width:100%;height:35px;line-height:35px;border:0;background:none;float:left;text-indent:1em;}
.head-search-form .search-btn{display:inline-block;width:35px;height:25px;background:url(img/search_btn.png) no-repeat center center;border:0;cursor:pointer;position:absolute;right:0;top:0;border-radius:0 4px 4px 0;}
/*.head-search-show:before{content:'';display:block;width:10000px;height:.7rem;background-color:#fff;opacity:.85;position:absolute;right:-1000px;top:-.175rem;z-index:99999999;}*/
.head-search-show .head-search-form{box-shadow:0 0 1em rgba(0,0,0,.15);display:block\9;-webkit-transform:none;transform:none;opacity:1;visibility:visible;}
.head-search-show .search-toggle{background-image:url(img/search_btn_close.png)}
.change-language{
	position:absolute !important;
	right:0 !important;
	bottom:0 !important;
	}
.change-language-info .language-icon{ font-size:12px; right:7px !important; top:7px !important; color:#e9891b !important;}
.nav-bar{
	position:relative;
	background:#333333;
	z-index:1;
	}
.nav-bar .nav{
	text-align:center
	}
.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:.95rem;
	line-height:.95rem;
	padding:0 .35rem;
	color:#f9f2df;
	font-size:18px;
	z-index:1;
	}	
.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:.95rem;
	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';
	}	
.nav-bar .nav > li:before, .nav-bar .nav > li:after {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	left:50%;
	top:0;
	z-index:0
}
.nav-bar .nav > li:before {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background:#e9891b
}
.nav-bar .nav > li:after {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	background:#222222;
} 
.nav-bar .nav > li:hover:before,.nav-bar .nav > li:hover:after,.nav-bar .nav > li.nav-current:before,.nav-bar .nav > li.nav-current:after {width:100%;left:0;}
.nav-bar .nav > li:hover > a,.nav-bar .nav > li:hover > a,.nav-bar .nav > li.nav-current > a,.nav-bar .nav > li.nav-current > a { color:#e9891b;}
.fixed-nav{
		position: fixed;
		width:100%;
		top:0; 
		-webkit-transition: top .5s;
		-moz-transition: top .5s;
		-o-transition: top .5s;
		transition: top .5s;
	}
@keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 200px, -100px 150px}100%{background-position:500px 1000px, 200px 400px, -100px 300px}}@-moz-keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 200px, -100px 150px}100%{background-position:400px 1000px, 200px 400px, 100px 300px}}@-webkit-keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 200px, -100px 150px}100%{background-position:500px 1000px, 200px 400px, -100px 300px}}@-ms-keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 200px, -100px 150px}100%{background-position:500px 1000px, 200px 400px, -100px 300px}}
.snow{background-color:transparent !important;opacity:1 !important;background-image:url(img/snow1.png),url(img/snow2.png),url(img/snow3.png);height:100%;left:0;position:absolute;top:0;width:100%;-webkit-animation:snow 10s linear infinite;-moz-animation:snow 10s linear infinite;-ms-animation:snow 10s linear infinite;animation:snow 10s linear infinite; pointer-events:none; z-index:9999999 }
/*--------------------------footer---------------------------*/	
.foot-wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	background:#333333;
	}
.foot-items{
	position:relative;
	padding:.5rem 0 .4rem;
	width:1300px;
	margin:0 auto;
	}
.foot-items,.foot-items a{ color:#f9f2df}
.foot-item .foot-tit{
	position:relative;
	font-size:18px;
	font-family: 'SourceSansProBold';
	text-transform:uppercase;
	margin:0 0 .45rem;
	text-align:center;
	border-bottom:2px solid #4e4c4a;
	line-height:2;
	letter-spacing:2px;
	}
.foot-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:33.333%;
	padding:0 4%;
	}
.foot-item .foot-cont{
	padding:0 .4rem;
	} 
.foot-item-contact li{
	position:relative;
	 padding:0 0 0 .35rem;
	 margin:0 0 .1rem;
	 line-height:2
	}
.foot-item-contact li:before{
	content:"";
	position:absolute;
	left:0;
	top:.07rem;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover
	}
.foot-item-contact li.foot_addr:before{
	width:.16rem;
	height:.2rem;
	background-image:url(img/foot_addr.png)
	}
.foot-item-contact li.foot_phone:before{
	width:.17rem;
	height:.17rem;
	background-image:url(img/foot_tel.png)
	}
.foot-item-contact li.foot_email:before{
	width:.2rem;
	height:.13rem;
	background-image:url(img/foot_email.png)
	}
 .subscribe{
	position:relative;	
}
.subscribe span{
	position:relative;
	display:block;
	line-height:2;
	opacity:.4;

	opacity:1;
	}
.subscribe .button{
	position:relative;
    display: inline-block;
    vertical-align:top;
	padding:0 .35rem 0 .14rem;
	line-height:28px;
	color:#FFF;
	text-transform:uppercase;
	background:#e9891b;
	margin:.25rem 0 0;
	cursor:pointer;
	font-family: 'SourceSansProBold';
	font-size:18px;
	text-transform:uppercase;
}
.subscribe .button:after{
	content:"";
	position:absolute;
	width:.1rem;
	height:.13rem;
	background:url(img/arrow.png) no-repeat center center;
	top:.08rem;
	right:.12rem;
	}
.subscribe .button:hover{
	padding:0 .40rem 0 .14rem;
}
.foot-item-social{ text-align:center;}
.foot-item-social li{
	position:relative;
    display: inline-block;
    vertical-align:top;
	margin:0 10px 5px;
	}
foot-item-social li img{
	max-width:30px;
	}
.copyright{
	position:relative;
	text-align:center;
	padding:.17rem 0;
	line-height:.3rem;
	font-size:12px;
	border-top:2px solid #3a3a39;

	color: #f9f2df;
	}
	.copyright a {color: #f9f2df;}
	.copyright a:hover {opacity: 0.7;}
	
.index-new-item .item-info .item-detail a {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*-------------------------------------------------------- 
													page: index
																	------------------------------------------------------*/
.page_content{
	padding:0 0 .8rem;
	} 
 .rev_slider_wrapper:after{
	 content:"";
	 position:absolute;
	 width:100%;
	 height:52px;
	 left:0;
	 bottom:0;
	 background:url(img/banner_pre.png) no-repeat center center;
	 z-index:999;


	 display: none;
	}

	.tp-bullets {
		bottom: 30px !important;
	}

.index-title-bar{
	position:relative;
	text-align:center;
	width:60%;
	margin:0 auto;
	}
.index-title-bar .title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'SourceSansProBold';
	font-size:.42rem;
	text-transform:uppercase;
	letter-spacing:5px;
	}
.index-title-bar .title:after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -.485rem;
	width:.97rem;
	height:3px;
	background:#ea8c21;
	}
.index-title-bar .text{
	position:relative;
	display:block;
	font-size:16px;
	line-height:1.8;
	margin:.25rem 0 0;
	}
.company-synopses{
	position:relative;
	padding:.1rem 0 .4rem;
	}	
.company-synopses ul{
	position:relative;
	margin:.65rem 0 0;
	}
.synopsis-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:33.33333%;
	padding:0 .24rem;
	text-align:center;
	}
.synopsis-item .item-wrap{
	position:relative;
	width:100%;
 	}
.synopsis-item .item-img{
	position:relative;
	width:100%;
	}
.synopsis-item .item-img img{
 	position:relative;
	max-width:100%;
	}
.synopsis-item:hover .item-img img{ 
} 
.synopsis-item .item-info{
	}
.synopsis-item .item-info .item-title{
	font-family: 'SourceSansProBold';
	font-size:.26rem;
	margin:.25rem 0 .15rem;
	}
.synopsis-item .item-info .item-detail{
	font-size:16px;
	line-height:1.8;
	}
.index-product{
	position:relative;
	padding:.7rem 0;
	}
.index-product:before,.index-product:after{
	 content:"";
	 position:absolute;
	 width:100%;
	 height:52px;
	 left:0;
	 top:0;
	 background:url(img/pd_pre01.png) no-repeat center center;
	 z-index:999;
	}
.index-product:after{
	top:auto;
	bottom:-52px;
	clear:both;
	background:url(img/pd_pre02.png) no-repeat center center;
	}
.product-items{
	position:relative;
	margin:.5rem 0 0;
	}
.product-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	text-align:center;
	width:33.3333%;
	padding:0 .38rem .38rem 0;
	overflow:hidden;
}
.product-items .product-item {
	width:25%;
	padding:.15rem;
	}
.goods-items .product-item{
	width:100%;
	}
.product-item .item-wrap {
	position:relative;	
}
.product-item .item-img{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
	background:#000;
	}
.product-item  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  img{
	opacity:.8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.product-item .item-info{
	position:relative;
	}
.product-item .item-info .item-title{
	position:relative;
	font-size:18px;
	height:30px;
	line-height:30px;
	background:#333333;
	}
.product-item .item-info .item-title a{
	position:relative;
	display:block;
	z-index:1;

	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-item .item-info .item-title,.product-item .item-info .item-title a{ color:#FFF;}
 .product-item .item-info .item-title:after {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	left:50%;
	top:0;
	z-index:0
}
.product-item .item-info .item-title:after {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	background:#fff;
} 
.product-item:hover .item-info .item-title:before,.product-item:hover .item-info .item-title:after {width:100%;left:0;}
.product-item:hover .item-info .item-title a { color:#333333;}
.index-new{
	position:relative;
	padding:.75rem 0;
	}
.index-new-items{
	position:relative;
	margin:.5rem 0 0;
	}
.index-new-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	text-align:center;
	width:33.3333%;
	padding:.15rem;
	}
.index-new-item .item-wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	}
.index-new-item .item-img{
position: relative;
padding-bottom: 60%;
display: block;
	}
.index-new-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;
position: absolute;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
	}
.index-new-item:hover  img{
	opacity:.8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.index-new-item .item-info{
	bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0px;
  background: rgba(51,51,51,.6);
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
	}
.index-new-item:hover .item-info{height:50%;}
.index-new-item .item-info:before{
	content:"";
	height:100%;
	display:inline-block;
	vertical-align:middle;
	}
.index-new-item .item-info .item-detail{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:80%;
	}
.index-new-item .item-info .item-detail,.index-new-item .item-info .item-detail a{ color:#f4efe3;}
.view-all{
	position:relative;
	text-align:center;
	margin:.4rem 0 0;
	}
.view-all a{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	height:.41rem;
	line-height:.41rem;
	padding:0 .5rem;
	border:1px solid #333333;
	color:#333333;
	font-size:.32rem;
	text-transform:uppercase;
	letter-spacing:3px;
	}
.view-all a:before{
	width:0;
	height:100%;
	content:"";
	position:absolute;
	left:50%;
	top:0;
	background:#333;
	z-index:-1;
	}
.view-all a:hover:before{
	width:100%;
	left:0;
	}
.view-all a:hover{ color:#FFF;}
/*----------------------------------page nav---------------------------------*/
.path-bar{
	position:relative;
	line-height:.33rem;
	margin:.37rem 0;
	background:#e5dfcd;
	}	
.path-bar li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:16px;
	text-transform:uppercase;
	}
.path-bar li:after{
	content:"\f0da";
	margin:0 10px 0 13px;
	font-size:12px;
	color:#e9891b;
	}
.path-bar li.current a{color:#e9891b;} 
.path-bar li:last-child:after{display:none;}
.page-bar{
	}
.pages{
	position:relative;
	text-align:right;
	margin:.2rem 0 .15rem;
	}	 
.pages a,.pages span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	border:1px solid #cfcfcf;
	line-height:31px;
	min-width:26px;
	padding:0 12px;
	margin:0 0 0 5px;
	    border-radius:3px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#ececec',gradientType='0');
    background: -moz-linear-gradient(top, #fefefe, #ececec);
    background: -o-linear-gradient(top,#fefefe, #ececec);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#ececec));
	}	 
.pages a.current,.pages a:hover{
	background:#e9891b;
	color:#FFF;
	border-color:#e9891b;
	}	 
	.pages .active span {
		background: #e9891b;
		color: #FFF;
		border-color: #e9891b;
	}
/*----------------------------------aside---------------------------------*/	
.aside{
	float:left;
	width:18.83333333%;
	}
.side-tit-bar{
	position:relative;
	}	
.side-tit-bar .side-tit{
	position:relative;
	font-size:18px;
	line-height:37px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	background:#333333;
	color:#FFF;
	text-align:center;
	}
.side-widget{
	position:relative;
	margin:0 0 20px;
	}	
.side-cate{
	padding:.2rem .08rem;
	}	
.side-cate li{
	position:relative;
	line-height:34px;
	}
.side-cate li li{
	margin:0 0 0 .2rem;
	}
.side-cate li li:before{
	content:"";
	position:absolute;
	left:-.15rem;
	top:14px;
	width:.05rem;
	height:.05rem;
	background:#333;
	} 
.side-cate li li:hover:before,.side-cate li li.nav-current:before{ background:#e9891b} 
.side-cate ul{
	display:none;
	}
.side-cate li a{
	position:relative;
	display:block;
	}
.side-cate li .icon-cate{
	position:absolute;
	right:0;
	top:0;
	line-height:33px;	
	font-size:16px;
	cursor:pointer;
	}	
.side-cate li .icon-cate.icon-cate-down:before{
	content:'\f0da';
	}
.side-cate li .icon-cate.icon-cate-up:before{
	content:'\f0d7';
	}
.side-cate li.nav-current > a,.side-cate li:hover > a,li.show_li >a{ color:#e9891b;}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate{ color:#e9891b;}
.side-product-items{
	position:relative;
	padding:.4rem 8px;
	}	
.side-product-items .items_content{
	position:relative;
	}
.side-product-items .items_content{
    height: 570px !important;
	}
.side_product_item{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:.15rem 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;
	font-family:Arial, Helvetica, sans-serif
	}
.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:20px;
	background:url(img/side_product_up.png) no-repeat center center;
	}
.side-product-items .btn-next{
	bottom:20px;
	background:url(img/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.33333%;
	float:right;
	}	
.main-tit-bar{
	overflow:hidden;
	}	
.main-tit-bar .title{
	font-family: 'SourceSansProBold';
	font-size:18px;
	line-height:37px;
	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;
	line-height:2;
	}	
.goods-summary p{
	padding:0 0 15px;
	}
.items_list{
	}
.items_list ul{
	width:104%;
	}	
	.main {
		position: relative;
		float: right;
		padding-bottom: 50px;
		width: calc(100% - 350px);
	}
/*-------------------------------------------------------- 
													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 {
	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:42%;
	float:left;
	}
.product-view .product-image{
	position:relative;
	border:1px solid #333;
	}
.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 #333;
	}	
.product-view .image-additional li a{
	position:relative;
	display:block;
	padding:0 .16rem;
	}	
 .product-view .image-additional li.current img{
	border:2px solid #e9891b;
	}
.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:55%;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-summary .page_title {
		font-size: 24px;
		font-weight: bold;
	}
.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:#e9891b;
	border:1px solid #e9891b;
	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:#e9891b;
	}	
.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-size:16px;
	margin:0 .03rem 0 0;
	padding:0 .18rem;
	text-transform:uppercase;
	font-weight:normal;
	background:#e5dfcd;
	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: 'SourceSansProBold';
	font-size:16px;
	text-transform:uppercase;
	line-height:32px;
	padding:0 .24rem;
	background:#e5dfcd;
	}
.goods-items{
	width:102%;
	margin:.2rem 0 0;
	}	
.goods-items.owl-carousel .owl-controls .owl-nav{top:-.5rem; right:2%}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next{ font-size:24px; border:none;}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,.owl-carousel .owl-controls .owl-nav .owl-next:hover{ background:none; color:#e9891b}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
	content:"\f0d9";
	}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
	content:"\f0da"
	}
/*-------------------------------------------------------- 
													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:#e9891b;
	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;

	display: none;
	}
.faq-item .faq-title.show-title:before{
	content:'\f068';
	display: none;
	}
.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){
	.rev_slider_wrapper:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 52px;
		left: 0;
		bottom: -2px;
		background: url(img/banner_pre.png) no-repeat center center;
		z-index: 999;
	  }
html{ font-size:448%;}
.layout,.nav-bar .nav-wrap,.path-bar .path-nav{width:980px;}
body{min-width:980px;font-size:12px;}
.foot-items{ width:1050px;}
.side-tit-bar .side-tit,.main-tit-bar .title{ font-size:15px;}
.nav-bar .nav > li > a{ 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,.path-bar .path-nav{width:98%;}
body{min-width:98%;}
.foot-items ,.items_list ul,.goods-items{ width:100%}
.scrollsidebar,.gotop{ display:none !important;}
} 
@media only screen and (max-width: 950px){

	.tp-leftarrow, .tp-rightarrow {
		display: none;
	}

	.tp-caption .banner-more {
		height: 100% !important;
	}


.z10000{position:relative;z-index:100000;}
.mobile-body-mask{width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;position:fixed;left:0;top:0;z-index:9999;}
.mobile-ico-close{width:30px;height:30px;background:#fff url(img/mobile_close.png) center center no-repeat;background-size:50% auto;position:absolute;right:-35px;top:0;}
img{max-width:100%;}
.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 .change-language,.nav-bar{ display:none !important;}
.head-wrapper{
	position:relative;
	padding: 0;
	}
.header{padding:35px 0 15px }
.logo{
	display:block;
	text-align:center;
	float:none;
	} 
.logo img{
	height:auto;
	max-height:.8rem;
	} 
.head-search-form{
	position:relative;
	width:100%;
	height:35px;
	border:1px solid #eee;
	border-radius:8px;
	}
/*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;
}	
.product-item,.product-items .product-item{ width:33.3333%}
.foot-item{ width:50%;}
/* 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;}
.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){
}
@media only screen and (max-width: 500px){
.index-title-bar{ width:100%;}
.product-items .product-item,.product-item{ width:50%}
.product-item{ padding:0 10px;}
.synopsis-item,.index-new-item ,.foot-item{width:100%; margin:0 0 30px;}
.foot-item {
    width: 100% !important;
}
.index-new-item .item-info{ position:relative; height:auto; padding:20px 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;
}
.rev_slider_wrapper:after {
    display: none;
}
}
@media only screen and (max-width: 375px){
.product-item{ width:100%}
 .company-synopses ul {
    -moz-column-count:1;
    -webkit-column-count:1;
    column-count: 1;
}
}
.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(img/snow_close.png) no-repeat center center;
	background-size:50% auto;
	}
.animate_btn.show{
	background:url(img/snow_btn.png) no-repeat center center;
	background-size:cover;
	}
/*----------------------------------page head---------------------------------*/	
/*public*/
.page_main { z-index: 1; overflow: visible; padding: 62px 0 0; background: #FFF; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
/*sys_sub_head*/
.sys_sub_head { position: relative; z-index: 1; z-index: 1; text-align: center; }
.head_bn_slider { position: relative; z-index: 2; }
.sys_sub_head .head_bn_item { width: 100%; }
.sys_sub_head .head_bn_item img { width: 100%; height: auto; min-height: 150px; }
.path_bar { position: absolute; top: 50%; left: 50%; z-index: 10; text-align: center; text-transform: uppercase; letter-spacing: -5px; font-size: 16px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.path_bar .pagnation_title { font-family: 'cheltenhamBoldItalic'; color: #fff; font-size: 36px; font-weight: normal; text-transform: capitalize; letter-spacing: 1px; padding-bottom: 15px; }
.path_bar ul { font-size: 0; }
.path_bar li { display: inline; letter-spacing: 0; }
.path_bar li, .path_bar li a { color: #fff; font-size: 20px; font-weight: normal; }
.path_bar li a:hover, .path_bar li.nav_current a { color: #ff8e33; }
.path_bar li:before { margin: 0 10px; content: '/'; position: relative; vertical-align: baseline; }
.path_bar li:first-child:before { display: none; }
.mobile-head-items { display: block; }
/*----------------------------------aside---------------------------------*/	
.aside { float: left; width: 275px; }
.side-tit-bar { position: relative; }
.side-tit-bar .side-tit { position: relative; padding-left: 35px; background: #ff8e33; color: #fff; font-weight: normal; font-size: 20px; line-height: 45px; }
.side-widget { position: relative; overflow: hidden; margin: 0 0 40px; }
.side-widget+.side-widget { padding-top: 20px; }
.side-cate { overflow: hidden; }
.side-cate li {
    position: relative;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.side-cate li a { position: relative; display: block; padding-left: 0px; }
.side-cate ul { display: none; overflow: visible !important; background-color: #fff; }
.side-cate li a { -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.side-cate li ul { padding-top: 8px; padding-bottom: 8px; }
.side-cate li li { font-size: 14px; }
.side-cate li+li { 
	/* border-top: 1px solid #ddd;  */
}
.side-cate li li a { margin-left: 30px; padding-top: 3px; padding-bottom: 3px; background: none; color: #425664; }
.side-cate li li li { font-size: 12px; }
.side-cate li a:hover, .side-cate li.active>a { color: #ff8e33; }
.side-cate li a:hover:before, .side-cate li.active>a:before { background-color: #ff8e33; }
.side-cate li .icon-cate { position: absolute; top: 0; right: 0; display: inline-block; overflow: hidden; width: 40px; height: 40px; border-radius: 0%; color: #616265; text-align: center; font-size: 10px; line-height: 40px; cursor: pointer; -webkit-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
.side-cate li .icon-cate:before { padding-right: 1px; padding-left: 1px; }
.side-cate li .icon-cate.icon-cate-down:before { content: '\f04b'; }
.side-cate li .icon-cate.icon-cate-up:before { content: '\f04b'; }
.side-cate li .icon-cate.icon-cate-up { -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -ms-transform: rotate(90deg); }
.side-widget .cate-type-list>li { font-size: 14px; line-height: 30px; }
.side-widget .cate-type-list>li>a { margin-right: 0; padding-left: 15px; }
.side-widget .cate-type-list>li>a:before { position: absolute; top: 15px; left: 0; display: inline-block; width: 5px; height: 5px; background-color: #e0e0e0; content: ''; }
.side-cate li.has-child>a { padding-right: 40px; line-height: 40px; }
.side-cate li.nav-current>.icon-cate { color: #ff8e33; }
.side-cate>li.nav-current>a, .side-cate>li.nav-current>.icon-cate { color: #ff8e33; }
.side-cate li li.nav-current>a { color: #ff8e33; }
.side-product-items { position: relative; margin-top: 8px; }
.side-product-items .items_content { position: relative; padding: 35px 0; }
.side_product_item { position: relative; display: block; overflow: hidden; width: 100%; }
.side_product_item figure { position: relative; display: table; overflow: hidden; width: 100%; }
.side_product_item .item-img, .side_product_item figcaption { display: table-cell; vertical-align: middle; }
.side_product_item .item-img { position: relative; -webkit-box-sizing: content-box; box-sizing: content-box; width: 70px; }
.side_product_item .item-img img { display: block; width: 100%; }
.side_product_item figcaption { padding-left: 15px; }
.side_product_item figcaption h3 { font-weight: normal; font-size: 14px; }
.side_product_item figcaption h3 a { display: block; display: -webkit-box; overflow: hidden; max-height: 3.2em; text-overflow: ellipsis; word-wrap: break-word; line-height: 1.6em; -ms-word-break: break-all; word-break: break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.side_product_item figcaption h3 a:hover, .side_product_item .item-img:hover + figcaption h3 a { color: #ff8e33; }
.side_product_item:hover .item-img { border-color: #ff8e33; }
.side-product-items .swiper-slide { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
.side-product-items .side_slider { position: relative; overflow: hidden; -webkit-box-sizing: content-box; box-sizing: content-box; max-height: 480px; }
.side-product-items .side_slider .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.side-product-items .side_product_item { height: 100px; }
.side-product-items .btn-prev, .side-product-items .btn-next { position: absolute; left: 0; z-index: 1; width: 100%; height: 32px; color: #ccd3d9; text-align: center; font-size: 38px; line-height: 32px; opacity: 1; cursor: pointer; filter: alpha(opacity=100); }
.side-product-items .swiper-button-disabled { color: #eee; cursor: default; }
.side-product-items .btn-prev:before, .side-product-items .btn-next:before { display: inline-block; -webkit-transform: scale(2.5, 1); -o-transform: scale(2.5, 1); transform: scale(2.5, 1); -ms-transform: scale(2.5, 1); display: none;}
.side-product-items .btn-prev { top: 0; }
.side-product-items .btn-prev:before { content: '\f106'; }
.side-product-items .btn-next { bottom: 0; }
.side-product-items .btn-next:before { content: '\f107'; }
.side-product-items .btn-prev:not(.swiper-button-disabled):hover, .side-product-items .btn-next:not(.swiper-button-disabled):hover { color: #000; }
.aside .side-bn { margin: 0 0 40px; width: 100%; }
.aside .side-bn img { width: 100%; }
.video ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video ul li {
    width: 49%;
    margin-bottom: 79px;
}
.video ul li video {
    width: 100%;
    margin-top: 80px;
}
.video ul li p {
    background: #f2f2f2;
    font-size: 18px;
    color: #333;
    line-height: 100px;
    text-align: center;
    margin-top: -6px;
}
@media screen and (max-width: 768px) {


	.product-view .image-additional li img {
		position: relative;
		width: 100%;
		border: 1px solid #333;
	}

	.path_bar .pagnation_title {
		padding-bottom: 0;
	}

	.owl-carousel .owl-controls .owl-dots {
		bottom: 20px;
	}

	.product-view {
		width: 100%;
	}


	.foot-item {
		width: 100% !important;
	}

	.synopsis-item, .index-new-item, .foot-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.path_bar .pagnation_title {
		font-size: 28px !important;
	}

    .video ul li {
        width: 100%;
    }
    .video ul li p {
        line-height: 60px;
    }
}



.produte{
	width: 100%;
	
    line-height: 1;
}
.produte span {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	border-bottom: 5px  #f08234 solid;
	display: inline-block;
	width: 100%;
}
.tielt{
	background: #f5f5f5;
	padding: 2%;
	font-family: Arial;

}


.tielt span{
   color: #f08234;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
}

.tielt p{
	font-size: 16px;
	color: #333;
	font-family: arial;
	padding-bottom: 4%;
}

.clae ul{
    display: flex;
	justify-content: space-between;
}
.clae ul li{
	position: relative;
	padding-bottom: 64%;
	width: 33%;
	height: 100%;
}

.clae ul li img{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.teies{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}




.dateing ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dateing ul li{
width: 49%;
position: relative;
padding-bottom: 49%;
margin-bottom: 3%;
}

.dateing ul li img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
	}

	.change-language ::-webkit-scrollbar {
		width: 5px;
	}
	
	.change-language ::-webkit-scrollbar-track {
		background-color: #fff;
	}
	
	.change-language ::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,.3);
		border-radius: 3px;
	}
	
	.change-language .language-cont:hover::-webkit-scrollbar-thumb {
		display: block
	}
	
	.language-flag .country-flag {
		position: absolute;
		left: 0;
		top: 50%;
		display: inline-block;
		vertical-align: top;
		*display: inline;
		*zoom:1;background-repeat: no-repeat;
		width: 22px;
		height: 16px;
		margin: -8px 5px 0;
	}
	
	.change-language {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	
	.change-language .change-language-cont {
		border-radius: 3px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	}
	
	.change-language .trp-language-wrap a {
		position: relative;
		float: left;
		vertical-align: bottom;
		display: inline;
		zoom: 1;width: 30%;
		margin: 0 1.666666%;
		list-style: none;
		border-bottom: 1px solid #ececec;
		padding: 5px 0;
		line-height: 27px;
	}
	
	.change-language .trp-language-wrap img {
		width: 18px;
		height: 12px;
		margin-right: 5px;
	}
	.change-language .trp-language-wrap a {
		position: relative;
		float: left;
		vertical-align: bottom;
		display: inline;
		zoom: 1;width: 30%;
		margin: 0 1.666666%;
		list-style: none;
		border-bottom: 1px solid #ececec;
		padding: 5px 0;
		line-height: 27px;
	}
	.change-language .trp-language-wrap img {
		width: 18px;
		height: 12px;
		margin-right: 5px;
	}

	/* .tp-bgimg {
		background-size: 100% 100% !important;
	}
	
	.kenburnimg img {
		width: 100%; height: 100% !important;
	} */

	/*common.css*/
	.pro1-txt a,.entry a,.artic_content a{color: #e9891b !important; font-weight: bold;}
	.pro1-txt a:hover,.entry a:hover,.artic_content a:hover {color: #e9891b !important;text-decoration: underline !important; }
	.news_next a:hover {color: #e9891b !important;}
	.artic_content a u {text-decoration: none;}


	@media only screen and (max-width: 950px) {
		.search-product-detail .tab-panel-wrap {
			display: block !important;
		}
	}