.homesolutions>div:hover .homesolution-mask {
    transform: translateY(0);
    transition: all .5s ease 100ms;
}

.homesolutions>div img {
    transform: scale(1.05);
    transition: all .5s ease 100ms;
}


.homesolutions>div {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


.homesolutions>div:hover img {
    transform: scale(1.2);
    transition: all .5s ease 100ms;
}

.homecases .gallery-item {
    transform: translateY(0px) scale(1);
    transition: all .2s ease 100ms;
}

.homecases .gallery-item:hover {
    transform: translateY(-20px) scale(1.1);
    transition: all .2s ease 100ms;
}

.homecases .gallery-caption {
    margin: 10px 0 !important;
}



.homecases img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    transform: translateY(0px);
    transition: all .2s ease 100ms;
}


.formbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.formbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formbox-row {
    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: 11px 0;
    padding: 0px 0px;
    row-gap: 7px;
}

.formbox-row>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border-radius: 5px;
}

.formbox-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px auto;
    padding: 0px 0px;
}

.formbox-cmd>.button-send {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #167AF2;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.formbox-cmd>.button-send:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #093684;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.headersearch-box {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
}

.headersearch-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.headersearch {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 650px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%) translateY(0%);
}

.headersearch-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.headersearch-t>.headersearch-close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.headersearch-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 90%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.headersearch-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-l>.input-headersearch-search {
    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;
}

.headersearch-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-r>.button-headersearch-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: none;
    background: #D9ECF3;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    outline: none;
    cursor: pointer;
}

.button-headersearch-search>label {
    color: #000;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #0D6DDD;
    border: solid 1px #0D6DDD;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}



.search-result {
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
}



.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 40px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox table {
    margin: 10px 0;
    padding: 0 0;
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.detailbox table th {
    border: solid 1px #ddd;
    min-height: 50px;
    height: auto;
}

.detailbox table tr {
    border: solid 1px #ddd;
}

.detailbox table tr td {
    border: solid 1px #ddd;
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}



/*---------  ---------*/

.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}


.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.product-form {
    position: fixed;
    max-width: 960px;
    height: 500px;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* height: 80%; */
    overflow-x: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.m-product-table {
    background: #F4F4F4;
    border-top: 5px solid #19212F;
    padding: 40px 50px 35px;
}

.formtitle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    padding-right: 60px;
    margin-bottom: 10px;
}

.form-text {
    font-size: 16px;
    color: rgba(47, 47, 47, 0.7);
}

.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}

.input-item {
    position: relative;
}

.name-tit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #373737;
}

.name-tit em {
    font-style: normal;
    color: #d91921;
}

.quote-box {
    position: relative;
    background: #fff;
}

.quote-box span {
    position: absolute;
    width: 55px;
    top: 0;
    left: 0;
    height: 100%;
    background: #cacaca;
    text-align: center;
}

.quote-box span img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quote-box input,
.quote-box textarea,
.quote-box select {
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding: 10px 0;
    line-height: 1.4;
}

.quote-box textarea {
    height: 90px;
}

.quote-box select {
    background: url("../images/wicon20.png") right center no-repeat;
}


.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}

.clearfix {
    zoom: 1;
}


.product-formtable ul li.li1 {
    margin: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    ;
    column-gap: 20px;
}

.product-formtable ul li.li1 .input-item {
    float: left;
    width: 50%;
    padding: 0 0px;
    margin-bottom: 0;
}

.quote-box {
    padding-left: 50px;
}

.quote-box span {
    width: 50px;
    height: 50px;
}

.quote-box input,
.quote-box textarea,
.quote-box select {
    height: 50px;
    overflow: hidden;
    width: 100%;
    flex: 1;
    margin: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.sendfeedback ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}

.sendfeedback ul li {
    list-style: none;
}

.contact-submit {
    margin-top: 28px;
}

.contact-submit input {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    background: #E59E00;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-submit input:hover {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #000;
    background: #E59E00;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}


.sign-text {
    color: rgba(47, 47, 47, 0.7);
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    right: 50px;
}

.sign-text .check-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #eee;
}

.popclose-btn {
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.popclose-btn>label {
    color: #E59E00;
    font-size: 30px;
}







/*--------------- css ---------------*/

.pl_service4 a {
    text-decoration: none;
    color: #fff;
}

.pl_service4 a:hover {
    text-decoration: none;
    color: #fff;
}

.pl_service4 span {
    font-size: 14px;
}

.pl_service4 p {
    margin: 0 0;
}

.pl_service4 {
    position: fixed;
    right: -60px;
    bottom: 10%;
    transform: translateY(-0%);
    z-index: 99;
}

.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}

.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}

.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}

.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
    fill: #fff;
}

.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}

.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
}

.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
}

.pl_service4 .service_value.dh {
    line-height: 40px;
}

.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}

.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}

.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}

@media only screen and (max-width: 768px) {


    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }

    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }

    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }

    .custom-service-background {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }

    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }

    .pl_content_box.show {
        right: 0;
    }

    .body_service {
        flex-grow: 1;
        overflow-y: auto;
        /* margin-bottom: 50px; */
    }

    .service_item {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        border-top: 1px solid #f5f5f5;
    }

    .service_icon {
        float: left;
        display: flex;
        margin-top: 10px;
        padding-right: 8px;
        color: #999998;
    }

    .service_value {
        float: left;
        margin-top: 5px;
        ;
        width: 100%;
    }

    .service_value p {
        font-size: 13px;
        width: 100%;
    }

    .service_pop {
        width: 60%;
    }

    .service_pop p {
        display: none;
    }

    .service_pop img {
        width: 100%;
        height: auto;
    }

    .footer_service {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        width: 100%;
        /* padding: 10px; */
        overflow: hidden;
        color: #333;
        background-color: #fff;
        flex-grow: 0;
    }

    .footer_service p {
        display: flex;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .p_kefuicon {
        color: #999998;
    }

    .bottom_type {
        padding: 0 5px 0 5px;
    }

    .doThirdFunc {
        width: 100%;
        white-space: normal;
    }
}





/*--------------- css ---------------*/





.articlebox {
    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: 40px 40px;
    background: #fff;
    background-color: #fff;
    border-radius: 8px;
    /* 四周阴影效果 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}

.articlebox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.articlebox-t>h1 {
    padding: 0px 0px;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.articlebox-m1 {
    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 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.articlebox-m1>.label-date {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.articlebox-m1>.label-view {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.articlebox-m2 {
    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 0px;
}

.articlebox-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.articlebox-detail p {
    margin: 0px 0px;
}

.articlebox-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.articlebox-detail>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-detail>.img {
    object-fit: cover;
}

.articlebox-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 0px;
    padding: 20px 0px;
}

.articlebox-prenext {
    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 0px;
}

.articlebox-prenext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-prenext-l>.label-prev {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.articlebox-prenext-l>.label-prev-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-prenext-l>.label-prev-text:hover {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-l>.label-prev-text:active {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-l>.label-prev-text:visited {
    color: #666;
    text-decoration: none;
}

.label-prev-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.articlebox-prenext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-prenext-r>.label-next {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.articlebox-prenext-r>.label-next-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-prenext-r>.label-next-text:hover {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-r>.label-next-text:active {
    color: #666;
    text-decoration: none;
}

.articlebox-prenext-r>.label-next-text:visited {
    color: #666;
    text-decoration: none;
}

.label-next-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}


.main-article {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 80px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #fff;
}



.proicon-tab:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #EEF2FC !important;
}

.proicon-tab:hover .proicontext {
    border-bottom: solid 2px #093684;
}

.proicon-tab:hover .proicontext .elementor-heading-title {
    font-size: 22px;
    font-weight: 400;
    color: #093684 !important;
}


/*---------  ---------*/

.download-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;
}

.downloaditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px;
    padding: 15px 5px;
    border-bottom: dashed 1px #ddd;
}

.downloaditem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem-l svg{
    width: 16px;
    height: auto;
}
.downloaditem-m {
    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: 0px 0px;
}

.downloaditem-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.downloaditem-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.downloaditem-title>.label-title:hover {
    color: #333;
    text-decoration: none;
}


.downloaditem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloaditem-r>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #0D6DDD;
    text-decoration: underline;
}

/*--------自适应--------*/