html,
body,
div,
span,
table,
tbody,
tr,
th,
td,
em,
img,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dd,
dt,
ol,
ul,
li,
form,
label,
input,
textarea,
button,
b,
i,
u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
}

a,
img {
    text-decoration: none;
    border: 0;
}

html {
    font-size: 9px;
}

body {

    font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Helvetica", "Arial", "sans-serif";
    color: rgb(212, 212, 212);
    background: rgb(25, 25, 25);
    font-size: 4rem;
    text-align: left;
    line-height: 1;
}


h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: 400;
}

a {
    color: rgb(212, 212, 212);
    font-size: 4rem;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: rgb(212, 212, 212);
}


a:hover {
    text-decoration: none;
    color: #dc364a;
    /* color: #aa1ffb; */
    opacity: 1;
    /* font-weight: 600; */


}

a:active {
    text-decoration: none;
    color: rgb(212, 212, 212);
}


/* index部分 */
.indexBody {
    overflow: hidden;

}

/* 首页部分 */


/* 头部导航 */


/* 介绍 */


/* 项目 */
.catalogue {

    position: fixed;
    bottom: 6rem;
    left: 2rem;
    right: 2rem;
}

.catalogue a {

    overflow-wrap: break-word;
    /* word-break: break-all; */
    word-break: normal;
    font-weight: 600;
    font-size: 3rem;
    /* font-size: 3.5rem; */
    letter-spacing: 1px;
    line-height: 0.5;


}

/* 图片 */
.imgHover {
    position: absolute;
    width: 40rem;
    margin-top: 15rem;
    left: 50%;
    margin-left: -20rem;

    /* height: 20rem; */
    /* margin: 0 auto; */
}

.imgHover img {

    display: block;
    width: 100%;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out 0s;

}



/* 尾部备案 */
.beian {
    /* display: none; */
    position: fixed;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    bottom: 3rem;
    left: 2rem;
    right: 2rem;
}

/* 内页 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}



.indexHeader {
    position: absolute;
    width: 100%;
    height: 13rem;
    padding-top: 3rem;

}


.detailHeader,
.infoHeader {
    width: 100%;
    height: 13rem;
    padding-top: 3rem;
}

.detailHeader a,
.info a {
    font-size: 2rem;
    margin-left: 2rem;
    vertical-align: middle;
}


.logo {
    position: fixed;
    left: 2rem;
    /* left: 2rem; */
}

.front {
    float: left;
    margin-left: 2rem;
}

.back {
    float: right;
    margin-right: 12rem;
}


/* .front {
    float: left;
    margin-left: 2rem;
}

.back {
    float: right;
    margin-right: 12rem;
} */

.box {
    width: 100%;
}

.detailText {
    float: left;
    width: 40%;
    font-size: 1.4rem;
    /* line-height: 1.4; */
    line-height: 1.75;
    margin-left: 2rem;
}



.detailImage {
    float: right;
    width: 45%;
    margin-right: 2rem;
}



.detailFooter {
    float: left;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.left {
    float: left;
    padding-left: 2rem;

}

.right {
    float: left;
    padding-left: 3rem;

}


.detailFooter a {

    font-size: 2rem;
}

/* about部分 */

.infoTextOne {
    float: left;
    margin-left: 2rem;
    margin-right: 35rem;
    margin-bottom: 4.5rem;
}

.infoTextOne p {
    width: 200px;
    font-size: 1.33rem;
    line-height: 1.5;
}


.infoTexTwo {
    float: left;
    width: 55rem;
    margin-left: 2rem;
    margin-bottom: 4.5rem;
    margin-right: 2rem;
}

.infoTexTwo p {
    font-size: 1.44rem;
    line-height: 1.5;
}

.infoTextThree {
    float: left;
    margin-left: 2rem;
}

.infoTextThree p {
    font-size: 1.44rem;
    line-height: 1.5;
}

.zh {
    text-align: justify;
    margin-bottom: 1.5rem;
}

.en {
    margin-top: 1rem;
}





/* 窗口780 */
@media screen and (max-width: 860px) {

    html {
        font-size: 6px;
    }


    .back {
        float: right;
        margin-right: 2rem;
        /* margin-right: 2rem; */

    }

    /* 内页文字 */
    .detailText {
        float: none;
        width: 93.6%;
        margin: 0rem 2rem;
    }


    /* 内页图片 */
    .detailImage {
        float: none;
        width: 93.6%;
        margin: 4rem 2rem;
    }


    .catalogue a {
        overflow-wrap: break-word;
        /* word-break: break-all; */
        word-break: normal;
        font-weight: 600;
        font-size: 3rem;
        /* font-size: 3.5rem; */
        /* color: blue; */
        letter-spacing: 1px;
        line-height: 0.5;
        filter: drop-shadow(16px 16px 20px red) invert(75%);

    }

    /* 尾部备案 */
    .beian {
        /* display: none; */
        position: fixed;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1;
        bottom: 3rem;
        left: 2rem;
        right: 2rem;


    }

    .imgHover {

        display: none;

    }

}