@media only screen and (max-width: 768px) {
    body {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    #contentTopIn {
      background: url(/upload/images/2023/9/763ab825579d139e.png) no-repeat;
      background-size: 100% 100%;
    }
    .content {
        margin-top: 88px;
    }

    .carrier {
        padding: 10px;
    }

    .carrier .carrierIn {
        width: 100%;
        margin: 0 auto;
    }

    .carrierTop {
        position: relative;
        margin-bottom: 10px;
    }

    .carrierTop .text {
        color: rgba(128, 128, 128, 1);
        font-size: 14px;
        text-indent: 2em;
        /* line-height: 15.93px; */
        margin-bottom: 20px;
    }

    .carrierTop .carrierTab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .carrierTop .carrierTab .list {
        border: 1px solid rgba(128, 128, 128, 1);
        width: 33%;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        cursor: pointer;
    }

    .carrierTop .carrierTab .list:nth-child(2) {
        margin: 0 7px;
    }


    .carrierTop .carrierTab .list p {
        width: 17px;
        height: 17px;
        margin-right: 6px;
    }

    .carrierTop .carrierTab .list p.img1 {
        background: url(/images/yshj/Industry/list1.png);
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list p.img2 {
        background: url(/images/yshj/Industry/list3.png) 100% 100%;
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list p.img3 {
        background: url(/images/yshj/Industry/list5.png);
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list.active p.img1 {
        background: url(/images/yshj/Industry/list2.png);
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list.active p.img2 {
        background: url(/images/yshj/Industry/list4.png);
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list.active p.img3 {
        background: url(/images/yshj/Industry/list6.png);
        background-size: 17px 17px;
    }

    .carrierTop .carrierTab .list span {
        font-size: 14px;
        color: rgba(102, 102, 102, 1);
    }

    .carrierTop .carrierTab .list.active {
        background: rgba(209, 218, 254, 1);
        /* border-color: transparent; */
        border: 1px solid rgba(128, 128, 128, 1);
        color: rgba(21, 54, 170, 1)!important;
    }
    .carrierTop .carrierTab .list.active span{
        color: rgba(21, 54, 170, 1)!important;
    }
    .carrierList1 {
        display: none;
    }

    .carrierList2 {
        display: none;
        cursor: pointer;
    }

    .carrierList3 {
        display: none;
        cursor: pointer;
    }

    .carrierList1.active {
        display: block;
    }

    .carrierList2.active {
        display: block;
    }

    .carrierList3.active {
        display: block;
    }
    .building_block_top{
        display: block;
    }
    .building_big_block{
        justify-content: space-between;
        width: 100%;
    }
    .building_big_block a{
        width: 49%;
        height: 200px;
        margin-right: 0;
    }
    #building_block1,#building_block2{
        display: none;
    }
    #building_block1_mobile,#building_block2_mobile{
        display: block;
    }
    .building_block_bottom{
        margin-top: 0;
    }
    .building_small_block{
        width: 100%;
    }
    .building_block_bottom .building_small_block{
        flex-wrap: wrap;
    }
    .building_small_block a{
        width: 49%;
        height: 200px;
        margin-top: 10px;
    }
    .more {
        font-size: 15px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .more p{
        /* padding:15px 10px; */
        text-align: center;
        border-radius: 36px;
        border: 1px solid rgba(23, 70, 212, 1);
        color: rgba(23, 70, 212, 1);
        width:40%;
        height: 40px;
        line-height: 40px;
    }
    .more p:hover{
        background-color: rgba(23, 70, 212, 1);
        color: #fff;
    }

    .dominant {
        padding: 0 10px;
    }

    .dominant .dominantIn {
        width: 100%;
        margin: 0 auto;
    }

    .dominant .dominantContent {}

    .dominant .dominantContent .dominantContentText {
        /* line-height: 15.93px; */
        font-size: 14px;
        color: rgba(128, 128, 128, 1);
        text-indent: 2em;
        margin-bottom: 20px;
    }

    .dominantContentBottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .dominantContentBottom .dominantContentBottomList {
        width: 48%;
        border: 1px solid rgba(242, 242, 242, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .dominantContentBottom .dominantContentBottomList img {
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListMiddle {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 14px;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListMiddle span {
        text-shadow: 1px 1px rgba(176, 176, 176, 1), -1px -1px rgba(176, 176, 176, 1), 1px -1px rgba(176, 176, 176, 1), -1px 1px rgba(176, 176, 176, 1);
        font-size: 26px;
        color: #fff;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListMiddle p {
        font-size: 14px;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 10px;
        text-align: center;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListMiddle i {
        display: inline-block;
        width: 24px;
        height: 4px;
        opacity: 1;
        background: rgba(61, 109, 227, 1);
        /* background: rgba(0, 41, 169, 1); */
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListBottom {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListBottom .dominantContentBottomListBtn {
        width: 102px;
        text-align: center;
        font-size: 12px;
        display: block;
        align-items: center;
        padding: 5px 0;
        border: 1px solid rgba(193, 193, 193, 1);
        color: rgba(102, 102, 102, 1);
        border-radius: 20px;
        cursor: pointer;
    }

    .dominantContentBottom .dominantContentBottomList .dominantContentBottomListBottom .dominantContentBottomListBtn i {
        margin-left: 1px;
        margin-top: 2px;
        width: 8px;
        height: 6px;
        display: inline-block;
        background: url(../img/Industry/go.png) 100% no-repeat;
    }
    .dominantContentBottom .dominantContentBottomList:last-of-type{
        width: 100%;
    }
    .dominantContentBottom .dominantContentBottomList:last-of-type img{
        height: 91px;
    }
    .dominantContentBottom .dominantContentBottomList:hover {
        background-color: rgba(0, 41, 169, 1);
        border: 1px solid rgba(0, 41, 169, 1);
        color: #fff;
    }

    .dominantContentBottom .dominantContentBottomList:hover img {
        width: 98%;
        margin-left: 1%;
        margin-top: 1%;
    }

    .dominantContentBottom .dominantContentBottomList:hover .dominantContentBottomListMiddle span {
        text-shadow: none;
        font-weight: 700;
    }

    .dominantContentBottom .dominantContentBottomList:hover .dominantContentBottomListMiddle p {
        color: #fff;
    }

    .dominantContentBottom .dominantContentBottomList:hover .dominantContentBottomListMiddle i {
        background: #fff;
    }

    .dominantContentBottom .dominantContentBottomList:hover .dominantContentBottomListBottom .dominantContentBottomListBtn {
        background-color: #fff;
        color: rgba(0, 41, 169, 1);
    }

    .dominantContentBottom .dominantContentBottomList:hover .dominantContentBottomListBottom .dominantContentBottomListBtn i {
        background: url(../img/Industry/goHover.png) 100% no-repeat;
    }

    /* .building {}

    .buildingTop {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px
    }
    .buildingTop .list{
        height:300px;
        margin-bottom:10px;
    }
    .buildingTop .list .absolute{
        max-height: 200px;
    }
    .buildingTop .list:nth-child(2){
        border-radius: 8px;
        background-image: url(/images/yshj/Industry/building6.png);
        width: 49%;
    }
    .buildingTop .list:nth-child(2) img{
        display: none;
    }
    .buildingTop .list:nth-child(2) .listIn{
        width: 95%;
    }
    .buildingTop .list:nth-child(3){
        border-radius: 8px;
        background-image: url(/images/yshj/Industry/building3.png);
        width: 49%;
    }
    .buildingTop .list:nth-child(3) img{
        display: none;
    }
    .buildingTop .list:nth-child(3) .listIn{
        width: 95%;
    }
    .buildingBottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .buildingBottom .list{
        width:100%;
        margin-bottom: 10px;
    }
    .buildingBottom .list:last-child{
        margin-right: 0px;
    }

    .building .list {
        color: #fff;
        position: relative;
    }

    .building .list img {
        display: block;
        width: 100%;
        height: 300px;
    }

    .building .list .absolute {
        position: absolute;
        left: 5%;
        top: 5%;
    
    }

    .building .list p {
        font-size: 18px;
    }

    .building .list .listIn {
        margin-bottom: 20px;
    }

    .building .list .listIn p {
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-size: 14px;
    }

    .building .list .listIn p i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        margin-right: 6px;
        display: none;
    }

    .building .list .btn {
        height: 36px;
        line-height: 36px;
        width: 90px;
        border: 1px solid rgba(229, 229, 229, 1);
        border-radius: 36px;
        text-align: center;
        font-size: 11px;
        cursor: pointer;
    } */
    #building_block1,#building_block2{
        display: none;
    }
    #building_block1_mobile,#building_block2_mobile{
        display: block;
    }
    .workshop {
        display: flex;
        flex-wrap: wrap;
    }

    .workshop .list {
        width: 100%;
        margin-bottom: 10px;
    }

    .workshop .list img {}

    .workshop .list .listBottom {
        border: 1px solid rgba(229, 229, 229, 1);
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
        /* height:187px; */
        background-image: linear-gradient(to top, rgba(227, 233, 255, 1) 0, #FFF 50%);
    }

    .workshop .list .listBottom p {
        font-size: 22px;
        font-weight: 700;
    }

    .workshop .list .listBottom .listIn {
        color: rgba(56, 56, 56, 1);
    }

    .workshop .list .listBottom .listIn p {
        font-size: 14px;
        font-weight: 500;
        margin-top: 4px;
    }

    .workshop .list .listBottom .listIn p i {
        font-size: 18px;
        color: rgba(23, 70, 212, 1);
        font-style: normal;
    }

    .workshop .list .listBottom span {
        display: inline-block;
        margin-top: 14px;
        width: 20px;
        height: 4px;
        background: rgba(23, 70, 212, 1);
    }
    .land{}

.land .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.land .list .list_item{
    position: relative;
    width: 100%;
	height: 147px;
	overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
}
.land .list .list_item{
    margin-right: 0;
}

.list_item .product_pic{
	width: 100%;
	height: 147px;
	overflow: hidden;
}
.land .list_item img{
	width: 100%;
    height: 100%;
}

.land .product_pic .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 27, 59, 0.5);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 3px 2px  rgba(0, 0, 0, 0.8);
}

.hide_block{
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 10;
	box-sizing: border-box;
    background-color: rgba(0, 60, 128, 0.8);
	display: none;
}

.land .list .list_item:hover .hide_block{
    display: block;
}

.land .list .list_item:hover .product_pic .title{
    display: none;
}

.hide_block .title{
    text-shadow: 0px 3px 2px  rgba(0, 0, 0, 0.8);
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hide_block .addressbtn{
    margin: 0 auto;
    margin-top: 23px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 16px;
    border-radius: 4px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}
.hide_block .title_bar{
    width: 30px;
    height: 5px;
    border-radius:3px;
    background: rgba(0, 251, 255, 1);
    margin: 0 auto;
}
.chatBot{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.chatBot img{
    width: 100%;
}
}



#bhzgc{
    display: block;
}
#bhzgcNew{
    display: none;
}