

/* PC-px */
@media screen and (min-width: 1000px) {
    
    .pages{
        width:100%;
        min-height:100%;
        background:rgba(243,243,243,1);
        display: flex;
        flex-flow:column;

    }
    .box{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .p_head_box{
        height:88px;
        background: #222222;
    }
    .p_one_box{
        flex:1;
        width:100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tab_sel{
        background:rgba(255,201,31,1)!important;
        color:#222222!important;
    }


    
    .con{
        width:1000px;
        height:100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }


    .con_head_img{
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .con_head_img>img{
        width:100px;
        overflow: hidden;
    }
    .con_head_tab{
        display: flex;
    }
    .con_head_tab>li{
        height:88px;
        line-height:88px;
        padding:0 20px;
        font-size:20px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        cursor: pointer;
    }
    .con_head_tab>li:hover{
        background:rgba(255,201,31,1)!important;
        color:#222222!important;
    }

    .con_one{
        width:1000px;
        height:400px;
        display:flex;
    }
    .con_one_left{
        flex:1;
        height:400px;
        overflow: hidden;
        /* background-image: url('../img/addr.png');
        background-repeat: no-repeat;
        background-size:500px 400px;
        background-position: center center; */
        display: flex;
        justify-content: center;
    }
    .con_one_left_img{
        width:351px;
        height:179px;
        overflow: hidden;
        margin-top:68px;
    }

    .con_one_right{
        flex:1;
        height:400px;
        overflow: hidden;
        background:rgba(255,255,255,1);
        padding:20px 40px;
    }
    .con_one_right_t{
        font-size:28px;
        font-family:PingFangSC-Thin,PingFang SC;
        font-weight:100;
        color:rgba(35,35,35,1);
    }
    .con_one_right_l{
        width:58px;
        height:2px;
        background:linear-gradient(189deg,rgba(255,230,66,1) 0%,rgba(255,201,31,1) 100%);
        margin:10px 0 17px 0;
    }
    .con_one_right_c{
        font-size:13px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:100;
        color:rgba(35,35,35,1);
        line-height:18px;
    }
    .con_one_right_c>p{
        padding:10px 0;
    }
    .con_one_right_c>p>span:first-child{
        /* width:60px; */
        /* display: inline-block;
        text-align-last:justify;
        text-align:justify;
        text-justify:distribute-all-lines; */
    }

    .font_w800{
        font-weight: 800!important;
    }


}


/* H5-rem */
@media screen and (max-width: 999px)  {


    .pages{
        width:100%;
        min-height:100vh;
        background:#fff;
    }
    .box{
        width:100%;
    }
    .p_head_box{
        width:100%;
    }
    .p_foot_box{
        width:100%;
    }
    

    .con{
        width:100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
    }
    .con_head{
        height:.44rem;
        background: #222222;

    }
    .con_foot{
        height:.62rem;
        background: #232323;
    }


    .con_head_img{
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width:.65rem;
        height:.44rem;
    }
    .con_head_img>img{
        width:.5rem;
        overflow: hidden;
    }
    .con_head_tab{
        display: none;
    }
    .con_head_tab>li{
        height:88px;
        line-height:88px;
        padding:0 20px;
        font-size:20px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        cursor: pointer;
    }

    .con_one{
        width:100%;
        min-height:100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .con_one_left{
        width:100vw;
        height:60vw;
        overflow: hidden;
        /* background-image: url('../img/addr.png');
        background-repeat: no-repeat;
        background-size:100vw 80vw;
        background-position: center center; */
        display: flex;
        justify-content: center;
    }
    .con_one_left_img{
        width:1.76rem;
        height:.9rem;
        overflow: hidden;
        margin-top:.34rem;
    }

    .con_one_right{
        width:100%;
        flex:1;
        min-height:4rem;
        overflow: hidden;
        background:rgba(255,255,255,1);
        padding: .2rem .15rem;
    }
    .con_one_right_t{
        font-size:.25rem;
        font-family:PingFangSC-Thin,PingFang SC;
        font-weight:100;
        color:rgba(35,35,35,1);
    }
    .con_one_right_l{
        width:.35rem;
        height:.02rem;
        background:linear-gradient(189deg,rgba(255,230,66,1) 0%,rgba(255,201,31,1) 100%);
        margin:.1rem 0 .14rem 0;
    }
    .con_one_right_c{
        font-size:.15rem;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(35,35,35,1);
        line-height:.5rem;
    }
    .con_one_right_c>p>span:first-child{
        /* width:.6rem; */
        /* display: inline-block;
        text-align-last:justify;
        text-align:justify;
        text-justify:distribute-all-lines; */
    }


}



