@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
@import url(./wapNavlist.css);
.main{
    background-color: #F8F8F7 !important;
}

.usInfo_top{
    width: 100%;
    height: 3.81rem;
    display: flex;
}
.usInfo_top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 行业现状 */
.main_hyxz{
    width: 92%;
    height: 100%;
    margin: 0 auto; 
    margin-top: 0.6rem;
}
.main_hyxz_top{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #33333326;
    padding-bottom: 0.3rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.main_hyxz_top::after{
    content: "";
    width: 0.9rem;
    height: 0.04rem;
    background: #000000;
    position: absolute;
    top: 0.74rem;
    left: 0;
    z-index: 9;
}
.main_hyxz_top span{
    font-size: 0.34rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}
.main_hyxz_top .tyw{
    font-size: 0.34rem;
    font-family: Jxixinkai;
    font-weight: 400;
    color: #000000;
}
.main_hyxz_top .hyxz_icon{
    width: 1.02rem;
}

.hyxz_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.hyxz_item{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.hyxz_item_img{
    width: 100%;
    height: 2.59rem;
    object-fit: cover;
}
.hyxz_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
}
.hyxz_p{
    display: flex;
    margin: 0.33rem 0 0.3rem 0;
}
.hyxz_p span:nth-child(1){
    font-size: 0.27rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-right: 0.15rem;
}
.hyxz_p span:nth-child(1)::after{
    content: "";
    width: 0.3rem;
    height: 0.03rem;
    background: #000000;
    opacity: 0.66;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.hyxz_p span:nth-child(2){
    font-size: 0.27rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 0.4rem;
}
.hyxz_text{
    font-size: 0.23rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #040000;
    line-height: 0.4rem;
    opacity: 0.57;
    text-align: justify;
    margin-bottom: 0.1rem;
}
/*国家政策支持 */
.main_gjzc{
    width: 92%;
    height: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.gjzc_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.gjzc_item{
    width: 100%;
    display: flex;
    flex-direction: column; 
    background-color: #Fff;
    margin-bottom: 0.45rem;
}
.gjzc_item img{
    width: 100%;
    height: 4.21rem;
    object-fit: cover;
}
.gjzc_item_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0.25rem 0.35rem 0.25rem;
}
.gjzc_nr01{
    width: 100%;
    font-size: 0.27rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #040000;
    line-height: 0.42rem;
    border-bottom:0.01rem solid #33333317;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    text-align: justify;
}
.gjzc_nr02{
    font-size: 0.23rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 0.4rem;
    opacity: 0.57;
    text-align: justify;
    margin-bottom: 0.1rem;
}
.gjzc_box01{
    width: 100%;
    height: 1.72rem;
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 0.45rem;
}
.gjzc_box01 img{
    width:40%;
    height: 1.72rem;
    object-fit: cover;
}
.gjzc_box01_right{
    width: 60%;
    font-size: 0.17rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #040000;
    transform: scale(0.9);
    line-height: 0.4rem;
    text-align: justify;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}