﻿/*最后更新时间：2014-12-19*/
/*样式重置*/
@charset "utf-8";/*设置样式表的编码为UTF-8*/

/*主体部分,字体12px,默认字体为宋体*/
html, body{ height: 100%;}/*页面、主体高度100%*/
body, form, h1, h2, h3, h4, h5, h6, p, ul, ol,li,dl,dt, dd, blockquote{ margin: 0; padding: 0; letter-spacing:1px; line-height:180%;}  /*body，form，标题，段落，无序列表，有序列表，列表项目，定义列表，定义列表中的项目，定义条目的定义部分，引用内外边距为0,字间距1px,行距180%  */
body, tr, button, select, textarea{ font-size: 12px; color:#333;}/*主体，表格行，按扭，单选或复选，文本域字体为12像素，颜色#333*/
li{ list-style-type: none}/*去掉列表项标记*/
sup, sub{ font-size: 70%}/*上下标字体70%*/
img{ border: none}/*图片去掉边框*/
input{ border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    margin: 0;
    background: ;
    width: 58px;
}
/*超级链接，默认为黑色，移上去变红色，建议改为对应网站主色调*/
a{ text-decoration: none; color:#000; } /*超链接去掉下划线，颜色为#000，建议改为对应网站主色调*/
a:hover{ color:#f33; } /*超链接移上去变#f33，建议改为对应网站主色调*/


/*标题样式*/
h1,h2,h3,h4,h5,h6{ margin: 0 0 ;font-weight:100; }/*设置标题下外边距为8px，字体为微软雅黑*/
h4{font-size: 24px;}  /*标题字体大小24像素，建议重点突出*/
h5{font-size: 18px;}  /*标题字体大小18像素，建议文章正文标题*/
h6{font-size: 14px;}  /*标题字体大小14像素，建议栏目标题*/

/*文本内容样式*/
.txtSize12{  font-size:12px; }  /*文本字体大小12px;建议文章列表、文章正文、网站页底*/
.txtSize14,.txtSize18,.txtSize24{}  /*文本字体微软雅黑*/
.txtSize14{ font-size:14px; }  /*文本字体大小为14px;建议栏目标题*/
.txtSize18{ font-size:18px; }  /*文本字体大小为18px;建议文章正文标题*/
.txtSize24{ font-size:24px; }  /*文本字体大小为24px;建议重点突出*/

.alignC{ text-align:center; }  /*居中显示*/
.alignL{ text-align:left; }  /*居左显示*/
.alignR{ text-align:right; }  /*居右显示*/

/*标重点样式 — 浅色底版面*/
.txtColor1{color:#333;} /*文本颜色为#666，建议重点突出*/
.txtColor2{color:#666;} /*文本颜色为#333，建议次重点*/
.txtColor3{color:#999;} /*文本颜色为#bbb，建议次要*/
.txtColor3{color:#ccc;} /*文本颜色为#ccc，建议次次要*/

/*标重点样式 — 深色底版面*/
/*.txtColor1{color:#dedede;} /*文本颜色为#dedede，建议重点突出*/
/*.txtColor2{color:#ccc;} /*文本颜色为#fff，建议次重点*/
/*.txtColor3{color:#fff;} /*文本颜色为#fff，建议次要*/




/* 表格样式，建议改为对应网站主色调 */
table{ width: 100%; margin: 0 auto; border-collapse: collapse}  /*设置table(表格)的宽度为100%，居中，边框合并*/
table td, th{ padding: 5px;}  /*设置表头,单元格内边距为5px，边框实线1px颜色：#ccc*/
table th{ background:#eee;}  /*表头背景色浅灰色#eee*/


/* 文章样式,字体，字体大小,颜色为与主体部分设置一致。 */
.article p, .article ul, .article dl{ margin: 0 0 8px; padding: 0; font-size:16px; line-height:180%;}  /*段落，无序列表，定义列表内边距为0，下外边距为8px*/
.article li{ margin: 0; padding: 0; margin-left: 12px; list-style-position: outside!important; list-style-type: inherit}  /*列表项目内边距0，左外边距为12px，上右下外边距为0px;,列表项标记为外边标记*/
.article dt{ margin: 0; padding: 0}  /*定义列表中的项目内外边框为0*/
.article dd, .article blockquote{ margin: 8px 12px; padding: 0}  /*定义列表中定义条目的定义部分,引用内边距为0，外边距上下为8px,左右为12px,内边距为0  */
.article img{  }/*图片外边距8px*/


/*其它样式*/
.ellipsis{ text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap}/*文本溢出截取，一般为列表标题 */
 /*
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display:  block;
}*/
.clearfix {
    height: 0;
    clear: both;
}
.floatL{ float:left; display:inline; }  /*向左浮动*/
.floatR{ float:right; display:inline; }  /*向右浮动*/
.left{ float:left; display:inline; }  /*向左浮动*/
.right{ float:right; display:inline; }  /*向右浮动*/

.hide {
    display: none;
}
.show {
    display: block;
}
.loading,.nodata{ height:20px; line-height:20px; text-align:center;}
.loading{ background:url(images/loading.gif) no-repeat center center; width:100%; height:30px; text-indent:-999px}
#greybackground{width: 100%; display: none;z-index: 100;top: 0px;left: 0px;position: absolute; background: url("/css/Images/bg_over.png");}

/* 图片居中 start */
.img_center {    overflow:hidden;   text-align: center;    vertical-align: middle; } 
.img_center  img { vertical-align: middle; padding: 0; margin: 0; width:100%; }



.nodata { font-size: 14px; color: #999; font-weight: bold; display: inline-block; width: 100%; text-align: center; padding: 12px 0; }
/*******************************************************************
**********************
********************** 分页
**********************
*******************************************************************/
.pages {  padding-top: 15px;   font-size: 14px; width: 100%; margin:0 auto; padding-bottom:30px; height:38px; overflow:hidden;}
.custom-css { height: 28px; line-height: 28px; padding-top: 15px; vertical-align: bottom; padding-bottom: 17px; }
.pages a, .pages .cpb { display: inline-block; padding: 8px 16px; margin: 0px 2px; height: 20px; line-height: 20px; font-size: 14px; text-decoration: none; vertical-align: middle; }
.pages a:hover { }
.pages .cpb { font-weight: 600; }

.page-box { width: 40px; text-align: center; height: 32px; line-height: 32px; vertical-align: middle; background-color: transparent; border: solid 1px #b38b37; color: #404040; }
.submit-btn { border-radius: 4px 4px 4px 4px; cursor: pointer; height: 36px; line-height: 36px; margin: 0 6px; outline: medium none; text-align: center; width: 55px; vertical-align: middle; border: 1px solid #D7D7D7; color:#333333}
.pages a.page-a-close { color: #CCCCCC; }
.pages a, .pages .cpb { background-color: transparent; border: 1px solid #CCCCCC; color: #333333; }
.pages a:hover { background-color: transparent; border: 1px solid #b38b37;  color: #b38b37;}
.pages .cpb { background-color: #f9f1e2; border: 1px solid #b38b37; color: #b38b37; }
/*******************************************************/



.NextOne{ width:100%;    height:48px; }
.NextOne p{ float:left; width:38%; display:inline-block; height:48px; text-align:center; }
.NextOne p.center{   width:22%; margin:0 1%;}
.NextOne p a{ display:block; width:96%; padding:0 2%; height:48px; font-size:16px; text-align:center; line-height:48px; color:#fff; background:#999; overflow:hidden;}
.NextOne p a:hover{  color:#fff; background:#cd9933;} 

/*******************************************************/

/*相册*/

.main_box {
    min-width: 1220px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.main_box .main {
    margin: 0 auto;
    min-height: 350px;
    overflow: hidden;
    width: 1220px;
}
.ChildrenMenu {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-align: center;
}
.ChildrenMenus {
    border: 1px solid #eee;
    margin: 20px auto 0;
    padding: 20px 0;
    width: 1218px;
}
.ChildrenMenu a {
    background: #9c9c9c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 15px;
}
.ChildrenMenu a:hover {
    background-color: #e56e00;
}
.ChildrenMenu a.select {
    background-color: #e56e00;
}
.porductList {
    overflow: hidden;
    padding-top: 40px;
    width: 1240px;
}
.porductList li {
    display: block;
    float: left;
    height: 290px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    width: 290px;
}
.porductList li img {
    display: block;
    height: 290px;
    width: 290px;
}
.porductList li p {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    width: 260px;
}

