@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: #fff;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Tahoma, "微软雅黑", Geneva, sans-serif;
}

.bg {
    backface-visibility: hidden;
    transform: translateZ(0);
    background-color: #5f7cb6;
    background-image: url(/assets/images/bg.jpg);
    background-position: 0 100%;
    background-repeat: repeat-x;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    background-size: 1920px auto;
    width: 6750px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

img {
    border: none;
}

li {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */




.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.s-mod {
    margin: 20px auto 0;
    position: relative;
}

.s-mod-loding {
    text-align: center;
}

.s-mod ul {
    display: none;
}

.s-mod-item {
    display: block;
    position: absolute;
}

.s-mod-wrap {
    position: relative;
    overflow: hidden;
}

.s-mod-def {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.s-mod-def span {
    display: block;
}

.s-mod-cur {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0 12px;
    color: #fff;
    line-height: 18px;
}

.s-mod-cur span {
    display: block;
}