body{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'MyFont';
    src: url('/fonts/FZLTDHJW.TTF');
    
}
 
a{
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #5c5959;
}
 

.nav{
    display: flex;
    justify-content: center;
    font-size: 20px;
    width: 100%;
    height: 140px;
}

.nav div{
    display:inline;
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-left: 15px;
    
}

.nav-tb{
    font-family: 'MyFont';

    padding-bottom: 10px;


}
.active{

    background: url('../imgs/choice.png')  no-repeat;
    background-position:center bottom;
    background-size: 50%;
}
.main{

    width: 100%;
    height: 980px;
    background: url("../imgs/bg.png") no-repeat   ;
    /*兼容浏览器版本*/
    -webkit-background-size: cover;
    -o-background-size: cover;                
    background-size: cover;
}

.left{
    width: 500px;
    position:absolute;
    left: 500px;
    top: 200px;

}

.footer{
    padding-top: 30px;
    width: 100%;
    height: 150px;
    align-items: center; /* 垂直居中 */
    background-color: rgb(237, 240, 240);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
}
.footer div{
    text-align: center;
}

.footer div a{
    line-height: 26px;
}

.btitle{
    font-size: 66px;
    font-family: 'MyFont';
}

.stitle{
    padding-left: 5px;
    font-family: 'MyFont';
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 50px;
    font-weight:lighter;
}

.sstitle{
    margin-top: 30px;
    padding-left: 5px;
    font-family: 'MyFont';
    font-size: 20px;
    line-height: 30px;
}
.address{
    margin-top: 40px;
    padding-left: 5px;
    font-family: 'MyFont';
    font-size: 20px;
    line-height: 30px;
}
.ewm img{
 width: 150px;
}

.ewm
{
    margin-bottom: 20px;
    margin-left: 30px;
}
.tips
{
    margin-left: 30px;
}
.tips img{
    width: 100px;
}

.dlbtn img {
    width: 200px;
}
.dlbtn {
   margin-top: 10px;
}