@media screen and (max-width: 1199px){
    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }
    .page_banner{
        width: 100%;
        height: 2.98rem;
        position: relative;
    }
    .page_banner span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.36rem;
        margin: auto;
        color: #ffffff;
        font-size: 0.36rem;
        line-height: 0.48rem;
        text-align: center;
        font-family: SourceHanSansCN-Medium;

    }
    .page_banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_page{
        padding: 0.7rem 0 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact_list:first-child{
        margin-bottom: 0.45rem;
    }
    .contact_list{
        width:6.6rem;
        height: 6.6rem;
        position: relative;
    }
    .contact_list_top{
        width: 6.6rem;
        position: relative;
    }
    .contact_list_top>img{
        width:6.6rem;
        height: 6.6rem;
    }
    .contact_list_top p{
        position: absolute;
        left:0.5rem;
        right: 0.5rem;
        bottom: 0.34rem;
        font-size: 0.36rem;
        line-height: 0.48rem;
        font-family: SourceHanSansCN-Regular;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_list_top p img{
        width:0.39rem;
        height:0.39rem;
    }
    .contact_list_bot{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: rgba(255,255,255,0.85);
        display: none;
        flex-direction: column;
      justify-content: center;

    }
    .contact_list_close{
        width:0.39rem;
        height:0.39rem;
        position: absolute;
        right: 0.45rem;
        bottom: 0.37rem;
    }
    .contact_list_txt{
        box-sizing: border-box;
        width: 100%;


    }
    .contact_list_txt div{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.18rem;
        line-height:0.24rem;
        margin-bottom: 0.5rem;
        font-family: SourceHanSansCN-Normal;
    }
    .contact_list_txt p:first-child{
        color: #A72126;
        font-size: 0.24rem;
        line-height: 0.32rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.12rem;
    }
    .contact_list_txt p:first-child img{
        width:0.4rem;
        height: 0.4rem;
        margin-bottom: 0.07rem;

    }
}


@media screen and (min-width: 1200px){
    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }
    .page_banner{
        width: 100%;
        height: 510px;
        position: relative;
    }
    .page_banner span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 47px;
        margin: auto;
        color: #ffffff;
        font-size: 40px;
        line-height: 70px;
        text-align: center;
        font-family: SourceHanSansCN-Medium;

    }
    .page_banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_page{
        padding: 140px 0 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact_list:first-child{
        margin-bottom: 80px;
    }
    .contact_list{
        width: 1040px;
        height: 500px;
        position: relative;
    }
    .contact_list_top{
        width: 1040px;
        position: relative;
    }
    .contact_list_top img{
        width: 1040px;
        height: 500px;
    }
    .contact_list_top span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 18px;
        font-size: 30px;
        line-height: 50px;
        font-family: SourceHanSansCN-Medium;
        text-align: center;
        color: #ffffff;
    }
    .contact_list_bot{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 310px;
        background: rgba(255,255,255,0.85);
        display: none;
    }
    .contact_list_txt{
        justify-content: center;
        padding-top: 55px;
        box-sizing: border-box;
        display: flex;
    }
    .contact_list_txt div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 38px;
        font-size: 18px;
        line-height: 34px;
    }
    .contact_list_txt p:first-child{
        color: #A72126;
        font-size: 26px;
        line-height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
    }
    .contact_list_txt p:first-child img{
        width: 40px;
        height: 40px;
        margin-bottom: 14px;

    }
}
