.pc-box {
    display: block;
}

.phone-box {
    display: none;
}

.pc-box-flex {
    display: flex;
}

.phone-box-flex {
    display: none;
}

@media screen and (max-width: 1000px) {
    .pc-box {
        display: none;
    }

    .phone-box {
        display: block;
    }

    .pc-box-flex {
        display: none;
    }

    .phone-box-flex {
        display: flex;
    }
}




.formqq {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed ; 
z-index: 10; 
right : 10px ; 
bottom : 50px ;
background-color: #58A2FF;
}



.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    background-color: transparent !important;
}

.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
}

.mobhead-barbg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    position: fixed;
    z-index: 9997;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    background-color: #07387D;
}

.mobhead-bar-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    display: block;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 999999999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    overflow: hidden;
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #eee;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: red;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 0;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    width: 100%;
    flex: 1;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 30px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/










@media screen and (max-width: 1400px) {
    .mainnav-drop>.label-drop {
        padding: 0px 20px;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        width: 100%;
        height: 75px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .header-r>.label1 {
        margin: 0px 30px 0px 0px;
        padding: 0px 0px;
        text-align: left;
        font-size: 20px;
        color: #fff;
    }

    .homeban-c .swiper-item>.img1 {
        width: 100%;
        height: 700px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }
}


@media screen and (max-width: 1200px) {
    .mainnav-drop>.label-drop {
        padding: 0px 10px;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        width: 100%;
        height: 75px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .header-r>.label1 {
        margin: 0px 30px 0px 0px;
        padding: 0px 0px;
        text-align: left;
        font-size: 18px;
        color: #fff;
    }

    .homeban-c .swiper-item>.img1 {
        width: 100%;
        height: 600px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1000px) {

    .formqq {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 40px;
        height: 40px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: fixed ; 
    z-index: 999999; 
    right : 10px ; 
    bottom : 30px ;
    background-color: #58A2FF;
    border-radius: 100%;
    cursor: pointer;
    }
    .formqq svg{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }



  

    .homeban-c .swiper-item>.img1 {
        width: 100%;
        height: 500px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .homeser-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 30px 0px;
        background: #fff;
    }

    .homeser {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .homeser-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 30px 40px 20px 30px;
        border-radius: 20px;
        background: #F5F5F5;
        cursor: pointer;
    }

    .homeser-b {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .countryx {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .countryx-left {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .countryx-right {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: relative;
    }

    .homesolu {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .homesolu-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 20px 0px 20px 0px;
        border-radius: 20px;
    }

    .homeban-text {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .homeban-text-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .homeban-text-r {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeban-text-l>.label-title {
        padding: 0px 0px;
        text-align: left;
        font-size: 26px;
        font-weight: 400;
        color: #fff;
    }




    .countrybox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100% !important;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .countrybox-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 50% !important;
        height: auto;
        min-height: 30px;
        margin: 10px 0;
        padding: 0px 0px;
    }

    .homesolu-item-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homesolu-item-info-t-a {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 10px 0px;
        padding: 0px 0px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: wrap;
        overflow: hidden;
    }

    .homesolu-item-info-b {
        box-sizing: border-box;
        margin: 30px auto;
        padding: 0 0 0 0;
        width: 100%;
        height: 40px;
        text-align: center;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .homenum {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 30px;
        overflow: hidden;
        background-color: #fff;
    }

    .homenum-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 500px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        overflow: hidden;
    }

    .homenum-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homenum-r-a {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 10px 10px 10px 10px;
    }

    .homenumitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 49%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .homenewsitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 10px 10px;
    }

    .footer {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
    }

    .foot-site-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .footer-bl {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .footer-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 50px;
        margin: 0px 0px;
        padding: 10px 0px 20px 0;
        border-top: solid 1px #ddd;
    }

    .footer-br {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .footer-e {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 120px;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        top: 60px;
        right: 10px;
    }











    .advser {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
    }

    .advser-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }

    .advser-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: 600px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }

    .advser-r-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 0%;
        top: 0%;
        transform: translateX(0%) translateY(0%);
    }

    .advsertbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .advx-c .advx-swiperitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: 250px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 20px;
        background: #fff;
        overflow: hidden;
        position: relative;
    }

    .serbox-cat {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        min-height: 30px;
        margin: 15px 0px;
        padding: 0px 0px;
        border-radius: 5px;
        background: #F5F5F5;
        overflow: hidden;
    }

    .serbox-cat-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 20px 0px;
        background: linear-gradient(90deg, #093b82 0%, #4389f8 100%);
    }

    .serbox-cat-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
    }


    .serbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .serbox-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .subban-c {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
    }

    .subban-c>img {
        width: 100%;
        height: auto;
        min-height: 300px;
        margin: 0 0;
        object-fit: cover;
    }

    .subban {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .position {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .subnav-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        height: 40px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .subnav-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        cursor: pointer;
    }

    .subnav-item-on {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px 0 0;
        padding: 0px 0px;
        cursor: pointer;
    }

    .serbox-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
    }

    .serbox-head-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 20px 10px;
    }

    .headser-c .swiper-pagination {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: 30px;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        bottom: -30px;
        position: absolute;
        z-index: 10;
        left: initial;
        transform: translateX(0%) translateY(0%);
    }


    .solutionhead {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        flex-wrap: wrap;
    }

    .solutionhead-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .solutionhead-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px;
        padding: 10px 10px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }


    .solutionhead-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px auto;
        padding: 20px 0px;
        background: #fff;
    }

    .soluadvitem-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 49%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .valueadditem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
        background: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .sceneitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 150px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .scene-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px;
        padding: 10px 40px;
    }


    .coperbox-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px;
        padding: 10px 10px;
    }

    .coperbox-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
        border-radius: 20px;
        background: #F5F5F5;
        overflow: hidden;
    }

    .coperbox-item-t>a>.img1 {
        width: 100%;
        height: 250px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .hotnews-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0 20px 0;
        padding: 0px 10px;
    }


    .policybox-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px;
        padding: 10px 10px;
    }

    .policyitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 50px 0px;
        padding: 0px 0px;
        border-bottom: solid 1px #eee;
    }



    .policyitem-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 60px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .policyitem-r>.img1 {
        width: 60px;
        height: 60px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        border-radius: 10px;
    }

    .policyrow-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 60px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .policyrow-info-t>.label1 {
        padding: 0px 0px;
        font-size: 16px;
        font-weight: normal;
        color: #333;
        cursor: pointer;
    }

    .policyrow-info-desc>.label-desc {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.8;
        color: #666;
    }

    .policyrow-info-desc {
        box-sizing: border-box;
        width: 100%;
        height: 44px;
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: wrap;
        overflow: hidden;
        cursor: pointer;
    }


    .hotitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .hotitem-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .hotitem-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 0px;
    }

    .hotitem-l>.img1 {
        width: 100%;
        height: 200px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        border-radius: 20px;
    }


    .policybox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .policybox-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        background: #fff;
    }

    .hotnews-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0 20px 0;
        padding: 0px 10px;
    }

    .policyitem-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 60px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .policyrow {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #fff;
    }

    .policyrow-date {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 70px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #eee;
    }


    .articlebox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px;
    }


    .articledetail-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 20px 0px;
    }

    .oversea1-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px auto;
        padding: 20px 0px;
        background: #fff;
    }

    .oversea1-head-b {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 10px;
        text-align: left;
        font-size: 15px;
    }

    .oversea1-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .culturebox-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 20px 20px;
    }


    .culturebox-wrap {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        width: 100px;
        height: 100px;
        margin: 0px auto;
        padding: 0px 0px;
        border-radius: 100%;
        background: #053999;
        overflow: hidden;
    }

    .cultureitem-t>.iconfont {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 30px;
        font-weight: normal;
        color: #fff;
    }

    .cultureitem-b>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .history-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 30px 10px;
    }

    .honoritem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 30px;
        background: #eee;
    }


    .mapitem-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .compbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .compbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .compbox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }

    .compsub {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 10px;
    }




}

@media screen and (max-width: 768px) {
    .askbox-t>.label1 {
        padding: 0px 0px;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        color: #333;
    }

    .askrow {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 5px 10px 10px 10px;
        background: #fff;
    }

    .homeser-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 30px 40px 20px 30px;
        border-radius: 20px;
        background: #F5F5F5;
        cursor: pointer;
    }



}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 420px) {}