@charset "utf-8";
/* 
* Author: Lin xiao dong
* http://www.openwbs.com
*/

body{ background-color:#fff; }

.ow-product-cates { }
.ow-product-cates .header{ height:42px; line-height:42px; margin:1px; padding:0px 10px; background:#114898; color:#fff; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.ow-product-cates ul{ padding:10px 10px;}
.ow-product-cates ul li.n1{ display:block; position:relative;}
.ow-product-cates ul li.n1 a.n1{ display:block; font-size:15px; line-height:34px; background:url(../images/list-style02.png) no-repeat left center; padding:0px 0px 0px 16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.ow-product-cates ul li.n1.current a.n1{ color:#114898;}

.ow-product-cates ul li.n1 .caret{ margin-left:8px;}
.ow-product-cates ul li.n1 .subcates{ display:none;}
.ow-product-cates ul li.n1 .subcates ul{ padding:0px 16px; zoom:1; overflow:auto; }
.ow-product-cates ul li.n1 .subcates ul li.sub{ display:block;}
.ow-product-cates ul li.n1 .subcates ul li.sub a.sub{ display:block; float:none; height:34px; line-height:34px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.ow-product-cates h1.title{ font-family:幼圆; font-size:32px; font-weight:normal; margin:0px 0px; text-align:center;}

/**产品列表**/
.ow-product{ }
.ow-product .section{ padding:0px; zoom:1; overflow:hidden;}
.ow-product .section .pager{ padding:30px 0px; text-align:center;}

ul.ow-product-list{ padding:18px 0px 0px 0px; zoom:1; overflow:hidden; }
ul.ow-product-list li{ float:left; margin:0px 20px 15px 0px; height:198px; width:214px;}
ul.ow-product-list li:nth-of-type(4n){ margin-right:0px;}
ul.ow-product-list li .thumb{ height:164px; width:214px;}
ul.ow-product-list li .thumb a{ display:block; height:162px; width:212px; border:1px solid #e6e6e6; background-color:#fff; text-align:center; overflow:hidden; position:relative;}
/*ul.ow-product-list li .thumb a:hover img{ transform:scale(1.06,1.06); transition-duration:500ms; transition-timing-function:ease-out; }*/
ul.ow-product-list li h3{ font-size:14px; font-weight:normal; height:24px; line-height:24px; padding:5px 0px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
ul.ow-product-list li .subtitle{ color:#555; font-size:14px; line-height:150%; padding:20px 0px 0px 0px;}

/**内容详细**/
.product-gallery { float:left; width:360px; margin:15px 0px;}
.product-content{ float:left; width:916px;}
.product-content h1.title{ font-size:24px; font-weight:normal; margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; }
.product-content .byline{ color:#aaa; line-height:12px; font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.product-content .byline span{ border-right:1px solid #bbb; display:inline-block; height:12px; line-height:12px; margin:0px 8px 0px 0px; padding:0px 8px 0px 0px;}
.product-content .byline span.views{ border-right:none; }
.product-content .byline a,
.product-content .byline a:visited { color:#aaa;}
.product-content .byline a:hover{ color:#333; text-decoration:none;}
.product-content .content{ line-height:150%; word-break:break-all; word-wrap:break-word;}
.product-content .content img{}
.product-content .tags { font-size:14px; padding:5px 0px;}
.product-content .tags a{ margin:0px 5px 0px 0px;}
.product-content .pager { margin:0px 0px 0px 0px; padding:30px 0px 30px 0px; text-align:center;}
.product-content .prev-next{ border-top:1px dotted #ddd; font-size:14px; margin:20px 0px 0px 0px; padding:10px 0px;}
.product-content .prev-next .prev{ height:24px; padding:4px 0px;}
.product-content .prev-next .next{ height:24px; padding:4px 0px;}


.gallery-product{ width:610px; height:384px;}
.gallery-product .gallery-view { height:320px; width:320px; border:1px solid #e6e6e6;}
.gallery-product .gallery-view span.cloudzoom_wrap{ display:inline-block; height:320px; width:320px; text-align:center;}
.gallery-product .gallery-view a { height:320px; width:320px; display:block; text-align:center; position:relative; overflow:hidden;}
.gallery-product .gallery-view img { max-height:320px; max-width:320px; height:expression(this.height > 320 && this.height/this.width >= 1 ? 320 : true); width:expression(this.width > 320 && this.width/this.height >= 1 ? 320 : true); margin:auto; position:absolute; left:0px; top:0px; right:0px; bottom:0px; vertical-align:middle; display:block;}
.gallery-product .gallery-view .mousetrap{ position:absolute; max-height:320px; max-width:320px; right:0px;}
.gallery-product .gallery-view .cloud-zoom-big { border:1px solid #e6e6e6; height:320px; width:320px; left:321px; top:-1px;}
.gallery-product .gallery-view .cloud-zoom-lens{ background:#fff;}


.gallery-product .gallery-list{ height:94px; width:613px;}
.gallery-product .gallery-list li{ margin:0px 10px 2px 0px; height:50px; width:50px; position:relative;}
.gallery-product .gallery-list li img{ max-height:50px; max-width:50px; height:expression(this.height > 50 && this.height/this.width >= 1 ? 50 : true); width:expression(this.width > 50 && this.width/this.height >= 1 ? 50 : true); margin:auto; position:absolute; left:0px; top:0px; right:0px; bottom:0px; vertical-align:middle; display:block;}
.gallery-product .gallery-list li.current{ height:50px; width:50px; margin:0px 8px 2px 0px;}
.gallery-product .gallery-list a.turner{ top:30px;}
.gallery-product .gallery-list a.next{ right:10px;}

/*相关内容*/
.ow-related-content{ border-top:1px solid #ddd; padding:10px 0px 20px 0px;}
.ow-related-content .header{ font-size:16px; font-weight:normal;}
