header {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 100%;
    background-color: #0D0D0D;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999999;
    left: 0px;
}

.header-c {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 1220px;
}



.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l>a>.img1 {
    display: block;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.header-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-nav-drop:hover {}

.header-nav-drop:hover a.label-drop {}

.header-nav-drop:hover .icon-drop {}

.header-nav-drop:hover .header-nav-drop-c {
    display: block;
}

.header-nav-item.cur>.label-text {
    color: #FF675B;
}

.header-nav-item:hover {
    color: #FF675B;
}

.header-nav-item:hover a.label-text {
    color: #FF675B;
    font-weight: normal;
}

.header-nav-item:hover .label-text:hover {
    color: #FF675B;
    font-weight: normal;
}

.header-nav-item {
    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 20px;
    cursor: pointer;
}

.header-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #D7D7D7;
    cursor: pointer;
}

.header-nav-item>.label-text:hover {
    color: #D7D7D7;
    text-decoration: none;
}


.header-nav-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px;
    padding: 0px 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.header-nav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.header-nav-drop>.label-drop:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:active {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:visited {
    color: #666;
    text-decoration: none;
}

.label-drop>label {
    color: #666;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.header-nav-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-drop-c {
    box-sizing: border-box;
    display: none;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 9999;
}

.header-nav-dropmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
    background: #fff;
    cursor: pointer;
}

.header-nav-dropmenu:hover .icon-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: red;
}

.header-nav-dropmenu:hover .label-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: red;
}

.header-nav-dropmenu-l {
    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;
}

.header-nav-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-dropmenu-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: 5px 0px;
}

.header-nav-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-dropmenu-r>.label-dropmenuitem:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:active {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:visited {
    color: #666;
    text-decoration: none;
}

.label-dropmenuitem>label {
    color: #666;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/

main {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    background-color: #000;
    background-image: url(../images/bgr.png);
}



.swhomeban-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;
}

.swhomeban-c .swiper-pagination {
    bottom: 0px !important;
}

.swhomeban-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;
}

.swhomeban-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #FF675B;
}

.swhomeban-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhomeban-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhomeban-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;
}

.swhomeban-c .swiper-item {
    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;
    position: relative;
    z-index: 1;
    min-height: 568px;
}

.swhomeban-c .swiper-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
}


.swhomeban-c .swiper-item>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.swhomeban-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}





/*--------自适应--------*/
.homebantext-c {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 10px;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 1220px;
    position: relative;
}


.homebantext {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 550px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homebantext-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;
}

.homebantext-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homebantext-t>.label-title2 {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}


.homebantext-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 5px 0px;
    padding: 0px 0px;
}

.homebantext-m1>.label-line {
    width: 45px;
    height: 3px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homebantext-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homebantext-m2>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}

.homebantext-m2>.label-head2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}

.homebantext-m3 {
    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;
}

.homebantext-m3>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #D7D7D7;
}

.homebantext-m3>.p2 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #888888;
}

.homebantext-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.homebantext-b>.homebanlink-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 45px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: none;
    background: #FF675B;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    column-gap: 10px;
}

.homebantext-b>.homebanlink-link:hover {
    color: #fff;
    text-decoration: none;
}

.homebantext-b>.homebanlink-link:active {
    color: #fff;
    text-decoration: none;
}

.homebantext-b>.homebanlink-link:visited {
    color: #fff;
    text-decoration: none;
}

.homebanlink-link>label {
    color: #fff;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/



.homeabout-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 0px;
    padding: 0px 0px;
}

.homeabout {
    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: 60px 0px;
    padding: 0px 0px;
}

.homeabout-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;
}

.homeabout-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homeabout-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: 0px 0px;
}

.homeabout-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.homeabout-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 10px;
}

.homeaboutitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    position: relative;
    row-gap: 10px;
}

.homeaboutitem-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;
}

.homeaboutitem-l>a>.img1 {
    width: 80px;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.homeaboutitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.homeaboutitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeaboutitem-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;
    row-gap: 10px;
}

.homeaboutitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 10px 0px 0 0;
    padding: 0px 0px;
}

.homeaboutitem-info-t>.label-head {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #E3E3E3;
}

.homeaboutitem-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;
}

.homeaboutitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.homeaboutitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 22.75px;
    color: #C9C9C9;
}

.homeaboutitem-sp {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 88px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    opacity: 0.1;
}

.homeabout-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 0px;
}

.homeabout-b>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/


.homeproduct-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 0px;
    padding: 0px 0px;
}

.homeproduct {
    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: 60px 0px;
    padding: 0px 0px;
}

.homeproduct-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;
}

.homeproduct-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homeproduct-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: 0px 0px;
}

.homeproduct-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.homeproduct-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeproduct-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 0px;
}

/*--------自适应--------*/


.homecase-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 0px;
    padding: 0px 0px;
}

.homecase {
    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: 60px 0px 0 0;
    padding: 0px 0px;
}

.homecase-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;
}

.homecase-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homecase-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: 0px 0px;
}

.homecase-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.homecase-m2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px 0 0;
    padding: 0px 0px;
}

.homecase-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 0px;
}



.swhcase-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;
}

.swhcase-c .swiper-pagination {
    display: none;
    bottom: 0px !important;
}

.swhcase-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;
}

.swhcase-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhcase-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhcase-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhcase-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 895px !important;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhcase-c .swiper-item {
    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: 60px 0px;
    position: relative;
}

.swhcase-c .swiper-item>.img1 {
    width: 100%;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swhcase-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/*--------自适应--------*/



.hcaseitem {
    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;
    position: relative;
}

.hcaserow {
    border-radius: 24px 24px 24px 24px;
    padding: 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    position: relative;
    column-gap: 40px;
    z-index: 11;
    background: linear-gradient(to bottom, rgba(102, 102, 102, 0.4) 0%, rgba(29, 29, 29, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.hcaserow-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 456px;
    height: auto;
    min-height: 30px;
    margin: -80px 0px 0px 0px;
    padding: 0px 0px;
}

.hcaserow-l>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 24px 24px 24px 24px;
    object-fit: cover;
    aspect-ratio: 456/342;
}

.hcaserow-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.hcaserow-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hcaserow-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;
    row-gap: 25px;
}

.hcaserow-info-t {
    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;
}

.hcaserow-info-t>.label-head {
    padding: 0px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.hcaserow-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;
}

.hcaserow-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    min-height: 70px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
    overflow: hidden;
    color: #999;
}

.hcaserow-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    color: #999999;
}

.hcaserow-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px 0px;
}

.hcaserow-info-b>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #FF675B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.hcaseitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    top: -50px;
    right: 40px;
}

.hcaseitem-b>.label-num {
    padding: 0px 0px;
    text-align: left;
    font-size: 63px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}


/*--------自适应--------*/


.homeserve-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 0px;
    padding: 0px 0px;
}

.homeserve {
    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: 60px 0px 30px 0;
    padding: 0px 0px;
}

.homeserve-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;
}

.homeserve-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homeserve-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: 0px 0px;
}

.homeserve-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.homeserve-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
}

.homeserve-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 0px;
}

/*--------自适应--------*/

.homeblog-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 0px;
    padding: 0px 0px;
}

.homeblog {
    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: 60px 0px 0px 0;
    padding: 0px 0px;
}

.homeblog-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;
}

.homeblog-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homeblog-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: 0px 0px;
}

.homeblog-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.homeblog-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
}

.homeblog-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 0px;
}

/*--------自适应--------*/



.homequote-box {
    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;
    background: url(../images/Rectangle\ 34@2x.png) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 9999;
}

.homequote-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.homequote {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    height: auto;
    min-height: 30px;
    margin: 100px 0px;
    padding: 0px 10px;
    position: relative;
}

.homequote-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 55%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homequote-ads {
    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;
    row-gap: 20px;
}

.homequote-ads-t {
    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;
}

.homequote-ads-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.homequote-ads-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
}

.homequote-line {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 3px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px;
    background: #FF675B;
}

.homequote-ads-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.homequote-ads-m>.label-text {
    max-width: 450px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
}

.homequote-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 40%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 30px;
    border-radius: 24px;
    background: rgba(52, 52, 52, 0.4);
    border-radius: 24px 24px 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.homeform {
    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;
    row-gap: 20px;
}

.homeform-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;
}

.homeform-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
}

.homeform-b {
    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;
    row-gap: 10px;
    column-gap: 10px;
}

.homeform-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0;
    padding: 0px 0px;
}

.homeform-row>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    margin: 0px 0px;
    padding: 0px 20px;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    background: rgba(162, 162, 162, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/*--------自适应--------*/

footer {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #1B1B1B;
}


.footerbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 70px 10px;
}

.footerbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-left {
    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;
    row-gap: 25px;
}

.footer-left-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;
}

.footer-left-t>a>.img1 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footer-left-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.footer-left-b {
    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;
}

.footer-left-b>.label-cpy {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}

.footerbox-r {
    box-sizing: border-box;
    flex: 1;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.footcat {
    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;
    row-gap: 0px;
}

.footcat-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footcat-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
}

.footcat-b {
    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;
}

.footcat-b>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #F5F7FA;
}

.footcat-b>.link1:hover {
    color: #F5F7FA;
    text-decoration: none;
}

.footcat-b>.link1:active {
    color: #F5F7FA;
    text-decoration: none;
}

.footcat-b>.link1:visited {
    color: #F5F7FA;
    text-decoration: none;
}


.footcat-c {
    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;
    column-gap: 10px;
}

.footcat-c>a {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    background-color: #2C2C2C;
}

/*--------自适应--------*/






.swsuban-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;
}

.swsuban-c .swiper-pagination {
    bottom: 0px !important;
}

.swsuban-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;
}

.swsuban-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swsuban-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swsuban-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swsuban-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;
}

.swsuban-c .swiper-item {
    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;
    position: relative;
    z-index: 1;
    min-height: 450px;
}

.swsuban-c .swiper-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
}


.swsuban-c .swiper-item>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/*--------------- about us ---------------*/


.contactinfo-box {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.contactinfo {
    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: 20px 20px;
    position: relative;
    row-gap: 10px;
    background-color: #202020;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contactinfo-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;
}

.contactinfo-l>a>.img1 {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.contactinfo-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.contactinfo-r {
    box-sizing: border-box;
    flex: 1;
    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;
}

.contactinfo-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;
    row-gap: 10px;
}

.contactinfo-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 10px 0px 0 0;
    padding: 0px 0px;
}

.contactinfo-info-t>.label-head {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.contactinfo-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;
}

.contactinfo-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactinfo-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    line-height: 22.75px;
    color: #777;
}



/* ----------#region  -----------*/

.contactform {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    column-gap: 50px;
}

.contactform-l {
    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;
}

.contactbox {
    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;
}

.contactbox-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;
    column-gap: 10px;
}

.contactbox-t>.label-line {
    width: 30px;
    height: 3px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.contactbox-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #FF675B;
}

.contactbox-m {
    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;
}

.contactbox-m>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
}

.contactbox-b {
    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: 15px 0px 0 0;
    padding: 0px 0px;
    row-gap: 7px;
    column-gap: 5px;
}

.contactbox-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: 5px 0;
    padding: 0px 0px;
    row-gap: 6px;
}

.contactbox-row>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 11px;
    color: #555555;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.contactbox-row>.input2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-radius: 5px;
    background: #1F1F1F;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-style: normal;
}

.contactbox-b-b {
    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 0 0;
    padding: 0px 0px;
}

.contactbox-b-b>.button1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 12px;
    background: #FF675B;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.contactform-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 20px;
}

.whybox {
    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: 25px 30px;
    border-radius: 20px;
    background: #1F1F1F;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.whybox-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;
}

.whybox-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.whybox-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: 5px 0px 0 0;
    padding: 0px 0px;
}

.whybox-b>.whyitem:nth-last-child(1) {
    border: none;
}

.whyitem {
    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: 15px 0px;
    column-gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.whyitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.whyitem-l>a>.img1 {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.whyitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.whyitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.whyitem-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;
    row-gap: 5px;
}

.whyitem-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: 0px 0px;
}

.whyitem-info-t>.label-title {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.whyitem-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;
}

.whyitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.whyitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

.whatsbox {
    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: 20px 30px;
    border-radius: 20px;
    row-gap: 6px;
    background: rgba(255, 103, 91, 0.06);
    border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(255, 103, 91, 0.2);
}

.whatsbox-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;
    letter-spacing: 1px;
}

.whatsbox-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.whatsbox-m {
    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;
}

.whatsbox-m>.label-tel {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.whatsbox-b {
    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;
}

.whatsbox-b>.label-time {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #777777;
}

/*--------自适应--------*/


.brandscroll-wrap {
    box-sizing: border-box;
    margin: 60px 0 40px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.brandscroll-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.brandscroll-scroll {
    display: flex;
    align-items: center;
    min-width: unset;
    flex: 0 0 auto;
    position: relative;
    animation: 100s linear 0s infinite normal none running animate_brandscroll;
}

@keyframes animate_brandscroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.brandscroll-item {
    color: #fff;
    text-align: center;
    height: auto;
    width: auto;
    margin: 0 20px;
}

.brandscroll-item img {
    width: auto;
    height: 50px;
}


.button-contact {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 12px;
    background: #FF675B;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    outline: none;
    cursor: pointer;
}


/*--------------- css ---------------*/

.homebloglist {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.hmblogitem {
    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;
    border-radius: 24px 24px 16px 16px;
    overflow: hidden;
}

.hmblogitem-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.hmblogitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.hmblogitem-t>a>.img1 {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 300/230;
}

.hmblogitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.hmblogitem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 20px;
}

.hmblogitem-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: -70px 0px 0px 0px;
    padding: 20px 20px;
    border-radius: 16px 16px 16px 16px;
    position: relative;
    z-index: 5;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 50%, #666666 100%), linear-gradient(180deg, #666666 0%, rgba(102, 102, 102, 0) 32.69%), rgba(29, 29, 29, 0.1), rgba(29, 29, 29, 0.3), rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px 0px #FF675B;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: solid 2px #FF675B;
    backdrop-filter: blur(20px);

    /* 为了兼容 Safari 浏览器，务必加上前缀 */
    -webkit-backdrop-filter: blur(20px);
    row-gap: 10px;
}

.hmblogitem-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;
}

.hmblogitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 66px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.hmblogitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
}

.hmblogitem-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;
}

.hmblogitem-info-t-a {
    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;
    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;
}

.hmblogitem-info-t-a>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #FF675B;
    column-gap: 6px;
}

.hmblogitem-info-t-a>.link1:hover {
    color: #FF675B;
    text-decoration: none;
}

.hmblogitem-info-t-a>.link1:active {
    color: #FF675B;
    text-decoration: none;
}

.hmblogitem-info-t-a>.link1:visited {
    color: #FF675B;
    text-decoration: none;
}

/*--------自适应--------*/


.homeserlist {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.homeserlist>.homeserrow:nth-child(even) {
    width: 16%;
}

.homeserrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 22%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 24px 24px 24px 24px;
    position: relative;
    overflow: hidden;
}

.homeserrow-t:hover .img1 {
    transform: scale(1.2) rotate(0deg);
    transition: all .2s linear 100ms;
}

.homeserrow-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;
}

.homeserrow-t>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 246/358;
}

.homeserrow-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homeserrow-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.homeserrow-bgitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 30px;
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.homeserlist>.homeserrow:nth-child(even) .homeserrow-bgitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 10px;
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.homeserrow-bgitem-img {
    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;
}

.homeserrow-bgitem-img>.img1 {
    width: 24px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeserrow-bgitem-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: 10px 10px;
}

.homeserrow-bgitem-t-a {
    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;
    text-align: center;
    overflow: hidden;
}

.homeserrow-bgitem-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.homeserrow-bgitem-t-a>.label-title:hover {
    color: #fff;
    text-decoration: none;
}

.homeserrow-bgitem-t-a>.label-title:active {
    color: #fff;
    text-decoration: none;
}

.homeserrow-bgitem-t-a>.label-title:visited {
    color: #fff;
    text-decoration: none;
}


/*--------自适应--------*/



.casebox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px 0 0;
    padding: 0px 0px;
}

.casebox-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}



.casefield-box {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.casefield {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    position: relative;
    row-gap: 10px;
    background-color: #252525;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.casefield-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;
}

.casefield-l>a>.img1 {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.casefield-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.casefield-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.casefield-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;
    row-gap: 10px;
}

.casefield-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 10px 0px 0 0;
    padding: 0px 0px;
}

.casefield-info-t>.label-head {
    padding: 0px 0px;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

.casefield-info-t>.label-unit {
    padding: 0px 0px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.casefield-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;
}

.casefield-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.casefield-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 22.75px;
    color: #A4ABB2;
}


/*--------------- css ---------------*/

.caselistbox {
    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 0px;
}

.caselistbox-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;
}

.caselistbox-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 72px;
    color: #fff;
}

.caselistbox-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 55px 0px 0 0;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.caserow {
    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;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1A1A1A;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.caserow-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;
    overflow: hidden;
}

.caserow-t>.img {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 38/24;
    transition: all .2s ease 100ms;
    transform: scale(1);
}

.caserow-t:hover>.img {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 38/24;
    transition: all .2s ease 100ms;
    transform: scale(1.1);
}

.caserow-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: 20px 30px;
}

.caserow-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;
}

.caserow-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;
}

.caserow-info-t>.label-title {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.caserow-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: 10px 0px 15px;
}

.caserow-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;
    color: #fff;
}

.caserow-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #A4ABB2;
}

.caserow-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 15px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.caserate {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 5px;
}

.caserate-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.caserate-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #FF675B;
}

.caserate-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.caserate-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    color: #888888;
}

.caserow-info-d {
    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 auto;
    padding: 0px 0px;
}

.caserow-info-d>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    column-gap: 5px;
}

.caserow-info-d>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.caserow-info-d>.link1:active {
    color: #fff;
    text-decoration: none;
}

.caserow-info-d>.link1:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/



.prolist {
    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: 70px 0px 20px 0px;
    padding: 0px 0px;
    row-gap: 15px;
}

.prolist-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;
    column-gap: 10px;
}

.prolist-t>.label2 {
    width: 30px;
    height: 3px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.prolist-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #FF675B;
    letter-spacing: 1px;
}

.prolist-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}



.prorow {
    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;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

.prorow-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;
    background-color: #1B1B1B;
    overflow: hidden;
}

.prorow-t>.img {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 38/24;
    transition: all .2s ease 100ms;
    transform: scale(1);
}

.prorow-t:hover>.img {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 38/24;
    transition: all .2s ease 100ms;
    transform: scale(1.1);
}


.prorow-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: 20px 30px;
    background: #272727;
}

.prorow-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;
}

.prorow-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;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prorow-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: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    color: #fff;
}

.prorow-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.prorow-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: 10px 0px;
}

.prorow-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 66px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    color: #A4ABB2;
}

.prorow-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #A4ABB2;
}

.prorow-info-d {
    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 auto;
    padding: 0px 0px;
}

.prorow-info-d>.link-pro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #FF675B;
    column-gap: 10px;
}

.prorow-info-d>.link-pro:hover {
    color: #FF675B;
    text-decoration: none;
}

.prorow-info-d>.link-pro:active {
    color: #FF675B;
    text-decoration: none;
}

.prorow-info-d>.link-pro:visited {
    color: #FF675B;
    text-decoration: none;
}

/*--------自适应--------*/


.prenext {
    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 10px 0;
    padding: 10px 0px;
    border-top: 1px solid rgba(234, 236, 240, 0.34);
}

.prenext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 6px;
}

.prenext-l>.img1 {
    width: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.prenext-l>.label-prev {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #EFEFEF;
}

.prenext-m {
    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;
}

.prenext-m>.link1 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.prenext-m>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.prenext-m>.link1:active {
    color: #fff;
    text-decoration: none;
}

.prenext-m>.link1:visited {
    color: #fff;
    text-decoration: none;
}

.prenext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 6px;
}

.prenext-r>.label-prev {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #EFEFEF;
}

.prenext-r>.img1 {
    width: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/





.whyhuale-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0 10px 0;
    padding: 0px 0px;
}

.whyhuale {
    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: 60px 0px;
    padding: 0px 0px;
}

.whyhuale-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;
}

.whyhuale-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.whyhuale-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: 0px 0px;
}

.whyhuale-m1>.label-desc {
    max-width: 800px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #AEAEAE;
}

.whyhuale-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 10px;
}

.whyhualeitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    position: relative;
    row-gap: 10px;
}

.whyhualeitem-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;
}

.whyhualeitem-l>a>.img1 {
    width: 60px;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.whyhualeitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.whyhualeitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.whyhualeitem-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;
    row-gap: 10px;
}

.whyhualeitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 10px 0px 0 0;
    padding: 0px 0px;
}

.whyhualeitem-info-t>.label-head {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #E3E3E3;
    letter-spacing: 2px;
}

.whyhualeitem-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;
}

.whyhualeitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.whyhualeitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 22.75px;
    color: #C9C9C9;
}

.whyhualeitem-sp {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 88px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    opacity: 0.1;
}

.whyhuale-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 0px;
}

.whyhuale-b>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.bg-whyhuale {
    background-image: url(../images/whyhualebg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*--------自适应--------*/


.procatbox {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 60px;
}

.procatitem {
    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: 20px 15px;
    border-radius: 23px 23px 23px 23px;
    overflow: hidden;
    background-color: #252525;
    box-shadow: inset 0px 0px 22px 0px rgba(242, 242, 242, 0.1), inset 2px 2px 1px -2px #B3B3B3, inset -12px -12px 6px -14px #B3B3B3, inset 16px 16px 9px -18px #FFFFFF;
    row-gap: 5px;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    transform: translateX(0%) translateY(0px);
}

.procatitem * {
    cursor: pointer;
}

.procatitem:hover {
    box-shadow: inset 0px 0px 22px 0px rgba(242, 242, 242, 0.1), inset 2px 2px 1px -2px #B3B3B3, inset -12px -12px 6px -14px #B3B3B3, inset 16px 16px 9px -18px #FFFFFF;
    background-color: rgba(255, 255, 236, 0.4);
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    transform: translateX(0%) translateY(-20px);
}

.procatitem.on {
    box-shadow: inset 0px 0px 22px 0px rgba(242, 242, 242, 0.1), inset 2px 2px 1px -2px #B3B3B3, inset -12px -12px 6px -14px #B3B3B3, inset 16px 16px 9px -18px #FFFFFF;
    background-color: rgba(255, 255, 236, 0.4);
}


.procatitem-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;
}

.procatitem-t>.img1 {
    width: 26px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.procatitem-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 0px;
}

.procatitem.on .procatitem-b>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    color: #A2A2A2;
}

.procatitem-b>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    color: #A2A2A2;
}

/*--------自适应--------*/


.prohot {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 70px 0px 0 0;
    padding: 0px 0px;
    column-gap: 30px;
}

.prohot-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;
}

.prohot-l>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 672/384;
}

.prohot-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.prohot-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 496px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 40px;
    border-radius: 24px 24px 24px 24px;
    background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 24px 24px 24px 24px;
    border: 1px solid rgba(255, 103, 91, 0.3);
}

.prohotbox {
    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;
    row-gap: 10px;
}

.prohotbox-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;
}

.prohotbox-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    color: #FF675B;
}

.prohotbox-m1 {
    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;
}

.prohotbox-m1>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.prohotbox-m2 {
    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;
}

.prohotbox-m2-row {
    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 auto;
    padding: 0px 0px;
    column-gap: 10px;
}

.prohotbox-m2-row>.img1 {
    width: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.prohotbox-m2-row>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    color: #999;
}

.prohotbox-b {
    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;
    column-gap: 20px;
}

.prohotbox-b>.link-morex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0px 0px;
    padding: 10px 30px;
    border: solid 1px #FF675B;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FF675B;
    background: rgba(255, 103, 91, 0.1);
}

.prohotbox-b>.link-morex:hover {
    color: #FF675B;
    text-decoration: none;
}

.prohotbox-b>.link-morex:active {
    color: #FF675B;
    text-decoration: none;
}

.prohotbox-b>.link-morex:visited {
    color: #FF675B;
    text-decoration: none;
}

.prohotbox-b>.link-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0px 0px;
    padding: 10px 30px;
    border: solid 1px #fff;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.prohotbox-b>.link-quote:hover {
    color: #fff;
    text-decoration: none;
}

.prohotbox-b>.link-quote:active {
    color: #fff;
    text-decoration: none;
}

.prohotbox-b>.link-quote:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/

.bg-earth {
    background-image: url(../images/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.aboutcount {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
}

.aboutcitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    column-gap: 20px;
}

.aboutcitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutcitem-l>a>.img1 {
    width: 80px;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.aboutcitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.aboutcitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutcitem-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;
    row-gap: 5px;
}

.aboutcitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutcitem-info-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

.aboutcitem-info-t>.label-unitx {
    padding: 0px 0px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.aboutcitem-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutcitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 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;
}

.aboutcitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #FF675B;
}

.aboutcitem-info-b {
    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;
}

.aboutcitem-info-b>.label-date {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

/*--------自适应--------*/



.abvision {
    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: 30px 0px 80px 0;
    padding: 0px 0px;
}

.abvision-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: 30px 0px;
}

.abvision-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.abvision-main {
    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;
}

.abvisionsw-cmd {
    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;
}

.abvisionsw-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;
}

.abvisionsw-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #0072E3;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.abvisionsw-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;
}

.abvisionsw-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    border: 1px solid rgba(255, 103, 91, 0.3);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.abvisionsw-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;
}

.abvisionsw-c .swiper-pagination {
    bottom: 0px !important;
}

.abvisionsw-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;
}

.abvisionsw-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.abvisionsw-line {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    margin: 0px auto;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 95px;
}

.abvisionsw-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.abvisionsw-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.abvisionsw-c .swiper-slide {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.abvisionsw-c .swiper-item {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.abvisionsw-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.abvisionsw-text-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 10px;
}

.abvisionsw-text-l>.label-title {
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #FF675B;
}

.abvisionsw-cir {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    border: 1px solid rgba(255, 103, 91, 0.3);
    position: relative;
    z-index: 100;
}

.abvisionsw-cir>.label-cir {
    width: 10px;
    height: 10px;
    padding: 0px 0px;
    border-radius: 100%;
    position: relative;
    z-index: 120;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    background-color: #FF675B;
    opacity: 0.5;
}

.abvisionsw-text-l>.label-head {
    margin: 20px 0px 0 0;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.abvisionsw-text-l>.label-desc2 {
    padding: 0px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #818181;
}


.bg-vision {
    background-image: url(../images/visionbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*--------自适应--------*/



.bg-cap {
    background-color: #0A0A0A;
}





.capbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 70px 0px 70px 0;
    padding: 0px 0px;
    column-gap: 40px;
}

.capbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 465px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.capinfo {
    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;
    row-gap: 20px;
}

.capinfo-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;
    column-gap: 7px;
}

.capinfo-t>.label-dot {
    width: 5px;
    height: 5px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #FF675B;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.capinfo-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #FF675B;
}

.capinfo-m1 {
    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;
}

.capinfo-m1>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.capinfo-m2 {
    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: 0px 0px;
}

.capinfo-m2>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #777777;
}

.capinfo-m3 {
    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;
}

.captext {
    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 0px;
}

.captext-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;
}

.captext-t>.img1 {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.captext-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 0 0;
    padding: 0px 0px;
}

.captext-b>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.capinfo-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 15px 0px 0 0;
    padding: 0px 0px;
}

.capinfo-b>.link-explore {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    width: 262px;
    height: 50px;
    font-weight: 500;
    color: #FF675B;
    border: solid 1px #FF675B;
    border-radius: 10px;
}

.capinfo-b>.link-explore:hover {
    color: #FF675B;
    text-decoration: none;
}

.capinfo-b>.link-explore:active {
    color: #FF675B;
    text-decoration: none;
}

.capinfo-b>.link-explore:visited {
    color: #FF675B;
    text-decoration: none;
}

.capbox-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;
}

.cappics {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 15px;
}

.cappics-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;
}

.cappics-l>.img1 {
    width: 100%;
    height: auto;
    min-height: 460px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .2s ease 100ms;
    transform: scale(1);
}
.cappics-l>.img1:hover {
    width: 100%;
    height: auto;
    min-height: 460px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .2s ease 100ms;
    transform: scale(1.05);
}

.cappics-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 266px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 15px;
}

.cappics-r>.img1 {
    width: 100%;
    height: 145px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .2s ease 100ms;
    transform: scale(1);
}

.cappics-r>.img1:hover {
    width: 100%;
    height: 145px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .2s ease 100ms;
    transform: scale(1.05);
}
/*--------自适应--------*/

.homeproducthot {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}



.homehot {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 70px 0px 0 0;
    padding: 0px 0px;
    column-gap: 30px;
}

.homehot-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;
    border: ;
}

.homehot-l>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
    aspect-ratio: 672/384;
}

.homehot-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homehot-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 496px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 40px;
    border-radius: 24px 24px 24px 24px;
    background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 24px 24px 24px 24px;
    border: 0px solid rgba(255, 103, 91, 0.3);
    background-image: url(../images/homehotbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.homehotbox {
    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;
    row-gap: 15px;
}

.homehotbox-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;
}

.homehotbox-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #FF675B;
}

.homehotbox-m1 {
    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;
}

.homehotbox-m1>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.homehotbox-m2 {
    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: 15px 0px;
    padding: 0px 0px;
}

.homehotbox-m2-row {
    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 auto;
    padding: 0px 0px;
    column-gap: 10px;
}

.homehotbox-m2-row>.img1 {
    width: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homehotbox-m2-row>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    color: #999;
}

.homehotbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.homehotpn {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

.homehotpn>button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    outline: none;
    border-radius: 0px;
    border: solid 1px #5F5F5F;
    color: #fff;
    margin: 0 0;
    padding: 0 0px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
}

.homehotpn>button label.fa {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    margin: 0 0;
}



.homehotbox-b>.link-morex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0px 0px;
    padding: 10px 30px;
    border: solid 1px #FF675B;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #FF675B;
}

.homehotbox-b>.link-morex:hover {
    color: #fff;
    text-decoration: none;
}



.homehotbox-b>.link-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0px 0px;
    padding: 10px 30px;
    border: solid 1px #fff;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.homehotbox-b>.link-quote:hover {
    color: #fff;
    text-decoration: none;
}

.homehotbox-b>.link-quote:active {
    color: #fff;
    text-decoration: none;
}

.homehotbox-b>.link-quote:visited {
    color: #fff;
    text-decoration: none;
}

.homehotbox-line {
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 0 0 0;
    width: 40px;
    height: 2px;
    text-align: center;
    background-color: #FF675B;
}


.homehotbox-list {
    box-sizing: border-box;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}



.homehotitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px 16px 16px 16px;
    background: #222121;
    overflow: hidden;
}

.homehotitem.on {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px 16px 16px 16px;
    background: #222121;
    overflow: hidden;
    border: solid 1px #FF675B;
}

.homehotitem.on .homehotitem-r {
    background-color: #FF675B;
}

.homehotitem-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: 15px 25px;
}

.homehotitem-l>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 135/100;
}

.homehotitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homehotitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #434343;
}

.homehotitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 5px;
}

.homehotitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homehotitem-info-t>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

/*--------自适应--------*/
























/*--------自适应--------*/








.casestudy {
    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 50px 0;
    padding: 0px 0px;
    row-gap: 20px;
}

.casestudy-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;
    column-gap: 10px;
}

.casestudy-t>.label-line {
    width: 25px;
    height: 2px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.casestudy-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #FF675B;
}

.casestudy-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 0px;
    position: relative;
}

.casestdbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 14px;
    overflow: hidden;
}

.casestdbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.casestdbox-l>a>.img1 {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.casestdbox-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.casestdbox-abs {
    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: 30px;
    margin: 0px auto;
    padding: 0px 40px;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(0%);
    column-gap: 10px;
}

.casestdbox-abs>.link-tag {
    margin: 0px 0px;
    padding: 6px 14px;
    border-radius: 20px;
    background: #393F42;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.casestdbox-abs>.link-tag:hover {
    color: #fff;
    text-decoration: none;
}

.casestdbox-abs>.link-tag:active {
    color: #fff;
    text-decoration: none;
}

.casestdbox-abs>.link-tag:visited {
    color: #fff;
    text-decoration: none;
}

.casestdbox-r {
    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: 40px 50px;
    background: linear-gradient(to bottom, rgba(102, 102, 102, 0.4) 0%, rgba(29, 29, 29, 1) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.studyinfo {
    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;
    row-gap: 20px;
}

.studyinfo-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;
}

.studyinfo-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.studyinfo-m1 {
    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;
}

.studyinfo-m1>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #A4ABB2;
}

.studyinfo-m2 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
}

.studyitem {
    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;
}

.studyitem-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;
}

.studyitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.studyitem-b {
    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;
}

.studyitem-b>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #A4ABB2;
}

.studyinfo-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.studyinfo-b>.link-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    column-gap: 10px;
}

.studyinfo-b>.link-view:hover {
    color: #fff;
    text-decoration: none;
}

.studyinfo-b>.link-view:active {
    color: #fff;
    text-decoration: none;
}

.studyinfo-b>.link-view:visited {
    color: #fff;
    text-decoration: none;
}

.studyinfo-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
    column-gap: 10px;
    position: absolute ; 
    z-index: 109; 
    right : 20px ; 
    bottom : 30px ;
}

.studyinfo-b-b>.button1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #5F5F5F;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.studyinfo-b-b>.button1>label {
    text-align: center;
}

/*--------自适应--------*/





.bloglist {
    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: 70px 0px 20px 0;
    padding: 0px 0px;
    row-gap: 40px;
}

.bloglist-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;
    column-gap: 10px;
}

.bloglist-t>.label-line {
    width: 25px;
    height: 2px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.bloglist-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #FF675B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bloglist-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 35px;
    grid-row-gap: 40px;
}

.blogitem {
    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;
    row-gap: 15px;
}

.blogitem-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.blogitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    overflow: hidden;
}

.blogitem-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 378/240;
}

.blogitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.blogitem-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;
}

.blogitem-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;
    row-gap: 6px;
}

.blogitem-info-time {
    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 auto;
    padding: 0px 0px;
}

.blogitem-info-time>.label-date {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #FF675B;
}

.blogitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blogitem-info-t-a {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.blogitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.blogitem-info-t-a>.label-title:hover {
    color: #fff;
    text-decoration: none;
}

.blogitem-info-t-a>.label-title:active {
    color: #fff;
    text-decoration: none;
}

.blogitem-info-t-a>.label-title:visited {
    color: #fff;
    text-decoration: none;
}


.blogitem-info-t>.img2 {
    width: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.blogitem-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: 10px 0px 0 0;
    padding: 0px 0px;
}

.blogitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.blogitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/


.recentblock {
    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: 70px 0px 10px 0;
    padding: 0px 0px;
    row-gap: 40px;
}

.recentblock-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;
    column-gap: 10px;
}

.recentblock-t>.label-line {
    width: 25px;
    height: 2px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.recentblock-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #FF675B;
    letter-spacing: 1px;
}

.recentblock-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 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.recentbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 30px;
}

.recentbox-l {
    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: 0px 0px;
    padding: 0px 0px;
}

.recentblog {
    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;
}

.recentblog-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.recentblog-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    overflow: hidden;
}

.recentblog-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 584/232;
}

.recentblog-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.recentblog-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: 20px 5px;
}

.recentblog-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;
    row-gap: 10px;
}

.recentblog-info-date {
    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 auto;
    padding: 0px 0px;
}

.recentblog-info-date>.label-date {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #FF675B;
}

.recentblog-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    column-gap: 10px;
}

.recentblog-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.recentblog-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.recentblog-info-t-a>.label-title:hover {
    color: #fff;
    text-decoration: none;
}

.recentblog-info-t-a>.label-title:active {
    color: #fff;
    text-decoration: none;
}

.recentblog-info-t-a>.label-title:visited {
    color: #fff;
    text-decoration: none;
}



.recentblog-info-t>.img2 {
    width: 24px;
    margin: 5px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.recentblog-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: 5px 0px;
    padding: 0px 0px;
}

.recentblog-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #C0C5D0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.recentblog-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #C0C5D0;
    line-height: 1.6;
}

.recentbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 20px;
}

/*--------自适应--------*/

.smlblog {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.smlblog-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.smlblog-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 320px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    overflow: hidden;
}

.smlblog-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 320/200;
}

.smlblog-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.smlblog-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;
}

.smlblog-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 10px;
}

.smlblog-info-date {
    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 auto;
    padding: 0px 0px;
}

.smlblog-info-date>.label-date {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #FF675B;
}

.smlblog-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    column-gap: 10px;
}

.smlblog-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.smlblog-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}

.smlblog-info-t-a>.label-title:hover {
    color: #fff;
    text-decoration: none;
}

.smlblog-info-t-a>.label-title:active {
    color: #fff;
    text-decoration: none;
}

.smlblog-info-t-a>.label-title:visited {
    color: #fff;
    text-decoration: none;
}


.smlblog-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;
}

.smlblog-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 66px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #C0C5D0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.smlblog-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #C0C5D0;
}

.smlblog-info-d {
    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 auto;
    padding: 0px 0px;
}

.smlblog-info-d>.img2 {
    width: 21px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/

.kfblock1 {
    box-sizing: border-box;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 20px;
    transform: translateX(0%) translateY(-50%);
    width: 80px;
    transition: all .5s ease 100ms ; 
-webkit-transition: all .5s ease 100ms;
}
.kfblock1:hover{
    top: calc(50% - 20px);
    transition: all .5s ease 100ms ; 
    -webkit-transition: all .5s ease 100ms;
}

.kfblock-item1 {
    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;
}



.kfblock-item-b1 {
    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;
    cursor: pointer;
}
.kfblock-item-b1 img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.kfblock-item-b1 * {
    cursor: pointer;
}

.kfblock-item-b1>.label-text1 {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #0CFF68;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.kfblock-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    border-radius: 10px;
    position: relative;
}

.kfblock-item-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 5px;
    background: rgba(255, 74, 63, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.kfblock-item-b * {
    cursor: pointer;
}

.kfblock-item-b>.img2 {
    width: 14px;
    height: 14px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.kfblock-item-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #FF675B;
}

/*--------自适应--------*/



.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: 70px 0px;
    padding: 0px 0px;
}

.articlebox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 10px 0px;
}

.articlebox-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.articlebox-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 10px 0px 20px 0px;
    column-gap: 10px;
}


.articlebox-date {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 30px 0px 30px 0px;
    column-gap: 30px;
    border-top: solid 1px #222;
}

.articlebox-dateitem {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 6px;
}

.articlebox-dateitem>label {
    font-weight: normal;
    font-size: 15px;
    color: #A4ABB2;
    margin: 0 0;
}

.articlebox-dateitem>img {
    width: 20px;
}




.articlebox-m1>.label-from {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.articlebox-m1>.label-dot {
    width: 5px;
    height: 5px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.articlebox-m1>.label-date {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.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 0px;
    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 p {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.articlebox-detail img {
    display: block;
    width: 100%;
    height: auto;
    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;
}

/*--------自适应--------*/

.postion-c {
    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: 0px 0px;
}

.postion {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 7px;
}

.postion>.link-item {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.postion>.link-item:hover {
    color: #fff;
    text-decoration: none;
}

.postion>.link-item:active {
    color: #fff;
    text-decoration: none;
}

.postion>.link-item:visited {
    color: #fff;
    text-decoration: none;
}

.postion>.icon-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/*--------自适应--------*/


.goodbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px 0 0;
    padding: 0px 0px;
    column-gap: 50px;
}

.goodbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.goodbox-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;
}

.goodinfo {
    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;
    row-gap: 15px;
}

.goodinfo-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;
}

.goodinfo-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.goodinfo-m1 {
    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;
}

.goodinfo-m1>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.goodinfo-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.goodinfo-m2>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #8899AA;
}

.goodinfo-m3 {
    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 0 0;
    padding: 20px 20px;
    border-radius: 16px;
    background: #202020;
}

.goodinfoitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.goodinfoitem-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;
}

.goodinfoitem-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
}

.goodinfoitem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.goodinfoitem-r>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}

.goodinfo-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 0 0;
    padding: 0px 0px;
}

.goodinfo-b>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 55px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 30px;
    background: #FF675B;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    column-gap: 10px;
}

.goodinfo-b>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.goodinfo-b>.link1:active {
    color: #fff;
    text-decoration: none;
}

.goodinfo-b>.link1:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/



.goodetail {
    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 20px 0;
    padding: 0px 0px;
}

.goodetail-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;
    column-gap: 10px;
}

.goodetail-t>.label-line {
    width: 30px;
    height: 3px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.goodetail-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.goodetail-b {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 1.5;
    color: #A4ABB2;
}

/*--------自适应--------*/


.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 100%;
    height: auto;
    max-width: 500px;
    text-align: center;
}

.product-big {
    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;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: solid 1px #444;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    width: 100%;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.mysw .swiper-pagination {
    bottom: 30px !important;
}

.mysw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.mysw .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.mysw-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%);
}

.mysw-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%);
}

.mysw-next label,
.mysw-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.mysw .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
}

.mysw .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
}

.mysw .swiper-button-next:after,
.mysw .swiper-button-prev:after {
    content: '';
}

.flex-control-thumbs {
    position: relative;
    zoom: 1;
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
    padding: 0 35px;
}

.flex-control-thumbs .swiper {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-control-thumbs .swiper-slide {
    overflow: hidden;
    width: 95px;
    height: 75px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    cursor: pointer;
    border: solid 1px #666;
    border-radius: 6px;
}

.flex-control-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    object-fit: cover;
    cursor: pointer;
}

.flex-control-thumbs .swiper-slide.on {
    border: solid 2px #FF675B;
}

.xsmall-cmd {
    position: static;

}

.xsmall-next {
    width: 28px;
    background-color: #343434;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
}

.xsmall-prev {
    width: 28px;
    background-color: #343434;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #999;
    font-weight: normal;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #999;
}



.picsbox-c {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    display: none;
}

.picboxs-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.picboxs-topleft {
    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 auto;
    padding: 0px 0px;
}

.picboxs-topleft>.label-count {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.picboxs-topright {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.picboxs-topright>.img-fullscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-exitscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-share {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-close {
    width: 29px;
    height: 29px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-zoom {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picsbox-c-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d>.img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}

@media screen and (max-width: 750px) {
    .product-gallery {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin: 0 0;
        padding: 0 0 0 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .product-big {
        box-sizing: border-box;
        margin: 0 0 0 0px;
        padding: 0 0 0 0;
        width: 100%;
        height: 500px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex: 1;
    }

    .xsmall-cmd {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        width: 50px;
        display: none;
    }

    .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .flex-control-thumbs .swiper-slide {
        overflow: hidden;
        width: auto;
        height: 80px !important;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 0 0px 0;
        padding: 0 0;
        cursor: pointer;
    }

    .flex-control-thumbs .swiper-slide img {
        width: 100%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        object-fit: cover;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
        position: relative;
    }


}







.casedetail {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 40px;
}

.casedetail-l {
    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;
}

.caseinfo {
    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;
    row-gap: 20px;
}

.caseinfo-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;
    column-gap: 10px;
}

.caseinfo-t>.label-nine {
    width: 30px;
    height: 3px;
    padding: 0px 0px;
    background: #FF675B;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.caseinfo-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.caseinfo-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: 20px 0px;
}

.casememo {
    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: 30px 30px;
    border-left: solid 3px #FF675B;
    row-gap: 25px;
}

.casememo-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;
}

.casememo-t>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
}

.casememo-b {
    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;
}

.casememo-b>.label-user {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #ddd;
}

.caseinfo-m2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #d1d1d1;
}

.caseinfo-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.caseinfo-b>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.casedetail-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 25px;
}

.casekey {
    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: 30px 30px;
    border-radius: 24px;
    row-gap: 16px;
    background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 24px 24px 24px 24px;
    border: 1px solid rgba(255, 103, 91, 0.3);
}

.casekey-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;
    column-gap: 10px;
}

.casekey-t>.label-dos {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.casekey-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.casekey-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;
    row-gap: 15px;
}

.casekey-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: 0px auto;
    padding: 0px 0px;
}

.casekey-item-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 auto;
    padding: 0px 0px;
}

.casekey-item-t>.label-num {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.casekey-item-t>.label-unt {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #FF675B;
}

.casekey-item>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #ccc;
}

.casepro {
    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: 30px 30px;
    border: solid 1px #444;
    border-radius: 24px;
    background: #1D1D1D;
    row-gap: 10px;
}

.casepro-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;
}

.casepro-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.casepro-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;
    row-gap: 5px;
}

.caseproitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 6px 0px;
    border-bottom: solid 1px #333;
}

.caseproitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.caseproitem-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #aaa;
}

.caseproitem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex: 1;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.caseproitem-r>.label-desc {
    padding: 0px 0px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.caseexp {
    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: 30px 30px;
    border: solid 1px #444;
    border-radius: 24px;
    background: #1D1D1D;
}

.caseexp-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;
}

.caseexp-t>.img1 {
    width: 60px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.caseexp-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 15px 0px;
    padding: 0px 0px;
}

.caseexp-m1>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.caseexp-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: 0px 0px 20px 0;
}

.caseexp-m2>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #ccc;
}

.caseexp-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 0 0;
    padding: 0px 0px;
}

.caseexp-b>.link-exp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 30px;
    background: #FF675B;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.caseexp-b>.link-exp:hover {
    color: #fff;
    text-decoration: none;
}

.caseexp-b>.link-exp:active {
    color: #fff;
    text-decoration: none;
}

.caseexp-b>.link-exp:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/



#goTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background-color: #FF675B;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0.6;
    border-radius: 100%;
    font-size: 20px;
    cursor:pointer;
}
#goTop>label{
    cursor:pointer;
    color:#fff;
}




/*------------------- css ---------------------*/
.detailbox{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    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: 14px;
    color: #fff;
    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: auto;
      max-width:100%;
      height: auto;
      border-collapse: collapse;
      border: none;
}
.detailbox table th {
      border: solid 0px #ddd;
      min-height: 40px;
      height: auto;
}
.detailbox table tr {
      border: solid 0px #ddd;
}
.detailbox table tr td {
      border: solid 0px #ddd;
      padding: 5px 5px;
}


/*------------------- css ---------------------*/
.swcase-c {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    position: relative;
}
.swcase {
    width: 100%;
    height: auto;
}
.swcase .swiper-pagination{
      bottom: 30px !important;
}
.swcase .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;
}
.swcase .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}
.swcase-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%);
}
.swcase-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%);
}
.swcase-next label,
.swcase-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}
.swcase .swiper-button-next {
    width: 42px;
    right: 0px;
    height: 42px;
    z-index: 99;
    border-radius: 0px;
    background-color: #ccc;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swcase .swiper-button-prev {
    width: 42px;
    left: 0px;
    height: 42px;
    z-index: 99;
    border-radius: 0px;
    background-color: #ccc;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swcase .swiper-button-next:after,
.swcase .swiper-button-prev:after {
    content: '';
}
.swcase .swiper-button-disabled {
    background-color: #eee !important;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
