﻿* {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

body {
    font: 12px/1.5 tahoma,arial,Hiragino Sans GB;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-top: -1px;
}
div.header{
    width: 100%; 
    height: 100px;
    background: #ffffff;
}
div.headercnt{
    width: 960px; 
    margin: 0px auto;
    padding: 10px 0px;
}
img.headerLogo {
    height: 80px;
}
div.center {
    width: 100%;
    height: 400px;
    position: relative;
}
div.centerbg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
}
div.centerbg div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
}
div.centerloading 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background: url("../images/loading.gif") #ffffff no-repeat center center;
    z-index: 20;
}
div.centerbg1{
    background: url("../images/banner2.jpg") repeat-x center center; 
}
div.centerbg2{
    display: none;
    background: url("../images/banner1.jpg") repeat-x center center;

}
div.centerbg3{
    display: none;
    background: url("../images/banner3.jpg") repeat-x center center;
}
div.centerbg4{
    display: none;
    background: url("../images/banner4.jpg") repeat-x center center;
}
div.centerbg5{
    display: none;
    background: url("../images/banner5.jpg") repeat-x center center;
}
div.zstyle1{
    z-index: 9;
}
div.zstyle2{
    z-index: 10;
}
div.centercnt{
    width: 960px;
    height: 400px;
    margin: 0px auto;
    position: relative;
}
div.centerlogin{
    min-height: 250px;
    position: absolute;
    top: 20px;
    right: 0px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #ffffff;
    overflow: hidden;
    width: 244px;
    padding: 20px 20px;
    z-index: 1000;
}
.logintitle1{
    font-size: 20px;
    line-height: 21px;
    height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    /*margin-left: 15px;*/
}
div.style1{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 4px;
}
div.style2 input{
    border: 1px solid #A09E99;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 7px 3px;
    width: 228px;
}
div.style3{
    margin-bottom: 10px;
}
.loginbtn{
    height: 32px;
    width: 236px;
    color: #ffffff;
    font-size: 14px;
    background: url("../images/button.png") no-repeat 0px 0px;
    cursor: pointer;
}
div.content{
    width: 960px;
    margin: 30px auto 0px auto;
    text-align: center;
}
div.content img{
    margin-left: 10px;
}
div.contentcnt{
    float: right;
    width: 500px;
    /*margin-left: 30px;*/
}
div.contentcnt div.contenttitle{
    color: #000000;
    font-family: tahoma,sans-serif,serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
}
div.contentinfo{
    color: #000000;
    font-family: verdana,sans-serif,serif;
    font-size: 12px;
    line-height: 24px; 
}
.fontstyle1{
    color: #2A82D7;
}
.fontstyle2{
    color: #ff0000;
    margin-left: 30px;
    font-weight: bold;
}
div.pagesn{
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 25px;
    bottom: 0px;
}
div.pagesn div
{
    width: 960px;
    margin:0px auto; 
    position:relative
}
div.pagesn ul{
    display: block;
    list-style: none;
    height: 25px;
    position:absolute;
    right:0px;
}
div.pagesn ul li{
    float: left;
    display: block;
    height: 14px;
    width: 14px;
    margin-right: 6px;
    background: url("../images/icon.png") no-repeat -14px 0px;
    cursor: pointer;
}
div.pagesn ul li.selected{
    background: #f00;
    background: url("../images/icon.png") no-repeat 0px 0px;
}
#LoginError
{
    color:red;
}
 div.contentcnt_info img {
    display: block;
    margin: 10px auto 0px auto;
}
div.contentcnt_info a {
    text-decoration: none;
}
div.contentcnt_info a:hover {
    text-decoration: underline;
}