
body {
    width: 100%;
    height: 100%;
}
/*.ser{*/
/*position: absolute;*/
/*top : 50%;*/
/*height: 50px;*/
/*width: 550px;*/
/*left: 50%;*/
/*margin-left: -275px;*/
/*-webkit-border-radius: 2px;*/
/*-moz-border-radius: 2px;*/


/*}*/
/*.ser input {*/
/*height: 50px;*/
/*font-size: 16px;*/
/*color: #0a0a0a;*/
/*border-radius: 4px;*/
/*border: none;*/

/*}*/
::-moz-placeholder { color: #999; }
::-webkit-input-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }
.none {
    display: none;
}
a{
    text-decoration: none!important;
}
.nav {
    /*background: url(../img/indexbanner.png) no-repeat;*/
    background: url(https://t-bj-public-1.oss-cn-shanghai.aliyuncs.com/static/wc/qa-min.png) no-repeat;
    background-size: cover;
    height: 400px;
}
.nav .top .top-l ul li img{
    position:relative;
    top: -2px !important;
}
.nav .header {
    position: relative;
    transition: padding 0.2s ease;
}
.h{
    width: 1100px;
    margin:0 auto;
}
.h h2{
    font-size: 44px;
    color: #30e492;
    font-weight: 200;
    text-align: center;
    padding-top: 40px;
}
.h h5{
    line-height: 1.5;
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
    width: 700px;
    margin: 25px auto;
    text-align: center;
}

@keyframes bg-generator {
    0% {
        background-position: 0% 85%;
    }
    50% {
        background-position: 100% 15%;
    }

    100% {
        background-position: 0% 85%;
    }
}
.main{
    width: 100%;
    z-index: 2;
    background: white;
}
.panel-body table{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}