html,
body {
    font-family: myfont;
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}

.sec-block {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.container-wrap-1450 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    height: auto;
    padding: 0 15px;
}

.container-wrap-1230 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    height: auto;
    padding: 0 15px;
}


.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    height: auto;
    padding: 0 15px;
}


.homeban {
    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;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.homeban.home {
    height: 100vh;
}


/*--------自适应--------*/
.homebanbg {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.4;
}



header {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    z-index: 99999;
    left: 0px;
}

.header-blank {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 120px;
    text-align: center;
}

.header-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background-color: #fff;
}

.header-c.home {
    background-color: transparent;
}


.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    height: 120px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

.header-c.sub .header {
    height: 70px;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

.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 {
    width: auto;
    height: 70px;
    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: center;
    width: auto;
    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-start;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;

}

.header-nav-drop:hover {
    color: #000;
}

.header-nav-drop:hover a.label-drop {
    color: #000;
    font-weight: normal;
    transform: scale(1.1);
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.header-nav-drop:hover .icon-drop {
    color: #000;
}

.header-nav-drop:hover .header-nav-drop-c {
    max-height: 100vh;
    overflow: visible;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.header-nav-item:hover {
    color: #000;
}

.header-nav-item:hover a.label-text {
    color: #000;
    font-weight: normal;
    transform: scale(1.1);
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.header-nav-item:hover .label-text:hover {
    color: #000;
    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: #000;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.header-c.home .header-nav-item>.label-text {
    color: #fff;
}


.header-nav-item>.label-text:hover {
    color: #000;
    text-decoration: none;
}

.header-nav-item>.label-text:active {
    color: #000;
    text-decoration: none;
}

.header-nav-item>.label-text:visited {
    color: #000;
    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;
    position: relative;
    cursor: pointer;
}

.header-nav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.header-c.home .header-nav-drop>.label-drop {
    color: #fff;
}

.header-nav-drop>.label-drop:hover {
    color: #000;
    text-decoration: none;
}

.header-nav-drop>.label-drop:active {
    color: #000;
    text-decoration: none;
}

.header-nav-drop>.label-drop:visited {
    color: #000;
    text-decoration: none;
}



.header-nav-drop>.icon-drop {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.header-c.home .header-nav-drop>.icon-drop {
    color: #fff;
}


.header-nav-drop-c {
    box-sizing: border-box;
    width: 200px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #03A1ED;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 9999;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
}

.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;
    cursor: pointer;
}

.header-nav-dropmenu:hover .icon-dropmenuitem {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.header-nav-dropmenu:hover .label-dropmenuitem {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.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: #fff;
    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: #fff;
    cursor: pointer;
}

.header-nav-dropmenu-r>.label-dropmenuitem:hover {
    color: #fff;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:active {
    color: #fff;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:visited {
    color: #fff;
    text-decoration: none;
}



/*--------自适应--------*/


.homebantext {
    position: relative;
    z-index: 20;
    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: -200px 0px 0 0;
    padding: 0px 0px;
}

.homebantext-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;
}

.homebantext-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homebantext-m {
    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;
}

.homebantext-m>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homebantext-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;
}

.homebantext-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

/*--------自适应--------*/



.homebrand {
    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: 80px 0px;
    padding: 0px 0px;
}

.homebrand-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;
}

.homebrand-t>.label-tt {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homebrand-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homebrand-m1>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homebrand-m2 {
    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;
}

.searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    background: #fff;
    overflow: hidden;
}

.searchbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #ddd;
    cursor: pointer;
}

.searchbox-l>.icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.searchbox-m1 {
    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;
}

.searchbox-m1>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.searchbox-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.searchbox-m2>.label-sp {
    width: 1px;
    height: 30px;
    padding: 0px 0px;
    background: #ddd;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.searchbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
}

.searchbox-r>.selectbrands {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.homebrand-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.homebrand-b>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    max-height: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homebrand-b>a {
    box-sizing: border-box;
    margin: 0 0;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    aspect-ratio: 1/1;
    border: solid 1px #eee;
}

/*--------自适应--------*/


.homeads-box {
    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: 80px 0px;
    position: relative;
}

.homeads-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.homeads-ads-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.homeads-ads {
    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;
}

.homeads-ads>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.homeads-ads>.label2 {
    margin: 40px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.homeads-ads>.link3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 5px 40px;
    border: none;
    border-radius: 5px;
    background: #eee;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.homeads-ads>.link3:hover {
    color: #333;
    text-decoration: none;
}

.homeads-ads>.link3:active {
    color: #333;
    text-decoration: none;
}

.homeads-ads>.link3:visited {
    color: #333;
    text-decoration: none;
}

.homeads-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

/*--------自适应--------*/


.homehot {
    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: 100px 0px;
}

.homehot-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;
}

.homehot-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homehot-m {
    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;
}

.homehot-m>.label1 {
    width: 100px;
    height: 2px;
    padding: 0px 0px;
    background: #0072E3;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homehot-b {
    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: 15px;
    grid-row-gap: 10px;
}

.homegood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 5px 0px;
}

.homegood-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;
}

.homegood-t>.img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.homegood-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: 25px 5px;
}

.homegood-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;
}

.homegood-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: center;
}

.homegood-info-t>.label-title {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.homegood-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;
}

.homegood-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    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;
}

.homegood-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.homegood-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: 5px 0px;
}

.homegood-info-b>.label-date {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/*--------自适应--------*/


.homeabout-box {
    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 0px 0;
    position: relative;
}

.homeabout-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.homeabout-ads {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 300px;
    margin: 60px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.homeabout-ads-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeabout-ads-r>.img1 {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeabout-ads-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeabout-ads-l>.label-st {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #ddd;
}

.homeabout-ads-l>.label1 {
    margin: 40px 0 30px 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.homeabout-ads-l>.label2 {
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.homeabout-ads-l>.link3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 40px 0px;
    padding: 5px 40px;
    border: none;
    border-radius: 5px;
    background: #eee;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.homeabout-ads-l>.link3:hover {
    color: #333;
    text-decoration: none;
}

.homeabout-ads-l>.link3:active {
    color: #333;
    text-decoration: none;
}

.homeabout-ads-l>.link3:visited {
    color: #333;
    text-decoration: none;
}

.homeabout-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

/*--------自适应--------*/


.homeblog {
    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;
}

.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-ht {
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homeblog-m {
    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-m>.label1 {
    width: 100px;
    height: 2px;
    padding: 0px 0px;
    background: #0072E3;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homeblog-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.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;
    border: solid 1px #ddd;
    background: #fff;
}

.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%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    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: 365/300;
}

.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: 25px 25px;
}

.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;
}

.blogitem-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;
}

.blogitem-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.blogitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
}

.blogitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.blogitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.blogitem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.label-title>label {
    color: #333;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.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: 0px 0px;
    padding: 0px 0px;
}

.blogitem-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;
}

.blogitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.blogitem-info-e {
    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 auto;
    padding: 0px 0px;
}

.blogitem-info-e>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #555;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.blogitem-info-e>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.blogitem-info-e>.link1:active {
    color: #fff;
    text-decoration: none;
}

.blogitem-info-e>.link1:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/



.homeques-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 60px 0px;
    position: relative;
}

.homeques-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.homeques-ads-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 540px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.homeques-ads {
    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;
}

.homeques-ads>.label-heads {
    padding: 0px 0px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.homeques-ads>.label2 {
    width: 80%;
    margin: 30px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.homeques-ads-form {
    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;
}

.homeques-ads-form>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.homeques-ads-form>.textarea2 {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    min-height: 40px;
    margin: 10px 0px;
    padding: 10px 10px;
    border: none;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border: solid 1px #ccc;
}

.homeques-ads>.link-sendmsg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 6px 40px;
    border: none;
    border-radius: 5px;
    background: #222;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.homeques-ads>.link-sendmsg:hover {
    color: #fff;
    text-decoration: none;
}

.homeques-ads>.link-sendmsg:active {
    color: #fff;
    text-decoration: none;
}

.homeques-ads>.link-sendmsg:visited {
    color: #fff;
    text-decoration: none;
}

.homeques-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
}

/*--------自适应--------*/


footer {
    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;
    background-color: #3A3A3A;
}

.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1450px;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 15px;
}

.footer-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-l>.link-foot {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.footer-l>.link-foot:hover {
    color: #fff;
    text-decoration: none;
}

.footer-l>.link-foot:active {
    color: #fff;
    text-decoration: none;
}

.footer-l>.link-foot:visited {
    color: #fff;
    text-decoration: none;
}

.footer-m1 {
    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;
}

.footer-m1>.img1 {
    width: auto;
    height: 66px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    filter: invert(1) brightness(100);
}

.footer-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-m2>.footicon {
    margin: 0px 20px;
    padding: 0px 0px;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}

.footer-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-r>.label-cpy {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

/*--------自适应--------*/


.subban-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.subban-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.subban-ads-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 30px;
    margin: 250px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.subban-ads {
    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;
}

.subban-ads>.label-ht {
    padding: 0px 0px;
    text-align: left;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.subban-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
}

/*--------自适应--------*/


.contactbox {
    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: 100px 0px;
    padding: 0px 0px;
}

.contactbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.contactbox-l>.label-st {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.contactitem {
    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;
    padding: 0px 0px;
}

.contactitem-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;
}

.contactitem-t>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #000;
}

.contactitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 0px 0px;
}

.contactitem-m>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.contactitem-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;
}

.contactitem-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.contactbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.contactbox-r>.label-sst {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.contactbox-r-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: 20px 0px;
    padding: 0px 0px;
}

.contactbox-r-b-a {
    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-r-b-a>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.contactbox-r-b-a>.textarea2 {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    min-height: 40px;
    margin: 0px 0px;
    padding: 10px 10px;
    border: solid 1px #ccc;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.contactbox-r-b-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: 20px 0px;
    padding: 0px 0px;
}

.contactbox-r-b-b>.button1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 40px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #333;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/



.aboutpart {
    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: 60px 0px;
    padding: 0px 0px;
}

.aboutpart-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;
}

.aboutpart-t>.label-headx {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.aboutpart-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.aboutpart-m>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
}

.aboutpart-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.aboutpart-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutpart-b-a-a {
    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;
}

.aboutpart-b-a-a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


.aboutpart-b-a-b>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/



.blog-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: 60px 0px;
    padding: 0px 0px;
}

.blogitem {
    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 20px 0px;
    padding: 0px 0px;
    background: #EFEFEF;
}

.blogitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
}

.blogitem-l>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 300/225;
}

.blogitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.blogitem-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 0px 10px;
    padding: 0px 0px;
}

.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;
}

.blogitem-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;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blogitem-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.blogitem-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.blogitem-info-title>.label-title:hover {
    color: #000;
    text-decoration: none;
}

.blogitem-info-title>.label-title:active {
    color: #000;
    text-decoration: none;
}

.blogitem-info-title>.label-title:visited {
    color: #000;
    text-decoration: none;
}

.label-title>label {
    color: #000;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.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: 0px 0px;
    padding: 5px 0px;
}

.blogitem-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;
}

.blogitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.blogitem-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 15px 0px 0 0;
    padding: 5px 5px;
}

.blogitem-info-b>.dateicon {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.blogitem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/


.carbrand-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: 60px 0px;
}

.carbrand {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.carbrand-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.carbrand-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;
}

.carbrand-info-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 auto;
    padding: 0px 0px;
}

.carbrand-info-c>.label-line {
    width: 40px;
    height: 2px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px;
    background: #0072E3;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.carbrand-info-c>.label-brand {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.carbrand-info-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;
}

.carbrand-info-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.carbrand-info-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
}

.carbrand-info-b>.p1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.carbrand-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.carbrand-r>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 20px;
    object-fit: cover;
}

/*--------自适应--------*/


.brandban-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 30px 0px;
    position: relative;
}

.brandban-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.brandban-ads-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 30px;
    margin: 60px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.brandban-ads {
    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;
}

.brandban-ads>.label2 {
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.brandban-ads>.link3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 10px 50px;
    border: none;
    border-radius: 30px;
    background: #DD6A30;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.brandban-ads>.link3:hover {
    color: #fff;
    text-decoration: none;
}

.brandban-ads>.link3:active {
    color: #fff;
    text-decoration: none;
}

.brandban-ads>.link3:visited {
    color: #fff;
    text-decoration: none;
}

.brandban-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
}

/*--------自适应--------*/




.brandnums-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 30px 0px;
    position: relative;
}

.brandnums-box>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.brandnums-ads-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 30px;
    margin: 60px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.brandnums-ads {
    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;
}

.brandnumsitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 22%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brandnumsitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.brandnumsitem-t-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: transparent;
    position: relative;
    z-index: 20;
}

.brandnumsitem-t-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.brandnumsitem-t-a>.img1 {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.brandnumsitem-m {
    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;
}

.brandnumsitem-m>.label-num {
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.brandnumsitem-m>.label-prefix {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.brandnumsitem-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;
}

.brandnumsitem-b>.label-text {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.brandnums-box-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    opacity: 0.8;
}

/*--------自适应--------*/

.contactform-brd {
    box-sizing: border-box;
    margin: 80px auto;
    padding: 35px 100px;
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #ccc;
}




.carbox {
    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: 80px 0px;
    padding: 0px 0px;
}

.carbox-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;
}

.carbox-m1 {
    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;
}

.carboxitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.carboxitem-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;
    aspect-ratio: 1/1;
}

.carboxitem-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.carboxitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.carboxitem-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: 10px 10px;
}

.carboxitem-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;
}

.carboxitem-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;
}

.carboxitem-info-t-a {
    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;
}

.carboxitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.carboxitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.carboxitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.carboxitem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.label-title>label {
    color: #333;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.carboxitem-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;
}

.carboxitem-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;
}

.carboxitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.carboxitem-info-x {
    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;
}

.carboxitem-info-x>.label-price {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #77A464;
}

.carbox-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;
}

.carbox-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;
}

/*--------自适应--------*/


.swcars-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.swcars-c .swiper-pagination {
    bottom: -10px !important;
}

.swcars-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.swcars-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #000;
}

.swcars-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 30px 0px;
}

.swcars-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swcars-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;
}

.swcars-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: 0px 0px;
    position: relative;
}

.swcars-c .swiper-item>.img1 {
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    border-radius: 20px;
}

.swcars-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swcars-c .swcars-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    left: -40px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swcars-c .swcars-prev>.label-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 40px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.swcars-c .swcars-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: -40px;
    transform: translateX(0%) translateY(-50%);
}

.swcars-c .swcars-next>.label-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 40px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

/***/

.carintro {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 100px auto;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

.carintroitem {
    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;
}

.carintroitem-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;
}

.carintroitem-t>.label-shead {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
}

.carintroitem-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;
    padding: 0px 0px;
}

.carintroitem-m>.label-line {
    width: 60px;
    height: 2px;
    padding: 0px 0px;
    background: #0072E3;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.carintroitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.carintroitem-b>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
}

/*--------自适应--------*/

.productdil {
    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;
}

.productdil-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 52%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.productdil-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo {
    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;
}

.proinfo-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;
}

.positionx-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;
    background: #fff;
}

.positionx {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 40px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.positionx>.link-item {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.positionx>.link-item:hover {
    color: #666;
    text-decoration: none;
}

.positionx>.link-item:active {
    color: #666;
    text-decoration: none;
}

.positionx>.link-item:visited {
    color: #666;
    text-decoration: none;
}

.positionx>.icon-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.positionx>.label-item {
    margin: 0px 5px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.proinfo-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;
}

.proinfo-m1>.link-cat {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #0072E3;
}

.proinfo-m1>.link-cat:hover {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-m1>.link-cat:active {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-m1>.link-cat:visited {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-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;
}

.proinfo-m2>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.proinfo-m3 {
    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;
}

.proinfo-m3>.label-price {
    margin: 0 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.proinfo-m3>.label-ni {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-m4 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.proinfo-m4>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-m5 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border-top: solid 1px #ddd;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.proinfo-b>.label-tagt {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-b>.link-tag {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.proinfo-b>.link-tag:hover {
    color: #666;
    text-decoration: none;
}

.proinfo-b>.link-tag:active {
    color: #666;
    text-decoration: none;
}

.proinfo-b>.link-tag:visited {
    color: #666;
    text-decoration: none;
}

/*--------自适应--------*/


.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: 100%;
    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 #000;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    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: 110px;
}

.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: 100px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    border: solid 1px #ccc;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.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 1px red;
}

.xsmall-cmd {
    position: static;

}

.xsmall-next {
    width: 25px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    z-index: 9999;
    right: -12px;
    top: 30px;
}

.xsmall-prev {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: -12px;
    top: 30px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #000;
    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: 999999991;
    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: 60px !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: 60px;
        margin: 0 0;
        padding: 0 0;
        object-fit: cover;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }


}







.proinfo-msg {
    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: flex-start;
}



.proinfo-msg>.link-sendmsg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 6px 40px;
    border: none;
    border-radius: 5px;
    background: #222;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.proinfo-msg>.link-sendmsg:hover {
    color: #fff;
    text-decoration: none;
}

.proinfo-msg>.link-sendmsg:active {
    color: #fff;
    text-decoration: none;
}

.proinfo-msg>.link-sendmsg:visited {
    color: #fff;
    text-decoration: none;
}



.protab-tab {
    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: 60px 0px 30px 0;
    padding: 0px 0px;
    background: #fff;
}

.protab-tab-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;
}

.protab-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.protab-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    min-height: 30px;
    margin: 0px 40px 0px 0px;
    padding: 0px 0px;
    border-top: solid 4px #0072E3;
    cursor: pointer;
}

.protab-nav-item-on>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.protab-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 40px 0 0;
    padding: 0px 0px;
    cursor: pointer;
}

.protab-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.protab-tab-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: 10px 0px;
}

.protab-tab-content-on {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    display: block;
}


.protab-tab-content {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    display: none;
}



/*--------自适应--------*/


.prodilform {
    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;
}

.prodilform-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.prodilform-t>.label-headx {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.prodilform-m {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.prodilform-m>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.prodilform-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;
}

/*--------自适应--------*/











.relatedgoods {
    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;
}

.relatedgoods-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;
}

.relatedgoods-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.relatedgoods-b {
    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;
}

/*--------自适应--------*/



.relgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.relgood-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 15px;
}

.relgood-t>.img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.relgood-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: 25px 5px;
}

.relgood-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;
}

.relgood-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: center;
}

.relgood-info-t>.label-title {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.relgood-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;
}

.relgood-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    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;
}

.relgood-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.relgood-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: 5px 0px;
}

.relgood-info-b>.label-date {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}






























.cargllerys-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 100px auto;
    padding: 10px 0px;
    background: #fff;
}

.cargllerys {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.cargllerys-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;
}

.cargllerys_gallery-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;
    background: #fff;
}

.cargllerys_gallery-c .swiper-pagination {
    bottom: 0px !important;
}

.cargllerys_gallery-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;
}

.cargllerys_gallery-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.cargllerys_gallery-cmd>.cargllerys_gallery-thumb.on {
    border: solid 1px red;
}

.cargllerys_gallery-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_gallery-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_gallery-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.cargllerys_gallery-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: 0px 0px;
    position: relative;
}

.cargllerys_gallery-c .swiper-item>.img1 {
    width: 100%;
    height: 75vh;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.cargllerys_gallery-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: none;
}

.cargllerys_gallery-cmd {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_nav-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;
}

.cargllerys_nav-c .swiper-pagination {
    bottom: 0px !important;
}

.cargllerys_nav-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.cargllerys_nav-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.cargllerys_nav-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_nav-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.cargllerys_nav-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 50px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.cargllerys_nav-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
}

.cargllerys_nav-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.cargllerys_nav-swiperitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.cargllerys_nav-c .swiper-slide.on .cargllerys_nav-swiperitem-bg {
    opacity: 0;
}

.cargllerys_nav-swiperitem-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    background-color: #000;
    cursor: pointer;
}

.cargllerys_nav-swiperitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.cargllerys_nav-swiperitem-t>a>.img1 {
    width: 100%;
    height: 160px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.cargllerys_nav-swiperitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.cargllerys_nav-swiperitem-m {
    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;
}

.cargllerys_nav-swiperitem-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px 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;
}

.cargllerys_nav-swiperitem-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}



.cargllerys_nav-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_nav-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.cargllerys_nav-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}


.cargllerys_nav-c .img1 {
    width: 100%;
    height: 150px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    border: solid 7px #333;
}

.cargllerys_nav-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: none;
}

/*--------自适应--------*/

.prosearchbox {
    box-sizing: border-box;
    margin: 50px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.prolistbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}



.prolist-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;
}

.prolist {
    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;
}

.prolist-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 280px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.rangeprice {
    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;
}

.rangeprice-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: 10px 0px;
}

.rangeprice-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.rangeprice-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;
}

.prolist-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 0px 30px;
    padding: 0px 0px;
}




.gooditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.gooditem-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 15px;
}

.gooditem-t>.img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.gooditem-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: 25px 5px;
}

.gooditem-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;
}

.gooditem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: center;
}

.gooditem-info-t>.label-title {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.gooditem-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;
}

.gooditem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    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;
}

.gooditem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.gooditem-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: 5px 0px;
}

.gooditem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}




.catetree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    background: #fff;
}

.catetree {
    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;
}

.catetree-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.catetree-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.catetree-t>.label1:hover {
    color: #333;
    text-decoration: none;
}

.catetree-t>.label1:active {
    color: #333;
    text-decoration: none;
}

.catetree-t>.label1:visited {
    color: #333;
    text-decoration: none;
}



.catetree-t>.label2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.catetree-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: 5px 0px;
}

.catetree-child {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
}

.catetree-child-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.catetree-child-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.catetree-child-l>.label1:hover {
    color: #666;
    text-decoration: none;
}

.catetree-child-l>.label1:active {
    color: #666;
    text-decoration: none;
}

.catetree-child-l>.label1:visited {
    color: #666;
    text-decoration: none;
}

.catetree-child-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/





.rangeprice-m {
    box-sizing: border-box;
    margin: 30px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}














.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #009aff;
    border: solid 1px #009aff;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}







.pagedetail {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

.pagedetail h1 {
    font-size: 50px;
}

.pagedetail h2 {
    font-size: 40px;
}

.pagedetail h3 {
    font-size: 30px;
}

.pagedetail h4 {
    font-size: 20px;
}

.pagedetail h5 {
    font-size: 18px;
}

.pagedetail p {
    text-align: left;
    color: #000;
    line-height: 1.8;
}

.pagedetail img {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 0 0;
    line-height: 0px;
    font-size: 0;
     vertical-align: middle;
}

.pagedetail video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}






.blogdetail-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0 60px 0;
    padding: 10px 0px;
    background: #fff;
}

.blogdetail {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blogdetail-l {
    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 0px;
}

.blogcnt {
    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;
}

.blogcnt-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;
}

.blogcnt-t>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.blogcnt-m1 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.blogcnt-m1>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.blogcnt-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.blogcnt-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;
}

.relposts {
    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;
}

.relposts-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: 10px 0px;
}

.relposts-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.relposts-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.relblog-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.relblog {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.relblogitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.relblogitem-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;
}

.relblogitem-t>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.relblogitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.relblogitem-m {
    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;
}

.relblogitem-m>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.relblogitem-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: 10px 10px;
}

.relblogitem-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.blogdetail-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 100px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;

}

.blogside {
    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;
}

.blogside-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;
}

.sidefind {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.sidefind-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.sidefind-l>.input-sidefind {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.sidefind-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.sidefind-r>.button-sidefind {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #000;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.button-sidefind>label {
    color: #fff;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.blogside-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.blogside-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;
}

.blognew-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
}

.blognew {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.blognew-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: 15px 0px;
    border-bottom: none;
}

.blognew-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.blognew-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.blognew-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: 5px 0px;
    padding: 0px 0px;
    background: #fff;
}

.blognew-item-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 0px 0px;
    padding: 0px 0px;
}

.blognew-item-l>a>.img {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.blognew-item-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.blognew-item-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 0px 0px;
    padding: 10px 0px;
}

.blognew-item-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;
}

.blognew-item-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;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.blognew-item-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.blognew-item-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.blognew-item-info-title>.label-title:hover {
    color: #000;
    text-decoration: none;
}

.blognew-item-info-title>.label-title:active {
    color: #000;
    text-decoration: none;
}

.blognew-item-info-title>.label-title:visited {
    color: #000;
    text-decoration: none;
}



.blognew-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.blognew-b>.link-more {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.blognew-b>.link-more:hover {
    color: #666;
    text-decoration: none;
}

.blognew-b>.link-more:active {
    color: #666;
    text-decoration: none;
}

.blognew-b>.link-more:visited {
    color: #666;
    text-decoration: none;
}

.blogside-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;
}

/*--------自适应--------*/




.blogs-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;
}


.blogs-ads-form {
    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;
}

.blogs-ads-title {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.blogs-ads-title>label {
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
}


.blogs-ads-form>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.blogs-ads-form>.textarea2 {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    min-height: 40px;
    margin: 10px 0px;
    padding: 10px 10px;
    border: none;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border: solid 1px #ccc;
}

.blogs-ads>.link-sendmsg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 6px 40px;
    border: none;
    border-radius: 5px;
    background: #222;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.blogs-ads>.link-sendmsg:hover {
    color: #fff;
    text-decoration: none;
}

.blogs-ads>.link-sendmsg:active {
    color: #fff;
    text-decoration: none;
}

.blogs-ads>.link-sendmsg:visited {
    color: #fff;
    text-decoration: none;
}

/*-----------------------------*/


.aboutpage {
    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: 60px 0px 30px 0;
    padding: 0px 0px;
}

.aboutpage-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;
}

.aboutpage-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.aboutpage-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.aboutpage-b>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

/*--------自适应--------*/



.qqfloat {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 40px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ddd;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.qqfloat-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #eee;
    background: #0072E3;
    position: relative;
}

.qqfloat-item:hover .qqfloat-item-c {
    display: block;
}

.qqfloat-item-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.qqfloat-item-t>.label-icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.qqfloat-item-c {
    box-sizing: border-box;
    display: none;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    position: absolute;
    z-index: 100;
    left: 40px;
    bottom: -10px;
}

.qqfloat-show {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 20px;
    background: #eee;
    border-radius: 5px;
}

.qqfloat-show-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.qqfloat-show-b>.label-text2 {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.qqfloat-show-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.qqfloat-show-t>.img {
    width: 125px;
    height: 125px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.qqfloat-show-b>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/