html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;color: #333333;
    font-family: "微软雅黑";
    background: #ecebe9;
}
body, html, li, ul, h1, h2, h3, p, dl, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {max-width: 100%;}

.s-center {
    width: 1200px;
    margin: 0 auto;
}

.loading-img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url("../images/loading-2.gif")no-repeat center/cover;
}

/*头部*/
#header {
    width: 100%;
    height: 100px;
}
#header img {
    display: inline-block;
    width: 400px;
    height: auto;
    margin-top: 20px;
    vertical-align: middle;
}
#header ul {
    float: right;
    height: 100%;
}
#header ul li {
    float: left;
    padding: 0 32px;
    font-size: 18px;
    color: #333333;
    border-right: 1px solid #dfdfdf;
    line-height: 100px;
    cursor: pointer;
}
#header ul li.selected {
    background-color: #980010;
    color: #ffffff;
}

/*banner*/
#banner {width: 100%;max-width: 1920px;
    margin: 0 auto;}
#banner .img-bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#banner img {
    width: 100%;
    height: auto;
}

#container {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

/*底部*/
#footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 80px;
    background-color: #333333;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    margin-top: 38px;
}
#footer span {
    margin: 0 10px;
}
#footer * {color: #ffffff;}

#render-page {text-align: center;}
#render-page .layui-laypage .layui-laypage-curr .layui-laypage-em {background: #980010;}

.img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}