html body {
    margin: 0;
    padding: 0;
    font-size: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: black;
    height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}


.main {
    width: 100%;
}

/* 第一屏 */
.c_1 {
    width: 100%;
    min-height: 920px;
    background: url(../../images/background.png) no-repeat;
    background-position: center top;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    overflow: hidden;
}

.header_box {
    width: 100%;
    height: 90px;
    background: rgba(12, 12, 12, 0.6);
    position: fixed;
    top: 0;
    z-index: 1002;
}

.header {
    width: 1920px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fff;
}

.logo {
    width: 75px;
    height: 75px;
    background: url(../../images/logo.png) 0 0 no-repeat;
    background-size: 100%;
    margin-left: 100px;
}

.home {
    margin-left: 46%;
    cursor: pointer;
    height: 90px;
}
.home,.news,.member{
    line-height: 88px;
    height: 88px;
    box-sizing: border-box;
}

.home:hover{

    border-bottom: 2px red solid;
}
.news:hover{

    border-bottom: 2px red solid;
}
.member:hover{

    border-bottom: 2px red solid;
}


.news,.member, .down, .h_f {
    margin-left: 25px;
    cursor: pointer;
}

.down {
    width: 193px;
    height: 57px;
    background: url(../images/down.png) 0 0 no-repeat;
    background-size: 100%;
}

.down:hover {
    background: url(../images/down1.png) 0 0 no-repeat;
    background-size: 100%;
}

.h_f {
    width: 38px;
    height: 38px;
    background: url(../images/h-f.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 0;
}

.h_m {
    width: 38px;
    height: 38px;
    background: url(../images/h-m.png) 0 0 no-repeat;
    background-size: 100%;
    margin-left: 10px;
    cursor: pointer;
}

.h_f:hover {
    background: url(../images/v-f.png) 0 0 no-repeat;
}

.h_m:hover {
    background: url(../images/v-m.png) 0 0 no-repeat;
}

.c1_text1 {
    width: 819px;
    height: 155px;
    background: url(../images/c1_text1.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 240px;
}

.c1_play {
    width: 86px;
    height: 87px;
    background: url(../images/c1_play.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 50px auto;
    cursor: pointer;
}

.c1_btn {
    width: 321px;
    height: 92px;
    background: url(../images/c1_btn.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0 auto;
    cursor: pointer;
}



/* 第二屏 */

.c_2 {
    width: 100%;
    min-height: 1000px;
    background: url(../images/c2_bg.jpg) no-repeat;
    background-position: center top;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
}

.c2_title {
    font-size: 3rem;
    color: rgba(97, 114, 133, .9);
    text-align: center;
    padding-top: 150px;
    font-weight: bolder;
}

.c2_news {
    width: 1920px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.c2_left {
    width: 705px;
    height: 465;
    background: black;
}

.swiper-slide {
    display: flex;
}

.swiper-slide img {
    width: 705px;
    height: 465px;
    z-index: 1000;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 705px;
    height: 465px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    cursor: pointer;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: rgb(219, 120, 27);
    color: #fff;
}

.swiper-container {
    font-weight: 0;
}

.news-tit{
    width: 233px;
    height: 225px;
    background-color: #405161;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.news-tit h3{
    margin-top: 60px;
}

.c2_right {
    width: 38%;
    height: 465;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.right_item {
    width: 233px;
    height: 225px;
    background: rgb(47, 56, 66);
    cursor: pointer;
}

.right_item:hover{
    background: #405161;
}

.new_t {
    width: 80%;
    margin: 0px auto;
    text-align: left;
    color: #fff;
    font-size: .8rem;
    padding: 0;
    margin-top: 40px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    word-spacing: 6px;
}

.new_c {
    width: 80%;
    height: 70px;
    margin: 20px auto;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    opacity: .5;
    font-family: 'Times New Roman', Times, serif;
    overflow: hidden;
}

.new_time {
    width: 80%;
    margin: 20px auto;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    opacity: .5;
}


/* 第三屏 */


.c_3 {
    width: 100%;
    min-height: 1020px;
    background: url(../images/c_3.jpg) no-repeat;
    background-position: center top;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
}

.c3_c {
    width: 700px;
    height: 270px;
    position: absolute;
    overflow-y: scroll;
    top: 47%;
    left: 47%;
    font-size: 1rem;
    color: #070707;
    text-align: justify;

}


/* 第四屏 */


.c_4 {
    width: 100%;
    min-height: 1080px;
    background: url(../images/c_4.jpg) no-repeat;
    background-position: center top;
    font-family: 'Times New Roman', Times, serif;

}

.c4_c {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.c4_card1 {
    width: 254px;
    height: 515px;
    margin-top: 350px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    transform-style: preserve-3d;
}

.font1 {
    width: 254px;
    height: 515px;
    background: url(../images/card1.jpg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.font2 {
    width: 254px;
    height: 515px;
    background: url(../images/card2.jpg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.font3 {
    width: 254px;
    height: 515px;
    background: url(../images/card3.jpg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.font4 {
    width: 254px;
    height: 515px;
    background: url(../images/card4.jpg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.font5 {
    width: 254px;
    height: 515px;
    background: url(../images/card5.jpg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    width: 254px;
    height: 515px;
    background: url(../images/back.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


.c4_card2 {
    width: 254px;
    height: 515px;
    margin-top: 450px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    transform-style: preserve-3d;
}

.c4_card3 {
    width: 254px;
    height: 515px;
    margin-top: 350px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    transform-style: preserve-3d;
}

.c4_card4 {
    width: 254px;
    height: 515px;
    margin-top: 450px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    transform-style: preserve-3d;
}

.c4_card5 {
    width: 254px;
    height: 515px;
    margin-top: 350px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    transform-style: preserve-3d;
}

.card_t1 {
    width: 80%;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translate(-50%);
}


.c4_card1:hover .font1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.c4_card1:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.c4_card2:hover .font2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.c4_card2:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.c4_card3:hover .font3 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.c4_card3:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.c4_card4:hover .font4 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.c4_card4:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.c4_card5:hover .font5 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.c4_card5:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}



/*第五屏 */

.c_5 {
    width: 100%;
    min-height: 1000px;
    background: url(../images/c_5.jpg) no-repeat;
    background-position: center top;
    font-family: 'Times New Roman', Times, serif;
    overflow: hidden;

}

.tab {
    width: 1920px;
    height: 960px;
    margin: 0 auto;
}

.tab_title {
    display: flex;
    width: 600px;
    height: 50px;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 1.4rem;
    padding-top: 170px;
    cursor: pointer;
    flex-wrap: wrap;
}

.line {
    width: 122px;
    height: 6px;
    background: url(../images/line.png) 0 0 no-repeat;
    background-size: 100%;
}

.title1 {
    height: 50px;
}

#line1 {
    display: block;
}

#line2, #line3 {
    display: none;
}


.tab_c {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.mm {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 100;
    display: flex;

}

.ys {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;

    display: flex;
}

.jh {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.curve {
    width: 200px;
    height: 680px;
    background: url(../images/curve.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 400px;
    top: 10px;
}

.name {
    font-size: 1.4rem;
    font-family: 'Times New Roman', Times, serif;
}

.name1 {
    width: 185px;
    font-size: 1.4rem;
    font-family: 'Times New Roman', Times, serif;
}

.mmp {
    font-size: .8rem;
    opacity: .8;
    text-align: center;
}

.head {
    width: 114px;
    height: 113px;
    background: url(../images/circle1.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    left: 20px;
}

.kunlun {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    left: -50px;
}

.tianshan {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 65px;
    left: -150px;
}

.ming {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: -165px;
}

.wudang {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 400px;
    left: -175px;
}

.shaolin {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 550px;
    left: -50px;
}

.klhead {
    width: 92px;
    height: 92px;
    background: url(../images/klimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.tshead {
    width: 92px;
    height: 92px;
    background: url(../images/tsimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.mjhead {
    width: 92px;
    height: 92px;
    background: url(../images/mjimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.wdhead {
    width: 92px;
    height: 92px;
    background: url(../images/wdimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.slhead {
    width: 92px;
    height: 92px;
    background: url(../images/slimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.mminfo {
    width: 300px;
    height: 500px;
    margin-left: 620px;
    margin-top: 60px;
}

.titlebg {
    width: 281px;
    height: 46px;
    background: url(../images/titlebg.png) 0 0 no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 50px;
    line-height: 46px;
}

.titlebg1 {
    width: 281px;
    height: 46px;
    background: url(../images/titlebg.png) 0 0 no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 50px;
    line-height: 46px;
}

.type1 {
    width: 100%;
    display: flex;
    font-size: 1rem;
    margin-top: 10px;
}

.type1 p {
    margin-left: 10px;
    color: #a7a4a4;
}

.position {
    font-size: 1.2rem;
    margin-top: 5px;
}

.c5_bg2 {
    width: 272px;
    height: 10px;
    background: url(../images/c5_bg2.png) 0 0 no-repeat;
    background-size: 100%;
    margin-top: 10px;
    position: relative;
}

.dian {
    width: 11px;
    height: 11px;
    background: red;
    border-radius: 50%;
    position: absolute;
    left: 243.4px;
}

.dian1 {
    width: 11px;
    height: 11px;
    background: red;
    border-radius: 50%;
    position: absolute;
    left: 243.4px;
    display: none;
}

.type2 {
    width: 100%;
    display: flex;
    font-size: 1rem;
    margin-top: 10px;
    color: #a7a4a4;
}

.Melee {
    margin-left: 40px;
}

.Middle {
    margin-left: 35px;
}

.Distance {
    margin-left: 35px;
}

.c5_bg1 {
    width: 241px;
    height: 48px;
    background: url(../images/c5_bg1.png) 0 0 no-repeat;
    background-size: 100%;
    font-size: 1.4rem;
    padding-left: 55px;
    line-height: 48px;
    color: rgb(126, 107, 91);
    font-weight: bold;
    margin-top: 20px;
}

.c5_text1, .c5_text2, .c5_text3, .c5_text4 {
    font-size: 1rem;
    line-height: 1;
    color: #a7a4a4;
    margin-top: 10px;
}

.shotmm {
    width: 850px;
    height: 750px;
    background: url(../images/klrw.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
}

.mmleft {
    width: 30px;
    height: 42px;
    background: url(../images/c5_left.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 101;
    cursor: pointer;
}

.mmright {
    width: 36px;
    height: 42px;
    background: url(../images/c5_right.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 1800px;
    z-index: 101;
    cursor: pointer;
}

/* 名门第二版 */

.mm2 {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;

}

.emei {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    left: -10px;
}

.gaiban {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    left: -150px;
}

.junzi {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: -245px;
}

.jinyiwei {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 400px;
    left: -165px;
}

.tanmen {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 550px;
    left: -60px;
}

.emhead {
    width: 92px;
    height: 92px;
    background: url(../images/emimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.gbhead {
    width: 92px;
    height: 92px;
    background: url(../images/gbimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.jzthead {
    width: 92px;
    height: 92px;
    background: url(../images/jzimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.jywhead {
    width: 92px;
    height: 92px;
    background: url(../images/jywimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.tmhead {
    width: 92px;
    height: 92px;
    background: url(../images/tmimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.shotmm2 {
    width: 850px;
    height: 750px;
    background: url(../images/emrw.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
}

/* 名门第三版 */

.mm3 {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;

}

.jlg {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: -245px;
}

.jlghead {
    width: 92px;
    height: 92px;
    background: url(../images/jlgimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.shotmm3 {
    width: 850px;
    height: 750px;
    background: url(../images/emrw.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
}


/* 隐士 */

/* 隐士第一版 */

.tyhghead {
    width: 92px;
    height: 92px;
    background: url(../images/tyhgimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.xmghead {
    width: 92px;
    height: 92px;
    background: url(../images/xmgimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.sjyhead {
    width: 92px;
    height: 92px;
    background: url(../images/sjyimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.dmhead {
    width: 92px;
    height: 92px;
    background: url(../images/dmimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.wxjhead {
    width: 92px;
    height: 92px;
    background: url(../images/wxjimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}


.tyhg {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    left: -80px;
}

.xmg {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    left: -150px;
}

.sjy {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: -185px;
}

.dm {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 400px;
    left: -165px;
}

.wxj {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 550px;
    left: -120px;
}


/* 隐士第二版 */

.ys2 {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;
}


.hshead {
    width: 92px;
    height: 92px;
    background: url(../images/hsimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.ssghead {
    width: 92px;
    height: 92px;
    background: url(../images/ssgimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.cfbjhead {
    width: 92px;
    height: 92px;
    background: url(../images/cfbjimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.nlbhead {
    width: 92px;
    height: 92px;
    background: url(../images/nlbimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.xsgmhead {
    width: 92px;
    height: 92px;
    background: url(../images/xsgmimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}


.hs {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    left: -80px;
}

.ssg {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 70px;
    left: -210px;
}

.cfbj {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 230px;
    left: -260px;
}

.nlb {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 400px;
    left: -165px;
}

.xsgm {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 560px;
    left: -90px;
}

/* 隐士第三版 */

.ys3 {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;
}

.xdthead {
    width: 92px;
    height: 92px;
    background: url(../images/xdtimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.xdt {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 220px;
    left: -125px;
}

/* 江湖第一版 */
.jh {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;
}


.tlshead {
    width: 92px;
    height: 92px;
    background: url(../images/tlsimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.xjzhead {
    width: 92px;
    height: 92px;
    background: url(../images/xjzimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.wgmhead {
    width: 92px;
    height: 92px;
    background: url(../images/wgmimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.dyxhead {
    width: 92px;
    height: 92px;
    background: url(../images/dyximg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}

.bszhead {
    width: 92px;
    height: 92px;
    background: url(../images/bszimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}


.tls {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    left: -70px;
}

.xjz {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 70px;
    left: -210px;
}

.wgm {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 230px;
    left: -200px;
}

.dyx {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 400px;
    left: -245px;
}

.bsz {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 560px;
    left: -40px;
}



/* 江湖第二版 */


.jh2 {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
    display: flex;
}

.jzsjhead {
    width: 92px;
    height: 92px;
    background: url(../images/jzsjimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}


.yhghead {
    width: 92px;
    height: 92px;
    background: url(../images/yhgimg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 50%;
    top: 11px;
    left: 11px;
    cursor: pointer;
}


.jzsj {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    left: -195px;
}

.yhg {
    width: 320px;
    height: 200px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 420px;
    left: -205px;
}


/* 六边形 */
.rightNav {
    position: fixed;
    right: 50px;
    top: 50%;
}
/*视频 */
.video{
    width: 100%;
    height: 100vh;
    background-color: rgba(12, 12, 12, 0.3);
    position: fixed;
    top: 0;
    z-index: 1100;
    display: none;
}
.video1{
    width: 800px;
    height: 450px;
    background: #070707;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
}
.close{
    width: 50px;
    height: 50px;
    background: url(../images/x.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 800px;
    cursor: pointer;
}

/* footer */

.w{
    font-size: .9rem;
}