body {
    margin: 0 auto;
    padding: 0;
    width: 1280px;
    font-size: 14px;
}

input, textarea {
    /*border: 1px solid #ececec;*/
    margin-bottom: 17px;
    height: 23px;
    padding: 5px 10px;
    font-size: 10px;
}
input {
    /*border: 1px solid #ccc;*/
    height: 28px;
}
input::-webkit-input-placeholder{
     color:#ccc;
 }
textarea::-webkit-input-placeholder{
    color:#ccc;
}

a { color: #999;}
a:hover { color: #666; text-decoration: none}

header .btn, .item .btn {
    border-radius: 0;
    border: none;
    background-color: #0D38AB;
    font-size: 14px;
    padding: 4px 15px;
}

#case-phone {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:380px;
    left: 380px;
    width: 200px;
    height: 50px;
    padding-top: 10px;
    cursor: pointer;
}

header {
    position: relative;
    font-size: 12px;
    background: url("../images/header-bg.jpg") center 0 no-repeat;
    height: 181px;
    padding: 10px 98px 0 98px;
}
header .h-input{
    position: absolute; top:75px; left: 403px;
    z-index: 11
}
header .h-btn{
    position: absolute; top:75px; left: 617px;
    z-index: 13
}
header .h-nav{
    position: absolute; top:140px; left: 95px;
    font-weight: bold;
    z-index: 12;
}
header .h-nav a {
    color: #fff;
}
header input {
    border: 1px solid #ccc;
    height: 28px;
}
footer {
    background-color: #F6F6F6;
    text-align: center;
    margin-top: 40px;
}
footer .header {
    font-size: 12px;
    font-weight: bold;
    padding: 30px 0;
}
footer .content {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    padding-bottom: 40px;
}
footer a {
    color: #000;
}
.content {
    padding: 0 98px
}