
*{
 margin: 0 auto;
}
body{
 padding: 0px;
 margin: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 12px;
}
a{
 text-decoration: none;
}
ul,li{
 padding: 0;
 margin: 0;
 list-style: none;
}
.header{
 width: 1180px;
 height: 24px;
 background-color: #afb4b1;
}
.header .time-show{
 float: left;
 padding-left: 25px;
 height: 24px;
 line-height: 24px;
}
.header .old-link{
 float: right;
 padding-right: 25px;
}
.header .old-link a{
 font-family: "微软雅黑";
 font-size: 16px;
 color: #1c1f1d;;
}

.logo{
 width: 1180px;
 height: 120px;
 background-image: url(../newimg/logo.jpg);
}

.nav-top{
 width: 1180px;
 height: 50px;
 background-image: url(../newimg/nav.jpg);
}
#nav {
 margin:auto;
 width:1180px;
 display:block;
 height: 50px;
 margin-top: 2px;
 z-index: 999999999999;
}
#nav .mainlevel {
 float:left;
 width:107px;
 background-color: #0c8245;
 text-align: center;
 height: 40px;
}
#nav .mainlevel a {
 color:#FFFFFF;
 text-decoration:none;
 line-height:37px;
 display:block;
 width:107px;
 height: 40px;
 font-size: 15px;
 font-family: "微软雅黑";
 z-index: 999999999999;
 
}
#nav .mainlevel a:hover {
 color:#f4c818;
 text-decoration:none;
}
#nav .mainlevel ul {
 display:none;
 position:absolute;
 z-index: 99999999999999999;
}
#nav .mainlevel li {
 width:107px;
 height: 40px;
 z-index: 9999999999999999999;
 background-color: #0E9850;
}

.flwin{
 width: 328px;
 height: 138px;
 position: fixed;
 right: 0;
 top: 30%;
 z-index: 999;
 border: 1px solid #cccccc;
}