/************************Notice background path*********************************************/
/*******初始化********/
html, body {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, table, tr, td {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select {
*font-size:100%
}
.clear {
	zoom: 1;
}
.clear:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
/********************/
#scrollUp {
	bottom: 20px;
	right: 10px;
	height: 42px;
	width: 42px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 36px;
	color: white;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	z-index: 999;
	-webkit-transition: -webkit-transform opacity 0.2s ease-out;
	-moz-transition: -moz-transform opacity 0.2s ease-out;
	-o-transition: -o-transform opacity 0.2s ease-out;
	transition: transform opacity 0.2s ease-out;
}
#scrollUp .icon {
	vertical-align: middle;
	display: table;
	width: 29px;
	height: 28px;
	background: url(../images/scroll.png);
	margin: 7px auto;
	z-index: 999;
}
#scrollUp:hover {
	background-color: rgba(0, 0, 0, 0.75);
 *background: #000000;
	background: #000000\9;
 filter:filter:alpha(opacity=0.75);
}
.owl-dots {
	display: none !important;
}

/*-------------------       header      ---------------------------*/
#header{  background:#fff; text-align:center; }	
#header .companyName {width: 100%; }
#header .main{  }
#header .container{ min-height:60px;}
#header .navbar {
	float: none;
	width: 100%; 
}
.companyName img {
	max-width: 304px;
}
.navbar-default {
	border: 0px;
	background: #fff;
}
.navbar {
	border-radius: 0px;
	margin: 0;
	position:static;
	bottom: 0;
	right:0;
	z-index: 99;
	width: 100%;
}
.nav-justified {
	width: 100%;
	background:#b7ab9d;
}
.nav>li>a {
	padding: 8px 8px;
	line-height:40px;
}
#header .container{ position:relative;max-width: 1170px;}
.nav li{  padding:0 2%; position:relative;display: inline-block;}
 
 
.nav a{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 20px;
    font-family: 'calibri';
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #9d8f7f;
}
.nav li:hover,.nav li.on {
	color: #fff;
	background:#9d8f7f;
}
.nav li:hover,.nav li.on {
	color: #313131;
}
.nav li:last-child{ border:none;}

 
 
.flash{ width:100%; position:relative;}
.flash .main{  position:absolute; bottom:0; right:15px;  width:60%;  color:#fff; background:rgba(171,136,97,0.6);}
.flash .container{ position:relative;}
.flash .container .txt{ padding:6%; color:#fff; padding-right:15%; }
.flash .container .txt h1{ color:#fff;font-family: 'CENSCBK_0';  font-size:35px; text-shadow: 2px 1px 0px black; -webkit-text-shadow: 2px 1px 0px black; letter-spacing:2px; margin-bottom:15px;}
.flash .container .txt p{font-family: 'calibri'; font-size:16px; line-height:25px; color:#fff; line-height:20px; }
.flash .container .txt a{ position:absolute; right:7%; bottom:48%; -o-transition:all .6s; -ms-transition:all .6s; -webkit-transition:all .6s; transition:all .6s; -moz-transition:all .6s; }
.flash .container .txt p a:hover{ background:#a6937c; color:#fff;}
.flash img{ width:100%;}
.bx-controls{ display:none;}
 
 

 

 
 


.floor4{ width:100%; position:relative; margin-top:2%; }
.floor4 .container{ max-width:1160px;}
h1.kuang{ font-size:28px; color:#000; line-height: 35px; font-family: 'CENSCBK_0'; letter-spacing:2px;  display:inline-block; background:#fff; position:relative; font-weight: normal; }
h1.kuang:before {
    position: absolute;
    left: -5px;
    top: -7px;
    content: "";
    background: url(../images/jx.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: -1;
}
.floor4 .ltxt{ float:left; width:55%;}
.floor4 .ltxt p{ color:#535353; font-family: 'calibri'; line-height:25px; font-size:17px;}
.floor4 .rtxt{ float:left; width:43%;}
.floor4 .rtxt ul li{ display:inline-block; padding:10px 0; background:#eeeeee; margin:0.5%; text-align:center; width:31.5%; -o-transition:all .6s; -ms-transition:all .6s; -webkit-transition:all .6s; transition:all .6s; -moz-transition:all .6s; }
.floor4 .rtxt ul li.other{ width:48%;}
.floor4 .rtxt ul li a{ text-decoration:none; font-size:13px; color:#535353;font-family: 'calibri';}
.floor4 .rtxt ul li:hover{ background:#b89772;}
.floor4 .rtxt ul li:hover a{ color:#fff;}


#confloor form{ font-size:16px; width:100%; max-width:1100px; margin:0 auto; margin-top:2%;font-weight:bold;}
#confloor .style5 {color: #FF0000}
#confloor .style6 {
	font-size: 15px;
	font-weight: bold;
	color:#000;
}
#confloor h1{   color:#000; display:inline-block;}
#confloor h1 em{ color:#000; font-weight:bold;}
#confloor .table{ margin-bottom:0;}
#confloor .flash{ display:none;}
#confloor strong{ color:red;}

.entop{color:blue; font-size:18px;width: 100%; margin:0 auto;margin-top: 5%; max-width: 1100px;}
.entop a{ color:blue; text-decoration:underline; font-weight:bold;}
 
 
.floor7{ margin-top:3%;}
.floor7 .topmain{ width:64%; background:#f5f5f5; padding:3% 8%;}
.floor7 .topmain p{ color:#535353; font-family: 'calibri'; line-height:25px; font-size:17px;}
.floor7 h1{ background:#f5f5f5;font-weight: normal; }
.floor7 h1:before {
    position: absolute;
    left: -5px;
    top: -7px;
    content: "";
    background: url(../images/jx.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.floor7 img{ width:100%;}
.floor7 .lii{ margin-bottom:30px;}
 
 
 
 
 


.floor3{ margin-top:3%;}
.floor3 .topmain{ width:64%; background:#f5f5f5; padding:3% 8%;}
.floor3 .topmain p{ color:#535353; font-family: 'calibri'; line-height:25px; font-size:17px;}
.floor3 h1{ background:#f5f5f5;font-weight: normal; }
.floor3 h1:before {
    position: absolute;
    left: -5px;
    top: -7px;
    content: "";
    background: url(../images/jx.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.floor3 .list{ width:32%; float:left;}
.floor3 .rimg{ width:68%; float:right;}
.floor3 .rimg img{ width:100%;}
.floor3 .list li{ padding:8.4% 0; text-align:center; background:#cfc8c0;}
.floor3 .list li a{ text-decoration:none; color:#59493f; font-family: 'calibri'; line-height:25px; font-size:15px; display:inline-block; padding-left:55px; background:url(../images/tu2.png) left center no-repeat; text-align:left;width: 75%; min-height: 41px;} 
.floor3 .list li a:hover{background:url(../images/tu2-1.png) left center no-repeat; color:#fff;}
.floor3 .list li.li2 a{ background:url(../images/tu1.png) left center no-repeat;}
.floor3 .list li.li2 a:hover{background:url(../images/tu1-1.png) left center no-repeat;}
.floor3 .list li.li3 a{ background:url(../images/tu3.png) left center no-repeat;}
.floor3 .list li.li3 a:hover{background:url(../images/tu3-1.png) left center no-repeat;}
.floor3 .list li.li4 a{ background:url(../images/tu4.png) left center no-repeat;}
.floor3 .list li.li4 a:hover{background:url(../images/tu4-1.png) left center no-repeat;}
.floor3 .list li:hover,.floor3 .list li.on{ background:#b89772;}
.floor3 .list li.li5 a{ background:url(../images/tu5.png) left center no-repeat;}
.floor3 .list li.li5 a:hover{background:url(../images/tu5-1.png) left center no-repeat;}
.floor3 .list li:hover,.floor3 .list li.on{ background:#b89772;}
.floor3 .list li.li6 a{ background:url(../images/tu6.png) left center no-repeat;}
.floor3 .list li.li6 a:hover{background:url(../images/tu6-1.png) left center no-repeat;}
.floor3 .list li:hover,.floor3 .list li.on{ background:#b89772;}


.floor3 .rimg .box{ display:none;}
.floor3 .rimg .box.active{display:block;}
 
 
 
 
 
.padding0{ padding:0;}
.margin10{ margin-top:20px;}
 
 

.footer{ width:100%; padding:4% 0; background:#626262; overflow:hidden; font-family:"Arial"; font-size:17px; color:#fff; line-height:30px; margin-top:3%;}
.footer .container{ margin:0 auto; max-width: 1054px;}
.footer span{ padding-left:45px; display:inline-block}
.footer span.tel{ background:url(../images/icon1.png) left center no-repeat;}
.footer span.fax{ background:url(../images/icon3.png) left center no-repeat; }
.footer span.mail{ background:url(../images/icon2.png) left center no-repeat;}
.footer .add{ background:url(../images/icon4.png) top left no-repeat; padding-left:45px; }
.footer p{ margin-bottom:3%;}

.footer .fother{ position:relative;}
.footer .fother:before{ position:absolute; right:8%; top:0; width:1px; height:100%; border-right:2px dashed #fff; content:"";}

#prodcat_left2{ display:none;}
#prodcat_left1 li:hover #prodcat_left2{ display:block;}
 
 



/*cusmoter*/
.cusm{width:100%;line-height:30px; font-size:16px; text-align:center; margin-top:5%;}
 
.cusm .piclist h2{ padding:0 10%; display:inline-block; background:#fff; font-size:30px; color:#313131; font-family: 'CENSCBK_0';}
.cusm .piclist .pictit{ position:relative; margin-bottom:3%;}
.cusm .piclist .pictit:before {
    position: absolute;
    left: 0;
    top: 48%;
    content: "";
	background:#959595;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.cusm .piclist .picdiv{ margin-bottom:3%;}
.cusm .piclist img{ width:100%;max-width: 1026px;}

.cusm .piclist ul{ text-align:left;}
.cusm .piclist ul li{ border-left:6px solid #b7ab9d; color:#535353; font-family: 'calibri'; font-size:18px; padding:15px 0; padding-left:30px; background:#eeeeee; margin-top:15px; position:relative;}
.cusm .piclist ul li:before {
    position: absolute;
    right: 5%;
    top: 50%;
	margin-top:-5px;
    content: "";
	background:#d3d3d3;
    width: 10px;
    height: 10px;
	border-radius:10px;
 
}


.port{width:100%;line-height:30px; font-size:16px; text-align:center; }
.port .portit{ background:#fff; padding:5% 0;}
.port .portit h1.kuang{    z-index: 0; margin-bottom:0;}
.portlist{ margin-top:3%; padding:5%; background:#fff;}
.portlist .ltxt{ float:left; width:44%; padding-top:10%;}
.portlist .rimg{ float:left; width:56%;}
.portlist .rimg img{ width:100%;}
.portlist .ltxt h2{font-size:26px; color:#313131; font-family: 'CENSCBK_0';}
.portlist .ltxt h2 em{ display:inline-block; width:20px; height:2px;  background:#b7ab9d; margin:3% 0;}
.portlist .ltxt h3{font-size:26px; color:#313131; font-family: 'CENSCBK_0'; font-weight:bold; letter-spacing:2px; margin-bottom:5%;}
.portlist .ltxt ul li{ text-align:left; font-size:18px; color:#535353; font-family: 'calibri'; width:88%; margin:0 auto; padding-left:25px; position:relative;}
.portlist .ltxt ul li:before{ position:absolute; left:0; top:10px;   width:12px; height:12px; border-radius:12px; content:""; background:#b7ab9d; }

 

















#prodcat_left1 { 
	width: 100%;
	padding: 10px 0;
	font-size: 1.167em;
 
}
#prodcat_left1 li {
	width: 90%;
	padding: 0 5%;
 
	margin: 7px auto;
	background:#fff;
}
#prodcat_left1 li a, #prodcat_left1 li a:visited {
	color: #000;
	padding: 10px 5px;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
}
#prodcat_left1 li:hover {
}
#prodcat_left1 li ul li {
	border-bottom: 1px dashed #000;

}
#prodcat_left1 li ul li a {
	font-size: 15px !important;
	    color: #a6a0a0 !important;
}
#show .showcase {
	width: 100%;
	height: 247px;
	background: url(../images/showcaseBg.png) no-repeat center top;
}
#show p.showcaseBtn {
	padding-left: 100px;
	padding-top: 60px;
}
#show p.showcaseBtn, #show p.showcaseBtn span, #show p.showcaseBtn a {
	display: block;
	width: 466px;
}
#show p.showcaseBtn span {
	background: #F5F5F5;
	height: 90px;
	font-size: 4.67em;
	line-height: 90px;
	font-family: 'Trebuchet MS';
}
#show p.showcaseBtn a, #show p.showcaseBtn a:visited {
	background: #ffffff;
	height: 30px;
	font-size: 1em;
	line-height: 30px;
	color: #464646;
	font-family: 'Trebuchet MS';
}
#show .showPic a {
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.viewmore {
	display: block;
	color: #fff;
	background: #6B575D;
	padding: 10px 0px;
	width: 97%;
	font-size: 1em;
	text-decoration: none;
	opacity: 0;
filter:filter:alpha(opacity=0);
	-moz-opacity: 0;
	position: absolute;
	bottom: 0px;
}
.vmActive {
	opacity: 1;
filter:filter:alpha(opacity=1);
	-moz-opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.thumbnail {
	margin: 0;
}
.thumbnail p {
	width: 100%;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #372F3E;
}
#footer {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 40px 0;
	text-align: center;
}
#footer .logo3 {
	width: 70%;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}
#footer p {
}
#frame {
	 
	min-height: 500px;
}
#frame .showText {
	background: #dcdcdc;
	color: #000;
}
#frame .showText .text1 {
	font-size: 1.75em;
	line-height: 25px;
	color: #00479d;
	font-weight: bold;
	background: #fff;
}
#frame .row-padding {
	margin:30px 0px;
}
/******************************frame global *****************************/
.righttitle {
	color: #000;
	font-weight: normal;
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
.righttitle a, .righttitle a:visited {
	color: #000;
	text-decoration: none;
}
.righttitle a:hover {
	color: #de261b;
	text-decoration: none;
}
.col-margin-bottom {
	margin-bottom: 10px;
}
.banner2, .banner3 {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.banner2 img, .banner3 img {
	width: 100%;
}
.banner3 {
	margin-top: 30px;
}
#proshow ul {
	text-align: center;
	margin-top: 30px;
}
#proshow ul li {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background: #000;
	margin: 0 10px;
	line-height: 40px;
}
#proshow ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.8em;
}
#proshow ul li:hover {
	color: #fff;
	background: #bfbfbf;
}
#prodcat .catImg {
}
#prodcat img {
	border: 1px solid #C6C6C6;
}
#prodcat .catImg a img {
	border: 1px solid #C6C6C6;
}
#prodcat .catName {
	display: block;
	width: 100%;
}
#prodcat .catTotal {
	display: block;
	width: 100%;
}
#prodcat .catName a, #prodcat .catName a:visited {
	color: #000;
	display: inline-block;
	font-size: 12px;
}
#productList ul {
	font-size: 16px;
}

#productList .total-product {
	width: 100%;
	text-align: center;
}
#productList .page-list {
	width: 100%;
	text-align: center;
}
#page_no_list span {
	margin: 0 5px;
}
.page_list_a {
	padding: 4px 8px;
	background-color: #eee;
}
.page_list_a:hover {
	background-color: #000000;
}
.pagelist_hover {
	xbackground-color: #ccc;
	xborder: 1px #000 solid;
}
.page_list_a_bold {
	padding: 4px 8px;
	color: #fff;
	background-color: #000000;
	font-weight: bold;
}
#productDetail .furtherdetail-image p {
	transition: all 0.5s;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}
#productDetail .furtherdetail-image img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
#productDetail .furtherdetail-image p:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}
#productDetail .productName, #productDetail .productCode {
	font-size: 18px;
	padding: 10px 0px;
}
#productList .productContent, #productDetail .productContent {
	font-size: 1.4em;
	padding: 5px 0px;
	color: #000;
/*	word-break: break-all;
	word-wrap: break-word;*/
}
#productDetail .product-detail-btn {
	width: 100%;
	z-index: 999;
}
#productDetail .product-detail-btn li {
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}
#productDetail .product-detail-btn li a, #productDetail .product-detail-btn li a:visited, .plist-send-btn, .plist-send-btn:visited {
	width: 100%;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #8F8F8F;
	background: #F1F1F1;
	text-transform: uppercase;
}
#productDetail .product-detail-btn li a:hover {
	color: #fff;
	background: #999;
}
#productDetail .addNow {
	margin: 20px 0px;
	text-align: center;
}
#productDetail .addNow input {
	width: 100%;
	overflow: hidden; cursor:pointer;
}
.listStyle {
	border: 1px solid #ccc;
	padding: 10px;
}
.plist-total {
	height: 50px;
	line-height: 50px;
	font-size: 1.33em;
}
/****************************** enquiry ******************************/
.form_max {
	position: relative;
	width: 90%;
	margin: 20px auto;
	border: 3px solid #666666;
	padding: 5px;
}
.enquiry_form_color {
	width: 100%;
}
#ta {
	width: 100%;
}
.list {
	width: 100%;
}
.style1 {
	width: 100%;
}
.style2 {
	width: 90%;
}
.style6 {
	font-weight: bold;
	color: #000;
}
/************************************************************/
.row-content {
	width: 960px;
	margin: 0 auto;
}
.row-Title {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 0px;
}
/***************aboutus page************************/
#aboutus .aboutusInfo {
	font-size: 1.33em;
	line-height: 30px;
}
/***************contactus page************************/
#contactus {
	color: #000;
	word-break: break-all;
	word-wrap: break-word;
}
#contactus .contactInfo {
	font-size: 1.33em;
	line-height: 30px;
}
#contactus a, #contactus a:visited {
	color: #000;
}
#contactus .map {
	width: 100%;
	height: 400px;
}
#aboutus h1, #contactus h1 {
	color: #000;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	font-size: 1.67em;
}
 @media (min-width: 1000px) {
#about {
	margin-top: 127px;
	
}

}
 @media (min-width: 1200px){
	.about .aimg{ height:817px;}
	 }
	 

 @media (max-width: 1200px) {
.floor3 p{ margin:20px 0;}
.floor3 .other{padding: 30px 30px;}
	.floor1 img{ height:40px;}
	.floor1 .ltxt:before{    right: -50px;border-width: 25px;}
	.floor1 .rtxt:before{border-width: 25px;}
}
 @media (max-width: 1180px) {
	#abouts ul li a{line-height: 37px;    font-size: 20px;}
	.footer .container{ margin-left:auto;}
	 }
@media (max-width: 1000px){

	}
@media (max-width: 992px) {
 
.flash .container .txt h1,.flash .container .txt p{ font-size:20px;}
.flash .container .txt a{padding: 5px 10px; font-size:16px;}
#header .companyName{ left: 36%; width: 30%; bottom: 21%;}
}
@media (min-width: 768px) {
	.pull-left,#prodcat_left1{ min-height:auto;}
}
 @media (max-width: 768px) {
.floor1 .ltxt,.floor1 .rtxt,.floor3 .topmain,.floor3 .list{ width:100%; float:none;}
.floor1 .rtxt:before,.floor1 .ltxt:before,.footer .fother:before{ display:none;}
.owl-item .block{ padding-top:0; padding:3%;}
.owl-item .block span.span1{ font-size:14px;}
.floor1 {
    font-size: 18px;
    font-family: 'calibri';
}
.nav li:hover a span img, .nav li.on a span img {
    display: inline-block;
    vertical-align: middle;
}
.floor1 div.icon{ display:block;}
.floor1 img{ display:inline-block;}
.floor3{padding: 0;}
.floor3 .fimg{ margin-bottom:15px;}
.floor3 .other {
    padding: 15px;
}
.floor3 h1,.portlist .ltxt h3 {
 
    font-size: 17px;
}
.floor3 .topmain p {
    font-size: 15px;
}
.portlist .ltxt ul li{width: 90%;padding-left: 16px;font-size: 15px;}
.portlist .ltxt h2{ font-size:20px;}
h1.kuang {
    margin: 10px 0;
	font-size: 20px;
}
.cusm .piclist h2{font-size: 17px;padding: 0 5%; margin-top:2%;}
.cusm .piclist ul li {
    border-left: 6px solid #b7ab9d;
    color: #535353;
    font-family: 'calibri';
    font-size: 15px;
    padding: 5px 0;
    padding-left: 15px;
    background: #eeeeee;
    margin-top: 15px;
    position: relative;
}
.floor4 .ltxt,.floor4 .rtxt,.floor4 .rtxt ul li.other,.floor4 .rtxt ul li,.portlist .ltxt,.portlist .rimg{ width:100%; float:none; margin:0; margin-bottom:15px;}
.floor2 .container ul li{ width:48%; margin:0 1%; margin-bottom:15px;}
.footer span{ display:block;padding-left: 40px;}
.footer span.fax{ margin:0;margin-bottom: 10px;}
 
.footer,.floor{ padding:20px 0;}
.footer span{ display:block;margin-bottom: 10px;}
.floor .container div{ margin-bottom:15px;}
.floor a.a{ padding:5px; font-size:18px;}
.floor1{ padding:15px 0; text-align:center;}
.floor1 .container div{ margin-bottom:10px;}
.floor1 div.l2 {
    line-height: 20px;
}
.floor1 h1{ font-size:18px; margin-bottom:5px;}
.floor1 img { margin-top: 5px;  max-width: 58px;}
.floor4 .ltxt p{ line-height:20px; font-size:14px;}
#header { text-align:center; border-top: 5px solid #eeeeee;}
#header .companyName{ position:static; width:100%; margin:0;}
.floor1 .main{ padding:5px;}
.owl-prev{margin-left: -2%;}
.owl-next{ margin-right:-2%;}
.nav-justified { width: 100%;}
.footer .bor{ border:none;}
.floor1 em{margin: 10px 0; height:3px;}
.floor2{margin: 0;}
.floor2 h1{font-size: 20px;margin-bottom: 10px;}
.floor2 .container .bo1 .txt h2,.floor2 .container .bo .txt h2,.floor2 .container .txt a{font-size: 14px;}
.floor2 .container .bo1 .txt,.floor2 .container .bo .txt{ top:15px;}
.flash .container .txt a{padding: 0px 4px; font-size: 12px;}
.flash .container .txt p em{font-size: 12px;letter-spacing: 1px;}
.flash .container .txt p{font-size: 13px; margin-bottom: 0%;}
.flash .container .txt h1{font-size: 14px; font-weight:bold;}
.flash .container .txt p a{font-size: 13px;margin-top: 4%;}
.flash .container .txt {
    margin-left: 0;
    width: 100%;
 
    margin-top: 0;
}
.flash .main {
    position: absolute;
    top: 8%;
    right: 5%;
    width: 90%;
    color: #fff;
	bottom:auto;
    background: rgba(171,136,97,0.6);
}
.flash .container .txt{ padding:2%;padding-right: 8%;}
.flash .container .txt a{ right:0;}

.floor4 h1{font-size: 18px;margin-bottom: 10px; margin-top:15px;}
.floor4 .rimg {
    width: 100%;
    text-align: left;
    position: inherit;
    padding: 6% 3%;
    top: auto;
    right: auto;
    height: auto;
    background: #7e6b5a;
}
.floor4 .rimg p a{margin-top: 2%;}
.floor3 .ltxt,.floor3 .rimg{ float:none; width:100%;}
 
 
.footer{ font-size:14px;}

#abouts{font-size:2em;}
#abouts .but{ padding:1% 2%; margin-bottom:20px; font-size:15px; }
.blockk{ padding:15px 0; font-size:18px;}


#show p.showcaseBtn {
	padding-left: 0px;
	padding-top: 60px;
	margin: 0 auto;
}
.menuIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
}
#abouts{ margin-top:20px;}
 #abouts3 h1{ font-size:25px;}
.nav li{ border:none;}
#header .navbar {

	width: 100%;
	height: 100%;
	padding: 20px 0px;
	z-index: 9999;
	display: none;
    filter:filter:alpha(opacity=0.8);
	background: rgb(163, 163, 163);
}
#products ul li{ width:48%;}
.nav a {
	color: #fff;
	font-size:14px;
	font-weight: bold;
}
.nav li:hover a,.nav li.on a {
	color: #000;
	background:#fff;
}


.companyName {
	width: 40%;
}
.floor img{ width:100%;}
#list .row div{ margin-bottom:20px;}
.nav li a{ line-height:30px;}
.moblie_menu {
	position: absolute;
	right: 3%;
	top: 13px;
	width: 40px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	background: rgba(255,255,255,0.9);
	z-index: 100
}
.moblie_menu span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -1px;
	width: 20px;
	height: 2px;
	background-color: #666;
	transition: background ease-in-out 0.3s;
}
.moblie_menu span::before, .moblie_menu span::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #666;
	transition: transform ease-in-out 0.3s;
}
.moblie_menu span::before {
	top: -6px;
}
.moblie_menu span::after {
	bottom: -6px;
}
.onmenu {
	background-color: #eee;
}
.onmenu span {
	background-color: #eee;
}
.onmenu span::before, .onmenu span::after {
	background-color: #e60012;
}
.onmenu span::before {
	transform: rotate(45deg);
	top: 0;
}
.onmenu span::after {
	transform: rotate(-45deg);
	bottom: 0;
}
.footer .main .le{ margin-right:0;}
.footer .main span{ display:block;}
.footer .main{ padding:20px;}
.floor1 div.icon{ margin-left:0;font-size: 14px;}
.floor2 .container a{font-size: 14px;}
.floor1 .main{ width:100%;}
.companyName img{height: 60px;
    width: auto;}
}
@media (max-width: 640px) {
.showlist ul li,.floor1 .b1,.floor1 .b2,.floor1 .b3,.floor1 .b4,.floor1 .b5,.floor1 .b6{ width:90%; margin:0 auto; margin-right:auto !important; text-align:center; float:none;}
.showlist ul li img{ width:100%;}
.showlist ul li{ margin-bottom:20px;}
.floor1 li{ margin-bottom:20px !important;}

#show {
	background: #fff;
	padding: 20px 0px;
}
#show .row-padding {
	padding-bottom: 20px;
}
#show p.showcaseBtn {
	display: block;
	width: 80%;
}
#show p.showcaseBtn span, #show p.showcaseBtn a {
	display: block;
	width: 100%;
}
#show p.showcaseBtn span {
	font-size: 2.67em;
}

}
@media (max-width: 480px) {
#frame .row-padding {
	margin: 20px 0;
	
}
.flash .container .txt{ font-size:20px;}
}
@media (max-width: 390px) {
.flash .container .txt p {
    font-size: 12px;
    margin-bottom: 0%;
}
}
