/* 主色调： #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');
}
body{
	overflow-x:hidden;
}
@media (min-width:1200px){.container{width:1050px}}

.header-sticky.sticky-header{
	padding-right:0;
	padding-left:0;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100%;
	box-shadow:0px 2px 5px #BBBABA;
}

@media screen and (max-width:240px){
	#logo img {max-width:200px;}
}
@media screen and (max-width:768px) and (min-width:601px){
	#logo img {max-width:150px;}
	#logo{margin-top:25px;}
}

@media screen and (max-width:240px){
	a.navbar-brand.visible-xs-inline.hidden-md.hidden-lg
	{font-size:0.9em;font-weight:bold;}
	.media-heading{margin-top:-10px;}
	}
@media screen and (max-width:375px){
	#searchform input {max-width:100%;}
}

.call_us h5{
	float:right;
}
#logo img{
	margin:0px auto;
}
#header{
	margin-bottom:25px;
}
#header-margin{
	margin-top:25px;
}
h1.site-title.hidden-xs.hidden-sm{
	font-size:13px;
	margin-top:0;
	margin-bottom:-25px;
	color:#BEBCBC;
	font-weight:bold;
	text-transform:capitalize;
}
#categories-btn{
	background:#CDCECF;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
	margin-left:0;
}

.container{padding-left:0;padding-right:0;}

img{
	display:black;
	max-width:100%;
	height:auto;
}
a{
	color:#2A5DBC;
}
#logo{
	margin-top:15px;
}
#logo img{
	margin:0px auto;
}

@media screen and (min-width:768px){
	#logo img {margin-left:-20px;}
}

.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;
}
.list-group-item{
	border: 0;
}
.thumbnail{
	padding: 0;
	margin-bottom: 32px;
	border: 1px solid lightgray;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: white;
    position: relative;
}
.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); 
}
.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;
}
.panel-body.no-padding p{
	word-wrap:break-word;
}
.no-margin{
	margin: 0;
}
address{
	line-height: 1.8;
}
#checkcode{
	display: inline-block;
	width: 80%;
}
#lang-bar{

	float:right;
}
#lang{
	padding-right:0;
}
#searchform{
	margin-top:-15px;
	margin-bottom:-10px;
}

@media screen and (max-width:768px){
	#searchform {margin-top:0.1em;margin-bottom:0.4em;}
}
@media screen and (max-width:768px) and (min-width:376px){
	#searchform {margin-top:-1.6em;}
}
#searchform input{
	width:20%;
	height:28px;
	float:right;
}
#header-name{
	padding-top:20px;
}
@media screen and (max-width:375px){
	#header-name {padding-top:0;}
}
h1.media-heading strong{
	font-size:20px;
}

@media screen and (max-width:768px){
	h1.media-heading strong {display:none;}
}
h1.panel-title{
	word-wrap:break-word;
}
.col-md-1.header-top-color1{
	border-bottom: 3px solid #A8A8A8;
	width:9%;
}
.col-md-9.header-top-color1{
	border-bottom: 3px solid #A8A8A8;
	width:75%;

}
@media screen and (max-width:600px) and (min-width:320px){
	.col-md-9.header-top-color1{
	width:72%;}
}
@media screen and (max-width:319px) and (min-width:240px){
	.col-md-9.header-top-color1{
	width:65%;}
}
@media screen and (max-width:384px) and (min-width:240px){
	.col-xs-6{width:100%}
}
.col-md-2.header-top-color2{
	width:13.5%;
	margin:0 8px;
}
#logo .text-muted{
	font-size: 12px;
	line-height: 14px;
}
.navbar-toggle .icon-bar{
	background:#fff;
}
.cate-bar{
	margin-right:0;
}
a.navbar-brand{
	color:#fff;
}
.container-fluid>.navbar-collapse{
	margin-left:0!important;
	margin-right:0!important;
}
#nav_padding{
	padding-right:0;
}
@media screen and (max-width:840px) and (min-width:601px){
	#nav_padding{
	padding-right:10px;
}
}
.navbar{
    margin:0 0 25px 0;
	border: 0;
	min-height:40px;
}
.navbar>div, .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav{
	float:right;
}
@media screen and (max-width:840px) and (min-width:601px){
	.navbar-nav{
	float:left;
}
}
.navbar-nav>li>a{
	font-size: 14px;
	text-transform: uppercase;
	padding:20px 10px;
}
@media screen and (max-width:240px){
	.navbar-nav>li>a{font-size:12px;padding:5px 25px;}
}
@media screen and (max-width:768px) and (min-width:738px){
	.navbar-nav>li>a{padding:12px 8px;}
}
@media screen and (max-width:1024px) and (min-width:976px){
	.navbar-nav>li>a{padding:8px 6px;}
}
.navbar-nav>li>a:hover,.nav>li>a:focus,.nav>li>a:hover{
	background-color:rgba(50, 123, 212, 0.5);
}
@media screen and (max-width:840px) and (min-width:601px){
	.navbar-nav>li{float:left;}
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 50%;
  top: 0;
  background: #14DCE4;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#2F70CB;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:7px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.main-content{
	margin-top: 20px;
}
@media screen and (max-width:736px){
	.main-content{margin-top:0.5em;}
}
.widget .title,
.product-showroom .panel-title,
.content-wrapper .panel-title{
	margin-top: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: Arial,sans-serif;
	font-weight:600;
	margin-bottom:0;
	border-bottom:1px solid #ECEAEA;
	text-transform:capitalize;
	padding-bottom:10px;
}
@media screen and (max-width:240px){
	.widget .title, .product-showroom .panel-title, .content-wrapper .panel-title{font-size:16px;}

}
.product-showroom.category h2{
	margin-bottom:10px;
}
.product-showroom h2:after{
	content:"";
	width:100px;
	position:absolute;
	left:0;
	bottom:-2px;
	height:3px;
	background:#295CBB;
}
.widget .content{
	border:1px solid #E4E2E2;
	padding:15px;
	margin-top:15px;
}
.certifictae{
	padding:20px 0;
}
span#article-sapn{
	float:right;
	color:#1EADE1;
}
span#article-sapn:hover{
	color:#2b90f5;
}
.content h4{
	margin:0;
	line-height:0;
	font-size:15px;
	font-weight:600;
}
.border-bottom{
	width:15%;
}
.border-bottom-about{
	width:8%;
}

h2.panel-title,.widget-title{
	border-bottom:1px solid #ECEAEA;
}
#category .title,.widget .sidebar-title,p.pd-inquiry{

	color:#323232;
	margin-bottom:0;
	padding:10px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	font-weight:600;
	font-size:18px;
}
.category .thumbnail{
	margin-bottom: 25px;
}

/*手拉风琴*/
.list-group>li.pro:hover>ul{display: inherit;}
ul.list-group.sub{position: absolute;
display: none;
top: 5px;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border: 1px solid #ddd;
border-left: none;
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.13);
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.13);
box-shadow: 3px 3px 4px rgba(0,0,0,.13);
width: 260px;
background-color: #fff;
z-index: 100;}
.list-widget .sub:last-child{
	margin-bottom: 0;
}
.list-group{
	margin-bottom:1px;
}
.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: 10px 5px;
	font-size:15px;
	color:#615F5F;
	border-bottom:1px solid #E4E2E2;
	text-transform:capitalize;
}
.list-widget>.list-group>.list-group-item>a{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.list-widget .list-group-item a:hover{
	text-decoration: none;
	background:#F2F2F2;
}

#categ-middle{
	padding-left:10px;
}
#main-middle{
	padding-left:0;
}
.list-group-item .caret-right{
	border-left-color: #696565;
}
.list-widget .sub{
	margin-top: 3px;
	margin-left: 15px;
}
.list-widget .sub:last-child{
	margin-bottom: 0;
}
.list-widget .sub .list-group-item a{
	color: #333;
}
.list-widget .sub .list-group-item a:hover{
	color: #333;
}
.list-product-widget .media-heading{
	font-size: 14px;
}

.list-product-widget .media-object{
	border: 1px solid #ccc;
}
.list-product-widget .media:hover .media-object{
	border-color: #086ccc;
}
.sidebar-widget{
	margin-bottom: 10px;
}
@media screen and (max-width:736px){
	.sidebar-widget{margin-bottom:0.5em;}
}

.sidebar-widget .openinquiry{
	margin-top: 10px;
}
.openinquiry{
	border: 0;
}
.product-showroom .panel{
    margin-bottom:10px;
	padding-left:20px;
	
}
.product-showroom .panel-heading,.panel-heading.no-padding{
	margin-bottom: 15px;
}
.product-showroom .panel-title{
	margin-top:8px;
}
.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: 12px;
	line-height: 18px;
	padding: 0 6px;
	background: #4b4b4b;
	margin-top:6px;
}
h1.panel-title.product{
	text-transform:capitalize;
}
a.about-more{
	color:#2b90f5;
}

.thumbnail .caption{
	padding: 5px 5px;
	height: 60px;
	overflow: hidden;
}
@media screen and (max-width:240px){
	.thumbnail .caption{height: 50px;;}
}
.thumbnail .caption h3{
	font-size: 13px;
	margin: 0;
	text-align:center;
}

.clear{clear:both;}
#toTop{
	
	color:#2858B8;
	position:fixed;
	right:0;
	top:450px;
	
}

.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;
}
#footer-copyright{
	padding:10px 0;
}
#copyright p{
	font-size: 14px;
	margin: 8px 0;
}
#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: 120px;
}
.breadcrumb{
	color: #aaa;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	background: #f3f3f3;
	border-left: 10px solid #3177D1;
}

.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: 20px;
}
#atstbx{
	text-align:center;
}
.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;
}
#product-description .nav>li>a{
	padding:10px 8px;
}
#sidebarc-about{
	margin-left:10px;
	margin-right:10px;
}

#showroom-border h2{
	padding-bottom:10px;
	margin-bottom:10px;
}
#sidebarc-service p{
	margin-bottom:1px;
}
#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;
}
@media screen and (max-width:320px) and (min-width:241px){
	#product-description .nav-tabs li a{ padding:10px 7px; font-size:13px;}
}
.detail-num .why_more{
	margin-top:15px;
}
.content-wrapper{
	padding-left:10px;
}
#pager{
	margin-top: 30px;
}
#pager span{
	color: #333;
	margin-right: 10px;
	font-weight: bold;
}
#pager p{
	font-size: 12px;
}
#footer ul.list-inline.article-list a{
   border-bottom:none;
   padding:0;
   text-transform:capitalize;
}
ul.list-inline.article-list li{
	display:block;
}
.article-list{
	margin-left: 0;
}
.article-list a{
	font-size: 14px;
	display: block;
	color: #333;
	padding: 5px 0;
	text-transform:capitalize;
	border-bottom: 1px dashed #ddd;
}
ul.dropdown-menu>li{
	border-bottom:1px solid #fff;
}
#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;
}
img.media-img.img-responsive{
	max-width:200px;
}
.media-left, .media>.pull-left{
	padding-right:0;
}
a.pull-left{
	border:1px solid #C9C6C6;
	margin-right:5px;
}
h4.media-heading a{
	font-size:13px;
}

img.item-img.img-responsive{
	padding-right:10px;
	float:left;
}
img.flag-img{
	padding-right:8px;
}
.foot-menu ul.list-inline{
	text-align:center;
}
.media{
	margin-top:20px;
}
.media .media-name{
	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;
}

ul.list-group.sub{display: none;}
ul.list-group.sub li a{padding-left:25px;}
ul.list-group.sub li a:hover{padding-left:15px;}
.list-group li:hover ul{display: inherit;}

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;}
div.other-links.clearfix a{color: #333;}
div.media-body{font-size: 12px;}
div.other-links.clearfix{margin-top: 5px;border-top: 1px solid #ddd;} 
#livechat{position: fixed;
top: 150px;
right: 0;
z-index: 9999;
}
.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:110px;
}
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.4;}
button.btn.btn-primary.sider{width: 110px;
font-size: 12px;
padding: 5px 0px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	font-weight:600;
}
p.company-p{
	font-weight:600;
}
.cont-2 p{
	text-align:justify;
}
#gmaps{
	min-height:250px;
	margin-top:20px;
	margin-bottom:20px;
}
.tab-content p{
	word-wrap:break-word;
}
.tab-content img{
	max-width:100%;
}
table img{
	max-width:100%;
}
#dropdown-menu-left{
	left:initial;
}
h3.pro-title{ 
	line-height:2em;
	font-size:16px;
	font-weight:600;
}
#footer-list{
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#footer{
	margin-top:20px;
}
#footer .container{
padding:15px 0;


	
}
.well{background-color:none;padding-top:0;}

ul.list-inline li{
	padding-top:3px;
}

#copyi-row ul.list-inline{
	margin-top:5px;
}
.carousel-control.left,.carousel-control.right{
	background-image:none!important;
}
#categ-main{
	margin-top:25px;
	margin-bottom:30px;
}
.alignleft {
	float:left;
	margin:0 10px 18px 0;
}

.ovh h3{
	line-height: 20px;
	font-size: 18px;
	min-height: 30px;
	padding-bottom:10px;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ovh .bg{
	margin: 0 0 10px 0;
}
.ovhinner{
	max-height:120px;
	overflow:hidden;
	text-align:center;
}
.ovh_more{
	
	margin-top:15px;
	text-align:center;
}
.ovh_more a{
	color: #fff;
	font-weight: bold;
	font-size:15px;
	text-transform:capitalize;
	text-align:center;
	border-radius:7px;
	padding:5px 60px;
    box-shadow:1px 1px 2px #B2B1B1; 
	   background:#1EA6D7;
	/* Old browsers */
    /* IE9 SVG,needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-moz-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1EA6D7 ),color-stop(100%,#1EB5EC));
  /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* Opera 11.10+ */
    background:-ms-linear-gradient(top,#1EA6D7  50%,#1EB5EC  100%);
  /* IE10+ */
    background:linear-gradient(to bottom,#1EA6D7  0%,#1EB5EC  100%);
  /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EA6D7',endColorstr='#1EB5EC ',GradientType=0 );
  /* IE6-8 */
   
   }
.ovh_more a:hover,.why_more a:hover{
	text-decoration:none;
}
#sidebar-list-contact{
	border:1px solid #E4E2E2;
}
#sidebar-list-contact .content{
	padding:10px;
}
h3.sidebar-title{
	margin-top:0;
}
.detail-num{
	padding:20px 10px;
	background:#F4F4F4;
	border-radius:10px;
}
p.share-text{
	padding-top:15px;
	font-weight:600;
	font-size:14px;
}
#pd-detail-row{
	margin:0;
}
#gallery-cer{
	padding-bottom:15px;
}
p.gallery-text{
    max-width:300px;
	font-size:15px;
	padding-top:10px;
	text-align:center;
	min-height:15px;
	line-height:14px;
}
#pd-gallery{
	padding-top:20px;
}
ul.dropdown-menu.list-group>li.list-group-item{
	padding:7px 10px;
	text-transform:capitalize;
}
ul.dropdown-menu.list-group>li>a{
	padding:0;
}
ul.dropdown-menu.list-group>li.list-group-item>ul.list-group.sub>li.list-group-item{
	padding:3px;
}
ul.dropdown-menu.list-group>li.list-group-item>a:hover{
	background:#fff;
}
ul#minMax2 li{
	list-style:none;
	padding-top:35px;
	margin-right:3px !important;
}
@media screen and (max-width:1024px) and (min-width:976px){
	#fudong{ display:none;}
}
ul.nav.nav-tabs li{
	padding:0;
}
ul.nav.nav-tabs li a{
	text-align:center;
}
.widget .title, .product-showroom .panel-title, .content-wrapper .panel-title{
	color:#323232;
}

#qy ul{list-style:none;padding-left:0;}
#btm_zzjs{position:absolute;right:0;top:1009px;width:12px;height:43px;background:url(../img/2010041716281352947.gif) no-repeat;overflow:hidden;}
#btm_zzjs a{display:block;height:22px;}
#btm_zzjs a#zzjs_up:hover{background:url(../img/2010041716281352947.gif) -13px top no-repeat;}
#btm_zzjs a#zzjs_dw:hover{background:url(../img/2010041716281352947.gif) -26px -22px no-repeat;}

.why_us_bg{
	background:#1EA6D7;
	box-shadow:0px 0px 5px #6B6A6A;
}
.why_title h1{
	color:#fff;
	text-shadow:2px 3px 5px #4D4A4A;
	font-weight:600;
}
.why_content p{
	color:#fff;
	margin-bottom:5px;
}
.why_more{
	margin-top:70px;
}
.why_more a{
	padding:10px 20px;
	border-radius:7px;
	color:#fff;
	font-weight:600;
	font-size:16px;
	box-shadow:1px 1px 2px #B2B1B1;
	background:#1EA6D7;
	/* Old browsers */
    /* IE9 SVG,needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;
  base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-moz-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1EA6D7 ),color-stop(100%,#1EB5EC));
  /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,#1EA6D7  0%,#1EB5EC  100%);
  /* Opera 11.10+ */
    background:-ms-linear-gradient(top,#1EA6D7  50%,#1EB5EC  100%);
  /* IE10+ */
    background:linear-gradient(to bottom,#1EA6D7  0%,#1EB5EC  100%);
  /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EA6D7',endColorstr='#1EB5EC ',GradientType=0 );
  /* IE6-8 */
}
ul#minMax{
	list-style:none;
	padding-left:0;
}
.why_us{
	margin-bottom:20px;
	margin-top:30px;
}
.why_slider{
	margin-bottom:-100px;
}
#why_padding{
	padding-top:35px;
}
#solution_title{
	text-align:center;
}
#solution_title h1{
	padding-bottom:10px;
	margin-bottom:10px;
}
#solution_title h1:after{
	content:"";
	width:100px;
	position:absolute;
	left:46%;
	bottom:-2px;
	height:3px;
	background:#295CBB;
}
.fb-post.fb_iframe_widget{
	width:245px;
	overflow:overlay;
	border-right:5px solid #F0F0F0;
	border-top:5px solid #F0F0F0;
	margin-bottom:20px;
}
