
.pageWrap{width:100%;display:block;font-size:12px;}
.mainWrap{width:980px;margin:0 auto;position:relative;font-size:12px;}

.topWrap{background:#282828;position:fixed;left:0;top:0;z-index:999999;}

/*topnav*/

span.menu {
  display: none;
}

.top-nav{
  
  width: 100%;
}
.top-nav ul{
	padding:0;
	margin:0;
}
.top-nav>ul>li{
  display: inline-block;
  width: 14.286%;
  border-right:1px solid #413e3e;
  float: left;
  text-align:center;
  height:64px;
  position:relative;
}
.top-nav>ul>li.active{
	background:#b91715;	
	border:none;
}
.top-nav>ul>li>a{
  color: #FFF;
  font-size: 15px;
  font-weight:bold;
  text-transform:uppercase;
  height:24px;
  line-height:24px;
  margin: 20px 0;
  display:block;
  position:relative;
}
.top-nav>ul>li>a>i{
  display: none;
  position:absolute;
  bottom:-10px;left:50%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
}
.top-nav ul>li>a:hover{
	text-decoration:none;
}

.top-nav>ul>li:hover>a>i{
	display:block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b91715;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/*childnav*/

.childMenu{position:absolute;left:0;top:64px;z-index:999;width:220px;padding:15px 10px 5px 10px;background:#fff;background:rgba(255,255,255,0.8);box-shadow:0 4px 5px #e8e8e8;border-top:2px solid #b91715;z-index:999;text-align:left;display:none;
}
.childMenu li{display:block;padding:6px 0;border-bottom:1px solid #f0f0f0;}
.childMenu li a{color:#333;font-size:14px;text-transform:capitalize;line-height:22px;font-weight:normal;display:block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.childMenu li:hover a{color:#d70516;padding-left:5px;}


.childWrap{position:absolute;left:0;top:64px;margin-left:-140px;padding:15px 10px 5px 10px;z-index:999;width:720px;background:#fff;background:rgba(255,255,255,0.8);box-shadow:0 4px 5px #e8e8e8;border-top:2px solid #b91715;display:none;}
.childWrap ul.childWrap-menu{text-align:left;column-width:220px;
					-webkit-column-width:220px;
					-ms-column-width:220px;
					-o-column-width:220px;
					 column-count:3; 
					-webkit-column-count:3;
					-ms-column-count:3;
					-o-column-count:3;
					column-gap:20px;
					-webkit-column-gap:20px;
					-ms-column-gap:20px;
					-o-column-gap:20px;
					}
.childWrap-menu>li{
					margin:5px 0;
}
.childWrap-menu>li>a{color:#d70516;font-size:14px;text-transform:capitalize;line-height:22px;font-weight:bold;display:block;border-bottom:1px solid #e8e8e8;}
.childWrap ul.childWrap-list{margin:5px 0;}
.childWrap-list>li>a{color:#666;font-size:12px;line-height:22px;font-weight:normal;display:block;padding:2px 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.childWrap-list>li>a:hover{color:#d70516;padding-left:5px;}



/*topLinks*/
.topLinks{margin-top:5px;}
.topLinks span{float:left;margin-left:10px;width:40px;height:40px;}
.topLinks span img{width:40px;height:40px; 
			-moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.topLinks span img:hover{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transition:all 0.3s ease-in-out;}



.padding-topnav{height:64px;clear:both;background:none;}
/*logo*/
.logo{width:260px;height:80px;}
.logo img{width:260px;height:auto;}


.topRgt{width:330px;}

/*language*/
.topFlag{margin:30px 0 20px 0;font-size:12px;color:#999999;height:16px;line-height:16px;}
.topFlag img,.topFlag span,.topFlag a{ display:inline-block;height:16px;line-height:16px;font-size:12px;}
.topFlag  a{font-size:12px;color:#808080;padding:0 10px;}
.topFlag a:hover{text-decoration:underline;color:#000;}

/*top-links*/
.top-links{height:25px;overflow:hidden;margin-bottom:20px;}
.top-links ul li{float:left;margin-left:15px;}
.top-links ul li span{display:block;width:30px;height:25px;-moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}

.top-links ul li span.top-links-A{background:url(../images/links-1.png) no-repeat left top;}
.top-links ul li span.top-links-A:hover{background-position:left -25px;}
.top-links ul li span.top-links-B{background:url(../images/links-2.png) no-repeat left top;}
.top-links ul li span.top-links-B:hover{background-position:left -25px;}
.top-links ul li span.top-links-C{background:url(../images/links-3.png) no-repeat left top;}
.top-links ul li span.top-links-C:hover{background-position:left -25px;}
.top-links ul li span.top-links-D{background:url(../images/links-4.png) no-repeat left top;}
.top-links ul li span.top-links-D:hover{background-position:left -25px;}
.top-links ul li span.top-links-E{background:url(../images/links-5.png) no-repeat left top;}
.top-links ul li span.top-links-E:hover{background-position:left -25px;}
.top-links ul li span.top-links-F{background:url(../images/links-6.png) no-repeat left top;}
.top-links ul li span.top-links-F:hover{background-position:left -25px;}


/*top-call*/
.topRgt-call{padding:15px 0 20px 0;height:35px;line-height:35px;}
.topRgt-call img,.topRgt-call span{float:left;font-size:20px;color:#404040;font-style:italic;margin-left:8px;}



/*search*/

.menu_go{height:42px;display:block;}
.menu_go div.focusblurmenu{display:block;margin:0 auto;  padding:0px;height:42px;border:1px solid #d1cfcf;}
.focusblurmenu .search_main{width:260px;height:40px;line-height:40px;text-indent:10px;color:#666;background:transparent;font-size:14px;font-family:Arial, Helvetica, sans-serif;font-family:'tahoma';font-weight:normal;}
.focusblurmenu .search_btn{width:36px;height:40px;cursor:pointer;background:url(../images/search-icon.png) no-repeat 3px center;line-height:40px;float: right;}

.focusblurmenu .searchkeyfocus{}








.mainBox{width:1040px;margin:0 auto;}
/*banner*/

/* 焦点图 透明过度 */
.slide_fade{overflow:hidden;position:relative;margin:0 auto;width:1200px;height:500px;background:#fff;}
.slide_fade .slide_fade_box{overflow:hidden;position:relative;width:1200px;height:500px;background:#fff;z-index:4;}
.slide_fade .slide_fade_box a{color:#fff;}
.slide_fade .slide_fade_box a:hover{text-decoration:none;}
.slide_fade .slide_fade_list{overflow:hidden;height:9999px;}
.slide_fade .slide_fade_list li{position:relative;width:1200px;height:500px;}
.slide_fade .slide_fade_list img{_vertical-align:top;width:1200px;height:500px;}
.slide_fade .txt{cursor:pointer;position:absolute;top:20px;left:45px;font:14px/24px "\5fae\8f6f\96c5\9ed1";}
.slide_fade .txt h3{font:40px/80px "\5fae\8f6f\96c5\9ed1";}
.slide_fade .slide_fade_btn{position:absolute;bottom:0;left:0;height:140px;background:#000;background:rgba(0,0,0,0.4);width:100%;z-index:5;}
.slide_fade .slide_fade_btn a{color:#555;text-decoration:none;}
.slide_fade .slide_fade_btn li{overflow:hidden;float:left;width:150px;height:100px;margin:20px 20px 0 0;color:#333;
}
.slide_fade .slide_fade_btn .slide_fade_selected{position:relative;top:-2px;border-top:2px solid #f32465;-moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.slide_fade .slide_fade_btn h3{padding:4px 0 0 0;font:12px/20px "\5b8b\4f53";text-indent:2px;}
.slide_fade .slide_fade_btn p{color:#999;font:12px/20px "\5b8b\4f53";text-indent:2px;}
.slide_fade .slide_fade_btn p a{color:#999;}
.slide_fade .slide_fade_btn p a:hover{text-decoration:underline;}

.flexslider{position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;width:100%;max-width:1440px;margin:0 auto;}
.slides{position:relative;z-index:1;}
.slides li{ }
.slides li img{width:100%;max-width:1440px;height:auto;max-height:560px;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-25px;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:13px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:13px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav li a:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.flex-direction-nav li a.flex-prev{left:10px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:10px;background:url(../images/next.png) center center no-repeat;}


/*LftNews*/
.lftNews{width:240px;}
.cateTop{}
.cateTop span.cateTop-name{display:block;font-family:Arial, Helvetica, sans-serif;font-size:20px;color:#d70516;font-weight:bold;text-transform:uppercase;line-height:30px;height:30px;width:100%;}
.cateTop div.cateTop-bottom{display:block;width:30px;height:3px;background:#292929;}
.lftNews-main{display:block;}
.lftNews-main li{width:100%;margin-top:20px;border-bottom:1px dashed #d9d9d9;}
.lftNews-main-img{width:80px;height:80px;border:1px solid #e5e1e1;margin-right:10px;margin-bottom:10px;}
.lftNews-main-img a img{width:78px;height:78px;}
.lftNews-main-words{width:150px;font-size:12px;}
.lftNews-main-words b{color:#333333;line-height:22px;height:22px;margin-bottom:5px; }
.lftNews-main-words p{color:#808080;line-height:18px;max-height:54px;overflow:hidden; }


/*abtWrap*/
.abtWrap{width:720px;}

.abt-img{width:260px;height:210px;margin-right:30px;}
.abt-img a img{width:260px;height:210px;margin:0 auto;}
.abt-words{width:430px;font-size:12px;}
.abt-words a.abt-words-name{font-size:16px;line-height:26px;font-weight:bold;color:#262626;margin:0 0 8px 0;display:block;}
.abt-words a.abt-words-name:hover{text-decoration:underline;}
.abt-words p.abt-words-main{max-height:160px;overflow:hidden;line-height:20px;font-size:12px;color:#808080;}
.abt-words p a{color:#0086bf;font-style:italic;text-transform:capitalize;text-decoration:underline;}
.abt-words p a:hover{text-decoration:none;}


/*galleryWrap*/
.galleryWrap{background:#f5f5f5;}



.arrival-grids{
	margin-top:20px;
}
.arrival-info{
	width:85%;background:#fff;
	box-shadow:0 5px 5px #cfcfcf;
	margin:0 auto;
}

.arrival-info p{
	color:#737373;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	height:46px;overflow:hidden;
	margin: 0 10px;
	padding:5px 0;

}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	
	padding: 0;
	cursor: pointer;
	position: relative;
	border: none;
}

.nbs-flexisel-item > a{
	
}

.nbs-flexisel-item >img {	
	cursor:auto;
	position: relative;
	width: 85%;
  	height:156px;
	margin:0 auto;
        margin-left: 18px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 35px;
	height: 78px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	filter:alpha(opacity=60);  
-moz-opacity:0.60; 
opacity:0.60;
transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;

}

.nbs-flexisel-nav-left:hover{filter:alpha(opacity=10);  
-moz-opacity:1; 
opacity:1;} 
.nbs-flexisel-nav-right:hover{filter:alpha(opacity=10);  
-moz-opacity:1; 
opacity:1;}


.nbs-flexisel-item:hover a p{color:#d70516;text-decoration:underline;}

.nbs-flexisel-nav-left {
	left: -45px;
	background:url(../images/left-1.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: -45px;
	background:url(../images/right-1.png) no-repeat;
}
.glyphicon {
  top: 2px;
  margin-right:5px;
}
.glyphicon-eye-open:before,.glyphicon-star:before {
  color:rgba(149, 148, 148, 0.81);
}
.viw{
  position: absolute;
  background: #eee;
  padding: 0.5em 1em;
  font-size:.9em;
  font-weight: 500;
  top: 0%;
  left: 0%;
  display: none;
}
.viw:hover,.shrt:hover{
	text-decoration:underline;
}
.viw a,.shrt a{
	color:rgba(149, 148, 148, 0.81);
}
.viw a:hover,.shrt a:hover{
	text-decoration:underline;
}
.shrt{
  position: absolute;
  background: #eee;
  padding: 0.5em 1.5em;
  font-size:.9em;
  font-weight: 500;
  top: 0%;
  right: 0%;
  display: none;
}
.nbs-flexisel-item{
	position:relative;
}
li.nbs-flexisel-item:hover {
}
li.nbs-flexisel-item a:hover{
	text-decoration:none;
}
.nbs-flexisel-item:hover div.viw{
	display:block;
}
.nbs-flexisel-item:hover div.shrt{
	display:block;
}



/*proA*/
.proA{width:100%;margin:25px 0 0 0;}
.proA li{display:block;margin:0 25px 30px 0;width:300px;float:left;height:435px;box-shadow:0 5px 5px #e0e0e0;border:1px solid #ebebeb;position:relative;}
.proA li.mar-right-none{margin-right:0;}
.proA li.warrantyWrap{display:block;margin:0 0 30px 0;width:300px;float:left;height:350px;position:relative;border:none;box-shadow:none;}
.proA-img{width:298px;height:298px;
text-align:center; vertical-align:middle;
position:relative;/*border-bottom:1px solid #ebebeb;*/}
.proA-img img{  -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
}
.proA li:hover .proA-img img{ }
.proA-img a{display:table-cell; vertical-align:middle;width:298px;height:auto;}
.proA-img a img{max-width:100%;height:auto;margin:0 auto;}
.proA-words{text-align:left;width:260px;margin:0 auto;}
.proA-words a{display:block;overflow:hidden;line-height:25px;padding:6px 0 4px 0;font-size:14px;color:#d70516;font-weight:bold;max-height:60px;border-bottom:1px dashed #dbdbdb;height: 60px;}
.proA-words a:hover{text-decoration:underline;color:#d70516;}
.proA-words p{margin-top:5px;margin-bottom: 10px;
  line-height:20px;font-size:12px;color:#808080;font-weight:normal;max-height:60px;height: 60px;overflow: hidden;}
.proA-more{position:absolute;right:0;bottom:0;width:40px;height:40px;}
.proA-more a{display:block;width:40px;height:40px;background:url(../images/proA-more.png) no-repeat; -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.proA li:hover .proA-more a{background:url(../images/proA-more-hover.png) no-repeat;text-decoration:none;}

.warranty-img{margin-top:20px;}
.warranty-img a img{width:215px;height:160px;margin:10px auto;}
.warranty-words{text-align:left;width:260px;margin:0 auto;}
.warranty-words a{display:block;overflow:hidden;line-height:20px;font-size:14px;color:#333333;font-weight:bold;max-height:40px;margin:0 0 8px 0;}
.warranty-words p{display:block;overflow:hidden;line-height:18px;font-size:12px;color:#666666;font-weight:normal;max-height:54px;}
.warranty-words a:hover{text-decoration:underline;color:#d70516;}




/*footer*/
.ftWrap{ 
	border-top:5px solid #b91715;
	background:url(../images/footer-bac.jpg) repeat;

}
.ftLft{width:520px;margin-top:25px;}
.ftLft-list>li{float:left;margin-right:10px;}
.ftLft-listA{width:120px;}
.ftLft-listB{width:185px;}

.footer-item{color:#fff;font-size:15px;font-weight:bold;text-transform:uppercase;line-height:25px;margin-bottom:10px;}
.ftLft-list-main li{line-height:20px;margin:4px 0;display:block;width:100%;}
.ftLft-list-main li a{color:#bfbfbf;font-size:12px;font-weight:normal;display:block;width:100%;height:20px;overflow:hidden;text-overflow:ellipsis;.-o-text-overflow:ellipsis;white-space:nowrap;}
.ftWrap a:hover{text-decoration:underline;color:#fff;}

.ftRgt{width:460px;margin-top:25px;}
.footer-name{line-height:20px;margin:4px 0 8px 0;display:block;width:100%;}
.footer-name span{color:#d70516;font-weight:bold;font-size:14px;}
.footer-add{padding-left:21px;background:url(../images/ft-icon1.png) no-repeat left top;line-height:18px;color:#bfbfbf;font-size:12px;}
.footer-contact{clear:both;margin-top:15px;}
.footer-contact-map{width:290;height:102px;margin-right:20px;}
.footer-contact-list{width:145px;}
.footer-contact-list p{padding-left:25px;color:#bfbfbf;line-height:18px;color:#bfbfbf;font-size:12px;}
.footer-contact-list p a{color:#bfbfbf;line-height:18px;color:#bfbfbf;font-size:12px;}
.footer-contact-list p.footer-contact-list-A{background:url(../images/ft-icon2.png) no-repeat left top;}
.footer-contact-list p.footer-contact-list-B{background:url(../images/ft-icon3.png) no-repeat left top; width:155px;}
.footer-contact-list p.footer-contact-list-C{background:url(../images/ft-icon4.png) no-repeat left top;}
.footer-contact-list p.footer-contact-list-D{background:url(../images/ft-icon5.png) no-repeat left top;}


.copyWrap{background:#121212;padding:15px 0 10px 0;font-size:12px;color:#a6a6a6;font-weight:normal;line-height:22px;text-align:center;}
.friendly-list{width:100%;margin:5px 0;}
.friendly-list a{font-size:12px;color:#a6a6a6;font-weight:normal;line-height:22px;padding:0 15px;}
.copyRight{width:100%;margin:5px 0;}
.copyRight a{font-size:12px;color:#a6a6a6;font-weight:normal;line-height:22px;padding:0 5px;}
.copyWrap a:hover{color:#fff;text-decoration:underline;}

.ftRgt-nav{color:#666666;font-size:14px;line-height:15px;margin:2px 0 10px 0;}
.ftRgt-nav a{color:#666666;font-size:14px;padding:0 15px;}
.ftRgt-nav a.padding-right-none{padding-right:0;}
.ftRgt-nav a:hover{color:#0082d0;text-decoration:underline;}

.ftRgt-friendlyLinks{height:30px;}
.ftRgt-friendlyLinks b{line-height:30px;font-size:12px;color:#666;display:inline-block;margin-right:5px;}
.ftRgt-friendlyLinks select.friendly-list{line-height:28px;color:#737373;font-size:12px;display:inline-block;border:1px solid #999999;height:28px;width:200px;text-indent:10px;background:#fff;}


.mainRgt{width:780px;}




/*proWrap*/
.proTop{width:100%;height:40px;background:#1493cb;line-height:40px;
	border-radius:10px 10px 0 0 ;
	-webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;

}
.proTop span.proTop-name{color:#fff;font-size:16px;font-weight:bold;text-transform:capitalize;padding-left:20px;}
.proTop a.proTop-more{color:#fff;font-size:12px;font-weight:normal;text-transform:capitalize;padding-right:15px;}
.proTop a.proTop-more:hover{text-decoration:underline;}






/*online*/

#service{position:fixed;right:0px;top:160px;z-index:9999;}
*html,*html body{background-image:url(about:blank);background-attachment:fixed;}
*html #service{position:absolute;top:expression(eval(document.documentElement.scrollTop));}

#ser_main{float:left;position:relative;z-index:9;height:142px;margin-top:20px;}
#ser_main a{display:block;overflow:hidden;}
#ser_main a#floatShow{height:142px;width:32px;z-index:99999;}
#ser_main a#floatHide{height:142px;width:32px;}


#onlineService{border:3px solid #2582c5;width:130px;background:#FFF;float:left;border-radius:10px;-webkit-border-radius:10px;}
.xuanfu_tit{height:36px;margin:6px;line-height:40px;color:#0f6ba5;border-bottom:1px solid #6aa8d5;font-weight:normal;font-size:14px;text-align:center;}
.onlineMenu p{margin:8px 6px;display:block;overflow:hidden;height:20px;border-bottom:1px solid #d9d9d9;padding:5px 0;}
.onlineMenu p img{vertical-align:middle;float:left;width:20px;margin:0 6px;}
.onlineMenu p a{display:block;float:left;line-height:20px;color:#666;width:85px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.onlineMenu p span{display:block;float:left;line-height:20px;color:#666;}
.onlineMenu p a:hover{color:#0f6ba5;}
.onlineerma{padding:10px 0 20px 0;text-align:center;}
.onlineerma img{width:92px;height:92px;margin:0 auto;}








/*Single Page*/
.spgLft{width:740px;}
.spgRgt{width:220px;}

.proTop a.proTop-more{color:#fff;font-size:12px;font-weight:normal;text-transform:capitalize;padding-right:15px;}
.proTop a.proTop-more:hover{text-decoration:underline;}

.sgMain_nav{width:100%;line-height:25px;color:#666;margin:20px 0 10px 0;border-bottom:1px solid #e4e4e4;}
.sgMain_nav i{padding:0 5px 0 0;font-size:14px;color:#808080;}
.sgMain_nav span{padding:0 5px;font-size:12px;color:#666666;}
.sgMain_nav a{color:#666666;font-weight:normal;font-size:12px;text-decoration:underline;}
.sgMain_nav b{color:#666666;font-weight:normal;font-size:12px;}
.sgMain_nav a:hover{text-decoration:none;} 



#pagelist{ text-align:center;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1B242F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #E74C3C;
  background-color: none;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5bb2fc;
  border-color: #5bb2fc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}



/*about us*/
.spgWrap{word-wrap:break-word;word-break:normal;overflow:hidden;width:100%;font-size:12px;line-height:22px;color:#333;}

.cateNav{width:100%;margin:47px 0 0 0;}
.cateNav-top{line-height:42px;border-top:3px solid #cc0c0a;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:none;height:42px;text-align:center;}
.cateNav-top span{color:#d70516;text-transform:uppercase;font-size:15px;font-weight:bold;display:block;}
.cateNavA{border:1px solid #e0e0e0;padding-bottom:30px;}
.cateNavA>li{border-bottom:1px solid #e0e0e0;width:100%;}
.cateNavA>li>a{display:block;padding:5px 8px;line-height:22px;font-size:14px;color:#333;font-weight:normal;border-bottom:1px solid #e0e0e0;transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;}
	
.cateNavB{padding:0  6px;margin-bottom:6px;display:none;transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;}
.cateNavB>li{border-bottom:1px dashed #d9d9d9;margin-top:5px;padding:3px 5px;}
.cateNavB>li>a{display:block;line-height:18px;height:18px;font-size:12px;color:#4d4d4d;
	
}
.cateNavB>li>a i{padding-right:5px;font-size:14px;}


.cateNavA>li>a:hover{padding-left:15px;text-decoration:none;color:#d70516;}
.cateNavA>li>a.activeA{padding-left:15px;text-decoration:none;}

.cateNavB>li:hover a{color:#d70516;text-decoration:none;}

.cateNavA>li:hover> .cateNavB{display:block;}


.hvr-sweep-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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#f2f2f2;
  -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.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover i, .hvr-sweep-to-right:focus i, .hvr-sweep-to-right:active i {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*news*/

.new_list{}
.new_list li{display:block;padding:10px 5px;overflow:hidden;border-bottom:1px dashed #cfcfcf;margin-top:10px;}
.new_list_img{display:block;float:left;width:160px;height:120px;border:1px solid #e8e8e8;margin-right:20px;text-align:center;}
.new_list_img a img{width:158px;height:118px;}
.new_descri{float:left;width:550px;}
.new_descri b{font-size:12px;color:#d70516;font-weight:normal;line-height:18px;}
.new_list_name{display:block;margin:5px 0;overflow:hidden;}
.new_list_name a{display:block;float:left;font-size:14px;font-weight:bold;line-height:22px;color:#333;max-height:44px;overflow:hidden;}
.new_list_name a:hover{text-decoration:underline;color:#d70516;}
.new_list_name span{display:block;float:right;font-size:12px;line-height:20px;color:#999;}
.new_list_words{display:block;clear:both;font-size:12px;line-height:20px;max-height:60px;color:#666;}





.sgn_news{}
.sgn_news_name{display:block;width:100%;text-align:center;font-size:16px;line-height:25px;margin:5px 0;font-weight:bold;color:#d70516;text-transform:capitalize;}

.sgn_news_timer{line-height:20px;font-size:12px;color:#737373;text-align:center;}
.sgn_news_timer i{padding-right:5px;color:#737373;}
.sgn_news_main{margin:10px 0;font-size:12px;color:#666;line-height:24px;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;padding:10px 5px;}

.tags-previous{font-weight:bold;line-height:20px;margin:5px 0;border-bottom:1px dashed #ccc;padding: 5px 10px;color:#666;font-size:12px;}
.tags-previous a{font-weight:normal;margin-left:5px;color:#333;}
.tags-previous a:hover{text-decoration:underline;color:#d70516;}



/*product*/

.proWrap{display:block;width:100%;}
.proWrap-intro{margin-bottom:20px;color:#333333;font-size:12px;line-height:22px;}

.proB{width:750px;}
.proB li{display:block;margin:0 20px 15px 0;width:230px;float:left;height:329px;}
.proB-img{width:230px;height:230px;
  overflow: hidden;
  text-align:center; vertical-align:middle;position:relative;
  border:1px solid #ebebeb;box-shadow:0 1px 4px #e0e0e0;}
.proB-img img{  -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
}
.proB li:hover .proB-img img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transition:all 0.25s ease-in-out;}
.proB-img a{display:table-cell; vertical-align:middle;width:228px;height:228px;}
.proB-img img{width:228px;height:auto;margin:0 auto;}
.proB-words{text-align:left;width:100%;margin-top:10px;}
.proB-words a{display:block;overflow:hidden;line-height:22px;font-size:14px;color:#d70516;font-weight:normal;max-height:44px;height:44px;}
.proB-words a:hover{text-decoration:underline;}
.proB-words p{margin-top:5px;line-height:18px;font-size:12px;color:#666;font-weight:normal;max-height:54px;overflow:hidden;height:40px;}


/*product detail*/

.produ_info{width:100%;}
.produ_info_name{display:block;border-bottom:1px dashed #d0d0d0;line-height:22px;padding:4px 0;text-align:center;margin:15px 0;}
.produ_info_name span{font-size:16px;color:#d70516;text-transform:capitalize;font-weight:bold;}

.produ_img{width:280px;margin:0;}
.show_img{width:280px;height:280px;border:1px solid #e8e8e8;/*overflow:hidden;*/text-align:center;vertical-align:middle;display:block;position:relative;}
.show_img a{display:table-cell;vertical-align:middle;width:278px;/*height:208px;*/}
.show_img a img{width:278px;}
.btn_img{display:block;width:100%;}
.btn_img ul{}
.btn_img ul li{float:left;width:50px;height:38px;border:solid 1px #e8e8e8;padding:0;margin:10px 6px 0 0;text-align:center;vertical-align:middle;position:relative;}
.btn_img ul li a{display:table-cell;vertical-align:middle;width:48px;height:36px;}
.btn_img ul li a img{width:48px;height:48px;}

.produ_detail{width:440px;margin-left:20px;}
.produ_detail_words{font-size:12px;line-height:20px;color:#222;margin-bottom:10px;max-height:100px;overflow:hidden;}
.pro_mtn_li{margin:0 0 10px 0;}
.pro_mtn_li ul li{padding:3px 0;overflow:hidden;height:26px;line-height:20px;font-size:12px;text-transform:capitalize;font-weight:normal;color:#4d4d4d;}
.pro_mtn_li ul li b{color:#d70516;font-weight:normal;padding-left:5px;}

.pro_inquiry{display:block;margin:10px 0;}

.pro_inquiry a.button-pro-jumbo {
  font-size: 14px;font-weight:bold;
  height: 45px;
  line-height: 45px;
  padding: 0 40px; }


.pro_inquiry a{
	color:#fff;
}
.pro_inquiry a i{
	padding-right:5px;
}

.pro_inquiry a:hover{}

.pro_det_nm{background:#f0f0f0;margin:20px 0 10px 0;height:40px;}
.pro_det_nm span{font-weight:bold;font-size:14px;line-height:40px;color:#e60012;padding-left:10px;}
.pro_det_words{font-size:12px;line-height:22px;padding:10px 0;color:#333;}


.show_pro{height:auto;overflow:hidden;_zoom:1;width:100%;margin:20px 0 0 0;}
.show_pro_m{float:left;width:880px;}
.show_pro_m li{float:left;width:156px;float:left;margin:0 10px;}
.show_pro_m ul li span{display:block;width:156px;height:117px;border:1px solid #e8e8e8;overflow:hidden;text-align:center;vertical-align:middle;position:relative;}
.show_pro_m ul li span a{display:table-cell;vertical-align:middle;width:154px;height:115px;}
.show_pro_m img{width:154px;height:115px;-moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.show_pro_m img:hover{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transition:all 0.3s ease-in-out;}
.show_pro_m p{text-align:center;margin:5px 0;line-height:20px;}
.show_pro_m p a{color:#333;font-size:12px;font-weight:normal;}
.button1{background:url(../images/img-sprite-left-right.png) no-repeat left top;width:50px;height:50px;margin-top:45px;border:none;cursor:pointer;margin-left:0;}
.button2{background:url(../images/img-sprite-left-right.png) no-repeat right top;width:50px;height:50px;margin-top:45px;border:none;cursor:pointer;margin-right:0;}
.show_pro_m p:hover  a{color:#d70516;text-decoration:underline;}



.proTab{padding:20px 0;display:block;}
.proTab_item{border-bottom:1px solid #ddd;}
.proTab_item li{display:inline-block;margin:0 10px -1px 0;background:#e3e3e3;border:1px solid #ddd;border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;}
.proTab_item li.proTab_item_active{border-bottom:1px solid #f5f5f5;}
.proTab_item li.proTab_item_active span{font-weight:bold;color:#074fa9;}
.proTab_item li span{padding:8px 30px;display:block;font-size:14px;color:#333;cursor:pointer;}
.proTab_item li span:focus{border:none;}

.proTab_words{padding:20px 15px;border:1px solid #ddd;border-top:none;}
.proTab_words li{display:none;font-size:14px;line-height:24px;color:#666;}







/*contact us*/

.contact-us_left{padding:5px 10px ;}
.contact-us_left p{line-height:25px;font-size:12px;margin:0;}
.contact-us_left p a{color:#000;}
.contact-us_left p a:hover{text-decoration:underline;color:#e60012;}


.contact-us_right{color:#777;padding:20px 0 10px 0;}
.contact-us_right .inquiry-head{color:#000;font-size:15px;line-height:30px;border-bottom:solid 1px #e8e8e8;font-weight:bold;}
.contact-us_right ul{padding:10px 0;}
.contact-us_right label{color:#222;font-weight:bold;line-height:20px;font-size:0.75em}
.contact-us_right ul li{ line-height:22px;padding:10px 0;width:75%;}
.contact-us_right ul li em,.form_xp em{color:#ff0c00;padding-right:5px;}
.form_xp textarea.feedback{border:1px solid #ccc;font-size:0.875em;line-height:24px;width:95%;height:240px;}
.form_xp{padding-bottom:10px;}
.form_refreh{overflow:hidden;padding:10px 0 0 0;}
.form_refreh label,.form_refreh input,.form_refreh img{float:left;margin-right:10px;}
.form_refreh a.refresh{color:#c82422;text-decoration:underline;font-weight:bold;}
.contact-us_right .code_label img{vertical-align:middle;padding-right:5px;}
.contact-us_right a{color:#000;}
.contact-us_right .input1{width:96%;border:1px solid #CCC;padding:5px 0;line-height:24px;font-size:0.875em;}
.contact-us_right .input2{width:120px;height:24px;border:1px solid #CCC;margin-bottom:5px;}
.form_refreh{padding:10px 0;}
.contact-us_right .enquiry_txt{width:98%;height:120px;border:1px solid #CCC;resize:none;padding:5px;line-height:24px;}
.contact-us_right .com_tit{ height:30px;font-size:16px;padding-left:5px;color:#000;font-size:14px;line-height:20px;border-bottom:1px solid #ccc;}
.inquiry-con{padding:3px 0px;color:#000;font-size:22px;line-height:30px;border-bottom:solid 1px #dedede;}

.contact-us_right .tj{  color:#fff;background:#282828;  cursor:pointer; font-size:14px; line-height:38px; margin-top:10px;margin-right:20px;font-weight:bold;-moz-transition: all .3s ease;display:block;width:140px;height:38px;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.contact-us_right .cz{   color:#fff;background:#282828;  cursor:pointer; font-size:14px; line-height:38px; margin-top:10px;margin-right:20px;font-weight:bold;-moz-transition: all .3s ease;display:block;width:140px;height:38px;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;}
.contact-us_right .tj:hover{background:#b91715;}
.contact-us_right .cz:hover{background:#b91715;}

.contact-us_right input:focus{box-shadow:0 0 5px #44b2f5;border:solid 1px #44b2f5;}
.contact-us_right textarea:focus{box-shadow:0 0 5px #44b2f5;border:solid 1px #44b2f5;}




/*sitemap*/
.sitemap{padding:10px 5px;overflow:hidden;}
.stp-listA>li{border:1px solid #cfcfcf;text-transform:capitalize;margin-bottom:15px;}
.stp-top{width:100%;height:34px;line-height:34px;border-bottom:1px solid #cfcfcf;}
.stp-top a{padding:0 20px;color:#e60012;font-size:14px;font-weight:bold;text-transform:capitalize;}
.stp-top a i{padding-left:10px;}
.stp-top a:hover{text-decoration:none;}
.stp-listB{display:block;padding:10px;}
.stp-listB li{width:31%;margin-right:2%;float:left;padding:5px 0;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.stp-listB li a{font-size:12px;line-height:22px;display:block;color:#333;}
.stp-listB li:hover a{color:#e60012;text-decoration:underline;}



/*Blog*/
.blogLft{width:700px;color:#4d4d4d;}
.blogRgt{width:300px;color:#4d4d4d;background:#f0f0f0;padding:20px 10px;}
.blog_list li{display:block;margin-bottom:20px;}
.blog_name{padding:10px;}
.blog_name a{font-size:18px;line-height:24px;}
.blog_name a:hover{color:#027cc3;}
.blog_detail{padding:5px 10px;border-bottom:1px solid #e8e8e8;}
.blog_detail a,.blog_detail span{color:#999;line-height:18px;}
.blog_detail span{padding:0 15px;}
.blog_detail a:hover{color:#027cc3;}
.blog_main{padding:10px;line-height:22px;color:#666;overflow:hidden;word-wrap:break-word;word-break:normal;}
.blogNav{display:block;margin-bottom:20px;}
.blogNav>span.blogNav_top{color:#027cc3;font-size:18px;text-transform:uppercase;line-height:24px;padding:0 10px;}
.blogNav_list{padding-top:10px;}
.blogNav_list li{padding:5px 10px;border-bottom:1px solid #fff;}
.blogNav_list li a{color:#666;line-height:20px;}
.blogNav_list li a:hover{color:#027cc3;}

.blog_detail_name{padding:10px 15px;text-align:center;}
.blog_detail_name span{font-size:18px;line-height:24px;color:#027cc3;}
.blog_detail_detail{padding:5px 15px;border-bottom:1px solid #e8e8e8;text-align:center;}
.blog_detail_detail a,.blog_detail_detail span{color:#999;line-height:18px;}
.blog_detail_detail span{padding:0 15px;}
.blog_detail_detail a:hover{color:#027cc3;}


.sgpLft{width:75%;}
.sgpTop{border-bottom:3px solid #b91715;margin:5px 0 0 0;width:100%;line-height:24px;height:25px;}
.sgpTop span{color:#222222;text-transform:uppercase;line-height:24px;font-size:15px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;padding-left:10px;}
.sgpRgt{width:21%;}

.post{margin-bottom:30px;width:100%;}
.post h3 a{font-size:16px;font-weight:bold;line-height:1.6em;color:#333;}
.post h3{margin-bottom:10px;}
.post-meta{color:#959595;margin-bottom:25px;overflow:hidden;}
.post-meta span{float:left;margin-right:20px;font-size:12px;}
.post-meta a{font-size:12px;color:#959595;}

.post-entry{margin-bottom:10px;}
.post-entry p{font-size:12px;font-weight:normal;line-height:25px;color:#333;margin-bottom:10px;}
.post-entry p a.yellow-darkgray{display: inline-block;padding: 7px 20px 8px;border-radius: 3px;
        color: #fff;background:#272727;
		font-weight:bold;
        font-size: 12px;line-height: 1.5;
        cursor: pointer;
        -webkit-transition: background .3s ease-out;
           -moz-transition: background .3s ease-out;
            -ms-transition: background .3s ease-out;
             -o-transition: background .3s ease-out;
                transition: background .3s ease-out;
        -webkit-font-smoothing: antialiased;}

.post-entry p a.yellow-darkgray:hover{background:#b91715;text-decoration:none;}
.hot-tags{font-weight:bold;line-height:22px;margin:5px 0;border-bottom:1px dashed #ccc;padding:5px 10px;color:#333;font-size:12px;}
.hot-tags a{font-weight:normal;padding-left:15px;color:#333;font-size:12px;}
.hot-tags a:hover{text-decoration:underline;color:#d70516;}

.blogNav{margin-top:5px;}
.blogNavA{text-transform:capitalize;}
.blogNavA>li{}
.blogNavA>li>a{line-height:20px;font-size:14px;color:#666;font-weight:normal;padding:10px 10px 6px 10px;display:block;border-bottom:1px solid #f2f2f2;transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;}
.blogNavA>li>a:hover{color:#b91715;padding-left:15px;text-decoration:none;}

#loop{padding:10px 0;}
.loop-nav{float:left;}
.loop-nav-next{float:right;}
.loop-nav a,.loop-nav-next a{font-size: 14px;
display: inline-block;
padding: 10px 16px;
color: #fff;-webkit-transition: background .3s ease-out;
           -moz-transition: background .3s ease-out;
            -ms-transition: background .3s ease-out;
             -o-transition: background .3s ease-out;
                transition: background .3s ease-out;
background:#272727;border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;}
.loop-nav a:hover,.loop-nav-next a:hover{ background:#b91715;text-decoration:none;color:#fff;}


tbody tr td p{margin:0;text-indent:0 !important;padding:3px 5px;}




