@charset "utf-8";

@font-face {
    font-family: "Futura Std Bold";
    /*src: url('../font/FuturaStd-Bold.eot');*/
    /*src: url('../font/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/FuturaStd-Bold.woff') format('woff'),
    url('../font/FuturaStd-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Futura Std BoldOblique";
    /*src: url('../font/FuturaStd-BoldOblique.eot');*/
    /*src: url('/public/font/FuturaStd-BoldOblique.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/FuturaStd-BoldOblique.woff') format('woff'),
    url('../font/FuturaStd-BoldOblique.otf') format('truetype');
}

@font-face {
    font-family: "Futura Std Book";
    /*src: url('../font/FuturaStd-Book.eot');*/
    /*src: url('/public/font/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/FuturaStd-Book.woff') format('woff'),
    url('../font/FuturaStd-Book.otf') format('truetype');
}

@font-face {
    font-family: "Futura Std BookOblique";
    /*src: url('../font/FuturaStd-BookOblique.eot');*/
    /*src: url('/public/font/FuturaStd-BookOblique.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/FuturaStd-BookOblique.woff') format('woff'),
    url('../font/FuturaStd-BookOblique.otf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

img {
    display: block;
}

ul, li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.flex-box {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    
}
.center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center; 
    -ms-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
}
html, body {
    height: 100%;
    font-size: 30px;
}

html[lang='cn'] body {
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", sans-serif;
}

html[lang='en'] body {
    font-family: "Futura Std Book", sans-serif;
}

a {
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    color: #6d6e71;
}

.main {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*loading页样式*/
.entrance {
    margin: auto;
    position: fixed;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 500px;
    width: 500px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.entrance > .name {
    font-size: 113px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color 0.8s;
    -moz-transition: color 0.8s;
    -o-transition: color 0.8s;
    transition: color 0.8s;
    font-family: 'Futura Std Bold';
    letter-spacing: 10px;

}

.entrance > .name > span {
    display: block;
    line-height: 1.22;
}

.entrance > .name.ch {
    font-weight: bold;
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", sans-serif;
    font-size: 111px;
    line-height: 1.2;
}

.entrance > .name:hover {
    color: rgba(0, 0, 0, 0.6);
}

/*导航样式*/
.nav,
.nav > .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav {width: 100%;}
.nav > .left {max-width: 90%;}

.nav > .left,
.nav > .left .navitem-wrap,
.nav .works-year-nav ul,
.nav .works-year-nav ul li {
    float: left;
}

.nav .works-year-nav ul {
    margin-left: 15px;
}

.nav .works-year-nav ul li {
    margin-right: 30px;
}

.nav .works-year-nav a {
    padding-right: 10px;
}

html[lang=cn] .nav a {
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

html[lang=en] .nav a {
    font-family: "Futura Std Bold";
}

.nav > .left .item:first-letter {
    text-transform: uppercase;
}

html[lang='cn'] .nav a:hover,
html[lang='cn'] .nav .active {
    font-style: italic;
}

html[lang=en] .nav a:hover,
html[lang='en'] .nav .active {
    font-family: "Futura Std BoldOblique";
}

.nav > .name {
    float: right;
    text-align: center;
}

/*home首页样式*/
.main-pic-list .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-pic-list .row .pic-item {
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-pic-list .row .pic-item + .pic-item {
    margin-left: 30px;
}

.main-pic-list .pic-item > .pic-wrap {
    overflow: hidden;
    max-height: 805px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    min-height: 200px;
    background-color: rgba(200, 200, 200, 0.1);
    position: relative;
    cursor: pointer;
}

.main-pic-list .pic-item > .pic-wrap:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.main-pic-list .pic-item > .pic-wrap:hover:after {
    opacity: 1;
}

.main-pic-list .pic-item > .pic-wrap > .list-img {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 5s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.main-pic-list .pic-item > .pic-wrap > .list-img.show {
    opacity: 1;
}

.main-pic-list .pic-item > .pic-title {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.main-pic-list .pic-item > .pic-title:first-letter {
    text-transform: uppercase;
}

html[lang='cn'] .main-pic-list .pic-item > .pic-title {
    font-weight: bold;
}

html[lang='cn'] .main-pic-list .pic-item > .pic-title:hover {
    font-style: italic;
}

html[lang='en'] .main-pic-list .pic-item > .pic-title {
    font-family: "Futura Std Bold", sans-serif;
}

html[lang='en'] .main-pic-list .pic-item > .pic-title:hover {
    font-family: "Futura Std BoldOblique";
}

/*biography、text页样式*/
.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content a {
    display: inline;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #6d6e71;
}

.content p {
    text-align: justify;
    color: #6d6e71 !important;
}

.content p span {
    color: #6d6e71 !important;
}

.content a {
    text-decoration: underline;
}

.content .ql-size-text-en {
    font-family: "Futura Std Book";
}

.content .ql-size-italic-en {
    font-family: "Futura Std BookOblique";
}

.content .ql-size-title-cn {
    /*font-family: "Futura Std Bold";*/
    font-weight: bold;
}

.content .ql-size-title-en {
    font-family: "Futura Std Bold";
}

html[lang='en'] .content h1,
html[lang='en'] .content h2,
html[lang='en'] .content h3,
html[lang='en'] .content h4,
html[lang='en'] .content h5,
html[lang='en'] .content h6 {
    font-family: "Futura Std Bold";
}

html[lang='cn'] .content h1,
html[lang='cn'] .content h2,
html[lang='cn'] .content h3,
html[lang='cn'] .content h4,
html[lang='cn'] .content h5,
html[lang='cn'] .content h6 {
    font-weight: bold;
}

.content > .text-piece > h1,
.content > .text-piece > h2,
.content > .text-piece > h3,
.content > .text-piece > h4,
.content > .text-piece > h5,
.content > .text-piece > h6 {
    text-align: center;
    width: 35%;
    margin-bottom: 40px;
}

.content .lower-piece-cont > p {
    line-height: 1.4;
    text-align: justify;
    text-indent: 2em;
}

.content .lower-piece-cont > .author-wrap {
    text-align: right;
    color: #6d6e71;
}

.content > .text-piece {
    overflow: hidden;
    padding-bottom: 60px;
}

.content > .publication-piece {
    padding-bottom: 45px;
}

.content > .text-piece > .lower-piece-cont {
    float: left;
    overflow: hidden;
}

html[lang='en'] .content > .text-piece > .lower-piece-cont.spread,
html[lang='cn'] .content > .text-piece > .lower-piece-cont.spread {
    height: 100%;
}

.content > .text-piece > .lower-piece-pic {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 0 10%;
    display: none;
}

.content > .text-piece > .lower-piece-pic.show {
    display: block;
}

.content > .text-piece > .more-wrap {
    width: 100%;
    float: left;
    color: #6d6e71;
}

/*publication页样式*/
.publication-piece > .publication-cont {
    font-size: 24px;
    padding: 35px 0 25px;
}

.publication-piece > .publication-cont > h1,
.publication-piece > .publication-cont > h2,
.publication-piece > .publication-cont > h3,
.publication-piece > .publication-cont > h4,
.publication-piece > .publication-cont > h5,
.publication-piece > .publication-cont > h6 {
    font-weight: normal;
    font-size: 24px;
}

.publication-piece > .publication-pic-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.publication-piece > .publication-pic-wrap > .publication-pic {
    width: 16%;
    float: left;
    margin-bottom: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.publication-piece > .publication-pic-wrap > .publication-pic.big {
    width: 33%;
}

.publication-piece > .publication-pic-wrap > .publication-pic > img {
    width: 100%;
}

@media screen and (max-width: 2560px) {
    .main {
        width: 100%;
        max-width: 2560px;
        padding: 35px 55px 0;
        margin: 0 auto;
    }

    .nav {
        margin-bottom: 35px;
    }

    .nav > .left {
        height: 82px;
        line-height: 82px;
    }

    .nav > .name {
        height: 82px;
    }

    html[lang='cn'] .left .item {
        margin-right: 70px;
        padding-right: 10px;
    }

    html[lang='en'] .left .item {
        margin-right: 42px;
        padding-right: 10px;
    }
    
    html[lang='en'] .content h1 {
        font-size: 24px;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
        font-size: 20px;
    }

    html[lang='en'] .content p {
        font-size: 24px;
    }

    html[lang='cn'] .content p {
        font-size: 20px;
        line-height: 1.6;
    }

    .content > .text-piece > .lower-piece-cont {
        width: 35%;
        height: 321px;
    }
    
    html[lang='en'] .content .lower-piece-cont > .author-wrap {
        font-size: 24px;
    }

    .content .lower-piece-cont > .author-wrap {
        font-size: 20px;
        padding: 60px 0 145px;
        line-height: 1.4;
    }
    
    /*html[lang='en'] .content .author-wrap .date {
        font-size: 22px;
    }*/

    .content > .text-piece > .more-wrap {
        margin-top: 30px;
    }

    .content > .text-piece > .more-wrap > .more {
        padding: 10px;
        margin-left: 30.5%;
        font-size: 24px;
        cursor: pointer;
    }

    .content > .text-piece > .lower-piece-pic {
        width: 65%;
    }

    .content > .text-piece > .lower-piece-pic > img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1440px) {

    /*loading页样式*/
    .entrance {
        top: -80px;
        height: 400px;
    }

    .entrance > .name {
        font-size: 108px;
        letter-spacing: 8px;
    }

    .entrance > .name > span {
        line-height: 1.21;
    }

    .entrance > .name.ch {
        font-size: 106px;
    }

    .main {
        max-width: 100%;
        padding: 33px 40px 0;
        margin: 0 auto;
    }

    .nav > .left a,
    .nav > .name {
        font-size: 25px;
    }

    .nav {
        margin-bottom: 30px;
    }

    .nav > .left {
        height: 75px;
        line-height: 75px;
    }

    .nav > .name {
        height: 75px;
    }

    html[lang='cn'] .left .item {
        margin-right: 57px;
    }

    html[lang='en'] .left .item {
        margin-right: 30px;
    }

    .left .navitem-wrap:last-child .item {
        margin-right: 0;
    }

    html[lang='en'] .content h1 {
        font-size: 22px;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
        font-size: 18px;
    }

    html[lang='en'] .content p {
        font-size: 20px;
    }

    html[lang='cn'] .content p {
        font-size: 16px;
    }

    .content > .text-piece > h1,
    .content > .text-piece > h2,
    .content > .text-piece > h3,
    .content > .text-piece > h4,
    .content > .text-piece > h5,
    .content > .text-piece > h6 {
        width: 50%;
        margin-bottom: 30px;
    }
    
    html[lang='en'] .content .lower-piece-cont > .author-wrap {
        font-size: 20px;
    }

    .content .lower-piece-cont > .author-wrap {
        font-size: 16px;
        padding: 45px 0 145px;
    }
    
    /*html[lang='en'] .content .author-wrap .date {
        font-size: 20px;
    }*/

    .content > .text-piece > .lower-piece-pic {
        width: 50%;
    }

    .content > .text-piece > .lower-piece-pic > img {
        max-width: 100%;
    }

    .content > .text-piece > .lower-piece-cont {
        width: 50%;
    }
    
    html[lang='en'] .content > .text-piece > .lower-piece-cont {
        height: 308px;
    }

    html[lang='cn'] .content > .text-piece > .lower-piece-cont {
        height: 250px;
    }

    .content > .text-piece > .more-wrap {
        margin-top: 30px;
    }

    .content > .text-piece > .more-wrap > .more {
        padding: 10px;
        margin-left: 44%;
        font-size: 22px;
        cursor: pointer;
    }

    /*publication页样式*/
    .publication-piece > .publication-cont {
        font-size: 20px;
        padding: 0 0 25px;
    }

    .publication-piece > .publication-cont > h1,
    .publication-piece > .publication-cont > h2,
    .publication-piece > .publication-cont > h3,
    .publication-piece > .publication-cont > h4,
    .publication-piece > .publication-cont > h5,
    .publication-piece > .publication-cont > h6 {
        font-size: 20px;
    }

    .publication-piece > .publication-pic-wrap > .publication-pic {
        width: 20%;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .publication-piece > .publication-pic-wrap > .publication-pic.big {
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .main {
        max-width: 100%;
        padding: 25px 25px 0;
        margin: 0 auto;
    }
    .nav > .left a,
    .nav > .name {
        font-size: 22px;
    }
    html[lang='cn'] .left .item {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .main {
        max-width: 100%;
        padding: 25px 25px 0;
        margin: 0 auto;
    }
    .nav > .left a,
    .nav > .name {
        font-size: 20px;
    }
    html[lang='cn'] .left .item {
        margin-right: 50px;
    }
}
@media screen and (max-width: 900px) and (min-width: 769px) {
    .nav > .left {
        height: auto;
        line-height: normal;
    }
    .nav > .name {
        height: auto;
    }
}
@media screen and (max-width: 768px) {

    /*loading页样式*/
    .entrance {
        top: -1rem;
        height: 4.3rem;
        width: 100%;
    }

    .entrance > .name {
        font-size: 1.14rem;
        letter-spacing: 0.12rem;
    }

    .entrance > .name > span {
        line-height: 1.22;
    }

    .entrance > .name.ch {
        font-size: 1.22rem;
        line-height: 1.1em;
    }

    .main {
        min-width: 100%;
    }

    .main-ios {
        width: 100%;
        padding: 0.35rem 0.25rem 0;
    }

    .nav {
        margin-bottom: 0.46rem;
    }

    .nav > .left {
        max-width: 80%;
        height: auto;
        max-height: 0.8rem;
        line-height: normal;
    }
    .nav > .name {
        max-width: auto;
    }
    .nav > .left .nav-list,
    .nav > .left .works-year-nav {
        width: 100%;
    }

    .nav > .left .navitem-wrap {
        width: 33%;
    }

    html[lang='cn']  .nav > .left .navitem-wrap {
        width: 16%;
    }

    .nav > .left .navitem-wrap:nth-child(2),
    .nav > .left .navitem-wrap:nth-child(5) {
        width: 28%;
    }

    .nav .works-year-nav ul {
        margin-left: 0;
    }

    .nav .works-year-nav ul li {
        margin-right: 20px;
    }

    .nav > .left .navitem-wrap > .item,
    .nav > .left a,
    .nav > .name {
        font-size: 0.28rem;
    }

    .nav > .name {
        height: 0.8rem;
    }

    html[lang='cn']  .nav .name,
    .nav .item,
    .nav li a {
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .nav > .left .navitem-wrap > .item {
        height: auto;
        margin-right: 0;
        padding-right: 0.15rem;
        white-space: nowrap;
    }

    /*home首页样式*/
    .main-pic-list .pic-item > .pic-title {
        display: none;
        /*font-size: 0.2rem;
        font-weight: normal;
        margin-top: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    }

    .main-pic-list .pic-item > .pic-wrap {
        min-height: 1.3rem;
    }

    .main-pic-list .row .pic-item {
        padding-bottom: 0.4rem;
    }

    .main-pic-list .row .pic-item + .pic-item {
        margin-left: 0.2rem;
    }

    .pic-wrap:after {
        display: none;
    }

    /*biography、text页样式*/
    html[lang='en'] .content h1 {
        font-size: 0.26rem;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
        font-size: 0.26rem;
    }
    
    html[lang='cn'] .content p,
    html[lang='en'] .content p {
        font-size: 0.24rem;
    }

    .content > .text-piece > h1,
    .content > .text-piece > h2,
    .content > .text-piece > h3,
    .content > .text-piece > h4,
    .content > .text-piece > h5,
    .content > .text-piece > h6 {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .content > .text-piece {
        padding-bottom: 0.8rem;
    }

    .content > .publication-piece {
        padding-bottom: 0.6rem;
    }

    .content .lower-piece-cont > .author-wrap {
        font-size: 0.24rem;
        padding: 0.4rem 0 1rem;
    }
    
    html[lang='en'] .content .lower-piece-cont > .author-wrap {
        font-size: 0.24rem;
    }

    .content > .text-piece > .lower-piece-pic {
        width: 100%;
        padding: 0;
        float: none;
    }

    .content > .text-piece > .lower-piece-pic > img {
        max-width: 100%;
    }
    
    html[lang='en'] .content > .text-piece > .lower-piece-cont {
        height: 2.93rem; 
    }

    html[lang='cn'] .content > .text-piece > .lower-piece-cont {
        height: 3.1rem; 
    }

    .content > .text-piece > .lower-piece-cont {
        width: 100%;
        float: none;
    }

    .content > .text-piece > .more-wrap {
        margin-top: 0.2rem;
        text-align: right;
        float: none;
    }

    .content > .text-piece > .more-wrap > .more {
        padding: 0.1rem;
        margin-left: 0;
        font-size: 0.28rem;
        cursor: pointer;
        margin-right: 0.1rem;
    }

    /*publication页样式*/
    .publication-piece > .publication-cont {
        font-size: 0.24rem;
        padding: 0.1rem 0 0.25rem;
    }

    .publication-piece > .publication-cont > h1,
    .publication-piece > .publication-cont > h2,
    .publication-piece > .publication-cont > h3,
    .publication-piece > .publication-cont > h4,
    .publication-piece > .publication-cont > h5,
    .publication-piece > .publication-cont > h6 {
        font-weight: normal;
        font-size: 0.24rem;
    }

    .publication-piece > .publication-pic-wrap {
        display: block;
    }

    .publication-piece > .publication-pic-wrap > .publication-pic {
        width: 100%;
        float: none;
        margin-bottom: 0.15rem;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .publication-piece > .publication-pic-wrap > .publication-pic.big {
        width: 100%;
    }

    .publication-piece > .publication-pic-wrap > .publication-pic > img {
        width: 100%;
    }
}