body{
    background:#fff;
    height:auto;
    margin: auto;
    text-align: center;
    font-family: 微軟正黑體, "Microsoft JhengHei", Arial, 新細明體 ,PMingLiU, Verdana, "Times New Roman", sans-serif;
}

.content{
    background:#fff;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    height:650px;
    padding-bottom:30px;
    /*border:#000 2px solid;
    -webkit-box-shadow:7px 7px 5px #333;
    -moz-box-shadow: 7px 7px 5px #333;
    border-radius:10px;
    -moz-border-radius:10px;*/
    
}

.content .logo, .logo img{
    width:700px;
    height:auto;
    margin:auto;
    padding-top:50px;
}

.menu{
    margin-top:40px;
    float:left;
    left:250px\9;
    width:100%;
    width: 950px\9;
    height:60px;
}

.menu ul{
    list-style:none;
    margin:0 auto;
    width: 420px;
    width: 460px\9;
}

.menu ul li, .menu ul li a, .menu ul li .mhead{
    float:left;
    display: block;  
    margin-right: 20px;  
    width: 80px;
    font-size: 14px; 
    height: 18px;  
    text-align: center;  
    text-decoration: none;    
}

.menu ul li a{
    color:#888;
}

.menu ul li a:hover{
    color: #000;
}

.mhead{
    font-weight:  bolder;
    border-right:#888 1px solid;
    color:rgb(238,55,128);
}

.desc{
    margin-top:130px;
    font-size:11px;
}
.footer{
    width:1000px;
    height:30px;
    margin-top:80px;
}
.footer center{
    font-size:11px;
    padding-top:30px;
}