*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    width: 100%;
    height: 100%;
	font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.main{
    width: 100%;  
    height: 100%;
    background:url(../img/bg3.png) no-repeat center center;
    -webkit-background-size: 100% ;
    background-size: 100%;
    overflow:hidden;
}
.log{
    width: 100%;
    height: 10%;
    
    position: relative;
}
.log img{
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom:0;
    margin:auto;
}
.txt{
    width: 100%;
    height: 21%;
    padding-top:10px;
    position: relative;
}
.txt img{
    width: 38%;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}

.txt .img2{
    width: 100%;
    bottom:0;
}
.txt2{
    width: 100%;
    height: 22%;
    color:#fff;
    position: relative;
    padding-top:10px;
    

}
.txt2 a{color: #990033; text-decoration:none}
.txt2 p{
    text-align: center;
    margin-left: 20px;
    margin-top:5px;
}
.txt2 span{
        width: 90%;
        height: 30px;
        display:block;
        line-height: 30px;
        background:url(../img/sedai.png) no-repeat center center;
        color:#53183f;
        position: absolute;
        bottom:0;
        left: 0;
        right: 0;
        margin:auto;
        text-align: center;
        background-size: 100%;
        -webkit-background-size: 100%;
}
.ewm{
    width: 100%;
    height: 34%;
    
    position: relative;
}
.ewm img{
    width: 36%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    margin:auto;
    border: 2px solid #e39e55;
    padding:5px;
}

.bt{
    width: 100%;
    height: 10%;
    text-align: center;
    color:#fff;
  
}
.bt h1{
    font-size: 20px;
    color: #FFCC00;
}