/* CSS Document */
#main_box{ padding:20px 0px; min-height:500px; height:auto;}
#main_box .side_left{ float:left; width:250px;}
#main_box .side_right{ float:right; width:930px;}

/* -------------------------分类 */
.column{ float:left; width:248px; border:1px solid #d7d7d7; background-color:#FFF;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
-ms-border-radius:5px 5px 0px 0px;
-o-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}

.column_title{ width:248px; height:100px; background-color:#006ace; color:#FFF; position:relative;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
-ms-border-radius:5px 5px 0px 0px;
-o-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}
.column_title .potimg{ position:absolute; left:30px; top:30px;}
.column_title h3{position:absolute; left:85px; top:25px; }
.column_title h3 span{ display:block; height:20px; line-height:20px;font-size:18px; }
.column_title h3 p{height:25px; line-height:25px; font-size:16px;font-weight:normal;}


.column_list{  margin:0px auto; width:210px; min-height:150px; height:auto;  padding:5px 0px 10px 0px; overflow:hidden;}
.column_list dl{}
.column_list dl dt{ margin-top:8px; height:35px; line-height:35px;  overflow:hidden;}
.column_list dl dt a{ float:left; display:block; width:200px; padding-right:10px; height:35px; line-height:35px;  background:url(../images/pot.jpg) no-repeat 10px center ;background-color:#e9e9e9; overflow:hidden;
 text-indent:30px;}
.column_list dl dt a:hover{ background:url(../images/pot4.png) no-repeat 10px center; background-color:#49a7ff; color:#FFF;}
.column_list .current{background:url(../images/pot4.png) no-repeat 10px center; background-color:#49a7ff; color:#FFF;}

/* 一侧联系方式 */
#side_contact{ margin-top:20px;}
#side_contact .contact_title{ width:100%; height:75px; background-color:#006ace; color:#FFF; position:relative;}
#side_contact .contact_title img{ position:absolute; right:25px; top:28px; }
#side_contact .contact_title h3{ position:absolute; left:25px; top:15px;}
#side_contact .contact_title h3 span{ display:block; height:20px; line-height:20px; font-size:18px;}
#side_contact .contact_title h3 p{height:25px; line-height:25px; font-size:16px;font-weight:normal;}

#side_contact .contact_box{width:248px; min-height:150px; height:auto; border:1px solid #d7d7d7; padding:10px 0px; }
#side_contact .contact_box .contact_pic{ width:210px; margin:0px auto;}
#side_contact .contact_box .contact_cont{ width:210px; margin:5px auto;}

/* -------------------------右侧 */
#positionx_box{ height:47px; line-height:47px; border-top:2px solid #006bce;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;border-left:1px solid #d7d7d7;}
.current_title{ float:left; font-size:16px; font-weight:bold; color:#006ace; text-indent:10px;}
.positionx{ float:right; padding-right:10px; color:#999;}
.positionx a{color:#999;}

/* 内容 */
#content_box{ margin-top:10px; padding:10px; width:908px; min-height:620px; height:auto; border:1px solid #d7d7d7;}
#content_box img{ width:auto; max-width:100%; height:auto;}
#content_box2{ margin-top:10px; padding:10px; width:908px; min-height:620px; height:auto; border:1px solid #d7d7d7;}

/* 列表908 */
#news_list{}
#news_list ul li{ height:44px; line-height:44px; border-bottom:1px dashed #d7d7d7;}
#news_list ul li a{ display:block;height:44px; line-height:44px;}
#news_list ul li a span{ display:block; float:left; width:800px;height:44px; line-height:44px; overflow:hidden;}
#news_list ul li a i{ display:block; float:right; width:88px; font-style:normal; color:#999;}
#news_list ul li a:hover{ color:#006ace;}

/* 图片列表908 */
#news_pic{}
#news_pic ul li{ float:left; margin-left:12px; margin-bottom:12px; width:218px; height:195px; text-align:center;}
#news_pic ul li:nth-child(4n+1){ margin-left:0px;}

#news_pic ul li .item_pic{ border:1px solid #e2e2e2; padding:2px; width:212px; height:158px; text-align:center; overflow:hidden;}
#news_pic ul li .item_pic img{ width:auto; max-width:100%; height:auto;
-moz-transition:all .5s ease-in-out 0s;
-ms-transition:all .5s ease-in-out 0s;
-o-transition:all .5s ease-in-out 0s;
transition:all .5s ease-in-out 0s;
}
#news_pic ul li .item_title{ height:35px; line-height:35px; overflow:hidden;}

#news_pic ul li:hover .item_pic img{
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}

/* 图片列表2908 */

#news_pic2{}
#news_pic2 ul li{ float:left; margin-left:12px; margin-bottom:12px; width:218px; height:250px; text-align:center;}
#news_pic2 ul li:nth-child(4n+1){ margin-left:0px;}

#news_pic2 ul li .item_pic{ border:1px solid #e2e2e2; padding:2px; width:212px; height:212px; text-align:center; overflow:hidden;}
#news_pic2 ul li .item_pic img{ width:auto; max-width:100%; height:auto;
-moz-transition:all .5s ease-in-out 0s;
-ms-transition:all .5s ease-in-out 0s;
-o-transition:all .5s ease-in-out 0s;
transition:all .5s ease-in-out 0s;
}
#news_pic2 ul li .item_title{ height:38px; line-height:38px; overflow:hidden;}

#news_pic2 ul li:hover .item_pic img{
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
/* 图片列表3 908 */
#pic_list{}
#pic_list ul li{ padding:5px 0px; height:185px; margin-bottom:20px; border-bottom:1px solid #e2e2e2;
-moz-transition:all .5s ease-in-out 0s;
-ms-transition:all .5s ease-in-out 0s;
-o-transition:all .5s ease-in-out 0s;
transition:all .5s ease-in-out 0s;
}
#pic_list ul li .item_pic{ float:left; width:220px; height:165px;}
#pic_list ul li .item_pic img{ width:220px; height:165px;}

#pic_list ul li .item_cont{ float:right; width:670px;height:165px; position:relative;}
#pic_list ul li .item_cont .item_title{ height:20px; line-height:20px; font-weight:bold; overflow:hidden;}
#pic_list ul li .item_cont .item_des{ margin-top:5px; height:88px; line-height:22px; color:#999; overflow:hidden; }
#pic_list ul li .item_cont .item_des a{color:#666;}
#pic_list ul li .item_cont .item_more{ position:absolute; left:0px; bottom:0px; color:#666;}
#pic_list ul li .item_cont .item_more a{ font-size:12px; color:#006ace;}

#pic_list ul li:hover{ background-color:#f0f0f0;}

/* ----------------------------------商品 */
/* 分类 */
.goods_sort{ float:left; width:248px; border:1px solid #d7d7d7; background-color:#FFF;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
-ms-border-radius:5px 5px 0px 0px;
-o-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}
.goods_list{ float:right; width:930px;}

.sort_title{ width:248px; height:100px; background-color:#006ace; color:#FFF; position:relative;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
-ms-border-radius:5px 5px 0px 0px;
-o-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}
.sort_title .potimg{ position:absolute; left:30px; top:30px;}
.sort_title h3{position:absolute; left:85px; top:25px; }
.sort_title h3 span{ display:block; height:20px; line-height:20px;font-size:18px; }
.sort_title h3 p{height:25px; line-height:25px; font-size:16px;font-weight:normal;}

/* 分类列表 */
.sort_list{  margin:0px auto; width:210px; min-height:150px; height:auto;  padding:5px 0px; overflow:hidden;}
.sort_list dl{ margin-top:5px;}
.sort_list dl dt{ height:35px; line-height:35px; background:url(../images/pot.jpg) no-repeat 10px center; background-color:#e9e9e9; overflow:hidden;}

.sort_list dl dt a{ float:left; display:block; width:180px;height:35px; line-height:35px;overflow:hidden; text-indent:30px;}
.sort_list dl dt i{ float:right; display:block; width:30px;height:35px; line-height:35px; cursor:pointer;}

.sort_list dl dd{ display:none;}
.sort_list dl dd a{ display:block; height:35px; line-height:35px; border-bottom:1px dashed #e2e2e2; overflow:hidden; text-indent:10px; color:#666;}

.sort_list dl:hover dt{background:url(../images/pot4.png) no-repeat 10px center; background-color:#49a7ff; color:#FFF;}
.sort_list dl:hover dt a{ color:#FFF;}

.sort_list .current{background:url(../images/pot4.png) no-repeat 10px center; background-color:#49a7ff; color:#FFF;}
.sort_list .current a{color:#FFF;}


/* 详情页面 */
.info_tt{ height:35px; line-height:35px; text-align:center; font-size:18px;}
.info_des{ height:45px; line-height:45px; text-align:center; border-bottom:1px dashed #e0e0e0; font-size:12px;}
.info_des_tt{ color:#999; margin-left:20px;}
.info_cont{ padding:10px 0px; line-height:2em; min-height:500px; _height:500px;}

#prenext{ width:98%; margin:10px auto;border-top:1px solid #e2e2e2; font-size:14px;}
#prenext p{ width:100%; height:30px; line-height:30px; display:block; overflow:hidden;}
#prenext p span{ color:#999;}

/* 分页 */
/* 分页 */
#pagelist{ width:100%; margin-top:15px;  float:right;}
#pagelist ul li{ float: left;  margin:5px 2px; font-size:12px;}
#pagelist ul li a{display: block;border: 1px solid #cccccc;background-color:#f5f5f5;
padding:2px 10px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#999;
}
#pagelist ul li a:hover{background-color:#0099e4; color:#FFF; border:1px solid #0099e4;}
.selectpage{}
.selectpage a{font-weight: bold;border:1px solid #0099e4!important; background-color:#0099e4!important;color: #FFF!important; }

