
html {
    width: 100%;
    height: 100%;
    /*background: #454138 url(/theme/images/default/design/html.png)  top left;*/
    
}
body {
    font-family: "微软雅黑";
}
.wrap {
    width: 1200px;
  
    margin: 0 auto;
    position: relative;
    background: url(../sub.jpg) no-repeat top center;
}
.header {
    position: relative;
    height: 345px;
}
#nav {
    position: absolute;
    top: 108px;
    left: 28px;
}
#nav ul li {
    float: left;
    margin-right: 20px;
}
#nav ul li a{
    float: left;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bread a {
    color: #4b2b52;
    font-size: 14px;
    text-decoration: none;
}
#sidebar h3 {
    background: #642566;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
#sidebar ul li {
    list-style-type:disc;
    list-style: inside square ;
}
#sidebar ul li a {
    display: inline-block;
    text-decoration: none;
    color: #4b2b52;
    font-size: 14px;
    padding: 3px 5px;
}
#sidebar ul li.current a {
    color: #f49829;
}

#sidebar {
    width: 220px;
    float: right;
}
#mainpage {
    width: 950px;
    float: left;
}
#page {
    margin-top: 10px;
}

#search {
    position: absolute;
    top: 110px;
    left: 915px;
}
#search .keywrod {
    width: 200px;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
}

/*产品*/
#pform table {width: 100%;}
#pform table th,#pform table td {
    padding: 3px 5px;
}
#pform table thead th {
    background: #e7d5e8;
}
#pform table thead th.fth {
    background: #965b98;
    color: #fff;
    text-align: center;
    width: 130px;
}

.paginate_wrap {width: 100%;padding: 10px 0;}
.paginate_left {float: left;}
.paginate_right {float: right;}
#footer {
    clear: both;
    width: 1160px;
    border-top: 3px solid #4c2b54;
    padding-top: 10px;
    background: url(../flogo.png) no-repeat  10px 10px;
    padding-left: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #6d626f;
}


.breadcrub {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.articlelist li h3 a{
    color: #4c2b54;
    font-size: 14PX;
    text-decoration: none;
}
.article_title {
    font-size: 18px;
    text-align: center;
}
.detial h3 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.paginate_right a u {
    text-decoration: none;
}
.paginate_right a,.paginate_right span {
    color: #fff;
    display: block;
    float: left;
    padding: 3px 5px;
    background: #965b98;
    margin-right: 1px;
    text-decoration: none;
}
.paginate_right span {
    color: #333;
    background: transparent;
}

.FrontArticle_show01 a {
    color: #000;
    text-decoration: none;
}
.detial {
    font-size: 14px;
}