/* 

Lastore - CSS File

*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:"微软雅黑";
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	z-index:2;

}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
em{ font-style:italic;}
/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2 {margin-bottom:20px; font-weight:normal; line-height:normal;}
h3, h4, h5{margin-bottom:10px; font-weight:normal; line-height:normal;}
h1	{font-size:20px;}
h2	{font-size:18px;}
h3	{font-size:16px;}
h4	{font-size:14px;}
h5	{font-size:12px;}
h6	{font-size:10px;}

.button, .button:visited, input[type="submit"], button{font-family:"微软雅黑";}
.pagetitle{ margin-bottom:20px; color:#333;}

.title{ padding:8px 0 7px 8px; text-transform:uppercase;}
.titleRegular{font-weight:400}
.titleBold{font-weight:700}
.titleLight{font-weight:300}
.titleUppercase{text-transform:uppercase}
.titleNormal{text-transform:none}
.italic{font-style:italic}
.textBoldUppercase{font-weight:700; text-transform:uppercase;}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
}


img.alignleft, 
img.alignright, 
img.aligncenter
{
	margin-bottom: 10px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:10px; list-style:none;}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
    background-image: url("../images/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 20px 20px 40px;
    padding:0 0 0 35px;
	font-size:20px;
	font-style:italic;
	line-height:30px
}

	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:65%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}


/* code */
code {
	font-family:"微软雅黑";
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}


#cd-menu-trigger{}
/*手机nav*/


#menu{position:fixed;bottom:0px;width:100%;height:44px;line-height:44px;z-index:999;background:#ddd; display:none;}
#menu ul{margin:0 auto;list-style-type:none;width:100%;max-width:500px;height:100%;}
#menu ul li{float:left;width:33.3%;height:100%;text-align:center;position:relative;font-size:14px;}
.menu_li img{padding-top:10px; float:left; margin-left:5%;}
.menu_li b{ display:inline-block; color:#555;}
#menu ul li .line{position:absolute;top:0px;right:0px;z-index:30;}
#menu ul li .menu_li{position:absolute;top:0px;left:0px;z-index:20;width:100%;height:100%;color:#454545;background:url(images/menubg.png) repeat-x; cursor:pointer;}
#menu ul li .img_front{position:absolute;top:0px;left:0px;z-index:30;width:100%;height:100%;}
#menu ul li .img_front img{width:100%;height:100%;}
#menu ul li span{position:absolute;bottom:-300px;left:0;width:100%;margin-bottom:14px;height:auto;text-align:center;z-index:10; display:inline-block;}
#menu ul li span div{position:absolute;top:0px;left:0; background:#ddd; width:100%;}
#menu ul li span a{float:left;width:100%;height:43px;line-height:43px;color:#454545;text-decoration:none;}

/*手机nav结束*/


.three_fourth{padding-left:10px;}
.three_fourth p{font-size:15px; line-height:1.6; color:#135063;}
.honor{border:1px solid #ededed;}
.honor ul{margin-left:0;}
.honor ul li{width:19%; float:left; list-style:none; padding:0.5%;}
.footer-dl{width:74%; float:left; padding-left:2%;}
.footer-dl dl{float:left;width:27.5%; }
.footer-dl dl dt{font-size:1.5em; color:#e6e6e6; padding-bottom:10px;}
.footer-dl dl dd a:link,.footer-dl dl dd a:visited{color:#e6e6e6;}
.footer-dl dl dd a:hover{color:#CCC;}
.footer-dl dl dd{padding:5px 0;}
.footer-ewm{float:left; width:24%; text-align:right;}
#footer-dl-dl{width:45%;}
#footer-dl-dl span{color:#e6e6e6; line-height:2em; font-size:16px;}





/* rslides */
.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;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	margin-bottom:2px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("../images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}

@media screen and (max-width:600px){
	.callbacks_nav{
		top:47%;
	}
}


.products-sy-top{text-align:center;}
.products-sy-desils-top{padding:1% 0; font-weight:bold; font-size:1.2em; border-bottom:1px solid #135063; margin-bottom:2%; color:#135063;}
.products-sy-desils-top span{background:#135063; padding:5px 15px; border-radius:1.2em; color:#fff; font-size:1.2em; margin-right:10px;}
.ckm-tp{display:inline-block; margin:0; width:100%;}
.ckm-tp li{float:left; width:28%; margin:1% 3% 1% 0;}
#show{background:url(images/photo.jpg)}
#meun1{color:#fff; padding-left:10px;}
#meun1 img{ float:left;}
#submeun1{ margin-left:70px; float:left;}
#submeun1 li{ text-align:center;  margin-right:10px; float:left;  display:inline;}
#submeun1 li a{ color:#fff;height:50px; line-height:50px;  font-size:14px; font-weight:bold; text-align:center;  padding-left:15px; padding-right:15px;display:block;}
#submeun1 li.cur{ text-align:center; background:#82ce18; margin-right:10px;float:left;  display:inline;}
#top1{
	background-color:#000;
	margin: 0em 0 10px 0em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	height:50px;
	line-height:50px;
}
div.subtitle{
	font-size:13px;
	float:right;
	color:#6CBD45;
	margin:0 10px;
	text-align:right;
}

h1.title{
	height:50px;    
    font-size:12px;
	background:url(logo.png) no-repeat;
	
}
h1.title a:link,h1.title a:visited,h1.title a:hover{
	color:#000;
	text-decoration:none;
}
#quirkyPopupShowBtn { position: absolute; top: 0; right: 0; width: 35px; height: 64px; background: url(images/quirkyPopupShowBtn.gif) no-repeat; }
#quirkyPopupShowBtn:hover { background: url(images/quirkyPopupShowBtn.gif) no-repeat 0 -70px; }
#messageBoardContainer { width: 354px; height: 0px; position:absolute; top: 300px; left: 450px; overflow: hidden; z-index: 5;}
#messageBoard { width: 354px; height: 294px; position: absolute; }
#messageBoard .wrap { width: 344px; height: 284px; background: #ededed; border: 1px solid #f2f2f2; position: absolute; top: 4px; left: 4px; z-index: 2; }
#messageBoard .bg { width: 354px; height: 294px; background: #000000; position: absolute; top: 0; left: 0; filter: alpha(opacity=30); opacity: 0.3; z-index: 1; }
#messageBoard h2 { height: 24px; background: url(images/messageBoard.gif) repeat-x 0 -24px; font-size: 12px; font-weight: normal; color: #666; padding-left: 10px; cursor: move; }
#messageBoard h2 span { line-height: 22px; }
#messageBoard h2 a { position: absolute; top: 5px; right: 6px; width: 11px; height: 11px; overflow:hidden; background: url(images/messageBoard.gif) no-repeat; }
#messageBoard h2 a:hover { background: url(images/messageBoard.gif) no-repeat 0 -12px; }
#messageBoard .content { padding: 10px 20px; }
#messageBoard .content p { line-height: 30px; font-size: 12px; color: #666666; }
#messageBoard .content p a { font-family: arial; font-weight: bold; color: #cc3333; border-bottom: 1px dotted #cc3333; }
#messageBoard .content p a:hover { position: relative; top: 1px; color: #cc0000; }
#messageBoard .red { color: #cc3333; }
#messageBoard .indent { text-indent: 24px; }
#messageBoard .date { text-align: right; }

.jlm-t h1{margin-top:0; background:url(../images/bt-bg.png) no-repeat left bottom; height:62px; padding-left:102px;}
.jlm-t h1 b{ display:inline-block; font-size:17px; color:#135063; font-weight:bold; width:100%;}
.jlm-t h1 span{ padding-top:14px; display:inline-block; font-size:15px; color:#999999; width:100%;}
.shutter-door{background:url(../images/content/jlm/bao-bg.jpg) no-repeat center; height:770px; position:relative;}
.jlm-bao-img{position:absolute;}
.shutter-door span{width:36%; text-align:right; float:left; display:inline-block; color:#666;}
.shutter-door img{width:60%; height:auto; float:left;}
.shutter-door a{width:130px;}
.jlm-bao-img2{position:absolute; top:0; left:556px;}
.jlm-bao-img3{position:absolute; top:175px; right:0;}
.jlm-bao-img4{position:absolute; top:358px; right:0;}
.jlm-bao-img5{position:absolute; bottom:126px; right:0; }
.jlm-bao-img6{position:absolute; bottom:0; right:76px;}
.jlm-bao-img7{position:absolute; bottom:0; right:380px;}
.jlm-bao-img8{position:absolute; bottom:0; left:130px;}
.jlm-bao-img9{position:absolute; bottom:125px; left:0;}
.jlm-bao-img10{position:absolute; top:357px; left:0;}
.jlm-bao-img11{position:absolute; top:175px; left:0;}

.shutter-door-drive{ font-size:15px; line-height:25px;}
.shutter-door-drive img{border:1px solid #d9d9d9; width:100%;}
.shutter-door-drives{width:100%;}
.shutter-door-drive{width:30%; float:left; margin-left:1.8em;}
.shutter-door-drive h2{font-weight:bold; background:#1b75b3; padding:0.1em; text-align:center; color:#fff; font-size:1.3em; margin-bottom:0.2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.shutter-door-drive h3{float:left; ont-size:1em;}
.shutter-door-installation{width:100%; padding:5px 0 30px 0; line-height:26px;}
.shutter-door-installation h2{font-size:1.6em; font-weight:bold; color:#1b75b3; margin-bottom:0.8em;}
.shutter-door-installation h3{color:#1b75b3; font-weight:bold; margin:5px 0; font-size:1.2em;}
.shutter-door-installation-L{float:left; width:40%; font-size:1.2em; margin-bottom:1.2em;}
.shutter-door-installation-R{float:left; width:50%; overflow:hidden; margin-bottom:1.2em;}
.shutter-door-installation-R img{width:32%; float:left; margin:1% 9%;}


/* features section 39 */
.features_sec39 {
	float: left;
	width: 100%;
	text-align: center;
	padding:0;
}

.features_sec39 .rightsection {
	float: right;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;

}
.features_sec39 .rightsection ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style:none;
}
.features_sec39 .rightsection ul.two {
	margin-top: 10px;
}
.features_sec39 .rightsection ul.three {
	margin-top: 10px;
}
.features_sec39 .rightsection li {
	padding: 0px;
	margin: 0px;
}
.features_sec39 .rightsection h3 {
	margin-bottom: 5px;
}
.features_sec39 .rightsection li.icon {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 30px;
}
.features_sec39 .rightsection li.icon i {
	color: #fff;
	font-size: 35px;
	width: 60px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	background-color: #aeaeae;
	border-radius: 100%;
}
.features_sec39 .rightsection li.text {
	float: left;
	width: 78%;
}
.features_sec39 .rightsection li.text p{
margin-bottom:5px;
}
.features_sec39 .rightsection ul:hover i {
	background-color: #135063;
}
.features_sec39 .rightsection ul.active i {
	background-color: #135063;
}

.last{width:100%; display:inline-block;}

.index-contact-top a{width:30%; float:left; display:inline-block; border:1px solid #eee; text-align:center; color:#666; padding:3% 0.5%;  margin:2% 0.5%;}
.index-contact-top a span{width:100%; display:inline-block;}
.index-contact-top a span img{ border-radius:100%; width:50%; height:50%; margin-top:1em;}
.index-contact-top a p{width:94%; margin:auto;}
.index-contact-top a b{font-size:1.6em; font-weight:bold; padding:8% 0 0 0; display:block; line-height:2em;}
.index-contact-top a:hover{background:#38a1c2; color:#fff;}

#products-top{border-bottom:0;background:url(../images/xian.png) no-repeat center bottom; text-align:center; line-height:60px; font-size:1.7em;}
#products-top span{float:right; display:inline-block; width:53%; text-align:left; font-family:sans-serif; font-weight:normal;}
#products-top b{float:left; width:46%; text-align:right; display:inline-block; font-weight:bold;}


.index-about iframe{float:left;}
.index-about-L{width:100%; float:left; }

.index-news_box{ float:right; width:60%;}

.index-news dl{border-bottom:1px dashed #eee; display:inline-block; margin-bottom:10px; padding-bottom:10px;}

.index-news dl dt{width:10%;float:left; margin-right:4%; text-align:center; color:#fff;}
.index-news dl dt span{width:100%; background:#135063; padding:8% 0; display:inline-block;}
.index-news dl dt b{font-weight:normal; background:#bebebe; display:inline-block; width:100%; padding:8% 0;}
.index-news dl dd{width:86%; float:left;}
.index-news dl dd a:link,.index-news dl dd a:visited{font-weight:bold; color:#666; font-size:1.2em;}
.index-news dl dd a:hover{color:#135063;}


.news-ny{border:1px solid #ededed; padding:20px; text-align:center;}
.news-ny h2{font-weight:bold; font-size:1.3em;}
.news-ny p{text-indent:2em; text-align:left;}
.contact-wenzi{padding:10px 0;}
.contact-wenzi b{padding:0 10px 0 0; font-size:1.2em; float:left; width:20%; display:inline-block;}
#contactform .right{font-size:1.2em; line-height:2em;}


/*case*/

.page-nav {
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li, .page-nav > span {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
	margin-bottom: 10px;	
}

.page-nav li {
	margin-right: 5px;
	line-height: normal;
}

.page-nav a {
	display: block;
	color: #333;
	background-color: #ebebeb; 
}

.page-nav a, .page-nav li.current {
	padding: 5px 10px;
	border-radius: 2px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

.page-nav a:hover, .page-nav li.current {
	color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Entry Slider
/* ---------------------------------------------------------------------- */
.entry-slider .flex-direction-nav a {
	margin-top: -25px;
    width: 25px;
    height: 50px;
}

.entry-slider .flex-direction-nav a.flex-prev {
	background-position: 8px center;
}

.entry-slider .flex-direction-nav a.flex-next {
	background-position: -21px center;	
}




/*products-top*/
.rows ul{width:100%; float:left; margin:0;}
.rows ul li{width:100%; float:left;}
.rows ul li a{float:left; width:100%; background:#135063; margin-bottom:1.6em; color:#fff; font-size:1.4em; line-height:2.6em; text-align:center;}
/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */
.jcarousel-container {
	max-width: 100%;
}

.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}

.project-carousel > li {
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align:center;
	background:#f7f7f7;	
		border-bottom:1px solid #e6e6e6;
}
.project-carousel > li:hover{border-bottom:1px solid #135063;}

.jcarousel-prev, .jcarousel-next {
	position: absolute;
    top: -39px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: #ccc url(../images/carousel-arrows.png) no-repeat;

}

.jcarousel-prev {
	right: 20px;
	background-position: 7px 6px;
}

.jcarousel-next {
	right: 0;
	background-position: -18px 6px;	
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
	background-color: #e0e0e0 !important;
	cursor: default;
}

/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.entry-image > a,
.entry-slider > ul > li > a {
	display: block;	
	position: relative; /* sets the initial position for the overlay */
}

.entry-image {
	display: inline-block;
}

.entry-image,
.entry-video,
.entry-slider {
	margin-bottom: 15px;	
}

.project-list .entry-image {
	margin-bottom: 0;	
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
	max-width: 100%;	
}

.entry-slider iframe {
	margin: 0 auto;	
}

.post-carousel .entry {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.post-carousel .entry,
.post-carousel .entry-date {
	margin-bottom: 20px;	
}

.blog-entry-list .entry {
	border-top: 1px dotted #ccc;	
	padding-top: 40px;
	margin-bottom: 20px;
}

.blog-entry-list .entry:first-child {
	border: none;
	padding-top: 0;
}

.entry-date {
	float: left;
	margin-right: 20px;	
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.entry-day {
	width: 50px;
	height: 42px;
	border-radius: 2px 2px 0 0;
	background-color: #333;
	font-weight: 600;
	font-size: 1.5em; /* 18px */
	line-height: 42px; /* vertical align */
}

.entry-month {
	width: 50px;
	height: 30px;
	border-radius: 0 0 2px 2px;
	font-size: 1.166em; /* 14px */
	line-height: 30px; /* vertical align */
	box-shadow: 0 1px rgba(255,255,255,0.15) inset;
}

.entry-body {
	overflow: hidden;
}

.entry-title {
	margin-bottom: 5px;	
}

.entry-title a {
	color: #333;	
}























/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	width:65%;
	margin:0 auto;
	padding:0;

}


@media screen and (max-width:900px){
	

	#bodychild{width:100%; }
	#navigation{display:none;}

	.l_tbn{display:block !important;}
}
@media screen and (max-width:980px){
	.search_box{ width:94%;}
		.search_box img{ width:100%; margin:8% auto;}
		.search_box h1{ width:100%; padding:2% 0 2% 1%;}
		.search_box h1 a{ font-size:14px;}
		.pag{width:81%; margin:0 auto;}
		.pag li{ margin-right:1%; }
		.pag li a{ border:none; font-size:12px;}
	}
@media screen and (max-width:1650px){


	#bodychild{width:75%;}

}
@media screen and (max-width:1440px){

.index-news dl dt{width:15%;float:left; margin-right:4%; text-align:center; color:#fff;}
.index-news dl dd{width:81%; float:left;}
	#bodychild{width:85%;}

}
@media screen and (max-width:1200px){


	#bodychild{width:100%;}
	.sf-menu > li{ margin-right:21px !important;}

}




/*** END CONTAINER ***/

/*** HEADER ***/

/* Top */
#top{ padding:2px 0px;}
#topmenu{ margin-bottom:0px;}
#topmenu ul{ margin:0px; padding:0px; list-style-type:none; margin-top:7px;}
#topmenu li{ display:inline; margin-right:8px;}

#topright{ margin:0; text-align:right;}
.language,.currency{ display:inline-block;}
.language { margin-left:20px; float:right;}
.language a img{line-height:20px;}


/* Logo */
#logo-wrapper{ padding:15px 0px;}

#logo{height:auto; padding-top:0px; margin:0;}
#logo img{ float:left;}
#logo h1{margin:0; font-size:28px; line-height:28px;}
#logo .desc{ float:left; padding-left:10px; margin:20px 0 0 20px; line-height:normal; font-size:1.2em; font-weight:normal; color:#135063;}

#logo-wrapper .right{float:right; margin:0; text-align:right;}

/* Search */
#logo-wrapper #searchform {position: relative;  display:inline-block; margin:0px 0 10px; width:100%;}
#logo-wrapper #searchform #s {  padding: 5px 0px 8px 9px !important; vertical-align:top; width:275px; margin-bottom:0px;}
#logo-wrapper .searchbutton {
    height:30px;
    width: 27px;
	margin-left:-3px;
}

/**/

#shopping-cart-wrapper {
    float: right;
    list-style-type: none;
	margin-left:20px;
}
#shopping_cart {
    position: relative;
	margin-bottom:0px;
}
#shopping_cart a#shop-bag {
    background: url("../images/arrow-down.gif") no-repeat 120px center #FFFFFF;
    border: 1px solid #E3E3E3;
    color: #BBBBBB;
    display: inline-block;
    height: 21px;
    margin-right: 27px;
    padding: 4px 27px 3px 9px;
    width: 100px;
	text-align:left;
}

#shopping_cart a.btncart {
    background: url("../images/cart.png") no-repeat scroll center center #666666;
    border: 0 none !important;
    border-radius: 0 0 0 0;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}

#shop-bag{ }
.shop-box {
	width: 163px;
	clear: both;
	position:absolute;
	left:0;
	top:30px;
	z-index:250;
	margin:0px;
	padding:5px 0 0 0;
	list-style-type:none;
}
.shop-box li{padding:5px 10px 5px; font-size:12px; clear:both;}
.shop-box li:last-child{ padding:13px 10px;}
.shop-box h2{ font-size:12px; font-weight:bold; margin-bottom:0px; float:left; margin-top:4px;}
.shop-box .price{ float:right}
.shop-box .btn-wrapper { text-align:center; font-size:11px; text-transform:uppercase; }
.shop-box li.btn-wrapper a.cart{ float:left; padding:3px 8px;}
.shop-box li.btn-wrapper a.checkout{float:right; padding:3px 8px;}

.index-about{margin-bottom:2%; padding-top:5px; overflow:hidden;}
.index-about p{text-indent:2em;  font-size:16px; line-height:normal; margin:0 0 20px;}
.index-about p h6{text-indent:2em;  font-size:1em; line-height:2.2em;}
/* TOP MENU */
#navigation{position:relative; z-index:200; margin:0; width:100%;}
#nav-wrap{ margin-bottom:0px;}


/* Nav Menu */
#sf-nav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-size:1.1em;
	width:100%;
}
.sf-menu li{ margin:0 2.2%;}
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	margin: 0.8em 0.15em;
	font-size:1em;
	width:100%;
}
.sf-menu li:hover, .sf-menu li.current{ margin-top:-1px;}
.sf-menu a:hover, .sf-menu li.current > a{ }


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
	padding:0px;
	width:auto;
	text-align:left;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;

}

.sf-menu li li{margin:0px 0px!important;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-20px;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:8px 20px 7px 20px!important;
	margin:0px;
	font-size:11px;
}

.sf-menu ul li a:hover{}
.sf-menu li ul {
	
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


	
/* dropdown mobile */
.tinynav { display: none }

.headline{ text-align:center; margin:0px 0 0 0; padding:0px 0 10px;}
.headline .columns{ margin-bottom:0px;}
.headline h1{ font-weight:300; margin-bottom:0px; font-size:20px;}

#laji{
	width:44px;
	float:left;
}
#contactus{
	margin-bottom:10px;
	overflow:hidden;
}
#contactus span a{
	float:left;
	font-size:16px;
	font-weight:600;
	color:#FFF;
	margin-right:20px;
	padding:8px 12px;
	background:#135063;
}
/*============================================ SLIDER   =================================================*/
#slidercontainer{}
#slider{position:relative; margin:1px 0 0 0;}
#slider img{ display:block;}
#index-products{background:#135063; color:#fff; padding:5px 10px;}

/*============================================ CONTENT  =================================================*/

#maincontent{ }

.row .positionright{float:right;}
.row .positionleft{ float:left;}
.padcontent{}
.six.columns .padcontent{padding:0px 20px;}
.positionright .padcontent{padding-right:0px; padding-left:20px;}

.header-wrapper{ margin-bottom:10px; clear:both; margin-top:30px;border-bottom: 1px solid #EEEEEE;}

.header-wrapper h2{ 

    border: 0 none;
    float: left;
    padding-right: 10px;
    text-transform: none;
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
	
}
.price{text-align:left;}
.price h1{font-size:1em; margin-bottom:0; text-align:left; font-weight:bold;}
#footersidebar .widget-container ul li{float:left; padding:0 10% 5% 0;}
#footersidebar .columns{margin-bottom:0;}
.indentleft{overflow:hidden;}

.margin_top{ padding-top:5px;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:5px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:16px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.textCenter{text-align:center;}
.textMiddle{ padding:10px 0px 20px;}
.center{ margin:0 auto!important; float:none; display:block;}
.nomargin{margin-right:0}
.nopadding{ padding-right:0px;}
.displayblock{display:block;}

.breadcrumb{ color:#666; margin-bottom:20px;}

/*=== Products ===*/
.product-wrapper{text-align:center;}
.product-wrapper img{width:100%;}
.product-wrapper .new{ background:url(../images/new.png) no-repeat; width:22px; height:69px; position:absolute; top:0px; right:17px;}
.product-wrapper h3{ font-size:13px; }

.price-cart-wrapper{ padding:10px 0px 0px;}
.price-cart-wrapper .price{ float:left; font-size:13px;}
.price-cart-wrapper .cart{ float:right;  padding-top:5px; line-height:normal;}
.price-cart-wrapper .more, .price-cart-wrapper .buy{text-indent:-9999px; display:inline-block; width:16px;  }
.price-cart-wrapper .more{ margin-right:5px;}
.price-cart-wrapper .buy{ margin-left:5px; }

/*=== Featured Products ===*/
.featured-products{ margin-bottom:10px;}


/*=== New Products ===*/



/*=== Highlight Content ===*/
.highlight-content {
    clear: both;
    margin: 0 0 0;
    padding: 0 0 20px;
    text-align: center;
}
.highlight-content h4 {
	line-height:24px;
	margin-bottom:5px;
}
.highlight-content em{ font-size:11px;}
.highlight-content .top.separator {
    height: 1px;
    margin-bottom: 23px;
}
.highlight-content .bottom.separator {
    height: 1px;
	margin-top:26px;
    margin-bottom: 20px;
	padding:0px;
}



.alert{ margin-bottom:20px; padding:10px 21px; width:35%;}
			
/*=== List ===*/
ul.list{list-style-type: square; list-style-position:inside; padding:0; margin:0;}
ul.list li{padding:3px 0 3px 0px; border-bottom:1px dotted #c3c3c3;}


/*=== Post Shortcode ===*/
.post-shortcode h2{margin-bottom:10px;}
.post-shortcode h2 a{ font-weight:normal; font-size:16px; }
.post-shortcode .date-wrapper{ float:left; text-align:center; margin-right:30px;}
.post-shortcode .date-wrapper .date-value {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.post-shortcode .date-wrapper .month-value {
    font-size: 18px;
    margin-bottom: 5px;
}
.post-shortcode .date-wrapper .year-value {
    font-size: 14px;
}


/*=== Images ===*/
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"]{
	padding:7px 5px;
	font-size:11px;
	margin-bottom:15px;
}
select{
	padding:4px 2px;
	font-size:11px;
	margin-bottom:15px;	
	}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
	padding:6px 13px 9px 13px;
	cursor:pointer;
	font-size:13px;
	line-height:normal;
}

.button:hover, input[type="submit"]:hover, button:hover{text-decoration:none;}

.button.small, input[type="submit"].small, button.small{font-size:12px; padding:8px 12px;}
.button.medium, input[type="submit"].medium, button.medium{font-size:14px; padding:12px 14px;}
.button.large, input[type="submit"].large, button.large{font-size:14px; padding:14px 20px;}

/*=== Separator ===*/
.separator{
	display:block;
	height:1px;
	padding-top:20px;
	margin:0px 0 40px;
	text-align:center;
	width:100%;
	clear:both;
}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;

}
.dropcap2{
	display: block;
	float:left;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:35px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:-1px;
	padding: 0 0 0px 0;
	list-style: none;
	width: 100%;
	float:left;
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	font-size:13px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
}

.tab-content { }
	.tab-content img{width:100%; height:auto;}
ul.tabs li:hover{}
.tab-body{padding:20px 30px 10px 30px; float:left;}


/*==== jQuery Toggles ====*/
#toggle{border: 0px }
h2.trigger {
	padding:0;
	margin: 0 0 7px 0;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
}

h2.trigger span {
	text-decoration: none;
	display: inline-block;
	padding:10px 12px;
	margin-right:20px;
	font-size:14px;
	font-weight:bold;
}

h2.active span{}
h2.active {}

.toggle_container {
	margin: 0 0 7px 40px;
	margin-top:-7px;
	padding: 10px 20px;
	overflow: hidden;
	clear: both;
}


/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center; }
th{padding:10px;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 13px;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 0.2em 0.2em;
}
tr.odd td {}



/*============================================ SIDEBAR  =================================================*/

.sidebar{ margin-left:-20px}
.widget-title {
	padding-bottom:9px;
	font-size:13px;
	line-height:20px;
	text-transform:uppercase;
}

.sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

.sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.sidebar .widget-container{margin-bottom:40px; padding-bottom:0px; }
.sidebar li.widget-container:last-child{margin-bottom:0; padding-bottom:10px}

.sidebar li li{
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0 0 4px 13px;
}

.sidebar li li:last-child{ margin-bottom:0;}

.sidebar li li a{ font-size:12px;}
.sidebar li li a:hover, .sidebar li li a.active{text-decoration:none;}

.sidebar .textwidget{}
.textwidget span{color:#135063; padding:0 2%;}
.textwidget{font-size:1.1em;}
#footersidebar .textwidget a{font-size:1.1em;}
.sidebar .textwidget p{ margin-bottom:10px;}



/*==== Gallery Widget ====*/
ul.flickr{list-style-type:none; padding:0; margin:0;}
ul.flickr li{ float:left; margin-right:10px !important;}
ul.flickr li.nomargin{margin-right:0 !important;}

/*==== Testimonial Widget ====*/
.testimonial-widget{}
.testimonial-widget h6{line-height:20px; margin-bottom:10px}
.testimonial-widget .alignleft{margin-right:10px;}
.testimonial-widget .quote{ display:block; padding:5px 0 0 0; font-size:13px; font-style:italic}

/*==== Tag ====*/
.tags a{padding:5px 10px!important; margin:0 0px 3px 0 !important; display:inline-block; font-size:11px; font-weight:bold;}
.tags a:hover{}

/*==== Recent post widget ====*/
.sp-widget li{padding: 0 0 16px !important;  background:none!important; list-style:none!important; text-align:center;}
.sp-widget li.last{margin:0 !important; padding:0 !important;}
.sp-widget li h3{font-size:12px; margin-bottom:8px; font-weight:normal; text-transform:none;}



/*============================================ FOOTER =================================================*/
#footer{ }

/*=== Elastislide Style ===*/
.es-carousel-wrapper{
	padding:0px 0px;
	margin:5px 0 0 0;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	padding:20px 0px 10px;
	width:90%;
	margin:0 auto;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav{right:0px; top:37px; position:absolute; width:100%;}
.es-nav span{
	display:block!important;
	width:7px;
	height:11px;
	position:absolute;
	cursor:pointer;
	color:#f00;
	text-indent:-9000px!important;
}
.es-nav span.es-nav-next{
	background:url(../images/nav-next.png) no-repeat top;
	right:18px;
}
.es-nav span.es-nav-prev{
	background:url(../images/nav-prev.png) no-repeat top;
	left:18px;
	
}
.es-nav span:hover{ background-position:0 -18px;}



/*==== FOOTER SIDEBAR  ====*/
#footersidebar{padding:31px 0 15px 0;}

#footersidebar li.widget-container{list-style-type:none; margin:0 0 0 0; padding:0; border:0px;}
#footersidebar .widget-title{
	font-size:15px;
	padding:0 0 13px 0;
	margin-bottom:18px;
}
#footersidebar li li{padding:0 0 0px 0px; margin:0 0 5px 0;}
#footersidebar li li:last-child{ border-bottom:0px;}
#footersidebar li a{ padding:0px; margin:0px; font-size:1.2em;}
#footersidebar li a:hover{ text-decoration:none;}

/*==== COPYRIGHT ====*/
#copyright{ padding:36px 0; font-size:11px; float:left;}
#copyright a, #copyright a:visited{}

/* Social */
.sn{list-style-type:none; margin:0 0 0 0; padding:16px 0 0 0px; float:right;} 
.sn li{list-style-type:none; margin:0; padding:0 0px 0 5px; display:inline; background:transparent} 
.sn span{height:23px; width:23px; display:inline-block;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
}
.sn .icon-img{background-position:0 -31px !important;}
.sn .icon-img:hover{background-position:0 0px !important;}

.mn{list-style-type:none; margin:0 0 0 0; padding:0 0 0 0; float:right; margin-top:5px;} 
.mn li{list-style-type:none; margin:0; padding:0 0px 0 5px; display:inline; background:transparent} 
.mn span{height:23px; width:23px; display:inline-block;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
}
.mn .icon-img{background-position:0 -31px !important;}
.mn .icon-img:hover{background-position:0 0px !important;}


/*产品滚动*/
.scroll-outer{height:322px;background:url(images/bg.jpg) 50% 0 no-repeat;}
#scroll{width:100%;margin:0 auto;padding-top:5px;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:220px;height:300px;margin:0 auto; overflow:hidden; }
.products-tp{border:1px solid #e0e0e0; position:relative;height:280px;}
.tt{position:absolute; bottom:-18px; z-index:999999;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;}
#scroll .shd a{display:block;width:250px;height:150px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:196px;height:100px;padding:0 12px;color:#888;}
#scroll h3{height:25px;margin-bottom:6px;padding-top:6px;font-size:1.3em; overflow:hidden; text-align:center;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{line-height:18px;font-size:12px;}




.owl-theme .owl-controls .owl-buttons div{position:absolute;top:130px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-25px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-25px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #666;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/



.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.bz{width:1135px; height:800px; background:url(../images/content/ckm/bz2.png) no-repeat top center; position:relative; margin:0 auto 30px auto;}
.bz a{ text-align:center; color:#666;}
.bz a img{height:auto;}
.bz-img{position:absolute; top:13px; left:0; width:120px;}
.bz-img2{position:absolute; top:14px; left:146px; width:231px;}
.bz-img3{position:absolute; top:14px; left:548px; width:132px;}
.bz-img4{position:absolute; top:14px; right:223px; width:112px;}
.bz-img5{position:absolute; top:174px; right:0; width:120px;}
.bz-img6{position:absolute; top:331px; right:0; width:120px;}
.bz-img7{position:absolute; bottom:179px; right:0; width:120px;}
.bz-img8{position:absolute; bottom:0; right:139px; width:149px;}
.bz-img9{position:absolute; bottom:0; right:349px; width:178px;}
.bz-img10{position:absolute; bottom:0; right:616px; width:113px;}
.bz-img11{position:absolute; bottom:0; left:160px; width:127px;}
.bz-img12{position:absolute; bottom:100px; left:0; width:120px;}
.bz-img13{position:absolute; bottom:245px; left:0; width:120px;}
.bz-img14{position:absolute; top:190px; left:0; width:120px;}


.osjlm-bz{width:1135px; height:747px; background:url(../images/content/osjlm/bz.jpg) no-repeat center 100px; position:relative;}

.osjlm-bz-img{position:absolute; top:0; left:220px; width:283px;}
.osjlm-bz-img2{position:absolute; top:0; left:570px; width:275px;}
.osjlm-bz-img3{position:absolute; top:114px; right:0; width:283px;}
.osjlm-bz-img4{position:absolute; top:266px; right:0; width:283px;}
.osjlm-bz-img5{position:absolute; top:417px; right:0; width:283px;}
.osjlm-bz-img6{position:absolute; bottom:0; right:276px; width:215px;}
.osjlm-bz-img7{position:absolute; bottom:0; right:494px; width:215px;}
.osjlm-bz-img8{position:absolute; bottom:0; left:195px; width:220px;}
.osjlm-bz-img9{position:absolute; top:417px; left:0; width:283px;}
.osjlm-bz-img10{position:absolute; top:274px; left:0; width:283px;}
.osjlm-bz-img11{position:absolute; top:136px; left:0; width:283px;}

.jlm-bao{width:1135px; height:946px; background:url(../images/content/jlm/bao-bg.jpg) no-repeat center 100px; position:relative; margin-top:45px;}
.jlm-bao-img{position:absolute; top:44px; left:300px; width:200px;}
.jlm-bao span{width:50px; text-align:right; float:left; display:inline-block; color:#666;}
.jlm-bao img{width:113px; height:auto; float:left;}
.jlm-bao-img2{position:absolute; top:44px; left:776px; width:200px;}
.jlm-bao-img3{position:absolute; top:216px; right:0; width:200px;}
.jlm-bao-img4{position:absolute; top:408px; right:0; width:200px;}
.jlm-bao-img5{position:absolute; bottom:90px; right:0; width:200px;}
.jlm-bao-img6{position:absolute; bottom:40px; right:137px; width:200px;}
.jlm-bao-img7{position:absolute; bottom:48px; right:458px; width:200px;}
.jlm-bao-img8{position:absolute; bottom:48px; left:266px; width:200px;}
.jlm-bao-img9{position:absolute; bottom:86px; left:0; width:200px;}
.jlm-bao-img10{position:absolute; top:400px; left:0; width:200px;}
.jlm-bao-img11{position:absolute; top:218px; left:0; width:200px;}

.pro-gym-lbj{width:60%; float:left;}
.pro-gym-lbj ul{display:inline-block; margin-left:0;}
.pro-gym-lbj li a{display:inline-block; width:100%;}
.pro-gym-lbj li{float:left; width:48%; float:left; margin:1%;}
.czm-xq h2{ margin:5px 0 37px 0; color:#135063;}
.czm-xq{width:38%; float:left; margin-left:2%;}
.tp-ul li{width:48%; margin:1%; float:left;}
.tp-ul2 li{width:31.33%; margin:1% 2% 0 0; float:left;}
.tp-ul2 ul{display:inline-block; margin:0; width:100%;}
.kfjlm-tp{width:100%;}
.kfjlm-tp-L{width:75%; float:left; }
.kfjlm-tp-L a{width:49%; float:left; margin-right:1%;}
.kfjlm-tp-R{width:24%; float:left;}
.kfjlm-tp-R a{ width:100%; display:inline-block;}

.kjm-table{width:100%;}
.kjm-table tr{width:100%;}
.kjm-tp-two img{width:46%; float:left; padding:2%;}


.tfx-tp-L{width:49%; float:left; margin-right:2%; text-align:center;}
.tfx-tp-L p,.tfx-tp-R p{margin:10px 0; text-align:left;}
.tfx-tp-R{width:49%; float:left; text-align:center;}
.tfx-tp-L,.tfx-tp-R{margin-bottom:20px;}
.fj{width:100%;}
.fj li{width:23%; margin:1%; float:left;}

.news-ny-tp{float:left; width:100%;}
.news-ny-tp ul{float:left; overflow:hidden; margin:0;}
.news-ny-tp img{float:left; width:48%; padding:1%;}
.news-ny-tp li{float:left; width:48%; padding:1%;}
.news-ny-tp li img{width:100%;}


#goTopBtn {
	POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 45px; WIDTH: 45px; BOTTOM: 35px; HEIGHT: 45px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 0px; _position: absolute; _right: auto
}
.ckm-ys ul{margin:0; display:inline-block; width:100%;}
.ckm-ys li{width:23%; float:left; margin:1%; text-align:center; font-size:18px;}
.ckm-ys li a{color:#666;}
.ckm-ys li img{ margin-bottom:5px;}
.ckm-bm-tp li{width:21.33%; margin:0 6%;}

.jlm-xq{width:100%;}
.hsm-tp{width:40%; float:left;}
.hsm-yanse-box{width:59%;float:right; margin-left:1%;}
.hsm-yanse ul{margin-left:12%;}
.hsm-yanse ul li{display:inline-block; padding-bottom:20px;}
.hsm-yanse ul li span{width:200px; height:30px; background:#006F94; display:inline-block; float:left;}
.hsm-yanse ul li b{width:4.5em; float:left; padding-left:1em; line-height:1.1em;}
.hsm-yanse ul li .hsm-yanse2{background:#007BC7;}
.hsm-yanse ul li .hsm-yanse3{background:#F2F5F3;}
.hsm-yanse ul li .hsm-yanse4{background:#C9CACA;}
.hsm-yanse ul li .hsm-yanse5{background:#FAC12C;}
.hsm-yanse ul li .hsm-yanse6{background:#D01126;}
.hsm-tp2{display:inline-block;}
.hsm-tp2 h2{ text-align:center;}
.hsm-tp2 li{width:35%; float:left; margin:0 7%;}
.hsm-tp3{margin:2em 0;}
.hsm-tp3 span{width:29.33%; float:left; display:inline-block; margin:0 2%;}
.hsm-tp3-c span{text-align:center; font-size:1.3em; padding-top:5px;}



.ckm-dj-L{width:56%; float:left;}
.ckm-dj-R{width:44%; float:right;}

.jlm-scx{width:100%;}
.jlm-scx ul{width:100%;}
.jlm-scx li{width:48%; float:left; margin:1%; padding-bottom:0;}


.form-boc{position:relative;}
.form-boc span{position:absolute; left:0; top:40px;; display:inline-block; z-index:999; font-size:1.2em; color:#135063; width:100%; text-align:right;}


.right-left{width:50%; float:left; margin-bottom:4em; color:#666;}
.right-right{width:50%; float:left; line-height:1em;}
.right-right span{padding-left:29px;}

.products-pages-content-content-tp{width:100%;}
.door-p{width:100%;}
.door-p img{width:46%; margin:1% 1.8%;}
.door-boom{display:none;}
.door-boom a{display:none;}

.content p{ text-indent:2em; color:#333;}

/*施用方法*/
.Appli_box{ max-width:1197px; margin:20px auto 0; width:94%;}
.Appli_box h1{ font-size:18px; color:#168818;}
.Appli_box h2{ font-size:16px; color:#333; margin:20px 0 10px;}
.Appli_box p{ font-size:14px; color:#333; margin-bottom:8px;}
.Appli_box h3{ font-size:18px;color:#168818;}
.Appli_box table{ max-width:1000px; margin:0 auto; border:#aaa 1px solid; width:94%;}
.Appli_box table td{ border:#ddd 1px solid; font-size:14px;}










/*自适应*/

]@media screen and (max-width:1850px){
       .sf-menu li{margin:0 2.1%;}
}
@media screen and (max-width:1760px){
       .sf-menu li{margin:0 1.9%;}
}
@media screen and (max-width:1280px){
       .sf-menu li{margin:0 1.7%;}
}
@media screen and (max-width:1200px){
	   #logo-wrapper .right{display:none;}
       .row .six{width:100%;}
	   #topmenu{width:50%;}
	   #topright{width:50%;}
	   .right-left{width:100%;}
	   .right-right{display:none;}
	   #footer img{display:none;}
	   .shutter-door{display:none;}
	   .bz{display:none;}
	   .door-boom{display:block; width:100%;}
	   .door-boom a{display:block; width:46%; float:left; text-align:center; font-size:1em; margin:1% 1.7%; margin-bottom:2em; color:#444; border:1px solid #999;}
	   
	   
}
@media screen and (max-width:1063px){
	.index-news_box{ float:none; width:94%;}
	.index-about img{ float:none !important; margin:0 auto !important;}
	}
@media screen and (max-width:1050px){
	   .footer-ewm{display:none;}
	   .footer-dl{width:100%;}
	   .ckm-dj-L{width:100%;}
	   .ckm-dj-R{width:100%;}
	   .pro-gym-lbj{width:100%;}
	   .czm-xq{width:100%; margin:0;}
	   .czm-xq h2{width:100%; margin:0; margin-bottom:1em;}
	   .sf-menu li{margin:0 0.75%;}
	   
}
@media screen and (max-width:1050px){
	   .index-about iframe{width:100%;}
	   p.index-news{width:100%; float:none;}
	   /*搜索结果*/
	
}
@media screen and (max-width:960px){
       .sf-menu li{margin:0 0.4%;}
}
@media screen and (max-width:900px){
	   #menu{display:block;}
}
@media screen and (max-width:890px){
	   .shutter-door-drive{margin-left:1.2em;}
	   .shutter-door-drive h3{height:10em;}
	   .shutter-door-installation-L{width:100%;}
	   .shutter-door-installation-R{width:100%;}
	   .shutter-door-installation-R img{width:22%; margin:1% 1%;}
}
@media screen and (max-width:800px){
	   .dl1{display:none;}
	   .dl2{display:none;}
	   .footer-dl dl{width:100%; text-align:left;}
	   .shutter-door-drive{margin-left:0.8em;}
	   .shutter-door-drive h3{height:12em;}
}
@media screen and (max-width:700px){
       .hsm-tp{width:100%; margin-bottom:4em;}
	   .hsm-yanse-box{width:100%; float:left; margin:0;}
	   .hsm-yanse ul{margin:0;}
	   .hsm-tp2{width:100%;}
}
@media screen and (max-width:660px){
       .index-contact-top a{width:100%; padding:0; margin:0; margin-bottom:2em;}
	   #contactform .left{display:none;}
	   #footer-dl-dl{width:100%;}
	   .pro-gym-lbj li{width:100%; margin:0;}
	   .pro-gym-lbj li img{width:100%;}
	   
}
@media screen and (max-width:610px){
       .jlm-t h1 b{display:none;}
}
@media screen and (max-width:600px){
       .shutter-door-drive{width:100%; margin:0; margin-bottom:4em;}
	   .shutter-door-drive h3{height:auto;}
	   .jlm-t h1 span{display:none;}
	   .fj ul{margin:0;}
	   .fj ul li{width:100%; margin:0;}
	   .kfjlm-tp-L{width:100%;}
	   .kfjlm-tp-L a{width:100%; margin:0;}
	   .kfjlm-tp-R{width:100%; margin-bottom:4em;}
	   .tp-ul2 li{width:100%; margin:0;}
	   .ckm-tp li{margin:0; width:100%;}
	   .ckm-bm-tp li{margin:0; width:100%; margin-bottom:6px;}
	   .ckm-ys li{margin:0; width:100%; margin-bottom:6px;}
}
@media screen and (max-width:500px){
       .shutter-door-installation-R img{width:100%; margin:0;}
	   .hsm-tp2 li{width:100%; margin:0;}
	   .hsm-tp3 span{width:100%; margin:0;}
	   .tp-ul2 li{width:100%; margin:0;}
	   .kjm-tp-two img{width:100%; margin:0;}
	   .tfx-tp-L{width:100%; margin:0; margin-bottom:4em;}
	   .tfx-tp-R{width:100%; margin:0;}
	   .jlm-scx li{width:100%; margin:0;}
	   .door-p img{width:100%; margin:0;}
	   .door-boom a{width:100%; margin:0; margin-top:1em; margin-bottom:1em; font-size:1.4em;}
	   .news-ny-tp img{width:100%; margin:0;}
	   .news-ny-tp li{width:100%; margin:0;}
}

/*搜索*/
.search_box{ width:98%; margin:0 auto;}
.search_box img{ margin:50px auto;}
.search_box h1{ padding:20px 0 20px 10px; border-bottom:1px dashed #bbb;}
.search_box h1 a{ font-size:16px; font-weight:bold; color:#333;}
.search_box h1 a span{ color:#E94245;}
.pag li a{ padding:5px 10px; border:1px solid #999999; border-radius:3px; color:#333; }

.pag li{ display:inline; margin-right:10px;}
.pag{ text-align:center; margin-top:25px;}
.pag li .ym1{ color:#0063b2; border:1px solid #0063b2;}







#bodychild{ max-width:1200px;}



@media screen and (max-width:1200px){
	.search_box .pag{ width:100%;}
	.search_box h1{ padding:2% 0 2% 1%; font-size:16px;}
	
	.search_box .pag li{ margin-right:0.8%;}

}

@media screen and (max-width:1200px){
	.search_box .pag li{margin-right:0.3%;}
	.search_box .pag li a{ padding:3px 8px;}

}