﻿body, div, p, h1, h2, h3, h4, h5, h6, h7, ul, li, ol, hr, img
{
    margin: 0;
    padding: 0;
    border: 0;
}
.clear
{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
a
{
    text-decoration: none;
}
li
{
    list-style-type: none;
}
body
{
    min-width: 1200px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
#goTop
{
    POSITION: fixed;
    BOTTOM: 50px;
    RIGHT: 1px;
    _position: absolute;
    z-index: 9999;
    overflow: hidden;
}
#goTop img
{
    opacity: .5;
}
#goTop img:hover
{
    opacity: 1;
}
#banner
{
    width: 100%;
    height: 430px;
    overflow: hidden;
    position: relative;
    background: #ccc;
}
#banner .hd
{
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -49px;
    bottom: 12px;
    z-index: 1;
}
#banner .hd ul
{
    overflow: hidden;
    zoom: 1;
    float: left;
}
#banner .hd li
{
    float: left;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../image/btn1.png) 0 0 no-repeat;
}
#banner .hd li.on
{
    background: url(../image/btn1.png) -25px 0 no-repeat;
}
#banner li
{
    height: 430px;
    width: 100%;
}
.banner1
{
    background: url(../image/banner1.jpg) center top no-repeat;
}
.banner2
{
    background: url(../image/banner2.jpg) center top no-repeat;
}
.banner3
{
    background: url(../image/banner3.jpg) center top no-repeat;
}
#header
{
    width: 100%;
    overflow: hidden;
}
.header
{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#navBox
{
    height: 100px;
    overflow: hidden;
}
#navBox ul
{
    height: 100px;
    overflow: hidden;
}
#navBox li
{
    float: left;
    border-left: 1px #f0f0f0 solid;
}
#navBox a
{
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    color: #666;
    font-weight: bold;
}
#navBox a:hover
{
    color: #fff;
    background: #f00;
}
#footer
{
    width: 100%;
    background: #000;
}
.footer
{
    background: url(../image/bg3.jpg);
}
.newsBox
{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news
{
    width: 33%;
    float: left;
    margin: 10px 0;
}
.newsTitle
{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}
.newsContent
{
    line-height: 26px;
    color: #898989;
}
.newsContent a
{
    color: #898989;
}
.newsContent a:hover
{
    color: #f00;
}
.copyRight
{
    width: 1200px;
    margin: 0 auto;
    line-height: 26px;
    padding: 10px 0;
    color: #444;
    overflow: hidden;
}
.copyRight a
{
    color: #444;
}
.copyRight a:hover
{
    color: #058ae9;
}
#qqOnLine
{
    POSITION: fixed;
    width: 144px;
    TOP: 180px;
    RIGHT: 10px;
    _position: absolute;
    z-index: 9999;
    font-size: 12px;
    overflow: hidden;
    font-family: "微软雅黑";
}
#qqTitle1
{
    height: 23px;
    background: url(../image/online.png) left top no-repeat;
    overflow: hidden;
    text-align: center;
    padding-top: 11px;
}
#qqTitle2
{
    height: 30px;
    background: url(../image/online.png) -144px top no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}
#qqBottom
{
    height: 15px;
    background: url(../image/online.png) -144px -30px no-repeat;
    overflow: hidden;
}
.qqContent
{
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 0;
    background: url(../image/online.png) right top repeat-y;
    color: #dc0000;
}
