/*隐藏滚动条*/

/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./font/slick.eot');
    src: url('./font/slick.eot?#iefix') format('embedded-opentype'), url('./font/slick.woff') format('woff'), url('./font/slick.ttf') format('truetype'), url('./font/slick.svg#slick') format('svg');
} */
@font-face {
    font-family: PingFang;
    /* src: url('https://caa2021.oss-cn-beijing.aliyuncs.com/caa/font/PingFang-Medium.ttf'); */
    /* src: url('font/PingFangSC-Mod-16.d4e0-Regular.otf'); */
}
@font-face {
    font-family: agipo;
    /* src: url('https://caa2021.oss-cn-beijing.aliyuncs.com/caa/font/agipo_regular.otf'); */
}

/* --------------------------------

Primary style

-------------------------------- */

*{
    margin: 0;
    padding: 0;
    /*pointer-events: none;*/ /*xiwen 禁止长按下载图片*/
}

body, html {
  /* important */
  /* font: 14px/1.4 agipo,PingFang!important; */
  font: 18px/1.4 agipo,PingFang!important;
  height: 100%;
  padding:0;
  margin:0;
}
body.menu_open,body.modal-open {
    overflow: hidden;
}
/*a {
  color: #b4d7a8;
  text-decoration: none;
}*/
a {
    color: #000;
    transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover {
    color: #000;
}
a:hover>span {
    border-bottom: 1px solid #000;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    padding-top: 0;
    color: #000;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

font {
    font-family: agipo,PingFang!important;
}

.about-modal, .people-modal, .jobs, .awards-modal {
    margin: 0;
}
.about-modal .page-title, .people-modal .page-title, .jobs .page-title, .awards-modal .page-title {
    float: none;
    text-transform: uppercase;
    margin-top: -27px;
}
.about-modal .modal-body-content, .people-modal .modal-body-content, .jobs .modal-body-content, .awards-modal .modal-body-content {
    margin-top: 70px;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 70%;
  max-width: 910px;
  margin-left: 87px;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/*
  header
*/
.header {
    display: block;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 1099;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    overflow: scroll;
    transform: translate(0, 0);
}
.header .title {
    display: none;
}
.header.active {
    transform: translate(100%, 0);
}
.header.active {
    transform: translate(100%, 0);
}
.header div>ul {
    height: 100vh;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: space-between;
    padding: 50px 0;
}
.header div > ul {
    padding: 55px 0 50px;
    max-height: 800px;
}
.header li {
    width: 100%;
    &:last-child {
        margin-bottom: 0;
    }
}
.header a {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    font-size: 65px;
    text-transform: uppercase;
}
.search-input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    width: 0;
    height: 96px;
    line-height: 96px;
    padding: 0;
    font-size: 65px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s;
    color:#000
    
}
.search-input:hover, .search-input:focus {
    outline: none;
}
.header-mobile {
    display: none;
}
.search-box {
    text-align: center;
}
.search-box .search {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    width: 96px;
    height: 96px;
    line-height: 96px;
    background: url(../images/icon-search.svg) center no-repeat;
    background-size: auto 100%;
    background-position: center 13px;
}
.search-box.open {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-position: 0 center;
    
}
/* .search-box.open a{ */
    /* float:right; */
    
/* } */
.search-box.open .search {
	
    margin-left: -10px;
}
.search-box.open .search-input {
	/* float:left; */
	    margin-left: 100px;
    width: 70%;
    padding: 0 3px;
    /* padding-right:73px; */
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-appearance: none;
    border-radius: 0;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 48px;
    height: 100%;
    border-right: 2px solid #000;
}
.sidebar.background--dark {
    border-right-color: #fff;
    /* border: none; */
}
.sidebar.background--dark .sidebar-inner {
    border-right-color: #fff;
    /* border: none; */
}
.blackLine{
    position: relative;
}
.whiteLine{
    position: relative;
}
.blackLine::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 46px;
    top: 0;
    background-color: #000;
    z-index: 40;
}
.whiteLine::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 46px;
    top: 0;
    background-color: #fff;
    z-index: 40;
}
.sidebar .menu {
    padding: 20px 0 0;
    text-align: center;
}

.sidebar-title {
    position: absolute;
    bottom: 35px;
    left: 2px;
    width: 100%;
    font-size: 37px;
    line-height: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.00em; /*xiwen*/
}

.sidebar.background--dark .sidebar-title, .sidebar.background--dark .sidebar-title a {
    color: #fff;
}
.sidebar.background--dark .sidebar-inner {
    border-right-color: #fff;
}
.sidebar .menu a {
    display: block;
    height: 48px;
    padding: 9px 0;
    background-image: url(../images/icon-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px 18px;
}
.sidebar.background--dark .menu a {
    background-image: url(../images/icon-menu-w.svg);
    /* margin-top: -3px; */
}
.sidebar.active {
    border-right: 2px solid #000!important;
}
.sidebar.active .menu a {
    background-image: url(../images/icon-menu.svg);
}
.sidebar .menu a.active {
    background-image: url(../images/icon-close.svg)!important;
    margin-top: -3px;
}
.sidebar.active .sidebar-title, .sidebar.active .sidebar-title a span{
    color: #000!important;
}

@media screen and (min-width: 770px){
    .header nav{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .search-box.open {
        width: 640px;
    }
    .header .about-mobi{
        display: none;
    }
}

@media (max-width: 769px), (max-device-width: 815px) and (orientation: landscape){
    .page-head nav ul{
        padding: 9px 0;
    }
    .blackLine::after{
        display: none;
    }
    .whiteLine::after{
        display: none;
    }
    .about-modal .modal-body-content, .people-modal .modal-body-content, .jobs .modal-body-content, .awards-modal .modal-body-content {
        margin-top: 30px;
    }
    .header {
        top: -100%;
        right: 0;
    }
    .header.active {
        top: 0;
        transform: translate(0, 0);
    }
    .header .about-pc{
        display: none;
    }
    .header-mobile {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9;
        background: #fff;
    }
    .header-mobile .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-mobile .title, .header-mobile .title a{
        color: #fff;
        height: auto!important;
        line-height: 1!important;
        font-size: 23px;
        /* border-bottom: 1px solid #fff; */
        font-size: 26px !important;
        display: block;
    }

    .header-mobile .title{
        border: none;
    }

    .header-mobile .title a{
        padding: 20px 0 12px 0;
        /* border-bottom: 1px solid #fff; */
    }
    
    .header {
        padding: 0 15px;
    }
    .header.active {
        padding-top: 0;
    }
    .header .title {
        display: block;
    }
    .header .title a {
        line-height: 1!important;
        height: auto!important;
        font-size: 26px !important;
        color: #000;
        border-bottom: 1px solid #000;
        text-align: left;
        display: block;
        padding: 20px 0 12px 0;
    }
    .header div > ul {
        padding: 26px 0 50px;
        height: auto;
        display: block;
    }
    .header li {
        margin: 18px 0;
        text-align: center;
    }
    .header li a {
        font-size: 35px;
        height: 55px;
        line-height: 55px;
    }
    .header .search-box .search {
        background-position: center 13px;
        background-size: 40px 40px;
        width: 40px;
        height: 45px;
    }
    .header .search-box.open {
        width: 100%;
        padding: 0 0 0 47px;
		height:55px;
        margin: 18px -20px 18px 0;
    }
    .header .search-box.open .search {
        margin: 0;
    }
    .header .search-input {
        height: 50px;
        line-height: 40px;
        font-size: 35px;
    }
    .sidebar {
        position: fixed;
        right: 0;
        top: 9px;
        border-right: none;
        padding: 0;
        left: auto;
        bottom: auto;
        height: 50px;
    }
    .sidebar .sidebar-title {
        display: none;
    }


    .sidebar .menu {
        padding: 0;
        padding-right: 15px;
        margin-top: 0;
    }
    .active .menu{
        margin-top: 0;
    }
    .sidebar .sidebar-inner {
        border: 0;
        left: 30px;
    }
    .sidebar .menu a {
        display: block;
        float: right;
        padding: 0;
        background-position: right center;
        background-image: url(../images/icon-menu.svg);
        background-repeat: no-repeat;
        background-size: 22px auto;
        width: 18px;
        height: 18px;
        top: 16px;
        position: relative;
    }
    .sidebar .menu a.active {
        width: 18px;
        height: 18px;
        background-size: 16px auto;
        top: 17px;
        position: relative;
    }
    .sidebar.active {
        border-right: 0px !important; /*xiwen*/
    }
    .project-detail .section-detial .swiper-wrapper{
        margin-bottom: 40px!important;
    }
    .search-box.open .search-input {
        padding-right:1px;
		margin-left: 0px;
    width: 70%;
    padding: 0 3px;
    /* padding-right: 73px; */
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-appearance: none;
    border-radius: 0;
    }
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
body.page-update, body.category, body.post-template-default {
    background-color: #e5e5e5;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, select {
    text-transform: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.page-head .category-filter .filter-item select, .page-head .category-filter li select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 22px;
    padding: 0;
    border: 0;
    outline: 0;
    height: 69px;
    font-weight: normal;
}
.projects .page-head .category-filter select {
    width: 100%;
}
.p-content{
    white-space: pre-wrap;
    word-break: break-word;
}
.project-detail .section-detial img{
    margin-bottom: 0!important;
}
.project-detail .section-detial .swiper-wrapper{
    margin-bottom: 50px;
}
.page-top{
    z-index: 99;
}

.lb-number{
    font-weight: bolder;
    padding-right: 2px;
    letter-spacing: -2px;
    font-size: 15px!important;
    color: #000!important;
}

.article-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}