@font-face {
    font-family: "PortLligatSlab-Regular";
    src: url(../font/PortLligatSlab-Regular.otf);
}


body {
    background: url(../images/all/bground.jpg);
}
.container{
    position: absolute;
    height: auto;
    width: 100%;
    top: 0px;
    left: 0px;
}

.clear{
    clear: both;
}
.wrap-head{
    width: auto;
    height: 100px;    
    background: url(../images/all/bgmenu.jpg);
    position: relative;
    z-index: 2;
}
.wrap-head .content-head{
    background: url(../images/all/bgmenu.jpg);
}
.wrap-head .logo{
    width: 327px;
    height: 148px;
    background: url(../images/all/logo.png) no-repeat;
    margin: 0px 0px -48px 0px; 
    float: left;    
    position: relative;
    z-index: 2;
}
.wrap-head .wrap-menu{
    width: auto;
    padding:45px 10px 0px 0px;
    float: right;
    color:#FFF;
}
.wrap-head .wrap-menu a,.wrap-head .wrap-menu span{
    display: block;
    color: #FFF;
    float: left;
    font-size: 14px;
    text-decoration: none;
    font-family: "PortLligatSlab-Regular";
    transition:all 0.3s ease ;
    -moz-transition:all 0.3s ease ;
    -o-transition:all 0.3s ease ;
    -webkit-transition:all 0.3s ease ;
    -ms-transition:all 0.3s ease ;
    -khtml-transition:all 0.3s ease ;

}
.wrap-head .wrap-menu a:hover{
    color:#a06f00;    
}
.wrap-head .wrap-menu span{
    margin: 0px 15px 0px 15px;
}
.content{
    width: 1024px;
    height: auto;
    margin: 0px auto;
    position: relative;
    z-index: 1;

}
.content-img{
    margin-top: 45px;
}
.loading{
    background: url(../images/loading.gif) no-repeat center;
}
.content-center{
    width: 100%;
    height:700px;
    min-width: 1024px;
    background: url(../images/banner/resize/banner1.jpg) no-repeat center;
}