@media screen and (max-width: 1920px) {
    #header {
        z-index: 999;
        position: absolute;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #0f0f0f;
        overflow-x: hidden;
        box-shadow: 0px 0px 10px #000;
    }
}

@media screen and (min-width: 1920px) {
    #header {
        z-index: 999;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #0f0f0f;
        overflow-x: hidden;
        box-shadow: 0px 0px 10px #000;
    }
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    margin: 0px 0px 0px 0px;
}
body {
    background-color: #fefefe;
    overflow-x: hidden;
}
a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active {
    color: #fff;
    text-decoration: none;
}
.bigcontainer {
    width: 100%;
    padding-top: 70px;
}
.test {
    border: 1px solid red;
}
.fl {
    float: left;
}
.cl {
    clean: both;
}
.bl {
    display: block;
}
.ab {
    position: absolute;
}
.rl {
    position: relative;
}
ul,
li {
    list-style: none;
}
video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    object-fit: contain;
}
.page_01 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 960px;
    background: url(../image/bg.jpg) no-repeat center;
}
.downcontainer1 {
    height: 790px;
    background: url(../image/bg_02.jpg) no-repeat center;
}
.downcontainer2 {
    height: 1022px;
    background: url(../image/bg_03.jpg) no-repeat center;
}
.downcontainer3 {
    height: 855px;
    background: url(../image/bg_04.jpg) no-repeat center;
}
.downcontainer4 {
    height: 846px;
    background: url(../image/bg_05.jpg) no-repeat top;
}
.downcontainer5 {
    height: 1081px;
    background: url(../image/bg_06.jpg) no-repeat top;
}
.ts_show {
    margin: 0 auto;
    width: 890px;
    padding-top: 150px;
}
#leftnav {
    position: fixed;
    right: 30px;
    top: 20%;
    width: 98px;
    height: 436px;
    background: url() no-repeat;
    z-index: 20;
}
#leftnav a {
    width: 98px;
    height: 97px;
    display: block;
    text-align: center;
    padding-right: 5px;
}
.gif {
    width: 1920px;
    text-align: center;
    margin: 0 auto;
}
.navs {
    width: 800px;
    height: 80px;
    top: 800px;
    left: 50%;
    margin-left: -300px; /*background:url(../images/bg_wrap.png) no-repeat;*/
}

.underage {
    width: 79px;
    height: 100px;
    top: 800px;
    left: 0%;
    position: absolute;
}

.nav1,
.nav2 {
    width: 326px;
    height: 77px;
    margin-right: 10px;
}
.nav1 {
    top: 0px;
    left: 38px;
    background-position: -26px 0px;
    background: url(../image/btn1.png) no-repeat;
}
.nav2 {
    top: 0px;
    left: 106px;
    background-position: -94px 0px;
    background: url(../image/btn2.png) no-repeat;
}
.nav1:hover,
.nav2:hover {
    margin-top: -10px;
}

.sphere {
    width: 129px;
    height: 129px;
    position: absolute;
    transform: translateY(-10px);
    animation: float 3s linear alternate infinite;
    cursor: pointer;
    z-index: 9998;
}
.sphere:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url();
    animation: rotate 3s linear infinite;
}

.ts-sp {
    width: 485px;
    left: 50%;
    overflow-x: hidden;
}
.ts-sp .swiper-slide > img {
    height: 395px;
}
.ts1 {
    margin-left: -470px;
    margin-top: 5px;
}
.ts2 {
    margin-left: 20px;
    margin-top: -455px;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes float {
    from {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(10px);
    }
}
.sphere:nth-child(1) {
    animation: float 3s 0.2s linear alternate infinite;
}
.sphere:nth-child(2) {
    animation: float 2s 0.1s linear alternate infinite;
}
.sphere:nth-child(3) {
    animation: float 5s 0.2s linear alternate infinite;
}
.sphere:nth-child(4) {
    animation: float 4s 0.3s linear alternate infinite;
}

#weixin {
    display: none;
    position: fixed;
    top: 25%;
    left: 38%;
    z-index: 50;
    background: white;
}
#over {
    width: 100%;
    height: 100%;
    opacity: 0.5; /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    z-index: 40;
    background: silver fixed;
    background-size: cover;
}
/* 幻灯片所需CSS */

.gz-sp {
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    margin-top: 180px;
    overflow-x: hidden;
}
.map-sp {
    width: 995px;
    left: 50%;
    margin-left: -500px;
    margin-top: 240px;
}
.map-sp .swiper-slide {
    box-shadow: 2px 2px 10px #3489ad;
}

.huanhua-sp {
    width: 1060px;
    left: 50%;
    margin-left: -560px;
    margin-top: 220px;
    overflow-x: hidden;
}

.huanhua-sp .swiper-slide > img {
    width: 464px;
    height: 384px;
}
.huanhua-sp .swiper-slide > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 464px;
    height: 60px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    opacity: 0.5;
    padding: 0 5px;
}

.zb-sp {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    margin-top: 260px;
    overflow-x: hidden;
}

.zb-sp .swiper-slide {
    background: url(../image/zb_bg.jpg) no-repeat center;
    width: 365px;
    height: 500px;
}
.zb-sp .swiper-slide > img {
    width: 325px;
    padding-top: 20px;
    padding-left: 35px;
}

.gz-sp .swiper-slide > img {
    height: 486px;
}
.sz-sp {
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    margin-top: 115px;
    height: 600px;
    overflow-x: hidden;
}
.sz-sp .swiper-slide > img {
    width: 336px;
    height: 439px;
}
.swiper-container {
    --swiper-navigation-color: #eee; /* 单独设置按钮颜色 */
}
.sz-sp .swiper-button-prev {
    width: 22px;
    height: 44px;
    background: url() no-repeat center center;
}
.sz-sp .swiper-button-next {
    width: 22px;
    height: 44px;
    margin-left: 100px;
    background-image: url() no-repeat center center;
}
.on {
    color: #cecece;
}
.bar {
    width: 100px;
    position: fixed;
    top: 102px;
    right: 30px;
    z-index: 1000;
}
.bar .nor {
    color: #fff;
    width: 100px;
    height: 55px;
    line-height: 55px !important;
    display: block;
    text-align: center;
    text-decoration: none;
    font: 14px/70px "微软雅黑";
    background: url(../image/op.png) center repeat;
    margin-bottom: 1px;
    outline: none;
}
.bar .nor:hover,
.bar .cur {
    background: #40b0b8;
}
.bar .home {
    font: 18px/70px "微软雅黑";
    outline: none;
}
.bar .home:hover {
    background: #40b0b8;
}
.bar .top {
    width: 100px;
    height: 42px;
    display: block;
    text-align: center;
    background: url(../image/op.png) center repeat;
    outline: none;
}
.bar .top img {
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}
.show {
    width: 1000px;
    margin: 0 auto;
}
.items {
    width: 1100px;
    left: 50%;
    margin-left: -520px;
    margin-top: 650px;
}
.items ul {
}
.items li,
.itemshz li,
.itemstz li {
    width: 70px;
    height: 71px;
    float: left;
    list-style: none;
    margin-right: 14px;
    background: url(../image/itembg.png) no-repeat;
    padding: 0px;
    padding-top: 13px;
    padding-left: 2px;
}
.itemcss {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.itemcss a,
.itemcss span {
    display: none;
    text-decoration: none;
}
.items .itemcss span img {
    margin-top: -100px;
}
.itemstz .itemcss span img {
    margin-top: -100px;
}
.itemshz .itemcss span img {
    margin-top: -100px;
}

.itemcss:hover {
    cursor: pointer;
}
.itemcss:hover a.now {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    display: block;
}
.itemcss:hover span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    margin-left: 50px;
    z-index: 10;
    height: 36px;
    line-height: 36px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/*手风琴展示*/
.box {
    width: 1168px;
    height: 519px;
    background: red;
    margin: 0px auto;
}
.itembox {
    width: 119px;
    height: 519px;
    float: left;
}
.itembox:nth-child(1) {
    background: url() no-repeat 100% 100%; /*background-size: 100% 100%; 背景图尺寸 */
}
.itembox:nth-child(2) {
    background: url() no-repeat 100% 100%;
}
.itembox:nth-child(3) {
    background: url() no-repeat 100% 100%;
}
.itembox:nth-child(4) {
    background: url() no-repeat 100% 100%;
}
.itembox:nth-child(5) {
    background: url() no-repeat 100% 100%;
}
.big {
    width: 692px;
}
.big img {
    display: none;
    height: 519px;
}
.erzgz {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    margin-top: 1000px;
}
.erzgz > img {
    height: 526px;
    box-shadow: 0px 0px 10px #000;
    border: #900 solid 3px;
}
/*角色信息*/
.role-wrap .li {
}
.role-wrap {
    width: 1200px;
    margin: 0px auto;
    height: 708px;
    position: relative;
}
.role-wrap .role {
    width: 2000px;
    height: 719px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 50px;
}
.role-wrap .role .role-con {
    width: 1200px;
    height: 516px;
    position: relative;
    margin: 0 auto;
    top: 0;
}
.role-nav {
    position: absolute;
    width: 800px;
    height: 800px;
    top: 250px;
    z-index: 100;
}
.role-nav li {
    width: 90px;
    height: 90px;
    display: block;
    margin-bottom: 10px;
}
.role-nav-0 {
    background: url() no-repeat center;
    margin-left: 280px;
}
.role-nav-1 {
    background: url() no-repeat center;
    margin-left: 240px;
}
.role-nav-2 {
    background: url() no-repeat center;
    margin-left: 240px;
}
.role-nav-3 {
    background: url() no-repeat center;
    margin-left: 280px;
}

.role-nav-4 {
    background: url() no-repeat center;
    margin-top: -400px;
    margin-left: 900px;
}

.role-nav-5 {
    background: url() no-repeat center;
    margin-left: 940px;
}

.role-nav-6 {
    background: url() no-repeat center;
    margin-left: 940px;
}

.role-nav-7 {
    background: url() no-repeat center;
    margin-left: 900px;
}

.role-nav-0.cur {
    background-image: url();
}
.role-nav-1.cur {
    background-image: url();
}
.role-nav-2.cur {
    background-image: url();
}
.role-nav-3.cur {
    background-image: url();
}

.role-nav-4.cur {
    background-image: url();
}
.role-nav-5.cur {
    background-image: url();
}

.role-nav-6.cur {
    background-image: url();
}

.role-nav-7.cur {
    background-image: url();
}
#rolePanel {
    background-image: url();
    width: 800px;
    height: 800px;
    margin-left: 208px;
    margin-top: -220px;
    -webkit-animation: sz 1s steps(8) infinite;
    -moz-animation: sz 1s steps(8) infinite;
    -ms-animation: sz 1s steps(8) infinite;
    animation: sz 1s steps(8) infinite;
    transform: scale(0.9);
}

.curElem {
    display: block;
}

@-moz-keyframes sz {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -6400px 0px;
    }
}
@-o-keyframes sz {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -6400px 0px;
    }
}
@keyframes sz {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -6400px 0px;
    }
}

#header .logo,
#header .menu {
    position: absolute;
    left: 0;
}

#header .logo img {
    position: absolute;
    left: 240px;
    top: 48px;
    margin-top: -37px;
    margin-left: -216px;
}

#header .menu {
    left: auto;
    right: 0;
}

#header .menu ul {
    list-style-type: none;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#header .menu ul li {
    text-align: center;
    margin: 8px;
    padding: 0 15px;
    float: left;
    width: 128px;
}

#header .menu ul li .t1,
#header .menu ul li .t2 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#header .menu ul li .t1 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#header .menu ul li .t2 {
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    white-space: nowrap;
}

#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
    color: #40b0b8;
}

#header .menu ul li:hover .t2 {
    letter-spacing: 1px;
}

#header .btn {
    display: none;
}
