* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

@font-face {
    font-family: 'font1';
    src: url('../font/SourceHanSerifCN-SemiBold-7.otf')
}

@font-face {
    font-family: 'font2';
    src: url('../font/XinDiZhaoMeng.ttf')
}

html,
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'sans-serif';
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    touch-action: manipulation;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
}

img {
    border: 0;
    vertical-align: middle;
}

@font-face {
    font-family: "font";
    src: url('./static/font/font.ttf');
}

::-webkit-scrollbar {
    opacity: 0;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #D1CCB9;
}

::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 8px;
}

body {
    width: 100vw;
    background: #D1CCB9;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.topBg {
    width: 100%;
}

.topBg img {
    width: 100%;
}

.mainBody {
    /* width: calc(100vw - 72px);
    margin: 0 auto 3vw; */
    width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: url(../image/else/bg_ornament.png) repeat center #D1CCB9;
    background-size: 100%;
    background-attachment: fixed; /* 背景固定 */
}

.titText {
    margin-top: 5.5vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

.titTextEnd {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

.titText img {
    width: 12%;
    min-width: 150px;
}
.Preface_EN, .Conclusion_EN {
    position: absolute;
    top: -0.45rem;
    transform: translateX(-50%);
    left: 50%;
    z-index: 3;
    height: 1.6rem;
}
.titInfo {
    padding: .7vw;
    /* width: calc(84% - 4vw); */
    width: 84%;
    margin: 0 auto 60px;
    background: #f4efe9;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: 
    radial-gradient(30px at 30px 30px, transparent calc(98% - 3px), #C9B06F calc(100% - 3px) 98%, transparent), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F);
    background-position: -30px -30px, 29px 0, 29px 100%, 0 29px, 100% 29px;
    background-size: 100% 100%, calc(100% - 58px) 3px, calc(100% - 58px) 3px, 3px calc(100% - 58px), 3px calc(100% - 58px);
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
.titInfo::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: -1;
    background: url(../image/else/text_bg1.png), 
                radial-gradient(circle at top left, transparent 26px, #fbf8f3 26px) top left, 
                radial-gradient(circle at top right, transparent 26px, #fbf8f3 26px) top right, 
                radial-gradient(circle at bottom right, transparent 26px, #fbf8f3 26px) bottom right, radial-gradient(circle at bottom left, transparent 26px, #fbf8f3 26px) bottom left;
    background-size: 100% 100%, 60% 60%, 60% 60%, 60% 60%, 60% 60%;
    background-repeat: no-repeat;
}
.titInfoInner {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    box-sizing: border-box;
    background: 
        radial-gradient(30px at 30px 30px, transparent calc(98% - 1px), #C9B06F calc(100% - 1px) 98%, transparent), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F);
    background-position: -30px -30px, 29px 0, 29px 100%, 0 29px, 100% 29px;
    background-size: 100% 100%, calc(100% - 58px) 1px, calc(100% - 58px) 1px, 1px calc(100% - 58px), 1px calc(100% - 58px);
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}



.titInfo li {
    font-family: 'font1';
    color: #1b314f;
    text-indent: 2em;
    line-height: 1.8;
    text-align: justify;
    /* word-break: break-word;
    letter-spacing: normal; */
    font-size: calc(100vw * 19 / 1920);
}

.titInfo .text_ornament {
    position: absolute;
    text-indent: 0em;
    transform: scale(.7);
}

.titInfo .text_ornament:nth-child(1) {
    left: -8px;
    top: -8px;
    transform: scale(.7);
}

.titInfo .text_ornament:nth-child(2) {
    right: -8px;
    top: -8px;
    transform: rotate(90deg) scale(.7);
}

.titInfo .text_ornament:nth-child(3) {
    right: -8px;
    bottom: -8px;
    transform: rotate(180deg) scale(.7);
}

.titInfo .text_ornament:nth-child(4) {
    left: -8px;
    bottom: -8px;
    transform: rotate(270deg) scale(.7);
}

.unitTit {
    width: 84%;
    font-size: calc(100vw * 36 / 1920);
    color: #9aa29a;
    font-family: 'font1';
    display: flex;
    justify-content: space-evenly;
    padding: 1vw 0px;
    padding: .6vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: 
    radial-gradient(10px at 10px 10px, transparent calc(98% - 3px), #C9B06F calc(100% - 3px) 98%, transparent), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F), 
    linear-gradient(#C9B06F, #C9B06F);
    background-position: -10px -10px, 9px 0, 9px 100%, 0 9px, 100% 9px;
    background-size: 100% 100%, calc(100% - 18px) 3px, calc(100% - 18px) 3px, 3px calc(100% - 18px), 3px calc(100% - 18px);
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
.unitTit::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: -1;
    background: url(../image/else/text_bg1.png), 
                radial-gradient(circle at top left, transparent 6px, #fbf8f3 6px) top left, 
                radial-gradient(circle at top right, transparent 6px, #fbf8f3 6px) top right, 
                radial-gradient(circle at bottom right, transparent 6px, #fbf8f3 6px) bottom right, radial-gradient(circle at bottom left, transparent 6px, #fbf8f3 6px) bottom left;
    background-size: 100% 100%, 60% 60%, 60% 60%, 60% 60%, 60% 60%;
    background-repeat: no-repeat;
}
.unitTitInner {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: .3rem 0 0;
    box-sizing: border-box;
    background: 
        radial-gradient(10px at 10px 10px, transparent calc(98% - 1px), #C9B06F calc(100% - 1px) 98%, transparent), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F), 
        linear-gradient(#C9B06F, #C9B06F);
    background-position: -10px -10px, 9px 0, 9px 100%, 0 9px, 100% 9px;
    background-size: 100% 100%, calc(100% - 18px) 1px, calc(100% - 18px) 1px, 1px calc(100% - 18px), 1px calc(100% - 18px);
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.unitTit li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-top: 3px;
    transition: all .3s;
    position: relative;
    padding-bottom: 10px;

    transition: all .3s;
    transform: scale(.8);
    opacity: .6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.unitTit .enName {
    font-size: calc(100vw * 20 / 1920);
    margin-top: -5px;
}

.unitTit .liPitch {
    transform: scale(1);
    opacity: 1;
    color: #536152;
}
.unitTit li .selectedLine {
    height: .5rem;
    min-height: 5px;
    max-width: 90%;
    position: static;
    width: auto;
    margin: 0;
}

.unitTit li:hover {
    cursor: pointer;
    opacity: .8;
}

.unitTit li:hover .p1 {
    display: block;
}

.unitInfo {
    padding: 1.5vw 2vw;
    width: calc(84% - 4vw);
    margin: 0 auto;
    border: 1px solid #b9b298;
    background: #f4efe9;
    position: relative;
    margin-bottom: 3.6vw;
}

.unitInfo li {
    font-family: 'font1';
    color: #64544f;
    text-indent: 2em;
    line-height: 1.8;
    text-align: justify;
    /* word-break: break-word;
    letter-spacing: normal; */
    font-size: calc(100vw * 19 / 1920);
}

.unitInfo p {
    content: '+';
    font-size: 24px;
    font-weight: 100;
    position: absolute;
    text-indent: 0em;
}

.unitInfo p:nth-child(1) {
    left: -8px;
    top: -19px;
}

.unitInfo p:nth-child(2) {
    right: -8px;
    top: -19px;
}

.unitInfo p:nth-child(3) {
    right: -8px;
    bottom: -15px;
}

.unitInfo p:nth-child(4) {
    left: -8px;
    bottom: -15px;
}

.unitList {
    width: 84%;
    margin: 0 auto;
    /* border: 1px solid red; */
}
.unitList .liNameBox {
    margin: 1.8vw auto;
    text-align: center;
}
.unitList .liNameBox img {
    height: .4rem;
    min-height: 5px;
    max-width: 90%;
    display: flex;
    margin: 2px auto;
}
.unitList .liName_CN {
    font-size: calc(100vw * 28 / 1920);
    color: #63554f;
    font-family: 'font1';
    text-align: center;
    display: flex;
    justify-content: center;
}
/* .unitList .liName .liNameText::after  {
    content: "";
    display: block;
    background: url(../image/else/titleLine.png) center no-repeat;
    background-size: contain;
    height: 1rem;
    position: static;
} */
.unitList .liName_EN {
    text-align: center;
    font-family: 'font1';
    font-size: calc(100vw * 20 / 1920);
    color: #63554f;
}

.unitList .liInfo {
    margin-bottom: 1.8vw;
    font-size: calc(100vw * 20 / 1920);
    color: #63554f;
    font-family: 'font1';
    text-indent: 2em;
    line-height: 1.8;
    white-space: pre-wrap;
    text-indent: 2em;
}

.unitList .liImgs {
    margin-bottom: 3.6vw;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.unitList .liImgs .lis {
    width: calc(48.5% - 1.6vw);
    background: #FBF8F3;
    box-shadow: 0px 8px 8px #eee;
    padding: .8vw;
    margin-bottom: 1.8vw;
    display: flex;
    animation: lis .4s ease forwards;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
}

.unitList .liImgs .lis .msk {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@keyframes lis {
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.unitList .liImgs .lis:hover {
    cursor: pointer;
}

.unitList .liImgs .lis .leftImg {
    position: relative;
}

.unitList .liImgs .lis .leftImg p {
    position: absolute;
    top: 1.6vw;
    right: -.9vw;
    width: 1.8vw;
    height: 2px;
    border-radius: 2px;
    background: #64544f;
}

.unitList .liImgs .lis .leftImg img {
    box-shadow: 0px 8px 8px #eee;
    transition: all .4s;
}

.unitList .liImgs .lis:hover .leftImg img {
    box-shadow: 0px 8px 8px #a0a0a0;
    transform: translateY(-.4vw) rotate(4deg);
}



.unitList .liImgs .lis .rightInfo {
    margin-left: 2vw;
    margin-right: .8vw;
    color: #63544f;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.unitList .liImgs .lis .rightInfo .name {
    font-size: calc(100vw * 30 / 1920);
    margin-top: .8vw;
    font-family: 'font1';
}

.unitList .liImgs .lis .rightInfo .tits {
    font-size: calc(100vw * 20 / 1920);
    margin-top: .8vw;
    /* font-family: 'font1'; */
    line-height: 1.7;
    white-space: pre-wrap;
}

.unitList .liImgs .lis .rightInfo .info {
    font-size: calc(100vw * 16 / 1920);
    line-height: 1.7;
    /* margin-top: .8vw; */
}
.unitList .liImgs .lis .rightInfo .info_EN {
    font-size: calc(100vw * 16 / 1920);
    line-height: 1.7;
    margin-top: 0;
}
.unitList .liImgs .lis .rightInfo .name_EN{
    margin-top: 1rem !important;
}
.endTit {
    margin-bottom: 5vw;
}

.fullBox {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fullBox .menu {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    padding: 2px 2px;
    z-index: 3;
}

.fullBox .menu li {
    padding: 16px 14px;
    cursor: pointer;
}

.fullBox .menu li img {
    transition: all .3s;
}

.fullBox .menu img:hover {
    opacity: 1;
}

.fullBox .fullImg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 30vw;
    cursor: pointer;
}

.fullBox .fullImg img {
    width: 100%;
}

.fullBox .fullImg .msk {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.fullBox .loading {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 50px;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    to {
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
}

.btn {
    width: 5.5vw;
    position: fixed;
    z-index: 1;
    right: 2vw;
    bottom: 2vw;
    cursor: pointer;
    transition: all .3s;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.btn:hover {
    opacity: .7;
}

.pageFooter {
    background: url(../image/else/footer_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page_footer_content {
    margin: 30px 20px;
}

.page_footer_pc {
    display: block;
    width: 84%;
}

.page_footer_h5 {
    display: none;
}

.right_ornamen {
    transform: rotate(180deg);
}

.logo_ornamen_box {
    width: 100%;
    text-align: center;
}
.logo_ornamen {
    width: 10%;
}