﻿/*
 * 主色调： #1996E6
 */
@font-face {
	font-family: helveticaLT;
	src: url("./fonts/helveticaLT.eot") /* EOT file for IE */
}
@font-face {
	font-family: helveticaLT;
	src: url("./fonts/helveticaLT.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: 'helveticainserat';
	src: url('./fonts/HelveticaInseratLTStd-Roman.eot');
	src: url('./fonts/HelveticaInseratLTStd-Roman.eot') format('embedded-opentype'), url('./fonts/HelveticaInseratLTStd-Roman.woff') format('woff'), url('./fonts/HelveticaInseratLTStd-Roman.ttf') format('truetype'), url('./fonts/HelveticaInseratLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneue';
	src: url('./fonts/helveticaneueltcom-thcn.eot');
	src: url('./fonts/helveticaneueltcom-thcn.eot') format('embedded-opentype'),
		url('./fonts/helveticaneueltcom-thcn.woff') format('woff'),
		url('./fonts/helveticaneueltcom-thcn.ttf') format('truetype'),
		url('./fonts/helveticaneueltcom-thcn.svg#HelveticaNeueLTCom37ThinCondensed') format('svg');
}
@font-face {
	font-family: 'helveticacondensedbold';
	src: url('./fonts/helveticacondensed-bold.eot');
	src: url('./fonts/helveticacondensed-bold.woff') format('woff'), url('./fonts/helveticacondensed-bold.ttf') format('truetype'), url('./fonts/helveticacondensed-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticacondensed';
	src: url('./fonts/helvetica_condensed.eot');
	src: url('./fonts/helvetica_condensed.eot') format('embedded-opentype'),
		url('./fonts/helvetica_condensed.woff') format('woff'),
		url('./fonts/helvetica_condensed.ttf') format('truetype'),
		url('./fonts/helvetica_condensed.svg#HelveticaCondensedBold') format('svg');
}
/* 语言栏样式 */

img{
	max-width:100%;
	height:auto;
}
a:focus{
	outline:none;
}
.nav>li>a:focus{
	  background-color: #F1F1F1;
  color: #666;
}

.flag{
	display: inline-block;
	_display: inline;
	margin: 0 1px 0 0;
	width: 16px;
	height: 11px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img{
	width:100%;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.navbar, .list-group-item:first-child,
.list-group-item:last-child, .btn, .panel, .thumbnail, .well,
.form-control, .breadcrumb, .pagination>li:first-child>a,
.pagination>li:first-child>span, .pagination>li:last-child>a,
.pagination>li:last-child>span, .pagination,
.nav-tabs>li>a{
	border-radius: 0;
}
body{
	  overflow-x: hidden;
	 background: url(../img/tail-main.jpg) center 0 repeat-x #f2f2f2;
	 background: url(../img/Homepage_Gradient.png) repeat-x scroll 0% 0% #2F2F2E;
	 background: url(../img/bg.jpg) repeat-x;
}
.container{
	padding-left:0;
	padding-right:0;
}
.list-group-item{
	border: 0;
}
.thumbnail{
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
}
.caret-right{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.panel{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}
address{
	line-height: 1.8;
}
#checkcode{
	display: inline-block;
	width: 80%;
}
#lang-bar{

	float:right;
}
#searchform{
	margin-top:40px;
	margin-bottom:40px;
	max-width: 250px;
	  margin-left: 20px;
}
#searchform input{
	width:100%;
	height: 34px;
	border-radius: 4px 0 0 4px;
}
#logo .media-heading{
	font-size: 22px;
	margin-top:45px;
}
#logo .text-muted{
  font-size: 13px;
  line-height: 18px;
  margin-top: 0px;
  color: #21409A;
}
.navbar{
  margin: 5px 15px 0 15px;
  border: 0;
    background-color: #21409a;
    min-height: 30px;
}
.navbar>div, .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav>li>a{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  text-decoration: none;
  padding: 12px 28px 12px;
  position: relative;
  z-index: 10;
    text-align: center;
}


.navbar-nav>li:hover a, .navbar-nav>li>a:hover{
   color: #21409A;
  background-color: #fff;
}
.main-content{
  padding: 20px 0;
  background: #fff;
}

.dropdown-menu>li>a:hover{
	  background: none;
  font-weight: normal;
}

.widget .title,h3.inquiry,
.product-showroom .panel-title,
.content-wrapper .panel-title{
  font-size: 18px;
  line-height: 20px;
    padding: 10px 20px 10px;
  margin: 0 0 21px 0;
  overflow: hidden;
  margin-bottom: 0;
}
.category .thumbnail{
	  margin-bottom: 5px;
	  border: none;
	  height: 265px;
	    border: 1px solid #ddd;
}
.list-widget>.list-group{
	margin-bottom: 0;
}
.list-widget .list-group-item{
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.list-widget .list-group-item a{
	display: block;
	padding: 4px 10px;
}
.list-widget>.list-group>.list-group-item>a{
color: #21409A;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.list-widget .list-group-item a:hover{
  text-decoration: none;
  color: #fff;
  background: #21409A;
}
.list-group-item .caret-right{
	border-left-color: #fff;
}
.list-widget .sub{
	margin-top: 3px;
	margin-left: 10px;
}
.list-widget .sub:last-child{
	margin-bottom: 0;
}
.list-widget .sub .list-group-item a{
	color: #333;margin-left: -10px;
}
.list-widget .sub .list-group-item a:hover{
	color: #fff;
}
.list-product-widget .media-heading{
	font-size: 14px;
}
.list-product-widget .media-heading a{
	color: #333;
}
.list-product-widget .media-heading a:hover{
	color: #086ccc;
}
.list-product-widget .media-object{
	border: 1px solid #ccc;
}
.list-product-widget .media:hover .media-object{
	border-color: #086ccc;
}
.sidebar-widget{
margin-bottom: 30px;
}
.sidebar-widget .openinquiry{
	margin-top: 10px;
}
.openinquiry{
	border: 0;
}
.cate-pro{padding-top:7px;padding-bottom:5px;}
.product-showroom .panel{
	margin-bottom: 10px;
}
.product-showroom .panel-heading{
	border-bottom: 0;
	margin-bottom: 10px;
}
.product-showroom .panel-title,
.content-wrapper .panel-title{
	display: block;
	position: relative;
}
.product-showroom .panel-title .more,
.content-wrapper .panel-title .more{
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 0 6px;
  margin-top: 6px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-showroom .panel-title .more:hover,
.content-wrapper .panel-title .more:hover{

}
.thumbnail .caption{
	padding: 10px 5px;
	max-height: 60px;
	overflow: hidden;
	text-align:center;
	  margin-bottom: 10px;
}
.thumbnail .captiona a{
	font-weight:600;
	font-size:14px;
	color:#000;
}
.captiona{
	text-align:center;
	padding:7px 0 0 0;
	min-height:40px;
	line-height:1;
	overflow:hidden;
}
p.ind-cate-tit{
	height:28px;
	line-height:1;
	overflow:hidden;
	margin-bottom:5px;
	padding-left:9px;
      max-width: 250px;
}
p.ind-cate-tit a{
	font-size:12px;
	color:#333;
}
.thumbnail .caption h3{
	font-size: 12px;
	margin: 0;
}
.thumbnail .caption a{
	color: #333;
	line-height: 18px;
}
.thumbnail .thumbnail:hover{
	border-color: #68ae34;
}
.thumbnail:hover .caption a{
	  color: #21409A;
}
#toTop{
	float:right;
	margin-top:-34px;
}

#footer .container{
  background: #F1F1F1;
  margin: 0 auto 60px;
}
.footer-content ul.article-list li a{
  color:#005E9D;
  display: inline-block;text-transform: uppercase;
}
#footer-list{
	border:none;
	-webkit-box-shadow:none;
	background:none;
	color:#fff;
}
#footer-copyright{}
h3.pro-title{
	line-height:2em;
	font-size:17px;
	font-weight:600;
	color:#333;
}
.tab-pane{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 20px;
}
#tab-product-catalogue{
	padding-left: 0;
	padding-right: 0;
}
#tab-product-catalogue dl{
	margin-left: 20px;
}
#tab-product-catalogue dl a{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#tab-product-catalogue dt{
	margin-bottom: 5px;
}
#tab-product-catalogue dd{
	margin-bottom: 5px;
}
#tab-contact-info .well{
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
#tab-pop-search a{
	color: #666;
	font-size: 12px;
}
#copyright{
  padding: 10px 0 5px 0;
  margin: 20px 0;

}
#copyright-col{
	background:#DDDCDC;
}
#copyright p{
	font-size: 12px;
	margin-bottom: 0;
	  float: left;
}
ul.list-inline li a,p#copyright-link a{color: #777777;}
#contact-form .form-group{
	margin-bottom: 8px;
}
#contact-form label{
	font-size: 12px;
	margin-bottom: 0;
}
#contact-form .form-control{
	height: 28px;
	font-size: 12px;
}
.input-group{
	width:100%;
}
#contact-form .input-group-addon{
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact-form textarea.form-control{
	width: 100%;
	height: 137px;
}
.breadcrumb{
  color: #aaa;
  font-size: 14px;
  margin-bottom: 0;
  background: #f3f3f3;
  padding: 10px;
}

ol.breadcrumb>li>a{
	color: #333;
}

.pagination>li>a,
.pagination>li>span{
	color: #777;
	padding: 5px 15px;
	margin-right: 3px;
	background: #f9f9f9;
}
.pagination>li>a.current, .pagination>li>a:hover{
	color: #000;
	background: #eee;
}
.addthis_sharing_toolbox{
	  margin-top: -5px;
}
.get-in-touch{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #bbb;
	border-top: 0;
	background: url(../images/mail.png) 0 0 repeat-x #fff;
}
.get-in-touch h3{
	font-size: 18px;
	margin-top: 10px;
}
.get-in-touch label{
	font-size: 12px;
	text-align: left !important;
}
.get-in-touch input{
	height: 30px;
}
.get-in-touch input[type=text],
.get-in-touch input[type=email],
.get-in-touch textarea{
	font-size: 12px;
	color: #242729;
	background: #EBF1F5;
}
.get-in-touch textarea{
	font-size: 14px;
	height: 130px;
}
.get-in-touch input:focus,
.get-in-touch textarea:focus{
	outline: 0;
	background: #fff;
}
#product-description{
	margin-top: 20px;
}
.content-wrapper .panel-title{
	margin-bottom: 10px;
}
#product-description .nav-tabs li a,
#product-center .nav-tabs li a{
	color: #555;
	font-weight: bold;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-top-width: 2px;
	background: #f5f5f5;
}
#product-description .nav-tabs li.active a,
#product-description .nav-tabs li a:hover,
#product-center .nav-tabs li.active a,
#product-center .nav-tabs li a:hover{
  color: #21409A;
  border-top: 2px solid #21409A;
  background: #fff;
}
#pager{
	margin-top: 30px;
}
#pager span{
	color: #333;
	margin-right: 10px;
	font-weight: bold;
}
#pager p{
	font-size: 12px;
}
.article-list{;
}
.article-list a{
	font-size: 13px;
	display: block;
	padding: 5px 0;
}
.article-list a:hover{
	color: #72BE36;
}
#product-center .nav-tabs li a{
	font-size: 12px;
}
#product-center{
	margin-top: 20px;
}
.required{
	color: red;
	font-weight: bold;
}
#logo a.pull-left{
	border:none;
}
a.pull-left{
	margin-right:8px;
}
h4.media-heading a{
  font-size: 13px;
  color: #68ae34;
  line-height: 18px;
  font-weight: bold;
}
h2.media-heading strong{
  font-size: 21px;
  color: #21409A;
  font-family: -webkit-pictograph;
}
.dropdown-menu>li>a:hover{
	  color: #21409A !important;
  font-weight: bold;
}
img.item-img.img-responsive{
	float:left;
}
img.flag-img{
	padding-right:8px;
}

.foot-menu ul.list-inline{
	text-align:center;
}
.media{
	margin-top:20px;
}
.media .media-body{
	height:100px;
}
.product-showroom .content,.contact-btn{
	padding-top:10px;
}
.content span{
	padding-right:5px;
	margin-bottom:5px;
	color:#1996E6;
}
p.chance-line1{
	padding-left:110px;
	margin-bottom:0;
}
p.chance-line{
	padding-left:60px;
	margin-bottom:0;
}

ul.list-group.sub{
	display: none;
}

.list-group li:hover ul{
	display: inherit;
}

li.list-group-item{
	border-bottom: 1px solid #fff;
}

div.address{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div.media-body.hidden-xs{
	margin-top: 20px;
}

.navbar-nav>li:hover>ul{
	display: inline;
}

.dropdown-menu>li>a{
  color: #fff;
  font-size: 13px;
  padding: 8px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0 25px;
}


ul.dropdown-menu{  
  border-top: 5px solid #000;
}

div.other-links.clearfix a{color: #333;}
a.profile{color: #333;}
div.media-body{font-size: 12px;}
div.other-links.clearfix{margin-top: 5px;border-top: 1px solid #ddd;} 

#livechat{
	position: fixed;
	top: 75px;
	right: 0;
	z-index: 9999;
}

div#lc-skype{
	background: #fff;
}

div#lc-skype img{
     height: 45px;
}

button.btn.btn-primary.index{
	width: 112px;
}

.live1{
margin-left: 35px;
position:absolute;
top:65px;
font-size:12px;
font-weight:bold;
}
.live2{
margin-left: 35px;
position:absolute;
top:102px;
font-size:12px;
font-weight:bold;
}
.live3{
margin-left: 35px;
position:absolute;
top:139px;
font-size:12px;
font-weight:bold;
}
#openinquiry-inquiry{
width:100px;
background:#1996E6;
}

a.toptip{color: #333;
font-size: 12px;
padding: 10px;
text-decoration: none;}
.lc{float: right;
margin-top: 20px;
margin-bottom: 20px;}
.btn-sm, .btn-group-sm>.btn{line-height: 1.7;}
button.btn.btn-primary.sider{width: 110px;
font-size: 12px;
padding: 5px 0px;}

div#index-about img{
	border:1px solid #EBE8E8;
	box-shadow:3px 3px #BBBABA;
	margin-right:13px;
}
.cont-2 p{
	text-align:justify;
	min-height:145px;
}
.carousel-control.left{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(160, 217, 234, 0.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat:repeat-x;
}
.carousel-control.right{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(160, 217, 234, 0.5) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(160, 217, 234, 0.5)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(160, 217, 234, 0.5) 100%);
}
.nav>li>a:hover, .nav>li>a:focus{
	background-color:none;
}



.widget .title, h2.panel-title.contact{
    color: #fff;
  background: #21409A;
  text-align: center;
    margin-bottom: 10px;
}


.thumbnail>img, .thumbnail a>img{
	  margin: 0;
  width: 100%;
}

h3.cap{
    background-color: #21409A;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin: 0;
}

h3.cap a{
	color: #fff;
}


.media{
	margin-top: 15px;
  border: 1px solid #B6B4B4;
  padding: 10px;
  border-radius: 6px;
}

.sidebar_contact{
  background: #75C038;
  border-radius: 10px;margin: 10px 0;
}

.footer-contact{
	color: #6C7777;
  padding-left: 15px;
}

.index_pro_show{
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 5px;

}

.index_pro_show a:hover{
	  text-decoration: none;
}

.index_pro_show:hover{
   box-shadow: 0px 3px 10px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 5px 12px rgba (0,0,0,0.18);
  -webkit-box-shadow: 0px 3px 10px rgba (0,0,0,0.18);
}


/**/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
ul#slider3-pager{
	  list-style-type: none;
  padding-left: 0;
}
ul#slider3-pager>li{
	float: left;
}

ul#slider3-pager>li>a>img{
	  max-width: 85px;
  margin: 5px 8px;
  border: 1px solid #ddd;
  padding: 5px;
}


h3.product-name{
	  text-align: left;
  padding-left: 10px;
}

h3.product-name a{
	color: #333;
}


.pro_show img{
	float: right;
  margin-top: -30px;
}

.csSlideOuter .csPager.cSpg{
	  margin-bottom: 20px;
	    margin-top: 0;
}

.input-group-btn{
	color: #fff;
}

.input-group-btn:last-child>.btn{
	border-radius: 0 5px 5px 0;
}

button.btn.btn-default.btn-sm{
	  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7f7f7f),color-stop(100%,#787878));
  background-image: -webkit-linear-gradient(#7f7f7f,#787878);
  background-image: -moz-linear-gradient(#7f7f7f,#787878);
  background-image: -o-linear-gradient(#7f7f7f,#787878);
  background-image: linear-gradient(#7f7f7f,#787878);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f',endColorstr='#787878',GradientType=0 );
  width: 66px;
  border-bottom: 1px solid #464646;
}

button.btn.btn-default.btn-sm span{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px rgba(0,0,0,0.3);
}

ul.link{
	list-style-type: none;
  margin-right: 30px;
  float: right;
}

ul.link>li{
	  float: left;
  margin: 0 10px;
}

ul.link>li>a>img{
	height: 28px;
}

div#message{
	  margin-bottom: 33px;
}

button#btnContactUs{
	  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 15px;
}

.diyinfo{
	  margin: 20px 0;
}

h4.diyinfo_title{
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;word-wrap: break-word;
}

a.inquiry_now{
  padding: 7px 15px;
  background: #21409A;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 2px solid #06216F;
  border-top: 1px solid #0E3AB8;
}

a.inquiry_now:hover{
	  text-decoration: none;
  background: #7A7A7A;
  border-bottom: 2px solid #7C7C7C;
}

div#header-name{
	  padding-left: 20px;
}

input#keyword{
	  margin: 0;
  height: 35px;
  line-height: 20px;
  background: #fff;
  padding: 6px 70px 6px 12px;
  color: #000;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

h4.pro_title{
	font-size: 20px;
}

div#inquiry{
	padding: 10px;
    background: #f5f5f5;
    max-width: 600px;
    border: 1px solid #D5D5D5;
      margin-bottom: 20px;
}

div#footer{

}

#toTop{
	width: 50px;
  height: 45px;
    background: #21409A;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 9999;
}

span.glyphicon.glyphicon-chevron-up{
	  color: #fff;
}

.caption h3{
	height: 40px;
  margin-bottom: 0;
}

.thumbnail{

}

.navbar-toggle .icon-bar{
background-color: #fff;
}

a.navbar-brand.visible-xs-inline.hidden-md.hidden-lg{
	  color: #fff;
}

.re_search{
	  margin-top: 20px;
}

ul.list-unstyled>li>a{
	  color: #666;
	  text-transform: capitalize;
}

h5.product-name{
  padding: 10px 5px;
  height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

h5.product-name a{
	  color: #333;
  line-height: 18px;
}

span.new-lable{
	  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  font-weight: bold;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7ac33b),color-stop(100%,#6dbc34));
  background-image: -webkit-linear-gradient(#7ac33b,#6dbc34);
  background-image: -moz-linear-gradient(#7ac33b,#6dbc34);
  background-image: -o-linear-gradient(#7ac33b,#6dbc34);
  background-image: linear-gradient(#7ac33b,#6dbc34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ac33b',endColorstr='#6dbc34',GradientType=0 );
  border-bottom: 1px solid #59992a;
  border-top: 1px solid #7ac33b;
  position: absolute;
  bottom: 40px;
  left: 35px;
  z-index: 0;
}

.gerlly{
	margin-bottom: 15px;
}

ul.list-unstyled>li{
  min-width: 250px;
  margin-bottom: 10px;
   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.keyword-links>li{
	  float: left;
}

.footer-product{
	  height: 230px;
  overflow: hidden;
}

a.left.carousel-control,a.right.carousel-control{
	background: none;
}

a.left.carousel-control:hover span,a.right.carousel-control:hover span{
	  color: #21409A;
}

h2.panel-title{
  color: #fff;
  background: #21409A;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 20px 10px;
  margin: 0 0 21px 0;
  overflow: hidden;
  margin-bottom: 0;
}

.thumbnail p{
	font-size: 13px;
  text-indent: 1em;
  padding: 6px;
}
.thumbnail p a{
	font-weight: bold;
  color: #21409A;
  font-size: 13px;
}

.catalog{
	margin: 20px 0;
}

.list-inline>li{
	  margin: 3px 0;
}

.gerlly{
	  float: left;
  margin-right: 5px;
  max-width: 165px;
}

.category .thumbnail:hover{
	  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

div#logo img{
	  max-height: 110px;
  margin: 15px 0;
}

p.gallery-text{
	  font-size: 12px;
  text-align: center;
  margin: 5px 0;
}

img.gerlly-border.img-responsive{
	border: 1px solid #ddd;
}

ul.index-list{
	    list-style-type: none;
    padding-left: 15px;
}

ul.index-list li{
	    width: 170px;
    float: left;
    margin-right: 5px;
}

a.cn{
	    float: right;
    display: inline-block;
    padding-top: 5px;
    color: #21409a;
    font-size: 12px;
}

a.cn:hover{
	    text-decoration: none;
}