* {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: #EE6C29;
}

a {
    color: #0F3053;
}

ol,
ul {
    margin: 0 !important;
}

#map {
    margin-bottom: 40px;
}

.labels {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.labels>img {
    width: 15px;
    height: auto;
    margin: 0 5px;
}

.labels>div {
    margin: 0 5px;
}

.label_style {
    color: #666666;
    padding-top: 30px;
}

.owl_prev {
    opacity: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    z-index: 999;
}

.owl_prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl_next {
    opacity: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    z-index: 999;
}

.owl_next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl_prev>img,
.owl_next>img {
    width: 20px;
    height: auto;
}


.banner>div:nth-of-type(2)>div>div:nth-of-type(1):hover .cartoon {
    width: 100%;
}

.cartoon {
    width: 0;
    height: 100%;
    background-color: #EE6C29;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all 2s;
    -webkit-transition: all 0.5s;
}

.owl_carousel_selected {
    background-color: #EE6C29;
}

.bulleted_list_name_index {
    opacity: 0;
}

.bulleted_list_name:hover .bulleted_list_name_index {
    opacity: 1;
}


.Institute_owl_carousel {
    position: relative;
    width: 100%;
}

.Institute_owl_carousel:hover .owl_next {
    opacity: 1;
}

.Institute_owl_carousel:hover .owl_prev {
    opacity: 1;
}


.pop_up {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
}

.related_introduce>div:nth-of-type(1)::-webkit-scrollbar {
    display: none;
}

.access_style {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    float: right;
}

.access_style>img {
    width: 18px !important;
    margin-bottom: 0 !important;
}

/* header*/
.nav_host>div {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.nav_host>div>div {
    margin-right: 40px;
}

.nav_host>div>div:hover {
    color: #EE6C29;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_host>div>div:hover .nav_title {
    margin-bottom: 12px;
}

.nav_host>div>div:hover .nav_title_05 {
    margin-bottom: 6px;
}

.nav_host>div>div:hover .nav_bottom {
    background-color: #EE6C29;
    height: 5px;
    border-radius: 2px;
    width: 32px;
    border-radius: 10rpx;
}

.nav_host>div>div:nth-of-type(5) {
    font-size: 24px;
}

.selected {
    color: #EE6C29;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selected>div:nth-of-type(1) {
    margin-bottom: 12px;
}

.selected>.nav_title_05 {
    margin-bottom: 6px !important;
}

.selected>div:nth-of-type(2) {
    background-color: #EE6C29;
    height: 5px;
    border-radius: 2px;
    width: 32px;
    border-radius: 10rpx;
}

/* 侧导航 */

.side_nav {
    transition: opacity 2s;
    display: none;
}

.layui-nav-side {
    z-index: 9999;
}

.close {
    display: flex;
    justify-content: flex-end;
    padding: 26px 20px 0;
    opacity: 1 !important;
    float: none !important;
}

.close>img {
    height: 24px;
}


/* content */

.content {
    overflow: hidden;
}

/* footer*/

.footer {
    width: 100%;
    background-image: url('../images/footer_banner.jpg');
    background-size: cover;
    position: relative;
}

.footer>div:nth-of-type(1) {
    width: 100%;
    height: 100%;
    background-color: #24679F;
    opacity: 0.86;
}

.footer>img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.footer>div:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    bottom: 0;
    left: 0;
}


/* home.html */
.banner {
    width: 100%;
    position: relative;
}

.banner>div:nth-of-type(1) {
    width: 100%;
    height: 100%;
}

.banner_abstract {
    animation: mymove 2s;
}

/* pc端显示 */
@media only screen and (max-width:2400px) {

    /* 公共样式 */
    .view {
        font-size: 16px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #333333;
        cursor: pointer;
    }

    .view>img {
        width: 48px;
        height: auto;
        margin-left: 24px;
    }

    .plate_style {
        font-size: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #0F3053;
    }

    .plate_style>div:nth-of-type(2) {
        background-color: #EE6C29;
        width: 90px;
        height: 6px;
        border-radius: 12px;
    }

    .anchor {
        position: fixed;
        bottom: 80px;
        right: 60px;
        z-index: 999999;
        opacity: 0;
    }

    .anchor img {
        width: 38px;
        height: 38px;
    }


    .Institute_bim_index_03_item {
        color: #333333;
        margin-top: 30px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(1) {
        font-size: 24px;
        font-family: '苹方Bold';
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Institute_bim_index_03_item>div:nth-of-type(1)>div:nth-of-type(2) {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: '苹方Regular';
        color: rgb(153, 153, 153);
    }

    .Institute_bim_index_03_item>div:nth-of-type(1)>div:nth-of-type(2)>img {
        width: 18px;
        height: auto;
        margin-right: 10px;
    }


    .Institute_bim_index_03_item>div:nth-of-type(2) {
        width: 100%;
        height: 140px;
        position: relative;
        margin-bottom: 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(1) {
        background-color: #E8EBF2;
        width: 104%;
        margin-left: -2%;
        height: 100%;
        filter: blur(50px);
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(2)>div {
        background-color: #fff;
        text-align: center;
        width: 23%;
        height: 100%;
        margin-bottom: 30px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-family: '苹方Regular';
        color: #333;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(2)>div>img {
        width: 24px;
        height: auto;
        margin-bottom: 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(2)>div>div {
        padding: 0 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3) {
        width: 100%;
        height: 100%;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>img {
        width: 100%;
        margin-bottom: 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>video {
        width: 100%;
        margin-bottom: 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>div {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>div>video {
        width: 100%;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>div>img {
        width: 60px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        z-index: 999;
        cursor: pointer
    }


    /* 导航 */
    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 140px;
        transition: opacity 2s;
        background-color: rgba(63, 80, 115, 75%);
    }

    .header>div {
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav_host {
        display: block;
    }

    .left_nav {
        display: none;
    }

    /* footer*/

    .footer>div:nth-of-type(3) {
        position: absolute;
        top: 50%;
        margin-top: -310px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1) {
        display: flex;
        align-items: flex-start;
        color: #fff;
        padding: 30px 0;
        border-bottom: 1px solid #fff;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div>div:nth-of-type(1) {
        font-size: 16px;
        border-left: 1px solid #fff;
        margin-bottom: 20px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div>div:nth-of-type(1)>div {
        padding: 2px 50px;

    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(6)>div:nth-of-type(1) {
        border-right: 1px solid #fff;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div>div:nth-of-type(2) {
        text-align: center;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div>div:nth-of-type(2)>div {
        margin-bottom: 15px;
        font-size: 13px;
        cursor: pointer;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(1)>div>div:nth-of-type(2)>div:hover {
        color: #EE6C29;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2) {
        padding: 30px 0;
        color: #fff;
        font-size: 13px;
        width: 800px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        margin-bottom: 5px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* home.html banner */
    @keyframes mymove {
        from {
            margin-top: 200px;
            opacity: 0;
        }

        to {
            margin-top: -135px;
            opacity: 1;
        }
    }

    .banner>div:nth-of-type(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 200;
        margin-top: -135px;
        margin-left: -25%;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner>div:nth-of-type(2)>img {
        width: 100%;
        height: auto;
    }

    .banner>div:nth-of-type(2)>div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: 70px;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(1) {
        background-color: rgba(238, 108, 41, 80%);
        border-radius: 6px;
        color: #fff;
        width: 25%;
        padding: 20px 0;
        margin: 0 30px;
        cursor: pointer;
        position: relative;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(2) {
        background-color: rgba(255, 255, 255, 80%);
        border-radius: 6px;
        width: 25%;
        padding: 20px 0;
        margin: 0 30px;
        cursor: pointer;
        position: relative;
    }

    .banner>div:nth-of-type(3) {
        width: 100%;
        position: absolute;
        z-index: 200;
        bottom: 60px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .banner>div:nth-of-type(3)>div {
        width: 36px;
        height: 6px;
        margin: 0 10px;
    }


    /* home新闻中心 */

    .news_center {
        background-color: #fff;
        margin: 0 12%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .news_center>div:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news_center>div:nth-of-type(1)>div:nth-of-type(1) {
        height: 100%;
    }


    .news_center>div:nth-of-type(2) {
        height: 64%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 47%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 100%;
        height: 70%;
        border-radius: 16px
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) {
        font-size: 13px;
        color: #9A9AB7;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) {
        font-size: 28px;
        color: #0F3053;
        text-align: center;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3) {
        font-size: 13px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(2) {
        background-color: #E8E8E8;
        height: 100%;
        width: 1px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3) {
        width: 47%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>img {
        width: 23%;
        height: 102px;
        border-radius: 8px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div {
        width: 74%;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(1) {
        display: flex;
        margin-bottom: 12px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(1)>div {
        border-radius: 16px 0 16px 0;
        background-color: #EE6C29;
        padding: 8px 16px;
        font-size: 13px;
        color: #fff;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(2) {
        font-size: 20px;
        color: #0F3053;
        margin-bottom: 12px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(3) {
        font-size: 13px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .hr {
        color: #E8E8E8;
        size: 1px;
    }

    /* home设计中心 */
    .design_center {
        width: 100%;
        position: relative;
    }

    .design_center>div:nth-of-type(1) {
        width: 100%;
        height: 100%;
    }

    .design_center>div:nth-of-type(1)>div:nth-of-type(1) {
        width: 100%;
        height: 45%;
        position: relative;
    }

    .design_center>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) {
        width: 100%;
        height: 100%;
        background-image: url('../images/home/design_center_banner.png');
        background-size: cover;
        filter: blur(4px) brightness(1.3);
        z-index: 666;
        position: absolute;
        top: 0;
        left: 0;
    }

    .design_center>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2) {
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.3;
        z-index: 777;
        position: absolute;
        top: 0;
        left: 0;
    }

    .design_center>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3) {
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.3;
        z-index: 888;
        position: absolute;
        top: 0;
        left: 0;
    }


    .design_center>div:nth-of-type(1)>div:nth-of-type(2) {
        width: 100%;
        height: 55%;
        position: relative;
    }

    .design_center>div:nth-of-type(1)>div:nth-of-type(2)>div {
        width: 76%;
        height: 92%;
        background-color: #E8EBF2;
        position: absolute;
        filter: blur(20px);
        top: 0;
        left: 12%;
        z-index: 888;
    }


    .design_center_introduce {
        width: 76%;
        height: 100%;
        position: absolute;
        left: 12%;
        top: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .design_center_introduce>.plate,
    .design_center_two>div:nth-of-type(2)>.plate {
        color: #fff;
    }

    .Introduction {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 0px 80px;
    }

    .Introduction>div {
        width: 48%;
    }

    .Introduction>div>div:nth-of-type(1) {
        font-size: 28px;
        color: #3F5073;
        margin-bottom: 30px;
    }

    .Introduction>div>div:nth-of-type(2) {
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        margin-bottom: 20px;
        text-indent: 1cm
    }

    .Introduction>div>div:nth-of-type(3) {
        display: flex;
    }

    .Introduction>div>div:nth-of-type(3)>div {
        background-color: #EE6C29;
        font-size: 16px;
        border-radius: 6px;
        width: 156px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        cursor: pointer;
    }

    .Introduction>img {
        width: 48%;
        height: auto
    }

    /* home科技创新研究院 */

    #Institute_plate_text {
        margin: 0 12%;
    }

    .Institute_child {
        position: relative;
    }

    .bim>div:nth-of-type(1),
    .soil>div:nth-of-type(1) {
        float: right;
        justify-content: flex-end;
        height: 100%;
        width: 35%;
        background: -webkit-linear-gradient(top, #F2F6FF, #D2E4FF);
    }

    .flowers>div:nth-of-type(1),
    .space>div:nth-of-type(1) {
        height: 100%;
        width: 35%;
        background: -webkit-linear-gradient(top, #F2F6FF, #D2E4FF);
    }

    .Institute_child>div:nth-of-type(2) {
        width: 76%;
        height: 100%;
        position: absolute;
        left: 12%;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Institute_child>div:nth-of-type(2)>div {
        width: 30%;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 28px;
        color: #3F5073;
        margin-bottom: 30px;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(2) {
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(3) {
        display: flex;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(3)>div:nth-of-type(1) {
        background-color: #EE6C29;
        font-size: 16px;
        border-radius: 6px;
        width: 156px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        cursor: pointer;
    }


    .Institute_child>div:nth-of-type(2)>img {
        width: 50%;
        height: auto
    }


    /* home天艺精品案例 */

    .case {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .case>div:nth-of-type(1) {
        margin: 0 12%;
    }

    .case>div:nth-of-type(2) {
        margin: 0 12%;
        height: 64%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 99;
        cursor: pointer;
    }

    .case>div:nth-of-type(2)>div {
        height: 100%;
        width: 22%;
        position: relative;
    }

    .case>div:nth-of-type(2)>div:nth-of-type(1) {
        background-image: url('../images/home/real_estate.png');
        background-size: cover;
    }

    .case>div:nth-of-type(2)>div:nth-of-type(2) {
        background-image: url('../images/home/municipal.png');
        background-size: cover;
    }


    .case>div:nth-of-type(2)>div:nth-of-type(3) {
        background-image: url('../images/home/decorate.png');
        background-size: cover;
    }

    .case>div:nth-of-type(2)>div:nth-of-type(4) {
        background-image: url('../images/home/rural.png');
        background-size: cover;
    }

    .case>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 80%;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        color: #163053;
        font-size: 24px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .case>div:nth-of-type(3) {
        background-color: #E8EBF2;
        margin: -120px 14% 0;
        height: 120px;
        filter: blur(30px);
    }

    /* related.html 关于天艺*/
    .related {
        margin: 0 12%;
        margin-top: 140px;
    }

    .related_introduce {
        display: flex;
        justify-content: space-between;
    }

    .related_introduce>div:nth-of-type(1) {
        width: 45%;
        height: 100%;
        overflow-y: scroll;
        color: #666666;
        font-size: 16px;
        text-indent: 1cm
    }


    .related_introduce>div:nth-of-type(1)>div {
        margin-bottom: 20px;
    }

    .related_introduce>div:nth-of-type(2) {
        width: 52%;
    }

    .related_introduce>div:nth-of-type(2)>div {
        position: relative;
    }

    .related_introduce>div:nth-of-type(2)>div>img:nth-of-type(1) {
        width: 100%;
        height: auto;
    }

    .related_introduce>div:nth-of-type(2)>div>img:nth-of-type(2) {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;

    }

    .related_introduce>div:nth-of-type(2)>div>video {
        width: 100%;
        height: auto;
    }

    /*.related_introduce>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 100%;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 100%;
        height: auto;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(1)>div {
        width: 100%;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(1)>div>video {
        width: 100%;
        height: auto;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 65%;
        position: absolute;
        right: -15%;
        top: 45%;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(2)>img {
        width: 100%;
        height: auto;
    } */

    .related_branch>div:nth-of-type(2) {
        position: relative;
        width: 100%;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(1) {
        background-color: #E8EBF2;
        width: 104%;
        margin-left: -2%;
        height: 160px;
        filter: blur(30px);
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div {
        background-color: #fff;
        border-radius: 16px;
        width: 30%;
        padding: 30px 0 30px 18px;
        display: flex;
        justify-content: space-between;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 20%;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        width: 76%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        font-size: 20px;

        color: #0F3053;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div>div:nth-of-type(1) {
        cursor: pointer;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div>div:nth-of-type(2) {
        font-size: 13px;
        color: #435B7E;

    }

    .related_honor_name {

        color: #0F3053;
        font-size: 20px;
        padding: 6px 0;
    }

    @media only screen and (max-width: 1024px) {
        .related_honor_img {
            height: 120px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .related_honor_img {
            height: 140px;
        }
    }

    @media only screen and (min-width: 1350px) {
        .related_honor_img {
            height: 155px;
        }
    }

    @media only screen and (min-width: 1500px) {
        .related_honor_img {
            height: 175px;
        }
    }

    @media only screen and (min-width: 1650px) {
        .related_honor_img {
            height: 194px;
        }
    }

    @media only screen and (min-width: 1800px) {
        .related_honor_img {
            height: 225px;
        }



    }

    .related_honor_img div {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #ECECEC solid 1px;
        border-radius: 16px;
    }

    .related_honor_img div>img {
        height: 100%;
        width: auto;
    }

    .related_honor>div:nth-of-type(2) {
        position: relative;
        width: 100%;
    }

    .related_honor>div:nth-of-type(2):hover .owl_next {
        opacity: 1;
    }

    .related_honor>div:nth-of-type(2):hover .owl_prev {
        opacity: 1;
    }

    .related_honor>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 100%;
    }


    /* 新闻中心 news.html*/
    .news {
        margin: 0 12%;
        margin-top: 140px;
    }

    .news>div:nth-of-type(3) {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .news_list,
    .singleNews {
        width: 65%;
    }

    .news_list>div:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
    }

    .news_list>div:nth-of-type(1)>.hr {
        margin: 30px 0;
    }

    .news_list>div:nth-of-type(1)>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news_list>div:nth-of-type(1)>div>img {
        width: 20%;
        height: 102px;
    }

    .news_list>div:nth-of-type(1)>div>div {
        width: 75%;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(1) {
        display: flex;
        margin-bottom: 12px;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(1)>div {
        border-radius: 16px 0 16px 0;
        background-color: #EE6C29;
        padding: 8px 16px;
        font-size: 13px;
        color: #fff;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(2) {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(3) {
        font-size: 13px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .recommended {
        width: 25%;
    }

    .recommended>div:nth-of-type(1) {
        font-size: 16px;

        color: #333333;
        margin-bottom: 30px;
    }

    .recommended>div:nth-of-type(2)>a {
        font-size: 13px;
        color: #333333;

        border-top: #F1F1F1 solid 1px;
        cursor: pointer;
    }

    .recommended>div:nth-of-type(2)>div {
        padding: 30px 10px;
        border-bottom: #EE6C29 solid 1px;
        display: flex;
        align-items: center;
    }

    .recommended>div:nth-of-type(2)>div>div:nth-of-type(1) {
        position: relative;
        width: 40px;
        height: 40px;
        margin-right: 40px;
    }

    .recommended>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 40px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .recommended>div:nth-of-type(2)>div>div:nth-of-type(1)>div {
        width: 40px;
        height: 40px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .recommended>div:nth-of-type(3) {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recommended>div:nth-of-type(3)>img {
        width: 15px;
        height: auto;
    }


    .singleNews>div:nth-of-type(1) {
        font-size: 32px;
        color: #0F3053;
        margin-bottom: 20px;
    }

    .singleNews>div:nth-of-type(2) {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .singleNews>div:nth-of-type(2)>div {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #999999;
    }

    .singleNews>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-right: 20px;
    }

    .singleNews>div:nth-of-type(2)>div>img {
        width: 18px;
        height: auto;
        margin-right: 10px;
    }


    .singleNews>div:nth-of-type(3) {
        width: 100%;
        font-size: 14px;
        color: #333333;
    }

    .singleNews>div:nth-of-type(3) img {
        width: 100% !important;
        height: auto !important;
    }


    .singleNews>div:nth-of-type(4) {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .singleNews>div:nth-of-type(4)>img {
        width: 40%;
        height: auto;
    }


    /* 设计中心 design.html*/
    .design_center_two {
        width: 76%;
        position: absolute;
        left: 12%;
        top: 140px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .design_center_two>div:nth-of-type(1) {
        color: #fff;
    }


    .design_bulleted_list {
        margin: 0 12%;
    }

    .design_bulleted_list>div:nth-of-type(1) {
        font-size: 32px;
        font-weight: bold;
        color: #0F3053;
        margin-bottom: 30px;
    }

    .design_bulleted_list>div:nth-of-type(2) {
        position: relative;
        width: 100%;
    }

    .design_bulleted_list>div:nth-of-type(2):hover .owl_next {
        opacity: 1;
    }

    .design_bulleted_list>div:nth-of-type(2):hover .owl_prev {
        opacity: 1;
    }


    .bulleted_list_name>img {
        width: 100%;
    }

    .bulleted_list_name {
        position: relative;
    }

    .bulleted_list_name>div:nth-of-type(1) {
        position: absolute;
        width: 100%;
        height: 45%;
        bottom: 0;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 80%));
    }

    .bulleted_list_name>div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 30%;
        left: 0;
        bottom: 0;
        z-index: 9999;
        position: absolute;
        color: #FFFFFF;
        font-size: 13px;

    }

    .bulleted_list_name>div:nth-of-type(2)>div:nth-of-type(1) {
        text-align: center;
    }

    .bulleted_list_name>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 13px;
        padding: 0 5px;
        text-align: right;
    }

    .bulleted_list_name>div:nth-of-type(2)>div:nth-of-type(2)>span {
        color: #B7B8BA;
    }

    .bulleted_list_name>div:nth-of-type(2)>div:nth-of-type(3) {
        width: 100%;
        height: 4px;
    }

    .design_item {
        margin: 0 12%;
    }

    /* case.html */

    .case_banner {
        width: 100%;
        position: relative;
    }

    .nav {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .nav>div:nth-of-type(1) {
        margin: 0 12%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 68px;
    }

    .nav>div:nth-of-type(1)>div:nth-of-type(1) {
        color: #fff;
    }

    .nav>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 24px;
    }

    .case_selected {
        background-color: #EE6C29;
    }

    .case_unchecks {
        background-color: #3F5073;
    }

    .nav>div:nth-of-type(2) {
        width: 100%;
        height: 35%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav>div:nth-of-type(2)>div {
        width: 24%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .nav>div:nth-of-type(2)>div>div:nth-of-type(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.78;
    }


    .nav>div:nth-of-type(2)>div>div:nth-of-type(2) {
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #fff;

        z-index: 999;
    }

    .nav>div:nth-of-type(2)>div>div:nth-of-type(2)>img {
        width: 52px;
        height: auto;
        margin-right: 20px;
    }

    .case_list {
        width: 82%;
        margin: 0 auto;
    }

    /* 党建中心 party.html*/
    .party_banner {
        width: 100%;
        margin-bottom: 40px;
    }

    .party_banner>img {
        width: 100%;
        height: auto;
    }

    .party_content {
        margin: 0 12%;
    }

    .party_plate>div:nth-of-type(1) {
        display: flex;
        justify-content: center;
        margin-bottom: -20px;
    }

    .party_plate>div:nth-of-type(1)>img {
        width: 15%;
        height: auto;
    }

    .party_plate>div:nth-of-type(2) {
        padding: 40px;
        background-color: #F8F8F8;
    }

    .party_survey {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .party_survey>div:nth-of-type(1) {
        width: 40%;
        height: 320px
    }

    .party_survey>div:nth-of-type(1)>video {
        width: 100%;
        height: 320px;
        object-fit: fill;
    }

    .party_survey>div:nth-of-type(1)>div {
        position: relative;
        height: 320px;
        width: 100%;
    }

    .party_survey>div:nth-of-type(1)>div>img:nth-of-type(1) {
        width: 100%;
        height: 100%;
    }

    .party_survey>div:nth-of-type(1)>div>img:nth-of-type(2) {
        width: 60px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        z-index: 999;
    }

    .party_survey>div:nth-of-type(2) {
        width: 56%;
        color: #333333;
    }

    .party_survey>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 32px;

        margin-bottom: 20px;
    }

    .party_survey>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 14px;

        margin-bottom: 30px;
    }

    .party_dynamic {
        display: flex;
        justify-content: space-between;
    }

    .party_dynamic>div:nth-of-type(1) {
        width: 40%;
        height: 280px;
    }

    .party_dynamic>div:nth-of-type(1) img {
        width: 100%;
        height: 280px;
    }

    .owl-carousel-index {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .owl-carousel-index>div {
        display: flex;
        align-items: center;
        width: 36px;
        height: 6px;
        margin-right: 20px;
    }

    .owl_carousel_index_selected {
        background-color: #DD0014;
    }

    .owl_carousel_index_uncheck {
        background-color: #EAEAEA;
    }

    .party_dynamic>div:nth-of-type(2) {
        width: 56%;
        cursor: pointer;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 60%;
        margin-bottom: 30px;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1)>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;

    }

    .party_dynamic_color_selected {
        color: #EE6C29
    }

    .party_dynamic_color_uncheck {
        color: #333333;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1)>div>div:nth-of-type(1) {
        width: 70%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .party_home {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .party_home>div:nth-of-type(1) {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;

        color: #333333;
    }

    .party_home>div:nth-of-type(1)>div:nth-of-type(1) {
        width: 60%;
        display: flex;
        align-items: center;
    }

    .party_home>div:nth-of-type(1)>div:nth-of-type(1)>img {
        width: 30%;
        height: auto;
        margin-right: 30px;
        border-radius: 8px;
    }

    .party_system>div:nth-of-type(1) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .party_system>div:nth-of-type(1)>div {
        cursor: pointer;
        width: 48%;
        background-color: #fff;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 14px;

        color: #333333;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(1) {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(2) {
        margin-right: 20px;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(1)>img {
        width: 45px;
        height: auto;
        margin-right: 20px;
    }

    /* 联系我们 contact.html */

    .contact {
        margin: 0 12%;
        margin-top: 140px;
    }

    .contact_tab {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        cursor: pointer;
    }

    .contact_tab>div {
        width: 160px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        font-size: 16px;

        border-radius: 6px;
    }

    .contact_tab_selected {
        color: #fff;
        background-color: #3F5073;
        border: #3F5073 solid 1px;
        z-index: 999;
    }

    .contact_tab_uncheck {
        color: #333333;
        border: #DADADA solid 1px;
        background-color: #fff;
    }

    .contact_tab_02 {
        margin-left: -8px;
        z-index: 888;
    }

    .contact_tab_03 {
        margin-left: -8px;
    }

    .connect_us {
        background-color: #F7F8FA;
        padding: 40px;
        margin-bottom: 20px;
        display: flex;
        position: relative;
    }

    .connect_us>div:nth-of-type(1) {
        width: 35%;
        margin-right: 5%;
    }

    .leave_message {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;

        color: #333333;
    }

    .leave_message>div {
        margin-bottom: 40px;
    }

    input {
        border: none;
    }

    .leave_message>div>input {
        width: 100%;
        background-color: #F7F8FA;
        border-bottom: #E5E6E8 solid 2px;
        margin-top: 10px;
    }

    .connect_us>div:nth-of-type(1)>div:nth-of-type(3) {
        width: 160px;
        background-color: #3F5073;
        text-align: center;
        color: #fff;
        height: 56px;
        line-height: 56px;
        border-radius: 6px;
    }

    .connect_us>div:nth-of-type(2) {
        width: 30%;
        color: #333333;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;

    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 25%;
        height: auto;
        margin-bottom: 10px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1)>div {
        margin-left: 35px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div {
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        display: flex;
        align-items: center;
        font-size: 16px;

        margin-bottom: 5px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 15px;
        height: auto;
        margin-right: 10px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        margin-bottom: 20px;
        font-size: 13px;

        margin-left: 35px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
        margin-bottom: 5px;
    }

    .connect_us>img {
        width: 50%;
        position: absolute;
        right: -18%;
        bottom: -18%;
    }

    /* 人才招聘 */

    .recruit>div:nth-of-type(2)>div {
        margin-bottom: 15px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1) {
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div {
        width: 60%;
        font-size: 20px;

    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div:nth-of-type(2) {
        font-size: 13px;

        margin-top: 12px;
        display: flex;
        align-items: center;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div:nth-of-type(2)>div {
        width: 25%;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 36px;
        border-radius: 50%;
        height: auto;
    }

    .unfold {
        background-color: #3F5073;
        color: #fff;
    }

    .pack_up {
        color: #333333;
        background-color: #F8F8F8;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2) {
        /* display: none; */
        background-color: #F8F8F8;
        padding: 30px 40px 10px;
        color: #333333;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
        font-size: 13px;

        margin-bottom: 20px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 16px;

        margin-bottom: 10px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
        margin-bottom: 5px;
    }

    /* 供应商招聘 */

    .supplier>div:nth-of-type(2) {
        color: #333333
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 32px;

        margin-bottom: 30px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 13px;

        margin-bottom: 30px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div {
        margin-bottom: 30px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(1) {
        font-size: 20px;

        margin-bottom: 20px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div {
        font-size: 13px;

        margin-bottom: 5px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div>span {
        margin-left: 40px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 16px;

        margin-bottom: 10px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div>div:nth-of-type(2) {
        margin-bottom: 20px;
    }

    /* 科研院 academy.html*/

    .academy_banner {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .layui-carousel>[carousel-item]>div>div {
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .layui-carousel>[carousel-item]>div>div>img {
        height: 94%;
        width: auto;
    }

    .academy_banner>div:nth-of-type(2) {
        margin: 0 12%;
    }

    .academy_banner>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 24px;
    }

    .academy_banner>div:nth-of-type(2)>div:nth-of-type(2) {
        display: flex;
        align-items: center;
    }

    .academy_banner>div:nth-of-type(2)>div:nth-of-type(2)>div {
        width: 36px;
        height: 6px;
        margin: 0 10px;
    }

    .case_uncheck {
        background-color: #EAEAEA;
    }

    .academy_banner>div:nth-of-type(3) {
        width: 100%;
        height: 18%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .academy_banner>div:nth-of-type(3)>div {
        width: 24%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
    }

    .academy_banner_new {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .academy_banner_new>img {
        width: 100%;
        height: 100%;
    }

    .academy_banner_new>div:nth-of-type(1) {
        width: 42%;
        position: absolute;
        top: 20%;
        left: 12%;
    }

    .academy_banner_new>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) {
        color: #FFFFFF;
    }

    .academy_banner_new>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 52px;
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        letter-spacing: 3px;
        text-indent: 1cm
    }

    .academy_banner_new>div:nth-of-type(2) {
        width: 100%;
        height: 18%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .academy_banner_new>div:nth-of-type(2)>div {
        width: 24%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
    }

    .academy {
        margin: 40px 12%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .academy>div:nth-of-type(1) {
        width: 24%;
        position: relative;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(1) {
        background-color: #E8EBF2;
        width: 104%;
        margin-left: -2%;
        height: 100%;
        filter: blur(30px);
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2) {
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1) {
        background-color: #3F5073;
        height: 68px;
        line-height: 68px;
        color: #fff;
        font-size: 20px;
        padding: 0 28px;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2) {
        cursor: pointer;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>div {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-top: 20px;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 8px;
        height: 28px;
    }

    .academy_uncheck {
        color: #333333;
    }

    .academy_selected {
        color: #EE6C29;
        border-radius: 0 6px 6px 0;
    }

    .academy_selected>div:nth-of-type(1) {
        background-color: #EE6C29;
        border-radius: 0 6px 6px 0;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        padding: 0px 20px;
    }

    .academy>div:nth-of-type(2) {
        width: 74%;
    }

    .academy_plate {
        margin-bottom: 40px;
    }

    .academy_plate>div:nth-of-type(1) {
        font-size: 32px;

        margin-bottom: 30px;
        color: #0F3053;
    }

    .Institute_bim_selected {
        background-color: #3F5073;
        border: #3F5073 solid 1px;
        color: #fff;
    }

    .Institute_bim_uncheck {
        border: #CECFD3 solid 1px;
        color: #999999;
    }

    .Institute_bim_index_tab {
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .Institute_bim_index_tab>div {
        width: 32%;
        display: flex;
        justify-content: center;
        font-size: 16px;

        border-radius: 16px;
        padding: 25px 0;
    }

    .Institute_bim_index_tab>div>img {
        height: 26px;
        width: auto;
        margin-right: 10px;
    }

    .Institute_flowers_01>li,
    .Institute_soil_01,
    .Institute_soil_02 {
        margin-left: 0;
    }

    .Institute_flowers_01>div:nth-of-type(2),
    .Institute_soil_01>div:nth-of-type(2) {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .Institute_flowers_01>div:nth-of-type(3),
    .Institute_flowers_01>div:nth-of-type(4),
    .Institute_flowers_01>div:nth-of-type(5),
    .Institute_flowers_01>div:nth-of-type(6),
    .Institute_flowers_01>div:nth-of-type(7) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* 风景园林BIM研究中心 */

    .Institute_bim_index_01>div:nth-of-type(2) {
        width: 94%;
        margin-bottom: 30px;
    }

    /* 
    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(1) {
        position: relative;
        width: 100%;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 100%;
        height: auto;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(1)>video {
        width: 100%;
        height: 100%;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 58%;
        position: absolute;
        right: -15%;
        top: 45%;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(2)>img {
        width: 100%;
        height: auto;
    } */

    .Institute_bim_index_01>div:nth-of-type(2)>div {
        position: relative;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div>img:nth-of-type(1) {
        width: 100%;
        height: auto;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div>img:nth-of-type(2) {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;

    }

    .Institute_bim_index_01>div:nth-of-type(2)>div>video {
        width: 100%;
        height: auto;
    }



    li {
        list-style: disc;
        margin-bottom: 30px;
        font-size: 16px;

        color: #333333;
        margin-left: 16px;
    }

    .Institute_bim_index_01>div:nth-of-type(3) {
        display: flex;
        align-items: flex-start;
        margin: 0 16px;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div {
        width: 50%;
        color: #333333;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>img {
        margin-bottom: 30px;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>div:nth-of-type(1) {
        font-size: 24px;

        margin-bottom: 30px;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>div:nth-of-type(2) {
        width: 60%;
        font-size: 13px;

    }

    .Institute_bim_index_02_index_p {
        display: none;
    }

    .Institute_bim_index_02_index_01 {
        color: #333333;
        width: 100%;
    }


    .Institute_bim_index_02_index_01>.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item>.item {
        border-radius: 16px;
    }

    .Institute_bim_index_02_index_02 {
        color: #333333;
        width: 100%;
    }

    .Institute_bim_index_02_index_02>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Institute_bim_index_02_index_02>div>div {
        width: 31%;
    }

    .Institute_bim_index_02_index_02>div>div>img {
        width: 100%;
        height: auto;
    }

    .Institute_bim_index_02_index_03 {
        color: #333333;
    }

    .Institute_bim_index_02_index_03>li {
        font-size: 24px;

        margin-bottom: 20px;
        margin-left: 0;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(1),
    .Institute_bim_index_02_index_03>div:nth-of-type(3) {
        font-size: 13px;

        margin-bottom: 30px;
        margin-left: 32px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 700px;
        width: 100%;
        margin-bottom: 30px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 48%;
        height: 700px;
        background-color: #FAFBFC;
        display: flex;
        align-items: center;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 100%;
        height: auto;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>li {
        font-size: 24px;

        margin-bottom: 0;
        margin-left: 0;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 80px;
        height: 80px;
        border-radius: 16px;
        background-color: #D8EBF9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 30px;
        height: auto;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        width: 82%;
        font-size: 13px;

    }


    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 16px;

        margin-bottom: 10px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>img {
        width: 30%;
        height: auto;
        margin-bottom: 30px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(1) {
        width: 30%;
        background-color: #3F5073;
        height: 58px;
        line-height: 58px;
        text-align: center;
        color: #fff;
        font-size: 13px;

        margin-bottom: 60px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(2) {
        font-size: 32px;

        margin-bottom: 30px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(3) {
        font-size: 16px;

    }

    .Institute_bim_index_03>li {
        font-size: 24px;

        margin-left: 0;
    }


    /* 花卉灌木集成培育体系研究中心 */

    .Institute_flowers_01>div:nth-of-type(2)>img {
        margin: 80px 0;
        width: 50%;
        height: auto;
    }

    .Institute_flowers_01>div:nth-of-type(3)>img,
    .Institute_flowers_01>div:nth-of-type(4)>img,
    .Institute_flowers_01>div:nth-of-type(5)>img,
    .Institute_flowers_01>div:nth-of-type(6)>img,
    .Institute_flowers_01>div:nth-of-type(7)>img {
        margin: 40px 0 20px;
        width: 50%;
        height: auto;
    }

    .Institute_flowers_02>div:nth-of-type(2),
    .Institute_flowers_02>div:nth-of-type(3),
    .Institute_space_03>div:nth-of-type(2),
    .Institute_space_03_item>div:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


    .Institute_flowers_02>div:nth-of-type(2)>div,
    .Institute_space_03>div:nth-of-type(2)>div {
        width: 18%;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
        font-size: 13px;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .Institute_flowers_02_selected {
        border: #EE6C29 solid 1px;
        color: #fff;
        background-color: #EE6C29;
    }

    .Institute_flowers_02_uncheck {
        border: #CECFD3 solid 1px;
        color: #333333;
    }

    .Institute_flowers_02>div:nth-of-type(3)>div,
    .Institute_space_03_item>div:nth-of-type(1)>div {
        width: 31%;
        position: relative;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .case_list .Institute_space_03_item>div:nth-of-type(1)>div {
        height: 240px;
    }

    .Institute_flowers_02>div:nth-of-type(3)>div>img,
    .Institute_space_03_item>div:nth-of-type(1)>div>img {
        width: 100%;
        height: auto;
    }

    .case_list .Institute_space_03_item>div:nth-of-type(1)>div>img {
        width: 100%;
        height: 100%;
    }


    .Institute_flowers_02>div:nth-of-type(3)>div>div:nth-of-type(1),
    .Institute_space_03_item>div:nth-of-type(1)>div>div:nth-of-type(1) {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 80%));
    }

    .Institute_flowers_02>div:nth-of-type(3)>div>div:nth-of-type(2),
    .Institute_space_03_item>div:nth-of-type(1)>div>div:nth-of-type(2) {
        width: 100%;
        position: absolute;
        bottom: 15%;
        left: 0;
        text-align: center;
        color: #fff;
        font-size: 13px;

    }

    /* 土壤生态修复中心 */
    .Institute_soil_01>div:nth-of-type(2)>img,
    .Institute_soil_02>div:nth-of-type(2)>img {
        width: 60%;
        height: auto;
    }

    .Institute_soil_02>div:nth-of-type(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 空间生态绿色体系研究中心 */

    .Institute_space_01>div:nth-of-type(2)>div {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        background-color: #EE6C29;
        font-size: 45px;

        color: #fff;
        text-align: center;
        line-height: 80px;
        margin-right: 40px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2) {
        font-size: 24px;

    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(1) {
        color: #999999;
        margin-bottom: 10px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(2) {
        color: #EE6C29;
        margin-bottom: 10px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2)>li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .Institute_space_02>div:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .Institute_space_02>div:nth-of-type(2)>div {
        width: 23%;
        height: 140px;
        background-color: #9ACC6C;
        text-align: center;
        margin-bottom: 30px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 13px;

        color: #fff;
    }

    .Institute_space_02>div:nth-of-type(2)>div>img {
        width: auto;
        height: 36px;
        margin-bottom: 20px;
    }

    .Institute_space_02>div:nth-of-type(2)>div>div {
        padding: 0 20px;
    }

    .Institute_space_03_project_description>li {
        font-size: 24px;

        margin-left: 0;
    }

    .Institute_space_03_project_description>div {
        font-size: 14px;

        color: #333333;
        margin-bottom: 20px;
    }

    .Institute_space_03_project_description img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}


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

    .related_introduce>div:nth-of-type(1) {
        font-size: 15px;
    }

    .related_introduce>div:nth-of-type(1)>div {
        margin-bottom: 10px;
    }

    .party_survey>div:nth-of-type(1)>div {
        height: 280px;
    }

    .Introduction>div{
        width: 54%;
    }

    .Introduction>div>div:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .academy_banner_new>div:nth-of-type(1) {
        width: 50%;
        position: absolute;
        top: 20%;
        left: 8%;
    }

    .Introduction>div>div:nth-of-type(2) {
        font-size: 15px;
    }

    .Introduction>img {
        width: 42%;
        height: auto;
    }

    .connect_us>div:nth-of-type(1) {
        width: 45%;
    }

    .connect_us>div:nth-of-type(2) {
        width: 45%;
    }

    .academy_banner_new>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 32px;
        font-size: 15px;
        line-height: 24px;
        color: #FFFFFF;
        letter-spacing: 1px;
        text-indent: 0.8cm
    }

    li {
        margin-bottom: 20px;
        font-size: 15px;
    }
}


/* 移动端显示 */
@media only screen and (max-width:992px) {

    /* 公共样式 */
    .view {
        font-size: 18px;
    }

    .view>img {
        width: 40px;
    }

    .plate {
        height: 64px;
        margin: 18px 0;
    }

    .plate_style {
        font-size: 32px;
    }

    .plate_style>div:nth-of-type(2) {
        width: 74px;
        height: 6px;
        border-radius: 10px;
    }

    .anchor {
        position: fixed;
        bottom: 60px;
        right: 40px;
        z-index: 999999;
        opacity: 0;
    }

    .anchor img {
        width: 38px;
        height: 38px;
    }

    /* 导航 */
    .header {
        height: 96px;
    }

    .header>div {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 6%;
    }

    .header>div>img:nth-of-type(1) {
        height: 60px;
    }

    .header>div>img:nth-of-type(2) {
        height: 42px;
    }

    .nav_host {
        display: none;
    }

    .left_nav {
        display: block;
    }

    /* html.html banner */
    @keyframes mymove {
        from {
            margin-top: 200px;
            opacity: 0;
        }

        to {
            margin-top: -75px;
            opacity: 1;
        }
    }

    .banner>div:nth-of-type(2) {
        margin-top: -75px;
    }

    .banner>div:nth-of-type(2)>div {
        font-size: 14px;
        margin-top: 40px;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 30%;
        padding: 15px 0;
        margin: 0 15px;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(2) {
        width: 30%;
        padding: 15px 0;
        margin: 0 15px;
    }

    .banner>div:nth-of-type(3) {
        bottom: 40px;
    }

    .banner>div:nth-of-type(3)>div {
        width: 32x;
        height: 5px;
        margin: 0 8px;
    }

    /* related.html 关于天艺*/
    .related {
        margin-top: 96px;
    }

    /* 新闻中心 news.html*/
    .news {
        margin-top: 96px;
    }

    /* 设计中心 design.html*/
    .design_center_two {
        top: 96px;
    }

    /* 联系我们 contact.html*/
    .contact {
        margin-top: 96px;
    }

}

/* 移动端显示 */
@media only screen and (max-width:778px) {

    /* 公共样式 */
    .view {
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #333333;
        cursor: pointer;
    }

    .view>img {
        width: 32px;
        height: auto;
        margin-left: 16px;
    }

    .plate {
        height: 38px;
        margin: 18px 0;
    }

    .plate_style {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #0F3053;
    }

    .plate_style>div:nth-of-type(2) {
        background-color: #EE6C29;
        width: 68px;
        height: 4px;
        border-radius: 12px;
    }

    .anchor {
        position: fixed;
        bottom: 45px;
        right: 20px;
        z-index: 999999;
        opacity: 0;
    }

    .anchor img {
        width: 38px;
        height: 38px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .Institute_bim_index_03_item>div:nth-of-type(1)>div:nth-of-type(2) {
        font-size: 14px;
        margin-top: 8px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2) {
        height: 304px;
        margin-bottom: 0px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(2)>div:nth-of-type(2)>div {
        width: 48%;
        height: 140px;
        margin-bottom: 12px;
    }

    .Institute_bim_index_03_item>div:nth-of-type(3)>img {
        margin-bottom: 12px
    }

    /* 导航 */
    .header {
        height: 78px;
    }

    /* footer*/

    .footer>div:nth-of-type(3) {
        position: absolute;
        top: 16%;
        margin-top: 0;
        display: block;
        width: 100%;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2) {
        color: #fff;
        font-size: 10px;
        width: 88%;
        margin: 0 auto;
    }


    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2) {
        display: block;
        text-align: center;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2) {
        display: block;
    }

    .footer>div:nth-of-type(3)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-bottom: 10px;
    }

    /* html.html banner */
    @keyframes mymove {
        from {
            margin-top: 200px;
            opacity: 0;
        }

        to {
            margin-top: -15px;
            opacity: 1;
        }
    }

    .banner>div:nth-of-type(2) {
        margin-top: -15px;
    }

    .banner>div:nth-of-type(2)>div {
        font-size: 12px;
        margin-top: 20px;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(1) {
        border-radius: 3px;
        width: 35%;
        padding: 5px 0;
        margin: 0 10px;
    }

    .banner>div:nth-of-type(2)>div>div:nth-of-type(2) {
        border-radius: 3px;
        width: 35%;
        padding: 5px 0;
        margin: 0 10px;
    }

    .banner>div:nth-of-type(3) {
        bottom: 20px;
    }

    .banner>div:nth-of-type(3)>div {
        width: 24px;
        height: 3px;
        margin: 0 8px;
    }

    /* home新闻中心 */

    .news_center {
        background-color: #fff;
        margin: 0 6%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-bottom: 24px;
    }

    .news_center>div:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .news_center>div:nth-of-type(1)>div:nth-of-type(1) {
        height: 100%;
    }

    .news_center>div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) {
        font-size: 10px;
        color: #9A9AB7;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) {
        font-size: 14px;
        padding: 10px;
        color: #0F3053;
        text-align: center;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3) {
        font-size: 12px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(2) {
        background-color: #E8E8E8;
        height: 0px;
        width: 0px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3) {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>img {
        width: 40%;
        height: 98px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div {
        width: 58%;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(1) {
        display: flex;
        margin-bottom: 12px;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(1)>div {
        border-radius: 16px 0 16px 0;
        background-color: #EE6C29;
        padding: 3px 8px;
        font-size: 10px;
        color: #fff;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(2) {
        font-size: 14px;
        color: #0F3053;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news_center>div:nth-of-type(2)>div:nth-of-type(3)>div>div>div:nth-of-type(3) {
        font-size: 13px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .hr {
        color: #E8E8E8;
        size: 1px;
    }

    /* home设计中心 */

    .design_center>div:nth-of-type(1)>div:nth-of-type(2)>div {
        width: 88%;
        height: 92%;
        left: 6%;
    }


    .design_center_introduce {
        width: 88%;
        left: 6%;
    }

    .design_center_introduce>.plate,
    .design_center_two>div:nth-of-type(2)>.plate {
        color: #fff;
    }

    .Introduction {
        padding: 0px 12px;
    }

    .Introduction>div>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .Introduction>div>div:nth-of-type(2) {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .Introduction>div>div:nth-of-type(3)>div {
        font-size: 10px;
        border-radius: 4px;
        width: 78px;
        height: 30px;
        line-height: 30px;
    }

    .Introduction>img {
        width: 48%;
        height: auto;
    }

    /* home科技创新研究院 */

    #Institute_plate_text {
        margin: 0 6%;
        margin-bottom: 20px;
    }

    .Institute_child>div:nth-of-type(2) {
        width: 88%;
        left: 6%;
    }

    .Institute_child>div:nth-of-type(2)>div {
        width: 48%;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .Institute_child>div:nth-of-type(2)>div>div:nth-of-type(3)>div:nth-of-type(1) {
        font-size: 10px;
        border-radius: 4px;
        width: 78px;
        height: 30px;
        line-height: 30px;
    }

    .Institute_child>div:nth-of-type(2)>img {
        width: 48%;
        height: auto
    }


    /* home天艺精品案例 */

    .case>div:nth-of-type(1) {
        margin: 0 6%;
    }

    .case>div:nth-of-type(2) {
        margin: 0 6%;
    }

    .case>div:nth-of-type(2)>div>div:nth-of-type(1) {
        height: 16%;
        font-size: 12px;
    }

    .case>div:nth-of-type(3) {
        margin: -98px 8% 0;
        height: 68px;
    }

    /* related.html 关于天艺*/
    .related {
        margin: 0 6%;
        margin-top: 78px;
    }

    .related_introduce {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .related_introduce>div:nth-of-type(1) {
        width: 100%;
        font-size: 12px;

    }


    .related_introduce>div:nth-of-type(1)>div {
        margin-bottom: 8px;
        line-height: 16px;
    }

    .related_introduce>div:nth-of-type(2) {
        width: 80%;
        margin: 0 10%;
        position: relative;
    }

    .related_introduce>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 50%;
        position: absolute;
        right: -10%;
        top: 60%;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2) {
        flex-direction: column;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div {
        border-radius: 12px;
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 12px;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        font-size: 18px;
    }

    .related_branch>div:nth-of-type(2)>div:nth-of-type(2)>div>div>div:nth-of-type(2) {
        font-size: 12px;
    }

    .related_honor_name {
        font-size: 16px;
        padding: 4px 0;
    }


    @media only screen and (max-width: 770px) {
        .related_branch>div:nth-of-type(2)>div:nth-of-type(1) {
            height: 564px;
        }

        .related_honor_img {
            height: 150px;
        }
    }

    @media only screen and (max-width:420px) {
        .related_branch>div:nth-of-type(2)>div:nth-of-type(1) {
            height: 374px;
        }

        .related_honor_img {
            height: 120px;
        }
    }

    @media only screen and (max-width:385px) {
        .related_branch>div:nth-of-type(2)>div:nth-of-type(1) {
            height: 354px;
        }

        .related_honor_img {
            height: 100px;
        }
    }


    /* 新闻中心 news.html*/
    .news {
        margin: 0 6%;
        margin-top: 78px;
    }

    .news_list,
    .singleNews {
        width: 100%;
    }

    .news_list>div:nth-of-type(1)>.hr {
        margin: 20px 0;
    }

    .news_list>div:nth-of-type(1)>div>img {
        width: 40%;
        height: 98px;
    }

    .news_list>div:nth-of-type(1)>div>div {
        width: 58%;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(1)>div {
        border-radius: 16px 0 16px 0;
        background-color: #EE6C29;
        padding: 3px 8px;
        font-size: 10px;
        color: #fff;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(2) {
        font-size: 14px;
        color: #0F3053;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news_list>div:nth-of-type(1)>div>div>div:nth-of-type(3) {
        font-size: 13px;
        color: #9A9AB7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .recommended {
        display: none;
    }

    .singleNews>div:nth-of-type(1) {
        font-size: 18px;
    }

    .singleNews>div:nth-of-type(2)>div {
        font-size: 12px;
    }

    .singleNews>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-right: 20px;
    }

    .singleNews>div:nth-of-type(2)>div>img {
        width: 14px;
    }

    .singleNews>div:nth-of-type(3) {
        font-size: 12px;
    }

    .singleNews>div:nth-of-type(4) {
        margin: 20px 0;
    }

    .singleNews>div:nth-of-type(4)>img {
        width: 40%;
        height: auto;
    }


    /* 设计中心 design.html*/
    .design_center_two {
        width: 88%;
        position: absolute;
        left: 6%;
        top: 78px;
    }


    .design_bulleted_list {
        margin: 0 6%;
    }

    .design_bulleted_list>div:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 12px;
    }



    .bulleted_list_name>div:nth-of-type(1) {
        height: 60%;
    }

    .bulleted_list_name>div:nth-of-type(2) {
        height: 60%;
        font-size: 10px;
    }

    .bulleted_list_name>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 10px;
    }

    .design_item {
        margin: 0 6%;
    }


    /* case.html */

    .nav>div:nth-of-type(1) {
        margin: 0 6%;
        margin-bottom: 6px;
    }

    .nav>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 0px;
    }

    .nav>div:nth-of-type(1)>div:nth-of-type(2) {
        display: none;
    }

    .nav>div:nth-of-type(2)>div>div:nth-of-type(2) {
        font-size: 12px;
    }

    .nav>div:nth-of-type(2)>div>div:nth-of-type(2)>img {
        width: 32px;
        height: auto;
        margin-right: 12px;
    }

    .case_list {
        width: 88%;
        margin: 0 auto;
    }


    /* 党建中心 party.html*/
    .party_banner {
        margin-bottom: 24px;
    }

    .party_banner>img {
        width: 100%;
        height: 128px;
    }

    .party_content {
        margin: 0 6%;
    }

    .party_plate {
        margin-bottom: 24px;
    }

    .party_plate>div:nth-of-type(1)>img {
        width: 35%;
        height: auto;
    }

    .party_plate>div:nth-of-type(2) {
        padding: 18px;
        background-color: #F8F8F8;
    }

    .party_survey {
        flex-direction: column;
    }

    .party_survey>div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 12px;
        height: 175px;
    }

    .party_survey>div:nth-of-type(1)>video {
        width: 100%;
        height: 175px;
    }

    .party_survey>div:nth-of-type(1)>div {
        position: relative;
        height: 175px;
        width: 100%;
    }


    .party_survey>div:nth-of-type(2) {
        width: 100%;
    }

    .party_survey>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .party_survey>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .party_dynamic {
        flex-direction: column;
    }

    .party_dynamic>div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 12px;
        height: auto !important;
    }

    .party_dynamic>div:nth-of-type(1)>div:nth-of-type(1) {
        height: 175px !important;
    }

    .party_dynamic>div:nth-of-type(1) img {
        width: 100%;
        height: 175px;
    }

    .owl-carousel-index {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    .owl-carousel-index>div {
        width: 28px;
        height: 4px;
        margin-right: 12px;
    }


    .party_dynamic>div:nth-of-type(2) {
        width: 100%;
        cursor: pointer;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-bottom: 18px;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1)>div {
        flex-direction: column;
        align-items: flex-end;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .party_dynamic>div:nth-of-type(2)>div:nth-of-type(1)>div>div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 6px;
    }

    .party_home {
        flex-direction: column;
        align-items: flex-end;
    }

    .party_home>div:nth-of-type(1) {
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .party_home>div:nth-of-type(1)>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .party_home>div:nth-of-type(1)>div:nth-of-type(1)>img {
        width: 28%;
        height: auto;
        margin-right: 12px;
        border-radius: 4px;
    }

    .party_system>div:nth-of-type(1)>div {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(1) {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(2) {
        margin-right: 10px;
    }

    .party_system>div:nth-of-type(1)>div>div:nth-of-type(1)>img {
        width: 32px;
        height: auto;
        margin-right: 10px;
    }


    /* 联系我们 contact.html */

    .contact {
        margin: 0 6%;
        margin-top: 78px;
    }

    .contact>div:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .contact_tab {
        margin-bottom: 32px;
    }

    .contact_tab>div {
        width: 33%;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .connect_us {
        padding: 20px;
        flex-direction: column;
    }

    .connect_us>div:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .leave_message {
        margin-bottom: 5px;
        font-size: 14px;
        ;
    }

    .leave_message>div {
        margin-bottom: 20px;
    }

    .leave_message>div>input {
        border-bottom: #E5E6E8 solid 1px;
    }

    .connect_us>div:nth-of-type(1)>div:nth-of-type(3) {
        width: 96px;
        height: 38px;
        line-height: 38px;
        border-radius: 4px;
    }

    .connect_us>div:nth-of-type(2) {
        width: 100%;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1) {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1)>img {
        width: 50%;
        height: auto;
        margin-bottom: 10px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(1)>div {
        margin-left: 24px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div {
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 14px;
    }

    .connect_us>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .connect_us>img {
        width: 100%;
    }

    /* 人才招聘 */

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1) {
        padding: 12px 20px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div {
        width: 84%;
        font-size: 16px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div:nth-of-type(2) {
        font-size: 10px;
        margin-top: 8px;
        flex-wrap: wrap;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div:nth-of-type(2)>div {
        width: 50%;
        margin-bottom: 4px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(1)>img {
        width: 24px;
        border-radius: 50%;
        height: auto;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2) {
        padding: 10px 20px 5px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
        font-size: 12px;
    }

    .recruit>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 14px;
    }

    /* 供应商招聘 */

    .supplier>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(2) {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div {
        margin-bottom: 24px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div {
        font-size: 12px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div>span {
        margin-left: 32px;
    }

    .supplier>div:nth-of-type(2)>div:nth-of-type(3)>div>div:nth-of-type(2)>div>div:nth-of-type(1) {
        font-size: 14px;
    }

    /* 科研院 academy.html*/
    .academy_banner>div:nth-of-type(2) {
        margin: 0 6%;
    }

    .academy_banner>div:nth-of-type(3) {
        display: none;
    }

    .academy_banner_new {
        height: auto;
    }

    .academy_banner_new>img {
        height: auto;
    }

    .academy_banner_new>div:nth-of-type(1) {
        width: 88%;
        margin: 0 6%;
        position: static;
    }

    .academy_banner_new>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) {
        color: #0F3053;
    }

    .academy_banner_new>div:nth-of-type(1)>div:nth-of-type(2) {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        text-indent: 0;
        color: #333333;
    }

    .academy_banner_new>div:nth-of-type(2) {
        display: none;
    }

    .academy {
        display: block !important;
        margin: 10px 6%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .academy>div:nth-of-type(1) {
        width: 100%;
        height: 42px !important;
        position: relative;
        margin-bottom: 24px;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(1) {
        display: none;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1) {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 18px;
    }

    .academy>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2) {
        display: none;
    }

    .academy>div:nth-of-type(2) {
        width: 100%;
    }

    .academy_plate {
        margin-bottom: 0px;
        display: block !important;
    }

    .academy_plate>div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 24px;
    }

    /* 风景园林BIM研究中心 */

    .Institute_bim_index_01>div:nth-of-type(2) {
        width: 80%;
        margin: 0 10%;
        position: relative;
        margin-bottom: 18px;
    }

    .Institute_bim_index_01>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 50%;
        position: absolute;
        right: -10%;
        top: 60%;
    }

    li {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .Institute_bim_index_01>div:nth-of-type(3) {
        flex-direction: column;
        margin: 0;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div {
        width: 100%;
        margin-bottom: 18px;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>img {
        display: none;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>div:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .Institute_bim_index_01>div:nth-of-type(3)>div>div:nth-of-type(2) {
        width: 100%;
        font-size: 12px;
    }

    .Institute_bim_index_tab {
        display: none;
    }

    .Institute_bim_index_02_index_p {
        display: block;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_01,
    .Institute_bim_index_02_index_02,
    .Institute_bim_index_02_index_03 {
        display: block !important;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_03>li {
        font-size: 14px;
        margin-bottom: 12px;
        margin-left: 16px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(1),
    .Institute_bim_index_02_index_03>div:nth-of-type(3) {
        font-size: 12px;
        margin-bottom: 12px;
        margin-left: 32px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2) {
        height: auto;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(1) {
        display: none !important;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 100%;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>li {
        font-size: 14px;
        margin-bottom: 12px;
        margin-left: 16px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div {
        width: auto;
        margin-left: 32px;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(1) {
        width: 74px;
        height: 74px;
        border-radius: 8px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2) {
        width: 82%;
        font-size: 12px;
    }


    .Institute_bim_index_02_index_03>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(1) {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>img {
        width: 30%;
        height: auto;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(1) {
        width: 74%;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        margin-bottom: 24px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(2) {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .Institute_bim_index_02_index_03>div:nth-of-type(4)>div:nth-of-type(3) {
        font-size: 14px;
    }

    .Institute_bim_index_03>li {
        font-size: 16px;
    }


    /* 花卉灌木集成培育体系研究中心 */

    .Institute_flowers_01>div:nth-of-type(2)>img {
        margin: 0 0 24px;
        width: 74%;
        height: auto;
    }

    .Institute_flowers_02>div:nth-of-type(2)>div,
    .Institute_space_03>div:nth-of-type(2)>div {
        width: 22%;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .Institute_flowers_02>div:nth-of-type(3)>div,
    .Institute_space_03_item>div:nth-of-type(1)>div {
        width: 48%;
        margin-bottom: 12px;
    }

    .case_list .Institute_space_03_item>div:nth-of-type(1)>div {
        height: auto;
    }

    .case_list .Institute_space_03_item>div:nth-of-type(1)>div>img {
        width: 100%;
        height: auto;
    }

    .Institute_flowers_02>div:nth-of-type(3)>div>div:nth-of-type(2),
    .Institute_space_03_item>div:nth-of-type(1)>div>div:nth-of-type(2) {
        font-size: 10px;
    }

    /* 土壤生态修复中心 */
    .Institute_flowers_01>div:nth-of-type(2),
    .Institute_soil_01>div:nth-of-type(2) {
        margin-bottom: 21px;
    }

    /* 空间生态绿色体系研究中心 */

    .Institute_space_01>div:nth-of-type(2)>div {
        margin-bottom: 24px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(1) {
        margin-right: 24px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2) {
        width: 74%;
        font-size: 18px;
    }

    .Institute_space_01>div:nth-of-type(2)>div>div:nth-of-type(2)>li {
        margin-bottom: 0px;
    }

    .Institute_space_02>div:nth-of-type(2)>div {
        width: 48%;
        height: 128px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .Institute_space_03_project_description>li {
        font-size: 18px;
    }

    .Institute_space_03_project_description>div {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .Institute_space_03_project_description img {
        margin-bottom: 12px
    }
}