main{ 
    box-sizing: border-box ; 
    margin: 0 auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ; 
    overflow-x: hidden; 
}

header {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;  
}

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

.header-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #fff;
}

.header-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 20px;
}

header.on .header-top{
    background-color: #8B7C43;
}

.header-top-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 33.33333333333333%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.header-top-l>.link-top {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.header-top-l>.link-top:hover {
    color: #fff;
    text-decoration: none;
}

.header-top-l>.link-top:active {
    color: #fff;
    text-decoration: none;
}

.header-top-l>.link-top:visited {
    color: #fff;
    text-decoration: none;
}

.header-top-m {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 20px;
}

.header-top-m>.icon-top {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.header-top-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-top-r>.label-text {
    padding: 0px 0px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

header.on .header-b{
    background-color: #fff;
}

.header-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 80px;
    margin: 0px 0px;
    padding: 0px 40px;
}

.header-b>.logo {
    width: auto;
    padding: 0px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0px;
}
.header-b>.logo label{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.header-b>.logo span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}



header.on .header-b>.logo label{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
header.on .header-b>.logo span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}



.header-b>.logo svg {
    width: 240px !important;
    max-width: 240px !important;
    height: auto;
    fill: #fff;
}

header.on .header-b>.logo svg {
    width: 240px !important;
    max-width: 240px !important;
    height: auto;
    fill: #000;
}

.header-b-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    column-gap: 20px;
}

.navmain-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.navmain-drop:hover {}

.navmain-drop:hover .navmain-drop-c {
    display: block;
}

.navmain-item:hover {}

.navmain-item:hover a.label-text {}

.navmain-item:hover a.label-text:hover {}

.navmain-dropmenu:hover .icon-dropmenuitem {
    font-size: 14px;
}

.navmain-dropmenu:hover .label-dropmenuitem {
    font-size: 14px;
}

.navmain-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    cursor: pointer;
}

.navmain-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.navmain-item>.label-text:hover {
    color: #fff;
    text-decoration: none;
}

.navmain-item>.label-text:active {
    color: #fff;
    text-decoration: none;
}

.navmain-item>.label-text:visited {
    color: #fff;
    text-decoration: none;
}



header.on .navmain-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}

header.on .navmain-item>.label-text:hover {
    color: #000;
    text-decoration: none;
}

header.on .navmain-item>.label-text:active {
    color: #000;
    text-decoration: none;
}

header.on .navmain-item>.label-text:visited {
    color: #000;
    text-decoration: none;
}



.navmain-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    position: relative;
    cursor: pointer;
}



.navmain-drop>.label-drop {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.navmain-drop>.label-drop:hover {
    color: #fff;
    text-decoration: none;
}

.navmain-drop>.label-drop:active {
    color: #fff;
    text-decoration: none;
}

.navmain-drop>.label-drop:visited {
    color: #fff;
    text-decoration: none;
}


header.on .navmain-drop>.label-drop {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}

header.on .navmain-drop>.label-drop:hover {
    color: #000;
    text-decoration: none;
}

header.on .navmain-drop>.label-drop:active {
    color: #000;
    text-decoration: none;
}

header.on .navmain-drop>.label-drop:visited {
    color: #000;
    text-decoration: none;
}




.navmain-drop>.icon-drop {
    margin: 0px 0px 0px 05px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.navmain-drop-c {
    box-sizing: border-box;
    display: none;
    width: 160px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 9999;
}

.navmain-dropmenu {
    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;
    background: #fff;
    cursor: pointer;
}

.navmain-dropmenu:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    background: #eee;
    cursor: pointer;
}

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

.navmain-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.navmain-dropmenu-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.navmain-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    text-align:center;
    text-transform:uppercase;
}

.navmain-dropmenu-r>.label-dropmenuitem:hover {
    color: #666;
    text-decoration: none;
}

.navmain-dropmenu-r>.label-dropmenuitem:active {
    color: #666;
    text-decoration: none;
}

.navmain-dropmenu-r>.label-dropmenuitem:visited {
    color: #666;
    text-decoration: none;
}



.header-b-b>.link-nav {
    width: auto;
    margin: 0px 0px;
    padding: 7px 15px;
    border: none;
    background-color: #897D45;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.header-b-b>.link-nav:hover {
    color: #fff;
    text-decoration: none;
}

.header-b-b>.link-nav:active {
    color: #fff;
    text-decoration: none;
}

.header-b-b>.link-nav:visited {
    color: #fff;
    text-decoration: none;
}


header.on .header-b-b>.link-nav {
    width: auto;
    margin: 0px 0px;
    padding: 7px 15px;
    border: none;
    background-color: #897D45;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

header.on .header-b-b>.link-nav:hover {
    color: #fff;
    text-decoration: none;
}

header.on .header-b-b>.link-nav:active {
    color: #fff;
    text-decoration: none;
}

header.on .header-b-b>.link-nav:visited {
    color: #fff;
    text-decoration: none;
}

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



.homeban-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;
    position: relative;
}

.homeban-c .swiper-pagination-c {
    width: auto;
    height: 40px;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 3px !important;
    transform: translateX(-50%) translateY(0%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.homeban-c .swiper-pagination {
    margin: 0 6px;
    width: auto;
    height: 40px;
    position: static !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.homeban-c .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
    margin: 0 40px;
    border: solid 1px #fff;
    border-radius: 100%;
}

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

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

.homeban-c .homeban-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 05px;
    padding: 0px 0px;
}

.homeban-c .homeban-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.homeban-c .homeban-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 05px;
    padding: 0px 0px;
}

.homeban-c .homeban-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

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

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

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

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

.homeban-c .swiper-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.4;
}


.homeban-c .swiper-item>.img1 {
    width: 100%;
    height: 760px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


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


.homecollect {
    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;
    row-gap: 10px;
}

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

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

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

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

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

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

.collectitem-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: 1/1;
}

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

.collectitem-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: 05px 05px;
}

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

.collectitem-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: 05px 0px;
}

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

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

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

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

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


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




.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-top: solid 1px #ccc;
}

.footer-t {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    max-width: 1220px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.footlist {
    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: 40px 10px;
    border-right: solid 1px #ccc;
}

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

.footlist-t>.label-title {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

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

.footlist-b.pro {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.footlist-b.pro .footlist-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


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



.footlist-item>.label-item {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.footlist-item>.label-item:hover {
    color: #666;
    text-decoration: none;
}

.footlist-item>.label-item:active {
    color: #666;
    text-decoration: none;
}

.footlist-item>.label-item:visited {
    color: #666;
    text-decoration: none;
}

.label-item>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.footer-bc {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #8B7C43;
}
.footer-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-width: 1220px;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.footer-b>.label-cpy {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.footer-b>.link-foot {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.footer-b>.link-foot:hover {
    color: #fff;
    text-decoration: none;
}

.footer-b>.link-foot:active {
    color: #fff;
    text-decoration: none;
}

.footer-b>.link-foot:visited {
    color: #fff;
    text-decoration: none;
}

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







footer {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #fff;
}



/*--------------- css ---------------*/



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

.formbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formbox-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 11px 0;
    padding: 0px 0px;
    row-gap: 7px;
}

.formbox-row>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-bottom: solid 1px #666;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    border-radius: 0px;
}

.formbox-cmd {
    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 auto;
    padding: 0px 0px;
}

.formbox-cmd>.button-send {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 46px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-bottom: solid 1px #897D45;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #897D45;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}



/*---------  ---------*/




.prowrap-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: 10px 0px;
}

.prowrap-c.subpro {
    margin: 50px 0;
}

.prowrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 50px;
}

.prowrap-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 200px;
    margin: 0px 0px;
    padding: 0px 0px;
}

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

.procats-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 20px;
}

.procats-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #8B7C43;
}

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

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

.procatmenu {
    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 20px;
}

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

.procatmenu-t>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.procatmenu-t>.label-text:hover {
    color: #8B7C43;
    text-decoration: none;
}

.procatmenu.on .procatmenu-t>.label2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    cursor: pointer;
    transform: rotate(90deg);
    transition: all .3s ease 100ms;
}


.procatmenu-t>.label2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .3s ease 100ms;
}


.procatmenu.on .procatmenu-b {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0px;
    max-height: 1000px;
    margin: 0px 0px;
    padding: 0px 0px 0 0px;
    overflow: hidden;
    transition: all .5s ease 100ms;
}

.procatmenu-b {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0px;
    max-height: 0px;
    margin: 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0 0px;
    transition: all .5s ease 100ms;
}


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

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

.procatmenu-child-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.procatmenu-child-l>.label1:hover {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #8B7C43;
}


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

.procatmenu-child-r>.label1 {
    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: #666;
    cursor: pointer;
}

.prowrap-r {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 0px 0px;
    column-gap: 50px;
}

.prolist {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

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

.proitem {
    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: 10px 10px;
    row-gap: 10px;
    border: solid 1px #f9f9f9;
    transition: all .2s ease 100ms;
}
.proitem:hover {
    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: 10px 10px;
    row-gap: 10px;
    border: solid 1px #f9f9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: all .2s ease 100ms;
}

.proitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 5px;
}

.proitem-l:hover>a>img {
    transition: all .2s ease 100ms;
    transform: scale(1.2);
}

.proitem-l>a>img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: all .2s ease 100ms;
    transform: scale(1);
}

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

.proitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    row-gap: 15px;
}

.proitem-info-t {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    text-align: center;
}

.proitem-info-t>.label1 {
    text-align: center;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #19212f;
}

.proitem-info-t>.label1:hover {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #8B7C43;
}


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

.proitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 44px;
    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;
}

.proitem-info-desc>.label-desc {
    text-align: center;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #8B7C43;
}

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

.proitem-button-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;
    border-radius: 20px;
}

.proitem-button-c>.link-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #8B7C43;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #8B7C43;
    overflow: hidden;
    transition-duration: 0.5s;
}

.proitem-button-c>.link-button:hover {
    transition-duration: 0.5s;
    color: #fff;
    text-decoration: none;
    background-color: #8B7C43;
    border: solid 1px #8B7C43;
}


.prolist-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: 30px 0px;
}