body{
    margin: 0px;
    padding:0px;
}


.disnone{
    display: none;
}

.container{
    height: 2740px;
    min-width: 1200px;
    background: url("./images/bg1.jpg") top center no-repeat;
}

.foot{
     height: 2740px;
     min-width: 1200px;
     background: url("./images/bg2.jpg") bottom center no-repeat;
}

.content{
    width:1200px;
    height: 2740px;
    margin: 0 auto;
    position: relative;
}

.logo{
    position: absolute;
    top: 30px;
    left: 130px;
    width: 155px;
    height: 65px;
}

.nav{
    position: absolute;
    top: 10px;
    right:112px;
    width:330px;
    height:30px;    
}

.nav a{
    color: #fff;
    text-decoration: none;
    margin-right:40px; 
    font-size: 14px;
}

a.download{
    margin-left: 13px;
    _margin-left:3px;
}

a.reg{
    margin-left: 10px;

}

#six{
    position: absolute;
    top: 662px;
    right: 390px;
    width: 140px; 
    height:140px;
}

#next{
    position: absolute;
    top:1500px;
    left: 350px;
    width: 140px; 
    height:140px;
}

.fixed {
    position: fixed;
    _position:absolute;
    top:300px;
    right: 0px;
    width: 90px;
    height: 247px;
}

.to_right{
    background: url("./images/right.png") 0 0 no-repeat;
}

.to_six{
    background: url("./images/to_six.png") 0 0 no-repeat;
}

.to_next{
    background: url("./images/to_next.png") 0 0 no-repeat;
}

.to_top{
    background: url("./images/to_top.png") 0 0 no-repeat;
}


#right a{
    display: block;
    width: 90px;
    height: 82px;
}

.copy{
    position: absolute;
    left: 270px;
    bottom: 68px;
    width: 675px;
    height: 70px;
}

.syyx{
    float: left;
    width: 135px;
    height: 70px;
}

.text {
    position: absolute;
    top: 15px;
    left:130px;
    
}

p{
    font: 12px "宋体";
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #666;
    line-height: 18px;
}

a{
    outline: none;
}