.sec-block {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1220px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.bg000 {
    background-color: #1C1C1C;
}


@media screen and (max-width: 960px) {
    .container-wrap {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
}




.swhomeban-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swhomeban {
    width: 100%;
    height: auto;
}

.swhomeban .swiper-slide .img1 {
    display: block;
    width: 100%;
    height: calc(100vh - 128px);
    object-fit: cover;
}

.swhomeban .swiper-pagination {
    bottom: 30px !important;
}

.swhomeban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swhomeban .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhomeban-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhomeban-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.swhomeban-next label,
.swhomeban-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.swhomeban .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomeban .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomeban .swiper-button-next:after,
.swhomeban .swiper-button-prev:after {
    content: '';
}













.swclient-title {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.swclient-title>label {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0 0;
    text-align: center;
}



.swclient-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 auto;
    padding: 0px 0px;
    position: relative;
}

.swclient-c .swiper-pagination {
    bottom: 0px !important;
}

.swclient-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.swclient-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

.swclient-c .swclient-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.swclient-c .swclient-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 999999999;
    left: 0px;
    top: calc(50% + 20px);
    transform: translateX(0%) translateY(-50%);
}

.swclient-c .swclient-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    font-size: 50px;
    color: #999;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.swclient-c .swclient-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 999999999;
    top: calc(50% + 20px);
    right: 0px;
    transform: translateX(0%) translateY(-50%);
}

.swclient-c .swclient-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    font-size: 50px;
    color: #999;
    cursor: pointer;
    opacity: 0.5;
}

.swclient-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 20px 0px;
}

.swclient-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swclient-c .swiper-slide {
    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;
}

.swclient-c .swclient-swiperitem {
    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: 10px 0px;
}

.swclient-c .swclient-swiperitem-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;
}

.swclient-c .swclient-swiperitem-t>a>.img1 {
    width: 100%;
    height: 200px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swclient-c .swclient-swiperitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.swclient-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* ----------#region  -----------*/

.swhomenews-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swhomenews {
    width: 100%;
    height: auto;
}

.swhomenews .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.swhomenews .swiper-pagination {
    bottom: 30px !important;
}

.swhomenews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.swhomenews .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhomenews-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhomenews-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.swhomenews-next label,
.swhomenews-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.swhomenews .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomenews .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomenews .swiper-button-next:after,
.swhomenews .swiper-button-prev:after {
    content: '';
}


/* ----------#region  -----------*/
.swhomecert-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swhomecert {
    width: 100%;
    height: auto;
}

.swhomecert .swiper-slide img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.swhomecert .swiper-pagination {
    bottom: 0px !important;
}

.swhomecert .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.swhomecert .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhomecert-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhomecert-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.swhomecert-next label,
.swhomecert-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.swhomecert .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomecert .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomecert .swiper-button-next:after,
.swhomecert .swiper-button-prev:after {
    content: '';
}





.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
}

.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;
    border-bottom: solid 1px #eee;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.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 {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    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 15px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    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%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    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: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 0px #ddd;
    background-color: #000;
}

.mobhead-nav-navhead {
    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;
}

.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: 30px;
    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: #fff;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    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;
}

.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 0px;
    border-bottom: solid 1px #555;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.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: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 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: #fff;
}

.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: 99999999;
    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: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 10px;
    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: #000;
    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: #EA3030;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 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: #0f0f0f;
    border: solid 1px #0f0f0f;
}

.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;
}



.appwrap-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.appitem {
    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;
}

.appitem-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.appitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.appitem-t>a>.img1 {
    width: 100%;
    height: 200px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
}

.appitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.appitem-m {
    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: 5px 5px;
}

.appitem-info {
    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;
}

.appitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.appitem-info-t-a {
    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: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.appitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.appitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.appitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.appitem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.label-title>label {
    color: #333;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.appitem-info-m {
    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;
}

.appitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    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;
}

.appitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/



.qqfloat-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.qqfloat {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 40px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ddd;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.qqfloat-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 3px 0px;
    padding: 0px 0px;
    border-bottom: solid 0px #eee;
    background: #28C939;
    position: relative;
}

.qqfloat-item:hover .qqfloat-item-c {
    display: block;
}

.qqfloat-item-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.qqfloat-item-t>.label-icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.qqfloat-item-c {
    box-sizing: border-box;
    display: none;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    position: absolute;
    z-index: 100;
    right: 30px;
    bottom: -5px;
}

.qqfloat-show {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    background: #fff;
}

.qqfloat-show-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: 0px 10px;
    background-color: #ddd;
    border-radius: 5px;
}

.qqfloat-show-b>.label-text2 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.qqfloat-show-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;
}

.qqfloat-show-t>.img {
    width: 125px;
    height: 125px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.qqfloat-show-b>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/


.swtab-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;
}

.swtab-c .swiper-pagination {
    bottom: 0px !important;
}

.swtab-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swtab-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swtab-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swtab-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swtab-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swtab-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swtab-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/*--------自适应--------*/


.pronavbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    column-count: 4;
    column-gap: 30px;
    max-width: 1200px;
}

.pronavitem {
    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: 10px 10px;
    break-inside: avoid;   /* 防止元素被拆分到不同列 */
    margin-bottom: 20px;   /*   可选：项目间距 */
}

.pronavitem-t {
    box-sizing: border-box;
    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;
}

.pronavitem-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.pronavitem-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: 0px 0px;
    padding: 0px 0px;
}

.pronavitem-b>.link-item {
    margin: 2px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #0072E3;
}

.pronavitem-b>.link-item:hover {
    color: #0072E3;
    text-decoration: none;
}

.pronavitem-b>.link-item:active {
    color: #0072E3;
    text-decoration: none;
}

.pronavitem-b>.link-item:visited {
    color: #0072E3;
    text-decoration: none;
}

/*--------自适应--------*/

.elementor-image-gallery .gallery-item img {
    margin: 0px auto;
    object-fit: contain;
    height: auto!important;
}

.gallery-item {
    padding: 0em;
}

.elementor-6399 .elementor-element img {
    object-fit: cover;
}


.elementor-element-eb0bb47 img {
    object-fit: cover;
    height: 420px!important;
}

#gallery-2 img{
    width: 100%;
    object-fit: cover;
    height: 450px!important;
}


.kadence-block-pro-modal {
    display: block!important;
    text-align: left;
}


.kt-modal-overlay {
    align-items: center;
    background: rgba(0,0,0,.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 50px!important;
    z-index: 999999;
}

.kt-row-column-wrap {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: var(--global-row-gutter-md,2rem) var(--global-row-gutter-md,2rem);
    grid-auto-rows: minmax(min-content,max-content);
    z-index: 0!important;
    position: relative;
}

.wp-block-kadence-column {
    display: flex;
    flex-direction: column;
    z-index: 0!important;
    min-width: 0;
    min-height: 0;
}


.indexdetail{
    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;
}
.indexdetail h1{
    font-size: 50px;
}
.indexdetail h2{
    font-size: 40px;
}
.indexdetail h3{
    font-size: 30px;
}
.indexdetail h4{
    font-size: 20px;
}
.indexdetail h5{
    font-size: 18px;
}
.indexdetail p{
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0;
}
.indexdetail img{
      width: 100%;
      height: 400px!important;
      object-fit: cover;
      max-width: 100%;
      margin: 10px auto;
      height: auto;
}
.indexdetail video{
      width: auto;
      max-width: 100%;
      margin: 10px auto;
      height: auto;
}

.indexdetail table {
      margin: 10px 0;
      padding: 0 0;
      width: 100px;
      height: auto;
      border-collapse: collapse;
}
.indexdetail table th {
      border: solid 1px #ddd;
      min-height: 40px;
      height: auto;
}
.indexdetail table tr {
      border: solid 1px #ddd;
}
.indexdetail table tr td {
      border: solid 1px #ddd;
      padding: 5px 5px;
      font-size: 14px;
      color: #000;
      min-height: 40px;
      line-height: 1.8;
}


.kb-splide .splide__list {
    list-style:none!important;
}