@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'helveticaregular';
	src: url('helvetica-webfont.eot');
	src: url('helvetica-webfont.eot?#iefix') format('embedded-opentype'), url('helvetica-webfont.woff2') format('woff2'), url('helvetica-webfont.woff') format('woff'), url('helvetica-webfont.ttf') format('truetype'), url('helvetica-webfont.svg#helveticaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticabold';
	src: url('helvetica-bold-webfont.eot');
	src: url('helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'), url('helvetica-bold-webfont.woff2') format('woff2'), url('helvetica-bold-webfont.woff') format('woff'), url('helvetica-bold-webfont.ttf') format('truetype'), url('helvetica-bold-webfont.svg#helveticabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* commom */
* {
	margin: 0;
	padding: 0;
}
.fwid {
	float: left;
	width: 100%;
}
.fl-left {
	float: left !important;
}
.fl-right {
	float: right !important;
}
.tx-center {
	text-align: center;
}
.tx-left {
	text-align: left;
}
.tx-right {
	text-align: right;
}
.tx-decoration {
	text-decoration: none
}
img:focus, a:focus, img, a {
	border: none;
	color: #000;
	outline: none;
}
li {
	list-style: none;
}
.fwc {
	float: left;
	width: 100%;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #5a5a5a;
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 18px
}
/* commom */

#wrapper {
	float: left;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	position: relative;
}
.main {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1000px;
	position: relative;
}
.header-section {
	background: #f8f8f8;
	border-bottom: 2px solid #e25b35;
	position: relative;
}
.left-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #eeecec;
	z-index: 0;
}
.header-left {
	padding-top: 10px;
}
.header-right {
	background: #eeecec;
	width: 670px;
}
.top {
	height: 82px;
}
.top h4 {
	color: #000;
	font-family: 'helveticabold';
}
.phone {
	width: 210px;
	padding: 10px 16px;
	margin-top: 5px;
}
.phone p {
	font-size: 13px;
	margin-top: 8px;
}
.mobile {
	width: 150px;
	padding: 10px 16px;
	margin-top: 5px;
}
.mobile p {
	font-size: 13px;
	margin-top: 8px;
}
.mail {
	width: 210px;
	padding: 10px 16px;
	margin-top: 5px;
}
.mail p a {
	font-size: 12px;
	color: #e25b35;
}
.menu ul {
	list-style: none;
	background: #d6d3d3;
}
.menu ul li {
	display: table-cell;
	width: 1%;
	text-align: center;
	border-left: 1px solid #e5e3e3;
}
.menu ul li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 12px 15px;
	color: #565656;
	background: url(../images/menu-bg.png) left top repeat-x;
}
.menu ul li.active a {
	color: #fff;
	background: url(../images/menu-bg-active.png) left top repeat-x #e25b35;
}
.menu ul li:first-child {
	border-left: 0;
}
.banner {
	background: #cdf6db;
}
.authorised {
	background: #008b32;
	padding: 5px 0;
	text-align: center;
}
.authorised h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.authorised h2 img {
	vertical-align: middle;
	margin-right: 15px;
}
#content-section {
	background: #fff;
}
.about-home {
	padding: 60px 0 30px;
}
.about-home .page-header {
	margin-bottom: 30px;
}
.about-home .page-header h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	margin-bottom: 8px;
}
.about-home .page-header h2 span {
	color: #e25b35;
	font-weight: normal;
}
.about-home .stock {
	background: #eaeaea;
	display: inline-block;
	height: 3px;
	position: relative;
	text-align: center;
	width: 25%;
}
.about-home .stock span {
	background: #e25b35;
	height: 3px;
	left: 40%;
	position: absolute;
	top: 0;
	width: 25%;
}
.bottom-home {
	padding: 30px 0;
}
.stock {
	background: #e25b35;
	height: 2px;
	position: relative;
	text-align: center;
	width: 100%;
}
.stock span {
	background: #fff;
	height: 2px;
	left: 0%;
	position: absolute;
	top: 0;
	width: 25%;
}
.about-home p {
	line-height: 28px;
}
.btn-div {
	padding-top: 15px;
}
.btn-more {
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	background: #e25b35;
	text-decoration: none;
	padding: 6px 12px;
	line-height: 18px;
	border: 0;
	cursor:pointer;
}
.btn-more img {
	vertical-align: middle;
	margin-right: 5px;
}
.page-header {
	margin-bottom: 25px;
}
.page-header h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin-bottom: 8px;
}
.our-pro {
	float: left;
	width: 500px;
	background: #eeecec;
	padding: 30px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #e6e4e4;
}
.our-pro ul li {
	border: 1px solid #ff997c;
	background:#fff;
	text-align:center;
}
.quick-en {
	float: right;
	width: 350px;
	padding: 30px;
	background: #ff997c;
	margin-bottom: 15px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #f69063;
}
.text-box {
	padding: 5px;
	width: 100%;
	border: 0;
	box-sizing: border-box;
}
.quick-en .page-header h2 {
	color: #fff;
}
.row {
	margin: 0 -5px;
}
.col-12 {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	float: left;
}
.col-6 {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	float: left;
}
.form-control {
	margin-bottom: 10px;
}
.quick-en .text-box {
	background: #ea8467 none repeat scroll 0 0;
	border: 1px solid #d36d50;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	color:#fff;
}
#footer-section {
	background-color: #00923f;
}
.footer-top {
	padding: 30px 0;
}
.quick-link {
	float: left;
	width: 200px;
}
.quick-link h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'helveticabold';
	margin-bottom: 20px;
}
.quick-link ul {
	margin: 0;
	padding: 0;
}
.quick-link ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.quick-link ul li a {
	text-decoration: none;
	color: #01411d;
}
.address {
	float: left;
	width: 270px;
}
.address h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'helveticabold';
	margin-bottom: 20px;
}
.address p {
	color: #01411d;
	line-height: 26px;
}
.contact {
	width: 300px;
	float: left;
	color: #01411d
}
.contact p span {
	float: left;
	width: 20px;
}
.con-inner {
	padding-top: 40px;
	line-height: 24px;
}
.con-inner a {
	text-decoration: none;
	color: #01411d
}
.con-inner a:hover {
	color: #000;
}
.label {
	display: inline-block;
	vertical-align: top;
	width: 50px;
}
.label-con {
	display: inline-block;
	vertical-align: top;
}
.social-link {
	width: 230px;
	float: right;
	color: #01411d
}
.social-link h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'helveticabold';
	margin-bottom: 20px;
}
.social-link li {
	margin-bottom: 8px;
}
.social-link li a img {
	vertical-align: middle;
	margin-right: 5px;
}
.social-link a {
	text-decoration: none;
	font-size: 14px;
	font-family: 'helveticabold';
	text-transform: uppercase;
}
.color-fac {
	color: #3c599a;
}
.color-twt {
	color: #00aced;
}
.color-yot {
	color: #b70000;
}
.color-goop {
	color: #dc4c3a;
}
.footer-bot {
	background: #026b2f;
	padding: 10px 0;
}
.copy-right {
	text-align: center;
	color: #01411d;
}
.copy-right a {
	color: #000;
}
#inner-banner {
	background: #cdf6db;
	text-align: center;
	padding: 20px 0;
}
.head-title h2 {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	background: #fff;
	padding: 10px;
	font-family: 'helveticabold';
}
.pad-bot60 {
	padding-bottom: 60px;
}
.quick-enq {
	text-align: left;
}
.quick-enq .text-box {
	border: 1px solid #ddd;
}
.quick-enq textarea {
	height: 230px;
}
.quick-enq .label-con {
	margin-bottom: 5px;
}
.quick-enq .form-control {
	margin-bottom: 15px;
}
.quick-enq {
	padding: 15px;
	border: 1px solid #e25b35;
	overflow: hidden;
}
.en-title {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

/**/
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 100%;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 270px;
   background: #f8f8f8;
    border: 1px solid #e7e7e7;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
	box-sizing:border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
	border-top:1px solid #e5e5e5;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child{border-top:0;}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 10px;
	box-sizing:border-box;
	text-align:left;
	text-decoration:none;
	
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
	color:#e25b35;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active, .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a{
	color:#e25b35; background:#e2e2e2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: 700px;
    border-radius: 0;
    position: relative;
}
.pro-list { text-align:left;}
.pro-list > li:nth-child(4n+4){ margin-right:0;}
.pro-list li{ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-right: 35px;
	margin-top:26px;
    padding: 10px;
    vertical-align: top;
    width: 200px;}
.pro-list li a{ display:block; text-decoration:none;}
.pro-list li a img{ max-width:100%;}
.pro-list li p{ line-height:18px; padding-top:5px; border-top:2px solid #000;}
.pro-list li a:hover{color:#e25b35}

.detail-head h2{ line-height:24px; color:#e25b35; margin-bottom:30px;}
.detai-img-wrap{ width: 480px;margin-right: 15px;float: left;}
.detai-img{box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); width:100%; margin-bottom:15px; text-align:center;}
.sample{ width:100%; text-align:center;}
.pro-dec{ float:right; width:500px;}
.detai-img img, .sample img{ max-width:100%;}
.speci{ margin-top:15px;}
.sub-head{ margin-bottom:15px;}
.back{background: #000 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    float: right;
    margin-top: -60px;
    padding: 5px 10px;
    text-decoration: none;}
.table{ border-left:1px solid #ddd;  border-bottom: 1px solid #ddd;}
.table th, .table td{ border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 8px;}
.fea-list li{ margin-bottom:5px;}

.contact-top { float:left; width:270px;}
.map{ float:right; width:670px;}
.map-inner{ padding:2px; border:1px solid #ddd;}
.contact-top .address{ color:#000; margin-bottom:15px}
.contact-top .address h2, .map h2{ color:#000; margin-bottom:5px;}
.contact-top .address p{ color:#000;}
.contact-top .page-header .stock span, .map .page-header .stock span{ background:#000 !important;}
.contact-top .page-header{ margin-bottom:5px;}

.contact-section{ padding:60px 0;}
.fea-list ul{ padding-left:25px;}
.fea-list ul li{ list-style-type:disc}
.fea-list ol { padding-left:25px;}
.fea-list ol li{ list-style-type:decimal;}