html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}
body::-webkit-scrollbar{
    width:5px;
}

body::-webkit-scrollbar-track{
    background: #eee;
    border-radius:2px;
}

body::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius:5px;
}

body::-webkit-scrollbar-thumb:hover{
    background: #c0c0c0;
}

body::-webkit-scrollbar-corner{
    background: #179a16;
}
#imgshow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

.imgdiv {
    position: relative;
    margin: auto;
}

#show3d {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

#imgmain {
    width: 600px;
    margin: auto;
}

#videoshow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

#sfxsvideoshow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

#chtbvideoshow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

#chtbimgshow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}


.videodiv {
    position: relative;
    height: 90%;
    margin: auto;
}

.close {
    position: absolute;
    left: 20px;
    top: 20px;
}

#videomain {
    height: 90%;
    margin: auto;
}

#sfxsvideomain {
    height: 90%;
    margin: auto;
}

#videolist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


#booklist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


#infolistsfxs {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


#otherlist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#avideolistdiv {
    position: absolute;
    height: 100%;
    width: 400px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
}

#videolistdiv {
    position: absolute;
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    overflow-y: scroll;
}

#booklistdiv {
    position: absolute;
    height: 100%;
    width: 400px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    overflow-y: scroll;
}

.videoclose {
    position: absolute;
    left: 10px;
    top: 10px;
}

.videolistmain {
    padding: 0 50px;
}

.videolistmain > img {
    width: 100%;
}

#qiany {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#jieshu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#qianydiv {
    position: relative;
    height: 100%;
}

#qianymain {
    display: flex;
    align-content: center;
    /*align-items: center;*/
    height: 100%;
}

#qianycontent {
    padding: 50px 200px;
    overflow: hidden;
    flex-direction: column;
}


#qianycontent > h3 {
    text-align: center;
}

#qianycontent > P {
    text-indent: 48px;
    line-height: 150%;
}

.qianyclose {
    position: absolute;
    left: 30px;
    top: 30px;
}

@media screen and (max-width: 1920px) {
    .qianyclose {
        position: absolute;
        left:10px;
        top: 10px;
    }
    #qianycontent {
        display:flex;
        flex-direction: column;
        font-size: 24px;
    }

    #qianycontent > h3 {
        text-align: center;
    }

    #qianycontent > P {
        text-indent: 24px;
        line-height: 150%;
    }
}
@media screen and (max-width: 1080px) {
    .qianyclose {
        position: absolute;
        left:10px;
        top: 10px;
    }
    #qianycontent {
        padding: 10px 10px;
        display:flex;
        flex-direction: column;
    }

    #qianycontent > h3 {
        text-align: center;
    }

    #qianycontent > P {
        text-indent: 24px;
        line-height: 150%;
    }
}

#kefu {
    position: absolute;
    right: 2%;
    bottom: 10%;
}

#show3dmain {
    width: 100%;
    height: 100%;
}

#kefu > img {
    height: 400px;
}

#show3dimg {
    width: 40%;
}

#show3dcontent {
    width: 60%;
    color: #000000;
    text-align: left;
}

#wenda {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#diaoyu360{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#daoyushow{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#wendadiv {
    position: relative;
    height: 100%;
}

#wendamain {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
}

#wendacontent {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    width: 40%;
    position: absolute;
    left: 30%;
    top: 100px;
    text-align: left;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#wendacontent > h3 {
    text-align: center;
}

#wendacontent > P {
    text-indent: 40px;
    line-height: 150%;
    padding-left: 30px;
    padding-right: 30px;
}

.wendaclose {
    position: absolute;
    left: 30px;
    top: 30px;
}

#wendakefu {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

#wendakefu > img {
    height: 400px;
}

#wendaakefu {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

#wendaakefu > img {
    height: 400px;
}

#wendalist {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#wendalistdiv {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.qaaaa{
    text-indent:30px;
}

.wendacontent {
    text-align: left;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display:flex;
    flex-direction: column;
    width:50%;
    margin:20px;
}
.wendaclose {
    position: absolute;
    left: 30px;
    top: 30px;
}

.wendalistmain { /*padding-top: 46px;*/
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 60%;
    border-radius: 10px;
    overflow: auto;
    padding-bottom: 10px;
    flex: 1;
    height: 0;
}



@media screen and (max-width: 1000px) {
    .wendaclose {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .wendacontent {
        border: 1px solid #ffffff;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        display:flex;
        flex-direction: column;
        width:100%;
        margin:20px;
        margin-top:50px;
    }
    .wendalistmain { /*padding-top: 46px;*/
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
        border-radius: 10px;
        overflow: auto;
        padding-bottom: 10px;
        flex: 1;
        height: 0;
    }

}


.wendalistcontent { /*width:100%;*/ /*padding-left:100px;*/ /*overflow:hidden;*/ /*font-size: 24px;*/
    margin-top: 10px;
}

.wendaicon {
    width: 60px;
    height: 50px;
    line-height: 50px;
}

.wendaicon > img {
    width: 40px;
    margin: auto;
    vertical-align: middle;
}

.wendatext {
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
    flex: 1;
}

.wendalistlist {
    display: flex;
    flex-direction: row;
    background-color: #383838;
    align-items: center;
}

.wendalistcontent > h3 { /* line-height: 30px; */
    font-size: 20px;
    background: #383838;
    padding: 10px;
    text-align: left;
}

.wendalistcontent > P {
    text-indent: 48px;
    line-height: 150%;
}

.wendalistclose {
    position: absolute;
    left: 30px;
    top: 30px;
}

.indexbody {
    background-color: #543221; /*background: url('../img/indexbg.png');*/ /*background-size: cover;*/ /*background-repeat: no-repeat;*/ /*background-position: center;*/
}

.logo {
    width: 516px;
    height: 426px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: -213px;
    margin-left: -258px;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.poa {
    position: absolute;
}

.lt0 {
    left: 0;
    top: 0;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

#diaoshu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#diaoshudiv {
    position: absolute;
    left: 0;
    height:100%;
    top: 0;
    display: flex;
    flex-direction: row;
}

#diaoshutext {
    flex: 1;
}

#diaoshucontent {
    margin: auto;
    width: 62%;
    margin-top: 10%;
    height: 58%;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px; /* border: 1px solid #FFFFFF; */ /* align-items: center; */
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    text-indent: 48px;
    overflow-y: auto;
}

#diaoshuimg {
    flex: 1;
    overflow: hidden;
}

#diaoshuimg > img {
    width: 90%;
    margin-top: 10%;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.tuimgdiv {
    width: 90%;
    margin-top: 10%;
    border-radius: 10px;
}

.tuimgdiv > img {
    width: 100%;
}

#luopan {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.imgwh {
    width: 22px;
    height: 27.5px;
    z-index: 9999;
    cursor: pointer;
}
.tstxt {
    color: #fff;
    position: absolute;
}

#zanpan{
    position: absolute;
    left: 0;
    top: 10%;
    background: rgba(0,0,0,0.5);
    width: 100px;
    height: 700px;
    padding: 10px;
    overflow-y: auto;
}
.apic{
    position:relative;right:0;top:20px;height:100%; width:100%;display:flex;
}