* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei"
}

li {
    list-style: none;
}

body {
    background: url(bg.jpg) no-repeat;
}

img {
    border: none;
}

.container {
    position: relative;
    width: 1000px;
    padding-top: 180px;
    margin: 0 auto;
    text-align: left;
    /*overflow: hidden;*/
}

.nav {
    display: block;
    height: 100px;
}

.nav .btn-big {
    width: 255px;
    height: 100px;
    display: block;
    float: left;
    text-align: center;
    line-height: 100px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
}

.nav .enterbbs {
    background-color: #3fc8aa;
    width: 255px;
    height: 100px;
    display: inline-block;
    margin: 0 16px 0 0;
}

.nav .downloadlink {
    background-color: #d3b475;
    width: 255px;
    height: 100px;
    display: inline-block;
}

.nav .btnhover:hover {
    background-color: rgba(255, 255, 255, .08);
    width: 255px;
    height: 100px;
}

.btn-big .eng {
    margin: -26px 0 0;
    font-size: 12px;
    color: #000;
    /*opacity: .2;*/
    line-height: 100%;
    /*filter: alpha(opacity=20);*/
    -webkit-transform-origin: 50% 0;
    -webkit-transform: scale(.7);
    display: block;
}

.eventsbox {
    width: 1032px;
    padding: 0 0 50px 0;
    overflow: hidden;
}

.eventsbox .event {
    float: left;
    display: inline-block;
    width: 312px;
    height: 280px;
    margin-right: 32px;
}

.eventsbox .event:hover {
    box-shadow: 8px 8px 8px #888888;
}

.eventsbox .banner {
    float: left;
    display: inline-block;
    width: 312px;
    height: 280px;
    margin-right: 32px;
    position: relative;
    overflow: hidden;
}

.banner_btn {
    z-index: 9;
    position: absolute;
    top: 112px;
    width: 28px;
    height: 51px;
    cursor: pointer;
}

.banList {
    margin: 0;
    padding: 0;
    height: 286px;
}

.banList li {
    position: absolute;
    height: 286px;
    opacity: 0;
    transition: transform .5s ease 0s, opacity 1.5s ease 0s z-index: 1;
    transform: scale(0);
}

.banList li.active {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}

.fomW {
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 20px;
}

.btnlist {
    clear: both;
    overflow: hidden;
}

.btnlist li {
    overflow: hidden;
    width: 233px;
    height: 105px;
    float: left;
    margin-right: 22px;
}

.jsNav {
    text-align: center;
}

.jsNav a {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.jsNav a.current {
    background: #0A8C93;
    cursor: pointer;
}

.gotobtn {
    width: 466px;
    height: 105px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.gotobtn:hover {
    position: relative;
    left: -233px;
}

#mcvideoplayer {
    cursor: pointer;
    width: 162px;
    height: 213px;
    background: url(klp-12.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -200px;
}

#mcvideoplayer:hover {
    background-position: -162px 0;
}

#mcQR {
    width: 121px;
    height: 433px;
    background-image: url(xh-12.png);
    position: absolute;
    right: -150px;
    bottom: 0;
}

#mcQR:hover {
    background-position: -121px 0;
}

#enterqqgroup {
    width: 600px;
    height: 586px;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(dot.png);
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 180px;
    z-index: 99;
    display: none;
}

#enterqqgroup img {
    width: 300px;
    height: 300px;
    margin: 150px 150px 50px 150px;
}

#enterqqgroup a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

.footer {
    text-align: center;
    color: #fafafa;
    position: absolute;
    bottom: -110px;
    left: 50%;
    margin-left: -96px;
    font-size: 12px;
}

.footer a {
    text-decoration: none;
    color: #fafafa;
}