@charset "utf-8";
/* 
* Author: Lin xiao dong
* http://www.openwbs.com
*/

body{ background-color:#fff; }

.ow-product-cates { background-color:#f4f4f4;}
.ow-product-cates ul{}
.ow-product-cates ul li.n1{ display:inline-block; float:left; height:50px; line-height:50px; position:relative;}
.ow-product-cates ul li.n1 a{ display:block; font-size:16px; height:50px; line-height:50px; padding:0px 15px;}
.ow-product-cates ul li.n1 a:hover{ background-color:#eee; text-decoration:none;}
.ow-product-cates ul li.n1.current a.n1{ background-color:#2993df; border-color:#2993df; color:#fff; text-decoration:none;}
.ow-product-cates ul li.n1 .caret{ margin-left:8px;}
.ow-product-cates ul li.n1 .subcates{ background:#fff; display:none; position:absolute; top:50px; left:0px; width:200px; -webkit-box-shadow:rgba(0,0,0,0.5) 0px 2px 5px; -moz-box-shadow:rgba(0,0,0,0.5) 0px 2px 5px; box-shadow:rgba(0,0,0,0.5) 0px 2px 5px; z-index:100; }
.ow-product-cates ul li.n1 .subcates ul{ padding:10px 0px; zoom:1; overflow:auto; }
.ow-product-cates ul li.n1 .subcates ul li{ display:block;}
.ow-product-cates ul li.n1 .subcates ul li a{ display:block; float:none; height:44px; line-height:44px; }

/**产品列表**/
.ow-product{ font-size:14px;}
.ow-product .section{ padding:20px 0px 0px 0px; zoom:1; overflow:auto;}
.ow-product .section .pager{ margin:30px 0px; padding:50px 0px; text-align:center;}

ul.ow-product-list{ padding:20px 0px 0px 0px; zoom:1; overflow:auto; }
ul.ow-product-list li{ float:left; margin:0px 20px 50px 0px; width:224px; position:relative; text-align:center; }
ul.ow-product-list li.li5,
ul.ow-product-list li.li10,
ul.ow-product-list li.li15,
ul.ow-product-list li.li20,
ul.ow-product-list li.li25,
ul.ow-product-list li.li30,
ul.ow-product-list li.li35,
ul.ow-product-list li.li40{ margin-right:0px;}
ul.ow-product-list li .thumb a{ background-color:#fff; display:block; height:224px; width:224px; text-align:center; overflow:hidden;}
ul.ow-product-list li .thumb a img{ height:224px; width:224px; }
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:16px; font-weight:normal; height:24px; line-height:24px; padding:15px 0px 0px 0px; overflow:hidden; text-align:center;}
ul.ow-product-list li h3 a,
ul.ow-product-list li h3 a:visited{ color:#222;}
ul.ow-product-list li h3 a:hover{ color:#fc0000; text-decoration:none;}
ul.ow-product-list li .subtitle{ color:#888; font-size:14px; height:24px; line-height:24px; overflow:hidden;}

/**产品内容详细**/
.product-main{ height:600px;}
/*产品图片画廊*/
.product-gallery { float:left; height:600px; width:530px; }
.gallery { width:522px; position:relative; z-index:1;}
.gallery .gallery-view { border:1px solid #ccc; height:500px; width:500px; text-align:center; box-sizing:border-box;}
.gallery .gallery-view span.cloudzoom_wrap{ display:inline-block; height:500px; width:500px; position:relative;}
.gallery .gallery-view img { max-height:500px; max-width:500px; height:expression(this.height > 500 ? 500 : true); width:expression(this.width > 500 ? 500 : true);}
.gallery .gallery-view .mousetrap{ min-height:500px; min-width:500px; max-height:500px; max-width:500px; height:500px; width:500px; position:absolute; left:0px;}
.gallery .gallery-view a.cloud-zoom{ display:block; max-height:500px; max-width:500px; position:absolute; overflow:hidden;}
.gallery .gallery-view .cloud-zoom-big { background:#fff; border:1px solid #ccc; height:500px; width:500px; left:500px; top:-1px;}
.gallery .gallery-view .cloud-zoom-lens{ background:#fff;}
.gallery .gallery-list{ height:100px; width:520px; margin:10px 0px; position:absolute; overflow:hidden;}
.gallery .gallery-list ul{ padding:0px; zoom:1; overflow:auto; position:absolute;}
.gallery .gallery-list li{ background:#fff; border:1px solid #cdcdcd; float:left; height:90px; width:90px; margin:0px 10px 10px 0px; overflow:hidden; text-align:center; box-sizing:content-box;}
.gallery .gallery-list li a{ display:block;}
.gallery .gallery-list li img{ max-height:90px; max-width:90px;}
.gallery .gallery-list li.current{ border:1px solid #C30008; height:90px; width:90px;}
.gallery .gallery-list a.turner { background-image:url("../images/turner-pre-next.png"); display:inline-block; height:30px; position:absolute; top:30px; width:24px;}
.gallery .gallery-list a.prev{ left:0px;}
.gallery .gallery-list a.prev:hover {background-position:0px 30px;}
.gallery .gallery-list a.next{ background-position:24px 0px; right:5px;}
.gallery .gallery-list a.next:hover {background-position:24px 30px;}

.product-info{ float:left; width:670px; }
.product-info h1{ font-size:20px;}
.product-info .summary{ padding:20px 0px;}
.product-info .action{ padding:5px 0px;}
.product-info .action .button{ background:#fafafa; border:1px solid #e3e3e3; display:inline-block; font-size:16px; height:40px; line-height:40px; padding:0px 25px; text-align:center;}
.product-info .action .button:hover{ color:#000; text-decoration:none;}
.product-info .share{ border-top:1px dotted #e3e3e3; margin:20px 0px 0px 0px; padding:10px 0px 0px 0px;}

.product-content{ border-top:1px solid #e3e3e3; margin:15px 0px; padding:15px 0px;}
.product-content .content{ font-size:16px; line-height:200%; margin:0px 0px 0px 0px; padding:20px 0px 20px 0px; 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 10px 0px; padding:10px 0px;}
.product-content .prev-next .prev{ height:24px; padding:4px 0px;}
.product-content .prev-next .next{ height:24px; padding:4px 0px;}

/*相关内容*/
.ow-related-content{ border-top:1px solid #ddd; padding:10px 0px 20px 0px;}
.ow-related-content .header{ font-size:16px; font-weight:normal;}

















