.contentTop {
    margin-top: 88px;
    background: url(/images/yshj/Region/bg.png) no-repeat;
    background-size: cover;
}
.contentTop .contentTopIn{
    position: relative;
    transform: initial;
    left: unset;
    top: unset;
    display: block;
    margin: 0 auto;
    padding: 28px;
}
.build_title{
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}
.build_detail{
    color: white;
    font-size: 18px;
    line-height: 34px;
    position: relative;
}
.enter_company{
    display: none;
    position: absolute;
    bottom: -140px;
    width: 100%;
    background: white;
    color: #383838;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.build_detail p{
    display: inline;
    margin-right: 20px;
}
.phone_num{
    font-size: 20px!important;
}
.buildingDetails .content {
    margin: 0 auto;
    width: 1200px;
}
.content{
    position: relative;
}

/* .introduce_main {
    background: url(/images/yshj/Industry/introduce_bg.png) no-repeat;
    background-size: cover;
    border: solid 1px #E6E6E6;
    background-position:center bottom;
    position: relative;
    margin-bottom: 50px;
} */
.introduce_main{
    border: solid 1px #E6E6E6;
    margin-bottom: 50px;
}
.introduce_main::after {
    background-position:center bottom;
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url(/images/yshj/Industry/introduce_bg.png);
    background-size: cover;
    opacity: 0.3; /* 仅对背景图设置透明度 */
    z-index: -1; /* 确保它在内容之下 */
}
.bg_shadow{
    background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(222,231,255,0.8));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.main_wrap1{
    position: relative;
    z-index: 10;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom:34px;
}

.wrap_title{
    border-left: solid 4px #1536AA;
    /* border-bottom: 1px solid #E6E6E6; */
    color: #383838;
    font-size:24px;
    padding-left:16px;
    line-height: 60px;
}
.basic_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #E6E6E6;
}
.basic_info_mobile{
    display: none;
}
.basic_info li{
    width: 25%;
    border-right: solid 1px #C2C2C2;
    margin-top: 24px;
}
.basic_info li:nth-child(4n){
    border-right: none;
}
.info_label{
    text-align: center;
    font-size: 18px;
    color: rgba(96, 98, 102, 1);
    line-height: 28px;
}
.info_main{
    text-align: center;
    font-size: 20px;
    font-weight: bold;  
    color:#1746D4 ;
    line-height: 32px;
}
.main_wrap2{
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
.plant_introduce_main .main_wrap2{
    border-bottom: solid 1px #E6E6E6;
    padding-bottom:34px;
}
.use_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #E6E6E6;
}
.use_info_mobile{
    display: none;
}
.use_info li{
    width: 20%;
    border-right: solid 1px #C2C2C2;
    margin-top: 24px;
}
.use_info li:nth-child(5n){
    border-right: none;
}
.building_map{
    width: 90%;
    height: 200px;
    margin: 50px auto;
    margin-bottom: 0;
}
.building_map img{
    width: 100%;
    height: 100%;
}
/* .building_map_mobile{
    display: none;
} */
.building_info{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.building_info span{
    font-size: 18px;
}
.info_block{
    width: 47%;
    position: relative;
}
.info_block_main p{
    font-size: 22px;
    font-weight: bold;
    color: #1746D4;
    line-height: 34px;
}
.info_text{
    margin-top: 12px;
}
.info_text_mobile{
    display: none;
}
.info_text span{
    font-size: 16px;
    display: block;
    line-height: 36px;
    color: #383838;
}
.info_block:first-child .building_pic{
    width: 180px;
}
.building_pic{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
}
.building_pic img{
    width: 100%;
}
.workshopDetails .contentTopIn{
    padding: 60px 28px;
}
.plant_introduce_main{
    background-image: url(/images/yshj/Industry/workshopDetailsBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.plant_introduce_main .building_map{
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    margin-top: -16px;
}
