@charset "utf-8";


/*--------------------------head-wrapper---------------------------*/
.head-wrapper{
	position:relative;
	width:100%;
	z-index:10000;
	padding:30px 0;
	background: rgb(220,98,38);
	background: -moz-linear-gradient(-45deg,  rgba(220,98,38,1) 1%, rgba(220,98,38,1) 28%, rgba(83,94,100,1) 74%, rgba(83,94,100,1) 86%, rgba(83,94,100,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(220,98,38,1)), color-stop(28%,rgba(220,98,38,1)), color-stop(74%,rgba(83,94,100,1)), color-stop(86%,rgba(83,94,100,1)), color-stop(100%,rgba(83,94,100,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: -ms-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: linear-gradient(135deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6226', endColorstr='#535e64',GradientType=1 ); 
	}
.logo,.nav-wrap .nav,.change-language,.head-search-wrap{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	text-align:left; 
	}	
.nav-bar{
	position:relative;
	text-align:right;
	}
.logo{
	position:relative;
	float:left;
	line-height:38px;
	}	
.logo img{
	position:relative;
	max-height:38px;
	}			

.change-language{
	position:absolute;
	right:0;
	top:7px;
	}
 
.change-language-info .change-language-title,.change-language-info .change-language-title a,.change-language-info .change-language-title span,.change-language-info .language-icon{ color:#FFF}
	
.head-search-wrap{
	position:absolute;
	right:150px;
	top:0;
	}

.head-search-wrap .search-title{
	width:30px;
	height:30px;	 
	background-position:-360px 8px;
	cursor:pointer;
	border-radius:5px;
	position:absolute;
	right:0;
	top:7px;
	}
.head-search-wrap.wrap-hide .search-title{
	background-position:-299px 5px;
	} 	
.head-search{
	position:relative;
	width:600px;
	height:30px;
	display:none;
	float:left;
	margin:5px 0 0;
	}
.head-search .search-ipt{
	position:absolute;
	left:40px;
	top:0;
	width:500px;
	height:30px;
	background:none;
 	border:none;
	font-size:16px;
	color:#FFF;
	}
.head-search .search-btn{
	position:absolute;
	left:0;
	top:4px;
	width:30px;
	height:30px;
	border:none;
	background-color:transparent;
	background-position:-305px 2px;
	}
.head-search .search-ipt::-webkit-input-placeholder{ 
color:#fff;
} 
.head-search .search-ipt:-moz-placeholder{ 
color:#fff;
} 
.head-search .search-ipt::-moz-placeholder{ 
color:#fff; 
} 
.head-search .search-ipt:-ms-input-placeholder{ 
color:#fff;
}	
	

.nav-bar .nav{
	position:relative;
	text-align:right;
	margin:0 200px 0 0;
	}
.nav-bar .nav  li{
	position:relative;
	display:block;
	text-align:left;
	color:#fff;
	}	
.nav-bar .nav > li{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	}

.nav-bar .nav > li:hover > a,.nav-bar .nav > li.nav-current > a{}	
	
.nav-bar .nav > li > a{
	height:38px;
	line-height:38px;
	font-size:20px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	color:#fff;
	
	}				
.nav-bar .nav  li li{
	display:block;
	*display:block;
	line-height:35px;
	color:#333;
	}
.nav-bar .nav  li li a{ padding:0 15px;color:#333; display:block;}	
.nav-bar .nav ul{
	width:225px;
	position:absolute;
	top:38px;
	left:0;
	background:rgba(255,255,255,.8);
	text-align:left;
	display:none;
	z-index:999;
	border:1px solid transparent;
	border-radius:5px;
	box-shadow:0 0 5px  rgba(255,255,255,.5)
	
	}
.nav-bar .nav ul ul,.fixed-nav.nav-bar .nav ul ul{
	top:0;
	left:227px;
	}
 
.nav-bar .nav ul li:hover >a{
	background:#FFF;
	color:#ca612e;
	}	
.nav-bar  .nav  li .nav-ico{
	position:absolute;
	top:0;
	line-height:38px;
	right:0;
	font-size:12px;
	z-index:10
	}
 .nav-bar .nav li  .nav-ico:after{
	content:'\f0d7';
	font-size:10px;
	}
.nav-bar  .nav  li li .nav-ico{
	right:10px;
	line-height:35px;	
	}
 .nav-bar .nav li li .nav-ico:after{
	content:'\f0da';
	}	
 
.nav-bar .nav > li > a > em {
    position: relative;
    display: inline-block;
   padding:0 13px;
    background: rgba(70, 57, 173, 0);
    box-shadow: inset 0 3px rgba(106, 48, 183, 0);
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
 
}
.nav-bar .nav > li > a > em::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(83,94,100);
	background: -moz-linear-gradient(-45deg,  rgba(83,94,100,1) 0%, rgba(83,94,100,1) 31%, rgba(220,98,38,1) 54%, rgba(220,98,38,1) 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(83,94,100,1)), color-stop(31%,rgba(83,94,100,1)), color-stop(54%,rgba(220,98,38,1)), color-stop(100%,rgba(220,98,38,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	background: -o-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	background: linear-gradient(135deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535e64', endColorstr='#dc6226',GradientType=1 ); 
	color: #fff;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	text-align:center
 
}
.nav-bar .nav > li > a:hover > em,
.nav-bar .nav > li > a:focus > em,
.nav-bar .nav > li.nav-current > a > em{
	background: rgba(126, 43, 187, 0.01);
}
.nav-bar .nav > li > a:hover > em::before,
.nav-bar .nav > li > a:focus > em::before,
.nav-bar .nav > li.nav-current > a > em::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.fixed-nav{
		position: fixed;
		width:100%;
		top:-130px; 
		-webkit-transition: top .5s;
		-moz-transition: top .5s;
		-o-transition: top .5s;
		transition: top .5s;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
		z-index:10009;
	 
	}
.fixed-nav-appear{top:0;  }
/*--------------------------footer---------------------------*/	
.foot-wrapper{
	position:relative;
	width:100%;
	background:url(img/foot-bg.png)  repeat top center;
	margin:50px 0 0;
	font-size:15px;
	}
.foot-wrapper,.foot-wrapper a{ color:#7e7e7e;}	
.foot-items{
	padding:30px 0 0;
	}
.foot-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	}
.foot-item.foot-item-contact{
	width:425px;
	}
.foot-item.foot-item-inquiry{
	width:425px;
	}
.foot-item.foot-item-news{
	width:350px;
	}
.foot-item.foot-item-contact .foot-cont	.foot-tit,.foot-item.foot-item-contact .foot-cont{ padding:0 150px 0 0;}
.foot-item.foot-item-inquiry .foot-cont	.foot-tit,.foot-item.foot-item-inquiry .foot-cont{ padding:0 140px 0 0;}	
.foot-item .foot-tit{
	color:#ca612e;
	font-size:22px;
	margin:0 0 20px;
	}	
.foot-item.foot-item-contact ul li{
	position:relative;
	line-height:28px;
	padding:0 0 0 30px;
	margin:0 0 5px;
	font-family:"SourceSansProLight";
	}
.foot-item.foot-item-contact ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	width:30px;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(img/page-ico.png);
	}
.foot-item.foot-item-contact ul li.foot-addr:before{
	background-position:-17px -168px;
	}
.foot-item.foot-item-contact ul li.foot-phone:before{
	background-position:-17px -228px;
	}
.foot-item.foot-item-contact ul li.foot-email:before{
	background-position:-17px -260px;
	}
.foot-item.foot-item-contact ul li.foot-fax:before{
	background-position:-17px -295px;
	}
.foot-item.foot-item-contact ul li.foot-skype:before{
	background-position:-17px -328px;
	}
.foot-item.foot-item-inquiry .subscribe{
	}
.foot-item.foot-item-inquiry .subscribe p{
	}
.foot-item.foot-item-inquiry .subscribe-form{
	}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt{
	position:relative;
	width:260px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	border:none;
	background:#7e7e7e;
	color:#999;
	font-style:italic;
	margin:15px 0 6px;
	}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-btn	{

    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: rgb(220,98,38);
    background: -moz-linear-gradient(-45deg, rgba(220,98,38,1) 1%, rgba(220,98,38,1) 28%, rgba(83,94,100,1) 74%, rgba(83,94,100,1) 86%, rgba(83,94,100,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(220,98,38,1)), color-stop(28%,rgba(220,98,38,1)), color-stop(74%,rgba(83,94,100,1)), color-stop(86%,rgba(83,94,100,1)), color-stop(100%,rgba(83,94,100,1)));
    background: -webkit-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: linear-gradient(135deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6226', endColorstr='#535e64',GradientType=1 );
    padding: 10px 15px;
	border:none;
	}
.news-slides{ padding:0 0 20px;}	
.news-slides .owl-dots {
	text-align:left;
	bottom:10px;
}
 		
.foot-news-item{
	position:relative;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #d2d2d2;
	margin:0 0 10px ;
	padding:0 0 10px ;
	}
.foot-news-item .item-wrap{
	}
.foot-news-item .news-cont-pic{
	position:relative;
	width:77px;
	float:left;
	margin:0 15px 0 0;
	border:2px solid #7e7e7e;
	}
.foot-news-item .news-cont-pic img{
	position:relative;
	width:100%;
	}
.foot-news-item .news-cont-info{
	}
.foot-news-item .news-cont-info .news-cont-title,.foot-news-item .news-cont-info .news-cont-title a{
	 
 
	}
.foot-news-item .news-cont-info .news-cont-time{
	}
.foot-news-item .news-cont-info .news-cont-text{
	}
.footer{
	    background: rgb(220,98,38);
    background: -moz-linear-gradient(-45deg, rgba(220,98,38,1) 1%, rgba(220,98,38,1) 28%, rgba(83,94,100,1) 74%, rgba(83,94,100,1) 86%, rgba(83,94,100,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(220,98,38,1)), color-stop(28%,rgba(220,98,38,1)), color-stop(74%,rgba(83,94,100,1)), color-stop(86%,rgba(83,94,100,1)), color-stop(100%,rgba(83,94,100,1)));
    background: -webkit-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    background: linear-gradient(135deg, rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6226', endColorstr='#535e64',GradientType=1 );
    padding: 30px 0;
	line-height:30px;
	}
.foot-social{
	float:right;
	}
.foot-social li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	margin:0 16px 0 0;
	}
.foot-social li img{
	max-width:25px;
	-webkit-filter: sepia(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray!important;
	}
.foot-social li:hover img{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
	}
.foot-nav{
	position:relative;
	float:left;
	}
.foot-nav li{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	font-size:20px;
	padding:0 20px 0 0;
	}
.foot-nav li,.foot-nav li a{ color:#FFF;}
/*--------------------------index---------------------------*/	
.index-layout{
	position:relative;
	width:100%;
	}
.index-title-bar{
	position:relative;
	text-align:center;
	margin:0 0 35px;
	}
.index-title-bar .title{
	position:relative;
	font-family:'SourceSansProSemibold';
	font-size:36px;
	text-transform:uppercase;
	}	
.index-title-bar .title,.index-title-bar .title a{ color:#000;}
.company-synopses-wrap{
	position:relative;
	width:100%;
	padding:0 0 60px;
	}
.company-synopses{
	position:relative;
	width:1140px;
	margin:0 auto;
	}	
.synopsis-item{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	width:25%;
	}
.synopsis-item .item-wrap{
	position:relative;
 
	background:#ffffff;
	padding:0 20px;	 
	z-index:1;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
	transition:0.4s ease;
	}

.synopsis-item .item-img{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	width:66px;
	height:66px;
	line-height:66px;
	text-align:center;
	}
.synopsis-item .item-img img{
	max-width:66px;
	max-height:66px;
	}
.synopsis-item:hover .item-img,.synopsis-item.current .item-img{
	border-radius:50%;
	/*box-shadow:0 0 25px rgba(0,0,0,.3);*/
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg); 
}	

.synopsis-item .item-info{
	position:relative;
	}
.synopsis-item .item-info .item-title{
    font-size: 22px;
	margin:10px 0;
	}

.synopsis-item .item-info .item-title,.synopsis-item .item-info .item-title a{ color:#DC6226;}
.synopsis-item .item-info .item-detail{
    font-size: 16px ;
	line-height:30px;
	color:#999;
 
	}
.synopsis-item  .item-more{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	background-color: #373d43;
	line-height:37px;
    padding:0 16px;
    font-size: 16px;
	color:#FFF	
	}
.synopsis-item .item-info .item-title,.synopsis-item .item-info .item-title a{ }
 .index-ad{
	 position:relative;
	 background-position:center center;
	 background-repeat:no-repeat;
	 background-attachment:fixed;
	 text-align:center;
	 height:450px;
	 }
.index-ad .text{
	font-family:'SourceSansProLight';
	color:#FFF;
	font-size:38px;
	display:table-cell;
	vertical-align:middle;
	height:450px;
	 }
.about-us-wrap{
	position:relative;
	width:100%;
	padding:70px 0;
	}
.about-us{
	position:relative;
	width:100%;
	}
.about-us .about-img{
	position:relative;
	display:block;
	overflow:hidden;
	width:600px;
	float:right	;
	}	
	
.about-us .about-img .item{
	float:left;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	opacity:.5;
	}

.about-us .about-img .item .item-wrap{
	position:relative;
	
	}
.about-us .about-img .item.current .item-wrap{
	 
	}
.about-us .about-img .item.current{
	opacity:1;
	}
.about-us .about-img .item img{
	position:relative;
	width:100%;
	-webkit-filter: sepia(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray!important;
	}
.about-us .about-img .item.current img{
	
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    
	}
.about-us .about-img .item .item-wrap .wrap {
	position:absolute;
	width:70%;
	height:100%;
	left:15%;
	top:0;
	
	}	
.about-us .about-img .item .item-wrap  .wrap .title{
	position:absolute;
	display:block;
	width:100%;
	top:35%;
	left:0;
	line-height:40px;
	padding:12px 0;
	margin:-32px 0 0;
	background:rgba(220,98,38,.75);
	font-family:'SourceSansProSemibold';
	font-size:24px;  
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s ease-in .3s;
  	transition: all .5s ease-in .3s;
	
	}
.about-us .about-img .item.current .item-wrap  .wrap .title{
	top:50%;
	visibility:visible;
	opacity:1;
	}	

.about-us .about-img .item .item-wrap .wrap .title,.about-us .about-img .item .item-wrap .wrap .title a{ color:#FFF;}	
 	
	
.about-us .about-detail{
	position:relative;
	display:block;
	overflow:hidden;
	width:520px;
	float:left;
	padding:0 0 20px;
	}
		
.about-us .about-detail .title{
	position:relative;
	font-family:'SourceSansProSemibold';
	font-size:36px;
	color:#000;
	text-transform:uppercase;
	}
.about-us .about-detail .text{
	position:relative;
	font-size:16px;
	line-height:25px;
	margin:25px 0  50px;
	}
 	
 
.about-us .about-detail .read-more{
	position:relative;	
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background: rgb(220,98,38); 
	background: -moz-linear-gradient(-45deg,  rgba(220,98,38,1) 1%, rgba(220,98,38,1) 28%, rgba(83,94,100,1) 74%, rgba(83,94,100,1) 86%, rgba(83,94,100,1) 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(220,98,38,1)), color-stop(28%,rgba(220,98,38,1)), color-stop(74%,rgba(83,94,100,1)), color-stop(86%,rgba(83,94,100,1)), color-stop(100%,rgba(83,94,100,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: -ms-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: linear-gradient(135deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6226', endColorstr='#535e64',GradientType=1 ); 
	padding: 12px 30px;
}
.about-us .about-detail .read-more:hover{
	background: rgb(83,94,100); 
	background: -moz-linear-gradient(-45deg,  rgba(83,94,100,1) 0%, rgba(83,94,100,1) 31%, rgba(220,98,38,1) 54%, rgba(220,98,38,1) 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(83,94,100,1)), color-stop(31%,rgba(83,94,100,1)), color-stop(54%,rgba(220,98,38,1)), color-stop(100%,rgba(220,98,38,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	background: -o-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	background: linear-gradient(135deg,  rgba(83,94,100,1) 0%,rgba(83,94,100,1) 31%,rgba(220,98,38,1) 54%,rgba(220,98,38,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535e64', endColorstr='#dc6226',GradientType=1 ); 
}
 

.main-product-wrap{
	position:relative;
	width:100%;
	padding:70px 0;
	}
.product-wrap{
	position:relative;
	width:100%;
	
	}	
	
.product-slides-wrap{
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	}
	
.product-slides-cont{
	position:relative;
	width:1224px;
	}
.product-slides{
	position:relative;
	width:100%;
	padding:0 0 40px;
	}

.product-slides .owl-dots .owl-dot{
	width:42px;
	height:2px;
	}
.product-slides .owl-nav {display:inline;position:absolute;top:-30px;right:24px;z-index:0; }	

.product-slides .owl-prev,.product-slides .owl-next{ position:relative;overflow:hidden; z-index:999;display:inline-block; vertical-align:top; *display:inline; *zoom:1;background-repeat:no-repeat; margin:0; color:#FFF; background:#72747a;height:23px;line-height:23px; font-size:20px; margin:0 0 0 7px; }
.product-slides .owl-prev:before{
	content:"\f104";
	}
.product-slides .owl-next:before{
	content:"\f105";
	}
.product-slides .owl-prev:hover,.product-slides .owl-next:hover{
	background:#ca612e;
	}
.product-item{
	position:relative;
	font-size:24px;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:300px;
	margin:0 20px 20px 0;
	overflow:hidden;
	text-align:center;
	}	
.product-item .item-wrap{
	position:relative;
	padding:3px;
	border:1px solid #d2d2d2;
	 
	}
.product-item .pd-img{
	position:relative;
	overflow:hidden;
	}
.product-item .pd-img img{
	position:relative;
	width:100%;
	overflow:hidden;	
	}
.product-item .pd-info{
	padding:15px;
	}
.product-wrap .product-item{
	width:300px;
	height:214px;
	margin:0;
	}
.product-wrap .product-item:before,.product-wrap .product-item:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height:100%;
	background:#e6e6e6;
	z-index:1;
	}
.product-wrap .product-item:after{
	right:auto;
	top:auto;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	} 
.product-wrap .product-item .item-wrap{
	position:relative;
	width:200%;	
	margin:0 0 0 -100%;
	z-index:0;
	padding:0;
	border:none;
	}
.product-wrap .product-item:hover .item-wrap{
	margin:0;
	}
.product-wrap .product-item .pd-img{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:280px;
	height:194px;
	border:10px solid #FFF;
	
	}

/*.product-wrap .product-item:first-child .item-wrap,.product-wrap .product-item:nth-child(2) .item-wrap,.product-wrap .product-item:nth-child(3) .item-wrap,.product-wrap .product-item:nth-child(4) .item-wrap{
	border-top:none;
	}
.product-wrap .product-item:nth-child(4n) .item-wrap{ border-right:none;}*/
.product-wrap .product-item .pd-info{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:280px;
	height:194px;
	border:10px solid #FFF;
	background:#72747a;
	padding:0;
	}

.product-wrap .product-item .pd-info .pd-name{
	text-align:center;
	background:#c76536;
	font-size:20px;
	width:280px;
	height:194px;
	display:table-cell;
	vertical-align:middle;
	 
	}
.product-wrap .product-item .pd-info .pd-name a{
	display:block;
	padding:20px;
	}	
.product-wrap .product-item .pd-info .pd-detail{
	font-size:16px;
	padding:0 15px;
	}
.product-wrap .product-item,.product-wrap .product-item a{ color:#FFF;}

 
.product-slides .product-item{
	width:282px;
	margin:0 24px 0 0
	}
.product-slides .product-item .item-wrap{
	padding:0;
	border-top:none;
	border-left:none;
	border-right:none;
	}
.product-slides .product-item .pd-info .pd-name{
 
	font-size:16px;
	}
/*----------------------------------page---------------------------------*/
	
.path-bar{
	position:relative;
	width:100%;
	line-height:35px;
	background:#ebebeb;
	margin:24px 0;
	}
.path-bar li:after{
	content:"/";
	position:absolute;
	display:block;
	overflow:hidden;
	right:0;
	top:-5px;
	font-size:20px;
	}	
.path-bar .path-nav{
	}	
.path-bar li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#ca612e;
	font-size:16px;
	font-style:italic;
	}
.path-bar li a{
	display:block;
	padding:0 15px 0 5px;
	color:#ca612e;
	}	
 
.path-bar li:last-child:after{
	content:'';
	}



/*----------------------------------aside---------------------------------*/	
.aside{
	float:left;
	width:225px;
	}

.side-tit-bar{
	position:relative;
	background: rgb(220,98,38);
	background: -moz-linear-gradient(-45deg,  rgba(220,98,38,1) 1%, rgba(220,98,38,1) 28%, rgba(83,94,100,1) 74%, rgba(83,94,100,1) 86%, rgba(83,94,100,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(220,98,38,1)), color-stop(28%,rgba(220,98,38,1)), color-stop(74%,rgba(83,94,100,1)), color-stop(86%,rgba(83,94,100,1)), color-stop(100%,rgba(83,94,100,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: -ms-linear-gradient(-45deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	background: linear-gradient(135deg,  rgba(220,98,38,1) 1%,rgba(220,98,38,1) 28%,rgba(83,94,100,1) 74%,rgba(83,94,100,1) 86%,rgba(83,94,100,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6226', endColorstr='#535e64',GradientType=1 ); 
	}
	
.side-tit-bar .side-tit{
	position:relative;
	font-size:18px;
	line-height:36px;
	font-family:'SourceSansProSemibold';
	padding:0 18px;
	color:#FFF;
	}

.side-widget{
	position:relative;
	
	}
.side-widget .side-hide{
	padding:15px 0;
	}		
.side-cate ul li{
	position:relative;
	line-height:30px;	
	
	}
.side-cate ul li{margin:0 18px;}	
.side-cate ul li a{
	position:relative;
	display:block;
	border-bottom:1px solid #e8e9eb;
	}
		
.side-cate-menu li .side-ico{
	position:absolute;
	right:0;
	top:0;
	color:#9aacba;
	font-size:12px;
	}	
.side-cate-menu li .side-ico:before{
	content:'\f067';
	
	}
.side-cate-menu li.active .side-ico:before{
	content:'\f068';
	}


.products-scroll-list-wrap{
	position:relative;
	
	}	
.products-scroll-list{
	position:relative;
	padding:15px 0 0;
	}
.products-scroll-list li{padding:0 0 25px; display:block; overflow:hidden;}
.products-scroll-list li img{width:65px;border:1px solid #eeeeee; float:left; margin:0 12px 0 0; border-radius:2px;}
 
.products-scroll-btn-prev,.products-scroll-btn-next{
	position:relative;
	width:100%;
	height:19px;
	display:block;
	z-index:999
	}
.products-scroll-btn-prev{
	background:url(img/icons-prev.png) no-repeat center center;
	margin:10px 0 0;
	}
.products-scroll-btn-next{
	background:url(img/icons-next.png) no-repeat center center;
	margin:-10px 0 20px;
	}
.side-bn{
	max-width:100%;
	margin:0 0 25px 0;
	}		
.side-bn img{
	max-width:100%
	}


.main{
	position:relative;
	width:940px;
	display:block;
	float:right;
	}	
	
.main-tit-bar{
	overflow:hidden;
	border-bottom:1px solid #c0c0c0;
	line-height:45px;
	margin:0 0 15px;
	}	
.main-tit-bar .title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
 
	font-size:22px;
	}
.main-tit-bar .share-this{display:inline;float:right; margin:0 10px 0 0;}
	
	
.main-banner{
	position:relative;
	display:block;
	margin:0 0 10px;
	}
.main-banner img{
	position:relative;
	width:100%;
	}	
.product-list{ margin:40px 0 0;}	
.product-list,.certificate-list,.video-list,.download-list,.faq-list{
	position:relative;
	
	}
.product-list ul,.certificate-list ul,.video-list ul{
	position:relative;
	width:110%;
	}	

.download-list ul{
	}	
.download-list ul li{
	position:relative;
	display:block;
	overflow:hidden;
	line-height:30px;
	padding:30px 0 10px;
	border-bottom:1px solid #E9E9E9;
	}
.download-list ul li .download-cont{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	float:left;
	}	
.download-list ul li .download-cont .download-pic{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	width:25px;
	height:25px;
	overflow:hidden;
	}	
.download-list ul li .download-cont .download-pic img{
	max-width:25px;
	max-height:25px;
	}	
.download-list ul li .download-cont .download-detail{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	margin:0 15px;
	font-size:18px;
	font-family:'SourceSansProSemibold';
	}	
.download-list ul li .download-button{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	float:right;
	height:30px;
	line-height:30px;	
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-left-color:#C1C1C1;
	border-right-color:#C1C1C1;
	border-top-color:#C9C9C9;
	border-bottom-color:#A5A5A5;
	border-radius:5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1',endColorStr='#DADADA',gradientType='0');
	background: -moz-linear-gradient(top, #F1F1F1, #DADADA);	
	background: -o-linear-gradient(top,#F1F1F1, #DADADA);	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));	
	}
.download-list ul li .download-button a{
	position:relative;
	display:block;
	padding:0 12px 0 40px;
	color:#0A0A0A;
	background-image:url(img/icons08.png);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	}
.faq-list ul{
	}	
.faq-list ul li{
	position:relative;
	display:block;
	overflow:hidden;
	line-height:24px;
	
	border-bottom:1px solid #E9E9E9;
	color:#3D3D3D;
	}	
.faq-list ul li .faq-title{
	position:relative;
	padding:20px 0 16px  42px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	}	
.faq-list ul li .faq-title b{
	position:absolute;
	left:1px;
	top:20px;
	width:24px;
	height:24px;
	display:block;
	overflow:hidden;
	}
.faq-list ul li .faq-title b.faq-down{
	background:url(img/icons10.png) no-repeat center center;
	}
.faq-list ul li .faq-title b.faq-up{
	background:url(img/icons09.png) no-repeat center center;
	}			
.faq-list ul li .faq-title h2{
	font-weight:normal;
	font-size:18px;
	font-family:'SourceSansProSemibold';
	}	
.faq-list ul li .faq-cont{
	position:relative;
	padding:0 0 30px 42px;
	font-size:14px;
	}
.page-bar{
	position:relative;
	display:block;
	margin:20px 0;
	text-align:center;
	}	
					
.page-bar .pages{display:inline-block;}
.pages  a,.pages span{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	border:1px solid #cfcfcf;
	height:31px;
	line-height:31px;
	padding:0 12px;
	margin:0 4px;
	vertical-align:middle;
	border-radius:4px;
	}
.pages span,.pages span a{

	text-transform:uppercase;
	}
.pages span{
	margin:0 10px;
	}	
.page-count{
	
	}
.pages .page-prev{
	margin:0 10px 0 10px;
	}
.pages .page-next{
	margin:0 0 0 15px;
	}			
.pages a.current,.pages  a:hover{
	background:#333333;
	color:#FFF;
	} 
.pages a:hover{text-decoration:none;}	
.blog-list{background:#fff;padding:0 0 80px;margin:0 auto 15px;}
.blog-list .blog-item{padding:20px 0;position:relative;margin:0 auto 3px;}
.blog-list .blog-item .blog-img{float:left;width:200px;height:auto;margin:0 20px 8px 0;}
.blog-list .blog-item .blog-tit{font-size:16px;}
.blog-list .blog-item .blog-meta{display:block;color:#aaa;}
.blog-list .blog-item .blog-meta span{display:inline;padding:0 15px 0 0;}
.blog-list .blog-item .blog-summary{padding:8px 0;color:#999;}
.blog-list .blog-item .readmore{display:block;text-align:right;font-size:14px;}
.blog-list .blog-item .readmore:hover a{ color:#1F5792;}
.blog-list .blog-item .readmore i{font-size:14px;}
.blog-list .blog-item:hover{background:#fafafa;}
.blog-list .blog-item:hover img{opacity:0.8;}
.blog-list .blog-item:before{content:"";height:1px;font-size:1px;overflow:hidden;border-top:1px double #ca612e ;border-bottom:1px double #ca612e; ;position:absolute;left:0;right:0;bottom:-3px;}	


	/* product photos */
.product-intro{
	position:relative;
	display:block;
	}
.product-title{
	font-size:24px;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	font-family:'SourceSansProSemibold';
	font-weight:normal;
	line-height:28px;
	color:#1a1926;
	}	
.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor:move;		
}
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

.cloud-zoom-big {
	border:1px solid #eee;
	overflow:hidden;
	padding:0px;
}
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.product-view{
	position:relative;
	width:320px;
	float:left;
	
	}
.product-view .product-image{
	border:1px solid #eee;
	}
.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:100%;
	}	
.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 #eee;
	}	
.product-view .image-additional li a{
	position:relative;
	display:block;
	padding:0 16px;
	
	}	
 .product-view .image-additional li.current img{
	border-color:#ca612e;
	}
.product-view .image-additional img.popup
{
	display:none;
}
.image-additional .owl-nav {display:inline;position:absolute;top:50%; margin:-8px 0 0;left:0; width:100%;z-index:0; }	

.image-additional .owl-prev,.image-additional .owl-next{ position:absolute; top:0;overflow:hidden; z-index:999; float:left;display:block; background-repeat:no-repeat;  }
	
.image-additional .owl-prev{
	left:-10px;
	
	}
.image-additional .owl-next{
	right:-10px;
	}
.image-additional .owl-prev:before{
	content:"\f053";
	}
.image-additional .owl-next:before{
	content:"\f054";
	}			

/* product summary */
.product-summary{ position:relative;width:575px;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{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	line-height:30px;
	padding:0 15px;
	border-radius:3px;
	background:#7f7f7f;
	border:1px solid #7f7f7f;
	color:#FFF;
	margin:0 20px 0 0;
	}

.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{
	background:none;
	color:#7f7f7f;
	}	
.product-summary .share-this{
	float:right;
	margin:30px 0 0;
	}
.product-detail{
	position:relative;
	overflow:visible;
	margin:50px 0 0;
		
	}
.detail-tabs{
	position:relative;
	}	
.detail-tabs:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;
	height:1px;
	background:#d5d5d5;
	}	
.detail-tabs .title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;	
	font-size:16px;
	padding:0 25px;
	line-height:30px;
	cursor:pointer;
	overflow:hidden;
	font-size:16px;
	margin:0 3px 0 0;
	background:#eeeeee;
	color:#7f7f7f;
	}
	
.detail-tabs .title.current{
	font-family:'SourceSansProSemibold';
	color:#FFF;
	background:#ca612e
 
	}
.product-detail .detail-panel{
	padding:20px 0;
	display:block;
	overflow:hidden
	}
.product-detail .disabled{ display:none;}





.goods-tbar{
 
	}	
	
.goods-tbar .title{
	position:relative;
	font-size:18px;
	font-family:'SourceSansProSemibold';
	}
.goods-tbar .title,.goods-tbar .title a{ color:#000;}				
.goods-may-like{
	position:relative;
	margin:40px 0 0;
	}

.goods-items-wrap{
	position:relative;
	width:100%;
	}
.goods-items{
	position:relative;
	width:960px;
	margin:20px 0 0;
	}		

.goods-items .owl-nav {display:inline;position:absolute;top:-33px; right:10px }	

.goods-items .owl-prev,.goods-items .owl-next{ position:relative; top:0;overflow:hidden; z-index:999; float:left;display:block; background:none; font-size:22px;  }
	
.goods-items .owl-prev:before{
	content:"\f104";
	}
.goods-items .owl-next:before{
	content:"\f105";
	}		
				
 
@media screen and (max-width: 769px){

/* layout */


body,.container {width:100%;min-width:inherit;}

.layout, .header, .nav-bar .nav-wrap, .banner-list,.bottom-service, .social-layout,.foot-wrapper .foot-img{display:block;width:100%;margin:0 auto;}

.head-wrapper,.foot-wrapper,.nav-bar{max-width:100%;min-width:inherit;}

.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%;}

a:visited{color:#333;}
.owl-carousel{ padding:0 0 30px;}


/* box sizing */

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}

.owl-carousel{ padding:0 0 30px;}


.sub-content{
	position:relative;
	display:block;
	right:auto;
	border-radius:0;
	border:none;
	box-shadow:none;
	z-index:99999;
	}
.scrollsidebar,.bottomsidebar{ display:none;}
.gotop {
	display:none;
	visibility:hidden;
}

/* ===================================================

 * header 

 * --------------------------------------------------- */

 
.mobile-head-items{
	position:fixed;
	top:0;
	left:0;	
	background:#161622;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:left
	}
.mobile-head-item{	
	float:left;
	width:45px;
	}
.mobile-head-item.mobile-head-aside{
	float:right
	}	
.mobile-head-item .title{
	width:100%;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	}
.mobile-head-item .title a{
	position:relative;
	display:block;
	color:#FFF;
	}
.mobile-head-item.mobile-head-home .title a:before{content:'\f015';}	
.mobile-head-item.mobile-head-nav .title:before{content:'\f0c9';}
.mobile-head-item.mobile-head-language .title:before{content:"\f1ab";}	
.mobile-head-item.mobile-head-search .title:before{content:"\f002";}
.mobile-head-item.mobile-head-social .title:before{content:"\f007";}
.mobile-head-item.mobile-head-aside .title:before{content:"\f060";}			
.mobile-head-item .main-content-wrap{
	background:#FFF;
	top:0;
	display:block;
	z-index:99999;
	}
.mobile-head-item .main-content-wrap .content-wrap{
	overflow-y: scroll;
	height:100%;
	padding:15px 10px;
	}
.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{
	overflow-y:hidden;
	}	
.mobile-head-item .side-content-wrap{
	position:fixed;
	display:block;
	left:-70%;
	width:70%;
	height:100%;
	}
.mobile-head-item .middle-content-wrap{
	position:absolute;
	left:0;
	width:100%;
	height:auto;
	padding:20px 0;
	opacity:0;
	visibility:hidden;
	}
.mobile-head-item .middle-show-content-wrap{
	top:30px;
	visibility:visible;
	opacity:1;
	}		
.nav-bar .nav,.nav-bar .nav-wrap .change-language,.head-search-wrap{
	display:none;
}
.head-wrapper{
	padding:0;
	}
.head-search,.head-search .search-ipt{
	width:100%;
	}
.head-search{ background-color:#CCC; display:block}
.head-search .search-btn{ left:10px;}
.logo{
	float:none;
	line-height:normal;
	text-align:center;
	width:100%;
	padding:35px 0 10px;
	}	
.logo img{
	max-height:none;
	max-width:30%;
	}	
/*nav */

.nav li{
	position:relative;
	display:block;
	width:100%;
	}
.nav li ul{
	display:block;
	width:100%;
	
	}	
.nav li	ul li{
	width:auto;
	padding:0 10px;
	display:inline-block;
	}
.nav li ul img{
	display:block;
	display:none;
	}	
/* translate */

.transall{display:block;width:100%;float:none;}

.head-wrapper .prisna-wp-translate-dropdown-sub-container,.head-wrapper .prisna-wp-translate-dropdown-body,.head-wrapper .prisna-wp-translate-dropdown-body:hover{background:none!important;border:0!important;box-shadow:none!important;}

.head-wrapper .prisna-wp-translate-dropdown-container,.head-wrapper .prisna-wp-translate-dropdown-sub-container,.head-wrapper .prisna-wp-translate-dropdown-body{height:auto!important;}

.head-wrapper .prisna-wp-translate-dropdown-body{float:none!important;}

.head-wrapper .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-body>p.prisna-wp-translate-dropdown-current-language,.head-wrapper .transall .prisna-wp-translate-dropdown-current-language-arrow{display:none!important;}

.head-wrapper .prisna-wp-translate-dropdown-languages-list-scroll{display:block!important;height:auto!important;}

.head-wrapper .prisna-wp-translate-dropdown-languages-list p{width:50%;display:inline!important;;float:left!important;}

.head-wrapper .prisna-wp-translate-dropdown-languages-list{display:block!important;}

.transall .prisna-wp-translate-dropdown-current-language{display:none!important;}





/* ===================================================

 * footer 

 * --------------------------------------------------- */
.layout{
	width:98%;
	margin:0 auto;
	}
.foot-wrapper{
	font-size:14px;
	}
 
.foot-item.foot-item-contact,.foot-item.foot-item-inquiry,.foot-item.foot-item-news{
	width:50%;
	padding:0 20px 0 0;
	}

.foot-item.foot-item-contact .foot-cont	.foot-tit,.foot-item.foot-item-contact .foot-cont,.foot-item.foot-item-inquiry .foot-cont	.foot-tit,.foot-item.foot-item-inquiry .foot-cont{ padding:0 }


.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt{
	width:100%;
	}
.foot-item.foot-item-inquiry .subscribe-form .subscribe-btn	{
    font-size: 16px;
    padding: 5px 15px;
	}

.footer{
	text-align:center
	}
.foot-social,.foot-nav{
	float:none;
	}

.mobile-contact{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	z-index:9999;
	height:38px;
	line-height:38px;
	background:#161622;
	}
.mobile-contact,.mobile-contact a{color:#FFF}	
.head-contact{ display:block; width:100%; margin:0;}
.head-contact .head-phone,.head-contact .head-email{
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin:0;
	text-align:center;
	line-height:38px;
	color:#FFF;
	}			
.head-contact .head-phone{ background:#ff6600;  }
 

/* ===================================================

 * for:homepage 

 * --------------------------------------------------- */
.company-synopses{
	width:100%;
	}
.synopsis-item .item-wrap{
	padding:0 20px;
	}
.synopsis-item{
	width:50%;
	}
 .index-ad{
 
	 height:auto;
	 padding:100px 0
	 }
.index-ad .text{
	 height:auto;
	 }
.about-us-wrap{
	padding:30px 0;
	}

.about-us .about-img,.about-us .about-detail{
	width:100%;
	float:none	;
	padding:0 0 30px
	}	
 
.about-us .about-img .item .item-wrap .wrap {
	width:90%;
	left:5%;	
	}	
.about-us .about-img .item .item-wrap  .wrap .title{
	line-height:30px;
	padding:10px 0;
	margin:-25px 0 0;
	font-size:18px;  
	}
 
.about-us .about-detail .text{
	margin:25px 0;
	}
 	
 
.main-product-wrap{
	padding:30px 0;
	}	
	
.product-slides-cont{
	width:100%;
	}
 

.product-item,.product-wrap .product-item{
	width:33.333%;
	height:auto;
	margin:0 0 15px;
	}	
.product-item .item-wrap,.product-wrap .product-item .item-wrap{
	width:96%;
	height:auto;
	margin:0 auto;
	}

.product-slides .product-item,.goods-items .product-item{
	width:100%;
	}
.product-wrap .product-item .pd-img{
	width:100%;
	height:auto;	
	}
.product-wrap .product-item .item-wrap .pd-info{
	display:none
	} 
 

/* ===================================================

 * for:product list 

 * --------------------------------------------------- */

.path-bar{display:none;}

.promote-bar{display:none;}



/* aside */

.aside{ display:none;}
.side-head-search{
	width:100%;
	}
.side-head-search .search-ipt{
	width:100%;
	}
.side-tit-bar{
	position:relative;
	}
	
.side-tit-bar .side-tit{
	font-size:16px;
	line-height:30px;
	}
	
.side-widget{
	margin:0 0 30px;	
	}	
.side-cate ul li{
	line-height:30px;	
	}

.products-scroll-btn-prev,.products-scroll-btn-next{display:none;}
.products-scroll-list li{
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin:0 1%;
	}
.products-scroll-list li img{
	width:100%;
	float:none;
	margin:0;
	}


/* main */

.main{width:98%;float:none;padding:0; margin:0 auto;}

.main-tit-bar{
	margin:30px 0 10px;
	}	
.main-tit-bar .title{
	font-size:20px;
	}
	

.product-list ul,.certificate-list ul,.video-list ul{
	position:relative;
	width:100%;
	}	

.page-bar .pages{display:block; float:none; text-align:center}
.pages  a,.pages span{
	height:25px;
	line-height:25px;
	padding:0 10px;
	border-radius:2px;
	font-size:12px;
	}


/* ===================================================

 * for:product detail 

 * --------------------------------------------------- */

/* product intro */

.product-title{
	font-size:20px;
	margin:30px 0 10px 0;
	}	



.product-view{
	width:100%;
	float:none;
	
	}
.product-view .product-image{
	display:none
	}
.product-view .image-additional{
	width:100%;
	margin:0;
	}
.product-view .image-additional 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 summary */
.product-summary{ position:relative;width:100%;float:none;}

.product-summary .share-this{
	float:none;
	margin:30px  0;
	}
/* detail */

.tab-content-wrap .tab-title-bar,.tab-content-wrap .tab-panel-wrap{ display:none;}
.tab-content-wrap .mobile-tab-items .mobile-tab-item{
	margin:0 0 30px ;
	}
.tab-content-wrap .mobile-tab-items .mobile-tab-title{
	font-family:'SourceSansProSemibold';
	margin:0 0 15px;
	}
.tab-content-wrap .mobile-tab-items .mobile-tab-panel{
	}

/* Customers Also Bought */

.goods-items{
	width:100%;
	}	


/* ===================================================

 * for:blog 

 * --------------------------------------------------- */

.blog-list .blog-item{padding:15px;border-bottom:1px solid #ddd;}

.blog-list .blog-item:last-child{border:0;}

.blog-list .blog-item:hover{background:none;}

.blog-list .blog-item:before{left:15px;right:15px;display:none;}

.blog-list .blog-item .blog-img{display:block;max-width:100%;float:none;}

.blog-list .blog-item .blog-tit{font-size:16px;line-height:1.3em;padding:6px 0 0;font-weight:normal;}

.blog-list .blog-item .blog-meta{padding:6px 0 0;}

.blog-list .blog-item .blog-summary{padding:0;margin:8px 0;height:80px;line-height:20px;overflow:hidden;}

.blog-list .blog-item .readmore{display:none;}

.main .blog-article{padding:5px 10px;}


/*----------------inquiry-form--------------------------*/

.inquiry-form{
	padding:15px;
	}	

.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text{
	width:100%;
	}
.faq-list ul li .faq-cont{
	 
	font-size:14px;
	padding-bottom:15px;
	}	
.faq-list ul li .faq-title{
	padding-bottom:30px;
	}	
}


@media screen and (max-width: 641px){
.index-title-bar{ margin:0 0 15px;}
	.index-title-bar .title{ font-size:22px;}
.index-ad{
	padding:40px 0 
	}
.index-ad .text{
	font-size:20px;
	
	}
 
.foot-item.foot-item-contact,.foot-item.foot-item-inquiry,.foot-item.foot-item-news{
	width:100%;
	padding:0 20px 0 0;
	margin:0 0 20px;
	}
.foot-nav li{
	font-size:14px;
	padding:0 5px;
	}
 
 
.company-synopses-wrap{
	padding:0 0 20px;
	}
.company-synopses{
	margin:0
	}
.synopsis-item,.synopsis-item .item-wrap{
	width:100%;
	}
.synopsis-item .item-wrap{
 
	padding:10px;
	}
.synopsis-item .item-info .item-title{
	font-size:20px;
	}	
 .synopsis-item .item-info .item-detail{
	 font-size:16px;
	 }
.about-us-wrap {

    padding: 20px 0;
} 
 .about-us .about-detail .title{
	 font-size:20px;
	 }	
.about-us .about-detail .title:after{ display:none;}
 
.main-product-title .title,.product-slides-title .title{
	font-size:20px;
	}		
.product-item,.product-wrap .product-item{
	width:50%;
	}	
.product-item .pd-info .pd-name,.product-wrap .product-item .pd-info .pd-name{
	font-size:12px
	}
.products-scroll-list li{
	display:block;
	width:100%;
	margin:0 0 20px;
	}
.products-scroll-list li img{
	max-width:65px;
	float:left;
	margin:0 15px 0 0;
	}	
.download-list ul li{
	border-bottom:none ;
	}
.download-list ul li .download-cont{
	display:block;
	float:none;
	margin:0 0 20px;
	}
.download-list ul li .download-button{
	float:none;
	}	
	}

.bottomsidebar .bottomcontent{
	background:#ca612e !important;
	}









