body {
    background-color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}

body, td, th {
    font-size: 13px;
    line-height:150%;
    color: #FFFFFF;
}

.dazi1 {
    font-size: 25px;
    line-height: 130%;
    font-weight: bold;
    color: #E50112;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a:active {
    color: #FFFFFF;
    text-decoration: none;
}


.STYLE1 {
    color: #FFFFFF
}

.STYLE2 {
    color: #E70012
}

#nav {
    line-height: 0px;
    list-style-type: none;
    background: #666;
}

#nav a {
    display: block;
    text-align: center;
}

#nav a:link {
    color: #666;
    text-decoration: none;
}

#nav a:visited {
    color: #666;
    text-decoration: none;
}

#nav a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#nav li {
    float: left;
    margin-right: 8px;
}

#nav li a:hover {
    background: #999;
}

#nav li ul {
    line-height: 27px;
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 180px;
    position: absolute;
    margin-left: 0;
    padding-left: 0;
    background: #3F4249;
}

#nav li ul li {
    float: left;
    background: #3F4249;
    border-bottom: 1px dotted #818488;
}

#nav li ul a {
    display: block;
    width: 180px;
    text-align: left;
    padding-left: 24px;
}

#nav li ul a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#nav li ul a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#nav li ul a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    background: #C00;
}

#nav li:hover ul {
    left: auto;
}

#nav li.sfhover ul {
    left: auto;
}
ul, li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.catlist li {
    width: 25%;
    float: left;
}

ul.prolist li {
    width: 33%;
    float: left;
    margin-bottom: 15px;
    height: 290px;
}
.category {
}

.category span {
    width: 80px;
}

.intro img {
    max-width: 730px; /*IE7和Firefox用*/
    width: expression(this.width > 730 ? 730:true); /*IE6用*/
}

/*产品图片区域*/
.container {
    position: relative;
}

.list img {
    border: 1px solid #d5d5d5;
    margin-right: 5px;
    width: 55px;
}

.list img.on {
    border: 1px solid #ff6600;
}

.izImage2 {
    border: 0;
    width: 310px;
}

.izViewer2 {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 320px;
    top: -45px;
    display: none;
    border: 1px solid #e4e4e4;
}

.handle2 {
    display: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #8b7b33;
    cursor: crosshair;
    border: 1px solid #d5d5d5;
    position: absolute;
}
/*分页导航*/
.pagination {
    font-size: 0px;
    margin-right: -5px;
    padding-top: 15px;
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination a {
    font-size: 12px;
    color: #333;
    display: inline-block;
    _display: inline;
    padding: 0 7px;
    border: 1px solid #ddd;
    margin-right: 5px;
    line-height: 26px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
pagination a:hover, .pagination a.cur, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
    background: #e30111;
    font-weight: bold;
    color: #fff;
    border: 1px solid #9e000c;
}
.page-wrap {
    text-align: center
}

.page {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    padding: 40px 0
}

.page a,
.page span {
    float: left;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0 2px;
    background: #fff;
    color: #333;
    margin: 0 5px
}

.page a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.page a.prev {
    background: url("../images/icon-page-prev.png") no-repeat center #fff
}

.page a.prev:hover {
    background: url("../images/icon-page-prev-hover.png") no-repeat center #0193d8
}

.page a.next {
    background: url("../images/icon-page-next.png") no-repeat center #fff
}

.page a.next:hover {
    background: url("../images/icon-page-next-hover.png") no-repeat center #0193d8
}

.page a:hover {
    background-color: #3363AB;
    color: #fff
}

.page a.active,
.page span.active {
    background: #3363AB;
    color: #fff
}

.page a.prev.disabled {
    cursor: not-allowed;
    color: #999;
    background: url("../images/icon-page-prev.png") no-repeat center #f2f2f2
}

.page a.prev.disabled:hover {
    cursor: not-allowed;
    color: #999;
    background: url("../images/icon-page-prev.png") no-repeat center #f2f2f2
}

.page a.next.disabled {
    cursor: not-allowed;
    color: #999;
    background: url("../images/icon-page-next.png") no-repeat center #f2f2f2
}

.page a.next.disabled:hover {
    cursor: not-allowed;
    color: #999;
    background: url("../images/icon-page-next.png") no-repeat center #f2f2f2
}
