@media only screen and (max-width: 768px) {
    body{
        width: 100%;
        min-width: auto;
    }
    .contentTop{
        width: 100%;
        position: relative;
        cursor: pointer;
        /* overflow: hidden; */
    }
    .contentTop img{
        display: none;
    }
    .contentTop .contentTopIn{
        position: relative;
        cursor: pointer;
        /* overflow: hidden; */
        padding:20px 0;
        width: 94%;
        margin: 0 auto;
    }
    .build_title{
        font-size: 24px;
    }
    .build_detail{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 4px;
    }
    .build_detail p{
        margin-right: 6px;
    }
    .phone_num{
        font-size: 20px!important;
    }
    .buildingDetails .content{
        width: 94%;
        padding: 20px 0;
    }
    .contentTitle{
        display: flex;
        align-items: center;
    }
    .contentTitleTop{
        border-left: solid 2px #0728BA;
    }
    .contentTitleTop p{
        width: fit-content;
        font-size: 18px;
        color: #333;
        margin:0 8px;
        line-height: 22px;
        font-weight: bold;
    }
    .contentTitleBottom{
        color: #808080;
        font-size: 16px;
    }
    .bg_shadow{
        display: none;
    }
    .introduce_main{
        border: none;
        margin-bottom: 30px;
    }
    .introduce_main::after{
        background-image: none;
    }
    .main_wrap1{
        border-bottom: none;
        padding-bottom: 6px;
    }
    .wrap_title{
        border-left: none;
        font-size: 18px;
        text-align: center;
        padding-left: 0;
        line-height: 34px;
        margin-top: 20px;
    }
    .short_line{
        width: 30px;
        border-top: solid 3px #1A28BA;
        margin: 0 auto;
    }
    .basic_info{
        display: none;
    }
    .basic_info_mobile{
        border-radius: 4px;
        display: block;
        background-color: #F2F5FF;
        margin-top: 12px;
    }
    .basic_item1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 1px #E5E5E5;
        padding: 16px 0;
    }
    .basic_item1 li{
        width: 25%;
    }
    .info_main{
        font-size: 16px;
        line-height: 24px;
    }
    .info_label{
        font-size: 14px;
        line-height: 26px;
    }
    .basic_item2{
        padding: 10px;
        padding-bottom: 20px;
    }
    .basic_item2 li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 6px;
    }
    .basic_item2 .info_label{
        width: fit-content;
    }
    .basic_item2 .info_main{
        width: 70%;
        text-align: right;
    }
    .main_wrap2{
        margin-bottom: 0;
    }
    .use_info{
        display: none;
    }
    .use_info_mobile{
        border-radius: 4px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: #F2F5FF;
        padding-bottom: 20px;
        margin-top: 12px;
    }
    .use_info_mobile li{
        width: 33%;
        margin-top: 16px;
    }
    .building_map{
        width: 100%;
        /* height: 90px; */
        margin: 20px auto;
    }
    /* .building_map_mobile{
        display: block;
        margin-top: 20px;
    } */
    .building_map_mobile img{
        width: 100%;
    }
    .building_info{
        display: block;
        width: 100%;
    }
    .info_block{
        width: 100%;
        margin-top: 20px;
    }
    .building_pic{
        display: none;
    }
    .info_block_main p{
        border-radius: 4px;
        background-color: #F2F5FF;
        color: #1746D4;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
    }
    .info_text{
        display: none;
    }
    .info_text_mobile{
        display: block;
        margin-top: 10px;
    }
    .info_text_mobile li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
    }
    .info_text_mobile .info_label{
        width: fit-content;
    }
    .info_text_mobile .info_main{
        width: 70%;
        text-align: right;
    }
    .workshopDetails .contentTopIn{
        text-align: center;
        padding: 24px 0;
    }
    .workshopDetails .build_title{
        margin-bottom: 0;
    }
    .plant_introduce_main{
        background-image: none;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .plant_introduce_main .main_wrap2{
        border-bottom: none;
        padding-bottom: 0;
    }
    .plant_introduce_main .building_map{
        margin-top: 20px;
    }
    .footerList .phone_num{
        font-size: 14px!important;
    }
    .headerIn{
        display: none!important;
    }
    .htmleaf-container{
        width: 100%;
        height:90px;
        padding: 0 10px;
    }
    .hc-mobile-nav.hc-nav-1{
        display: block;
    }
    #container {
    
    }

    .newnav {
        width: 100%;
        height:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .toggle {
        position: absolute;
        display: none;
        z-index: 9980;
        position: relative;
        top: auto;
        left: auto;
        float: left;
        display: block;
        cursor: pointer;
        box-sizing: content-box;
        font-size: 20px;
        padding: 20px;
        line-height: 24px;
    }

    .toggle span {
        width: 35px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%
    }

    .toggle span,
    .toggle span::before,
    .toggle span::after {
        position: absolute;
        left: 0;
        height: 4px;
        background: #0c5dc1;
        transition: all .1s ease
    }

    .toggle span::before,
    .toggle span::after {
        content: '';
        width: 100%
    }

    .toggle span::before {
        top: -10px
    }

    .toggle span::after {
        bottom: -10px
    }

    #main-nav {
        display: none
    }

    .toggle.toggle-open span {
        background: rgba(0, 0, 0, 0);
        transform: rotate(45deg)
    }

    .toggle.toggle-open span::before {
        transform: translate3d(0, 10px, 0)
    }

    .toggle.toggle-open span::after {
        transform: rotate(-90deg) translate3d(10px, 0, 0)
    }

    .toggle:hover span,
    .toggle:hover span::before,
    .toggle:hover span::after {
        background: #0c5dc1
    }

    .wrapper {
        max-width: 100px;
        margin: 0 auto;
        padding: 0 20px
    }






    body.hc-nav-open {
        position: fixed;
        width: 100%;
        min-height: 100%
    }

    .hc-mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 9999;
        overscroll-behavior: none
    }

    .hc-mobile-nav.is-ios * {
        cursor: pointer !important
    }

    .hc-mobile-nav .nav-container {
        position: fixed;
        z-index: 9998;
        top: 0;
        width: 240px;
        max-width: 100%;
        height: 100%;
        transition: transform .4s ease
    }

    .hc-mobile-nav .nav-wrapper {
        width: 100%
    }

    .hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
        position: static;
        height: 100%;
        overflow: scroll;
        overflow-x: visible;
        overflow-y: auto
    }

    .hc-mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .hc-mobile-nav li {
        position: relative;
        display: block
    }

    .hc-mobile-nav li.level-open>.nav-wrapper {
        visibility: visible
    }

    .hc-mobile-nav input[type="checkbox"] {
        display: none
    }

    .hc-mobile-nav label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        cursor: pointer
    }

    .hc-mobile-nav a {
        position: relative;
        display: block;
        box-sizing: border-box;
        cursor: pointer
    }

    .hc-mobile-nav a,
    .hc-mobile-nav a:hover {
        text-decoration: none
    }

    .hc-mobile-nav.disable-body:not(.nav-open)::after {
        pointer-events: none
    }

    .hc-mobile-nav.disable-body::after,
    .hc-mobile-nav.disable-body .nav-wrapper::after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease
    }

    .hc-mobile-nav.disable-body.nav-open::after,
    .hc-mobile-nav.disable-body .sub-level-open::after {
        visibility: visible;
        opacity: 1;
        transition-delay: .05s
    }

    .hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
        display: none
    }

    .hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
        min-width: 0;
        max-height: 0;
        overflow: hidden;
        transition: height 0s ease .4s
    }

    .hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
        max-height: none
    }

    .hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
        position: absolute;
        z-index: 9999;
        top: 0;
        height: 100%;
        visibility: hidden;
        transition: visibility 0s ease .4s, transform .4s ease
    }

    .hc-mobile-nav.nav-levels-overlap ul ul {
        height: 100%;
        overflow: scroll;
        overflow-x: visible;
        overflow-y: auto
    }

    .hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
        position: static
    }

    .hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
        visibility: visible;
        transition: transform .4s ease
    }

    .hc-mobile-nav.side-left {
        left: 0
    }

    .hc-mobile-nav.side-left .nav-container {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
        transform: translate3d(-40px, 0, 0)
    }

    .hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .hc-mobile-nav.side-right {
        right: 0
    }

    .hc-mobile-nav.side-right .nav-container {
        right: 0;
        transform: translate3d(100%, 0, 0)
    }

    .hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
        transform: translate3d(40px, 0, 0)
    }

    .hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
        right: 0;
        transform: translate3d(100%, 0, 0)
    }

    .hc-mobile-nav.nav-open .nav-container {
        transform: translate3d(0, 0, 0)
    }

    .hc-nav-trigger {
        position: absolute;
        cursor: pointer;
        display: none;
        top: 20px;
        z-index: 9980;
        min-height: 24px
    }

    .hc-nav-trigger span {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%
    }

    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        position: absolute;
        left: 0;
        height: 4px;
        background: #34495E;
        transition: all .2s ease
    }

    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        content: '';
        width: 100%
    }

    .hc-nav-trigger span::before {
        top: -10px
    }

    .hc-nav-trigger span::after {
        bottom: -10px
    }

    .hc-nav-trigger.toggle-open span {
        background: rgba(0, 0, 0, 0);
        transform: rotate(45deg)
    }

    .hc-nav-trigger.toggle-open span::before {
        transform: translate3d(0, 10px, 0)
    }

    .hc-nav-trigger.toggle-open span::after {
        transform: rotate(-90deg) translate3d(10px, 0, 0)
    }

    .hc-mobile-nav::after,
    .hc-mobile-nav .nav-wrapper::after {
        background: rgba(0, 0, 0, 0.3)
    }

    .hc-mobile-nav .nav-wrapper {
        background: #336ca6
    }

    .hc-mobile-nav.nav-open .nav-wrapper {
        box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
    }

    .hc-mobile-nav h2 {
        font-size: 19px;
        font-weight: normal;
        text-align: left;
        padding: 20px 17px;
        color: #1b3958
    }

    .hc-mobile-nav a {
        padding: 14px 17px;
        font-size: 15px;
        color: #fff;
        z-index: 1;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #2c5d8f
    }

    .hc-mobile-nav:not(.touch-device) a:hover {
        background: #31679e
    }

    .hc-mobile-nav li {
        text-align: left
    }

    .hc-mobile-nav li.nav-close a,
    .hc-mobile-nav li.nav-back a {
        background: #2c5d8f;
        border-top: 1px solid #295887;
        border-bottom: 1px solid #295887
    }

    .hc-mobile-nav li.nav-close a:hover,
    .hc-mobile-nav li.nav-back a:hover {
        background: #2b5c8d
    }

    .hc-mobile-nav li.nav-parent a {
        padding-right: 58px
    }

    .hc-mobile-nav li.nav-close span,
    .hc-mobile-nav li.nav-parent span.nav-next,
    .hc-mobile-nav li.nav-back span {
        width: 45px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        cursor: pointer;
        transition: background .2s ease
    }

    .hc-mobile-nav li.nav-close span::before,
    .hc-mobile-nav li.nav-close span::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff
    }

    .hc-mobile-nav li.nav-close span::before {
        margin-left: -9px;
        transform: rotate(135deg)
    }

    .hc-mobile-nav li.nav-close span::after {
        transform: rotate(-45deg)
    }

    .hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
        border-left: 1px solid #2c5d8f
    }

    .hc-mobile-nav span.nav-next::before,
    .hc-mobile-nav li.nav-back span::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-left: -2px;
        box-sizing: border-box;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform-origin: center
    }

    .hc-mobile-nav span.nav-next::before {
        transform: translate(-50%, -50%) rotate(135deg)
    }

    .hc-mobile-nav li.nav-back span::before {
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .hc-mobile-nav.side-right span.nav-next::before {
        margin-left: 0;
        margin-right: -2px;
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .hc-mobile-nav.side-right li.nav-back span::before {
        margin-left: 0;
        margin-right: -2px;
        transform: translate(-50%, -50%) rotate(135deg)
    }

    .hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
    .hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
        box-shadow: none;
        background: transparent
    }

    .hc-mobile-nav.nav-levels-expand .nav-container ul h2,
    .hc-mobile-nav.nav-levels-none .nav-container ul h2 {
        display: none
    }

    .hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
    .hc-mobile-nav.nav-levels-none .nav-container ul ul a {
        font-size: 14px
    }

    .hc-mobile-nav.nav-levels-expand .nav-container li,
    .hc-mobile-nav.nav-levels-none .nav-container li {
        transition: background .3s ease
    }

    .hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
    .hc-mobile-nav.nav-levels-none .nav-container li.level-open {
        background: #2e6296
    }

    .hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
    .hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
        border-bottom: 1px solid #295887
    }

    .hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
    .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
        background: #2f649a
    }

    .hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
    .hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
        margin-top: 2px;
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
    .hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
        margin-top: -2px;
        transform: translate(-50%, -50%) rotate(225deg)
    }

    .hc-mobile-nav .nav-container {
        width: 280px
    }

    .hc-mobile-nav h2 {
        font-weight: 400
    }

    .hc-mobile-nav a {
        font-size: 16px
    }

    .hc-mobile-nav li.cryptocurrency>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: ''
    }

    .hc-mobile-nav li.devices>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'devices'
    }

    .hc-mobile-nav li.mobile>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'phone_android'
    }

    .hc-mobile-nav li.television>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'desktop_windows'
    }

    .hc-mobile-nav li.camera>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'camera_alt'
    }

    .hc-mobile-nav li.magazines>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'import_contacts'
    }

    .hc-mobile-nav li.store>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'store'
    }

    .hc-mobile-nav li.collections>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'collections'
    }

    .hc-mobile-nav li.credits>a::before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        text-indent: 0;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 15px;
        font-size: 19px;
        vertical-align: top;
        content: 'credit_card'
    }
}