*{
    margin:0px;
    padding: 0px;
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
img{
    border:0px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 22px 0px 24px 0px;
    background: url("../images/topbg.gif") repeat-x;
}
.topm{
    width: 1000px;
    height: 59px;
    margin:0 auto;
    position: relative;
}
.chinese{
    display: block;
    height: 24px;
    position: absolute;
    text-align: right;
    top:0px;
    right:0;
    color: #9C9C9C;
    font:normal 12px/24px 'Microsoft YaHei';
}
.chinese a{
    color: #9C9C9C;
}
.chinese span{
    padding: 0px 2px;
}
.top .englogo,.top .englogo img{
    display: block;
    width:200px;
    height: 59px;
    margin:0 auto;
}
.banner{
    width: 100%;
    height: 307px;
    background: url("../images/engbanner.jpg") no-repeat center center;
}
.content{
    width: 1000px;
    overflow: hidden;
    margin:0 auto;
    font:normal 14px/24px 'Arial';
    color: #333333;
    padding-bottom: 40px;
}
.content h2{
    text-align: center;
    padding-bottom: 40px;
}

.footer{
    width: 1000px;
    overflow: hidden;
    height: 93px;
    margin:0 auto;
    padding-top: 21px;
    border-top:3px solid #DADADA;
    font:normal 12px/24px 'Arial';
}
.footer{}
.footer .lftxt,.footer .rhtxt{
    width: auto;
    _width: 0;
    white-space: nowrap;
    color: #333333;
}
.footer .lftxt{
    float: left;
}
.footer .rhtxt{
    float: right;
}
.footer span{
    color: #9C9C9C;
}