html,
body {
    font-family: myfont;
    scroll-behavior: smooth;
    background-color: #ffffff;
    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;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    height: auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}



header {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background-color: #fff;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}



.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

header.on {
    border-bottom: solid 1px #ddd;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

header.on .header {
    height: 75px;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

header.on .header-nav-drop-c{
    top: 75px;
}

.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: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    display: block;
    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: 40px;
    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: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.header-nav-drop:hover {
    color: #333;
}

.header-nav-drop:hover a.label-drop {
    color: #333;
    font-weight: bold;
}

.header-nav-drop:hover .icon-drop {
    color: #333;
}

.header-nav-drop:hover .header-nav-drop-c {
    display: block;

}

.header-nav-item:hover {
    color: #000;
}

.header-nav-item:hover a.label-text {
    color: #000;
}

.header-nav-item:hover .label-text:hover {
    color: #000;
}

.header-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 40px;
    margin: 0px 15px;
    padding: 0px 0px;
    cursor: pointer;
    letter-spacing: 1px;
    border-bottom: solid 3px #fff;
}
.header-nav-item:hover{
    border-bottom: solid 3px #8F4586;
}
.header-nav-item:hover>.label-text{
    color: #8F4586;
}

.header-nav-item.on{
    border-bottom: solid 3px #8F4586;
}

.header-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}

.header-nav-item>.label-text:hover {
    color: #921C8C;
    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: 40px;
    margin: 0px 15px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
    cursor: pointer;
    border-bottom: solid 3px #fff;
}

.header-nav-drop:hover{
    border-bottom: solid 3px #8F4586;
}

.header-nav-drop.on{
    border-bottom: solid 3px #8F4586;
}


.header-nav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-nav-drop>.label-drop:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:active {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:visited {
    color: #666;
    text-decoration: none;
}


.header-nav-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-drop-c {
    box-sizing: border-box;
    display: none;
    width: auto;
    min-width: 320px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 100px;
    z-index: 9999999;
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #eee;
}

.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: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    cursor: pointer;
}


.header-nav-dropmenu:hover .icon-dropmenuitem {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.header-nav-dropmenu:hover{
    background-color: #f8d9f5;
    cursor: pointer;
}

.header-nav-dropmenu:hover .label-dropmenuitem {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.header-nav-dropmenu-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-nav-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-dropmenu-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 5px 10px;
    cursor: pointer;
}


.header-nav-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
}

.header-nav-dropmenu-r>.label-dropmenuitem:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:active {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:visited {
    color: #666;
    text-decoration: none;
}



.header-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 0 20px;
}

.header-r>.link-quote {
    margin: 0px 0px;
    padding: 10px 25px;
    border: solid 2px #000;
    border-radius: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.header-r>.link-quote:hover {
    color: #fff;
    background-color: #921C8C;
    text-decoration: none;
    border: solid 2px #921C8C;
}

.header-r>.link-quote:active {
    text-decoration: none;
}

.header-r>.link-quote:visited {
    text-decoration: none;
}

/*--------自适应--------*/

#goTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background-color: #921C8C;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0.6;
    border-radius: 100%;
    font-size: 20px
}

.swhomeban-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.swhomeban {
    width: 100%;
    height: auto;
}

.swhomeban .swiper-slide img {
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}

.swhomeban .swiper-pagination {
    bottom: 30px !important;
}

.swhomeban .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #666;
    margin: 0 10px;
    border: solid 1px #000
}

.swhomeban .swiper-pagination-bullet-active {
    color: #fff;
    background: #921C8C;
}

.swhomeban-next {
    position: absolute;
    width: 42px;
    right: 30px;
    height: 42px;
    background-color: #888;
    border-radius: 100%;
    border: solid 2px #888;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhomeban-prev {
    position: absolute;
    width: 42px;
    left: 30px;
    top: 50%;
    height: 42px;
    background-color: #888;
    border-radius: 100%;
    border: solid 2px #888;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.swhomeban-next label,
.swhomeban-prev label {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.swhomeban .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomeban .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swhomeban .swiper-button-next:after,
.swhomeban .swiper-button-prev:after {
    content: '';
}

/* ----------#region  -----------*/



.bg-linewb {
    background: linear-gradient(180deg, #ffffff 0%, #000000 100%);
}






.homeban-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;
    position: relative;
}

.homeban-box>.img1 {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.homeban-ads {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homeban-ads-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeban-ads-r>.img1 {
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeban-ads-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeban-ads-l>.label2 {
    margin: 35px 0px 0 0;
    padding: 0px 0px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homeban-ads-l>.link-ban1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 0px 30px;
    border: solid 1px #8F4586;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    font-weight: normal;
    color: #8F4586;
}

.homeban-ads-l>.link-ban1:hover {
    color: #8F4586;
    text-decoration: none;
}

.homeban-ads-l>.link-ban1:active {
    color: #8F4586;
    text-decoration: none;
}

.homeban-ads-l>.link-ban1:visited {
    color: #8F4586;
    text-decoration: none;
}

.homeban-mask {
    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.5;
}

/*--------自适应--------*/
























.homevision {
    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: 60px 0px;
}

.homevision-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;
}

.homevision-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.homevision-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.homevision-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.homevision-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 15px 0px;
    padding: 0px 0px;
}

.homevision-m1>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.homevision-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: 30px 0px;
}

.flex-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.flex-box>div {
    width: calc(33.3% - 15px);
    padding-top: calc(33.3% - 15px) !important;
    margin: 5px;
    box-shadow: 1px 1px 6px rgba(109, 104, 104, 0.8);
}

.flex-box .square {
    background: #921c8c;
}

.flex-box .circle {
    background: #de2022;
    border-radius: 50%;
    box-shadow: 1px 1px 6px rgba(109, 104, 104, 0.8);
}

.flex-box .diamond {
    background: #921c8c;
    transform: scale(.68) rotate(45deg);
}

.homevisionicon {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homevisionicon-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 26%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homevisionicon-l.flex-start {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homevision-item {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 0 0 0 0;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.homevision-item.flex-start {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.homevision-item-text {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.homevision-item-text.flex-start {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.homevision-item>img {
    width: 40px;
    height: auto;
    margin: 0 0;
    object-fit: cover;
}

.homevision-item-text>label {
    font-weight: bold;
    font-size: 30px;
    color: #921C8C;
    margin: 0 0;
}

.homevision-item-text>label::first-letter {
    font-weight: bold;
    font-size: 30px;
    color: #de2022;
    margin: 0 0;
}




.homevisionicon-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homevisionicon-m>img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.homevisionicon-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 26%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homevision-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.homevision-b p {
    margin: 0 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}

/*--------自适应--------*/



.homedban-c {
    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: 120px 20px;
    position: relative;
    overflow: hidden;
}

.homedban {
    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;
    z-index: 100;
}

.homedban-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.homedban-t>.label-bhead {
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-family: mythin;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
}

.homedban-c>.img2 {
    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;
}

.homedban-c-c {
    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: #921C8C;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0.4;
}

/*--------自适应--------*/

.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
}

.footer-l>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.footer-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-r>.link-foot {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.footer-r>.link-foot:hover {
    color: #fff;
    text-decoration: none;
}

.footer-r>.link-foot:active {
    color: #fff;
    text-decoration: none;
}

.footer-r>.link-foot:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/




.homenm {
    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: 50px 0px;
    padding: 0px 0px;
}

.homenm-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenm-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homenm-l-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.homenm-l-b p {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.homenm-l-b p label.fa{
    font-size: 18px;
    color: #8F4586;
    margin-right: 10px;
}

.homenm-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenm-m>.label-title {
    margin: 0 0 0px 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #921C8C;
    text-transform: uppercase;
}

.homenm-m>.p2 {
    margin: 20px 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.0;
    color: #333;
}

.homenm-m>.link-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 10px 0px;
    background: #921C8C;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.homenm-m>.link-contact:hover {
    color: #fff;
    text-decoration: none;
}

.homenm-m>.link-contact:active {
    color: #fff;
    text-decoration: none;
}

.homenm-m>.link-contact:visited {
    color: #fff;
    text-decoration: none;
}

.homenm-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenm-r>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #921C8C;
    text-transform: uppercase;
}

.homenm-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 auto;
    padding: 0px 0px;
}

.homenews {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenews-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenews-l>.link-ttile {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.homenews-l>.link-ttile:hover {
    color: #333;
    text-decoration: none;
}

.homenews-l>.link-ttile:active {
    color: #333;
    text-decoration: none;
}

.homenews-l>.link-ttile:visited {
    color: #333;
    text-decoration: none;
}

.homenews-r {
    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;
}

.homenews-r>.label-date {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

/*--------自适应--------*/


.homepro {
    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: 60px 0px;
}

.homepro-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;
}

.homepro-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.homepro-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.homepro-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #de2022;
}


.homepro-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 15px 0px;
    padding: 0px 0px;
}

.homepro-m1>.label-desc {
    max-width: 700px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

.homepro-m2 {
    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: 10px 0px;
    padding: 0px 0px;
}

.homepro-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.homeproitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 20%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.homeproitem:hover .homeproitem-bg {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.homeproitem:hover .homeproitem-bgitem {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.homeproitem-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;
}

.homeproitem-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.homeproitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.homeproitem-bg {
    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;
    background: #921C8C;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: -100%;
    transition: all .2s linear 100ms;
    opacity: 0.8;
}

.homeproitem-bgitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 100%;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.homeproitem-bgitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.homeproitem-bgitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.homeproitem-bgitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 20px;
}

.homeproitem-bgitem-b>.link-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 25px;
    border: none;
    border-radius: 30px;
    background: #eee;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.homeproitem-bgitem-b>.link-detail:hover {
    color: #333;
    text-decoration: none;
}

.homeproitem-bgitem-b>.link-detail:active {
    color: #333;
    text-decoration: none;
}

.homeproitem-bgitem-b>.link-detail:visited {
    color: #333;
    text-decoration: none;
}

/*--------自适应--------*/



.subban-c {
    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: 120px 20px;
    position: relative;
    overflow: hidden;
}

.subban {
    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;
    z-index: 100;
}

.subban-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.subban-t>.label-bhead {
    padding: 0px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
}

.subban-c>.img2 {
    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-c-c {
    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.3;
}

/*--------自适应--------*/

.contactban-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: 30px 0px;
    background: #921C8C;
    position: relative;
}

.contactban-ads {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 100;
}

.contactban-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;
}

.contactban-ads-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.contactban-ads-l>.label2 {
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.contactban-ads-r {
    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;
}

.linkbtncontact-c {
    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 0px;
    padding: 0px 0px;
}

.linkbtncontact-c>.link-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #000;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #921C8C;
}

.linkbtncontact-c>.link-button:hover {
    color: #921C8C;
    text-decoration: none;
}

.linkbtncontact-c>.link-button:active {
    color: #921C8C;
    text-decoration: none;
}

.linkbtncontact-c>.link-button:visited {
    color: #921C8C;
    text-decoration: none;
}

/*--------自适应--------*/


.aboutwhy {
    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;
}

.aboutwhy-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;
}

.aboutwhy-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.aboutwhy-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #333;
}

.aboutwhy-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #de2022;
}

.aboutwhy-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 15px 0px;
    padding: 0px 0px;
}

.aboutwhy-m1>.label-desc {
    max-width: 1000px;
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

.aboutwhy-m2 {
    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: 10px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.aboutwhy-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.aboutwhy-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 22%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 35px 0px;
    padding: 15px 30px;
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.aboutwhy-b-a:hover{
    background-color: #921C8C;
}

.aboutwhy-b-a:hover>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.aboutwhy-b-a>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

/*--------自适应--------*/



.aboutinfo {
    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;
}

.aboutinfo-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutinfo-l>.img1 {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.aboutinfo-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-top: solid 1px #ddd;
}

.aboutinfo-r>.aboutinfoitem:nth-child(1) {
    border-top: solid 1px #ccc;
}

.aboutinfoitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 25%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 70px;
    border-bottom: solid 1px #ccc;
    position: relative;
    transition: all .3s linear 100ms ; 
    -webkit-transition: all .3s linear 100ms;
}

.aboutinfoitem:hover {
    background-color: #8F4586;
    transition: all .3s linear 100ms ; 
-webkit-transition: all .3s linear 100ms;
}

.aboutinfoitem:hover::before {
    content: '';
    position: absolute;
    z-index: 11;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    border-left: solid 10px transparent;
    border-right: solid 10px #8F4586;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
}

.aboutinfoitem-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 15px 0;
    padding: 0px 0px;
}

.aboutinfoitem-t>.label-tt {
    padding: 0px 0px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.aboutinfoitem:hover .aboutinfoitem-t>.label-tt {
    padding: 0px 0px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}


.aboutinfoitem-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.6;
    color: #333;
}

.aboutinfoitem-b>.p1 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}


.aboutinfoitem:hover .aboutinfoitem-b>.p1 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/*--------自适应--------*/

.abouthis {
    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: 60px 0px;
}


.abouthis-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;
}

.abouthis-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.abouthis-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.abouthis-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #de2022;
}

.abouthis-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.abouthis-m2 {
    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: 10px;
    margin: 40px 0px;
    padding: 0px 0px;
}

.abouthis-m2-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;
}

.abouthis-m2-a-a {
    box-sizing: border-box;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    position: relative;
}

.abouthis-m2-a-a p {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
    position: relative;
    word-wrap: break-word;
}

.abouthis-m2-a-a.cap p::before {
    content: '';
    background: url(../images/chk.png) no-repeat left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -28px;
    top: 2px;
    z-index: 1;
    width: 23px;
    height: 23px;
}

.abouthis-m2-a-b {
    box-sizing: border-box;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    position: relative;
}

.abouthis-m2-a-b p {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
    position: relative;
}

.abouthis-m2-a-b.cap p::before {
    content: '';
    background: url(../images/chk.png) no-repeat left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -28px;
    top: 2px;
    z-index: 1;
    width: 23px;
    height: 23px;
}


.abouthis-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 30px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.abouthis-b>.abouthisitem:nth-child(1){
    width: 100%;
}
.abouthis-b>.abouthisitem:nth-child(8){
    width: 100%;
}

.abouthis-b>.abouthisitem:nth-child(1) .abouthisitem-b>.p1 {
    margin: 0 auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
    max-width: 60%;
}

.abouthis-b>.abouthisitem:nth-child(8) .abouthisitem-b>.p1 {
    margin: 0 auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
    max-width: 60%;
}



.abouthisitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 32%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.abouthisitem-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;
}

.abouthisitem-t>.img1 {
    width: auto;
    height: 150px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.abouthisitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #999;
}

.abouthisitem-b>.p1 {
    margin: 0 auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
    max-width: 100%;
}

.abouthisitem-b>.p1 h3 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    margin: 10px 0;
    text-align: center;
}

.abouthisitem-b>.p1 h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}

/*--------自适应--------*/


.contactimgs {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0 60px 0;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.contactimgs>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

/*--------自适应--------*/

.livemsg {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 960px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 60px 0px;
}

.livemsg-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;
}

.livemsg-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.livemsg-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.livemsg-m1 {
    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: 30px 0px;
    padding: 0px 0px;
}

.livemsg-m1>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 46%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.livemsg-m2 {
    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: 10px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.livemsg-m2>.textarea1 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 150px;
    margin: 0px 0px;
    padding: 20px 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.livemsg-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 30px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.livemsg-b>.btnsendmsg-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #921C8C;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.contactinfo-c {
    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;
}

.contactinfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 80px 0px;
}

.contactinfo-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;
}

.contactinfo-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.contactinfo-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.contactinfo-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.contactinfo-m1 {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    min-height: 150px;
}

.contactinfo-m1 p {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

.contactinfo-m2 {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.contactinfo-m2>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*--------自适应--------*/

.capbox {
    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: 60px 0px;
    padding: 0px 0px;
}

.capbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.capbox-l>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.capbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 56%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.capinfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.capinfo-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.capinfo-t p {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.capinfo-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 0px;
}

.capinfo-b>.link-cap {
    margin: 0px 10px 10px 0px;
    padding: 12px 20px;
    border: solid 1px #921C8C;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #921C8C;
}

.capinfo-b>.link-cap:hover {
    background-color: #921C8C;
    color: #fff;
    text-decoration: none;
}



/*--------自适应--------*/


.detailbox-wrap{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
}

.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 30px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}


/* ----------#region  -----------*/



.goodbox-c {
    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: 60px auto;
    padding: 10px 0px;
    background: #fff;
}

.goodbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.goodbox-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.goodwrap {
    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;
}

.goodwrap-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.goodwrap-t>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.goodwrap-t>.select2 {
    box-sizing: border-box;
    width: auto;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.goodwrap-m {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    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 40px 0px;
    padding: 20px 0px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #ddd;
}

.gooditem-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.gooditem-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;
}

.gooditem-t>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.gooditem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.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: 20px 30px;
}

.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: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.gooditem-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;
}

.gooditem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.gooditem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.gooditem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.gooditem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}


.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: 30px 0px;
    padding: 0px 0px;
}

.goodmore-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;
}

.goodmore-c>.link-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0px 0px;
    padding: 7px 0px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    font-size: 14px;
    color: #999;
}

.goodmore-c>.link-button:hover {
    color: #999;
    text-decoration: none;
}

.goodmore-c>.link-button:active {
    color: #999;
    text-decoration: none;
}

.goodmore-c>.link-button:visited {
    color: #999;
    text-decoration: none;
}

.goodwrap-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;
}

.goodbox-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 70px;
    padding: 0px 0px;
}

.goodnm {
    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;
}

.goodnm-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.goodnm-t>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #DE2022;
}

.goodnm-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.goodnm-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;
}

.goodnm-b>.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: 10px 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/*--------自适应--------*/


.catetree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.catetree-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
}

.catetree-menu-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.catetree-menu-on>.label-arrow {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #921C8C;
    cursor: pointer;
}

.catetree-menu-on>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #921c8c;
    cursor: pointer;
}

.catetree {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
}

.catetree-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.catetree-menu>.label-arrow {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.catetree-menu>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

/*--------自适应--------*/


.relategood {
    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: 60px 0px;
    border-top: solid 1px #ddd;
}

.relategood-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;
}

.relategood-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.relategood-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.relategood-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 10px;
    margin: 15px 0px;
    padding: 0px 0px;
}

.relategood-m2 {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.relategood-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

/*--------自适应--------*/


.goodsinfo {
    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: 60px 0px;
    padding: 0px 0px;
}

.goodsinfo-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-right: solid 1px #ddd;
}

.goodsinfo-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;

}

/*--------自适应--------*/



.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 100%;
    height: auto;
    max-width: 500px;
    text-align: center;
}

.product-big {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: none;
}

.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;
    border: none;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: none;
}

.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: 80px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    border: none;
    cursor: pointer;
}

.flex-control-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.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: 99999999;
    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: 99;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d>.img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}

@media screen and (max-width: 750px) {
    .product-gallery {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin: 0 0;
        padding: 0 0 0 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .product-big {
        box-sizing: border-box;
        margin: 0 0 0 0px;
        padding: 0 0 0 0;
        width: 100%;
        height: 500px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex: 1;
    }

    .xsmall-cmd {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        width: 50px;
        display: none;
    }

    .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .flex-control-thumbs .swiper-slide {
        overflow: hidden;
        width: auto;
        height: 80px !important;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 0 0px 0;
        padding: 0 0;
        cursor: pointer;
    }

    .flex-control-thumbs .swiper-slide img {
        width: 100%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        object-fit: cover;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }


}



.goodscnt {
    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;
}

.goodscnt-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: 20px 0px;
    padding: 0px 0px;
}

.goodscnt-t>.label-gt {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #921C8C;
}

.goodscnt-m1 {
    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;
}

.goodscnt-m1>.p1 {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.goodscnt-m1>.p1 ul {
    padding: 0 20px;
}

.goodscnt-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: 30px 0px;
    padding: 0px 0px;
}

.goodscnt-m2>.button1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #921C8C;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.goodscnt-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;
}

.xgoodcats {
    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;
}

.xgoodcats-l {
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.xgoodcats-l>.label-gc {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
}

.xgoodcats-r {
    box-sizing: border-box;
    flex: 1;
    flex-wrap: wrap;
    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;
}

.xgoodcats-r>.link1-cat {
    margin: 0px 10px 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.xgoodcats-r>.link1-cat:hover {
    color: #999;
    text-decoration: none;
}

.xgoodcats-r>.link1-cat:active {
    color: #999;
    text-decoration: none;
}

.xgoodcats-r>.link1-cat:visited {
    color: #999;
    text-decoration: none;
}

/*--------自适应--------*/






.reqquote {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 960px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 60px 0px;
}

.reqquote-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 30px 0;
    padding: 0px 0px;
}

.reqquote-t>.label-fv {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #DE2022;
}

.reqquote-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.reqquote-t>.label-head::first-letter {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #de2022;
}



.reqquote-m1 {
    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: 20px 0px 10px 0;
    padding: 0px 0px;
}

.reqquote-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: 10px 0px;
    padding: 0px 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.reqquote-m2 {
    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: 10px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.reqquote-m2>label {
    margin-bottom: 10px;
}

.reqquote-m2>.textarea1 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 150px;
    margin: 0px 0px;
    padding: 20px 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.reqquote-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 30px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.reqquote-b>.btnsendmsg-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #921C8C;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.cart {
    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: 20px 20px;
    border: solid 1px #ddd;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.cart-t {
    box-sizing: border-box;
    display: grid;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: 100px 1fr 150px;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.cart-t-a {
    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;
}

.cart-t-a>.label {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #921C8C;
}

.cart-t-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 auto;
    padding: 0px 0px;
}

.cart-t-b>.label {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #921C8C;
}

.cart-t-c {
    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 0px;
}

.cart-t-c>.label {
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #921C8C;
}

.cart-m {
    box-sizing: border-box;
    display: grid;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    grid-template-columns: 100px 1fr 150px;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.cart-m-c1 {
    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 20px;
}

.cart-m-c1>.cartdel {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #DE2022;
    cursor: pointer;
}

.cart-m-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.cart-m-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.cart-m-b-a>a>.img1 {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.cart-m-b-a>a {
    display: block;
    width: auto;
    height: auto;
}

.cart-m-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    flex: 1;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.cart-m-b-b>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.cart-m-b-b>.link1:hover {
    color: #666;
    text-decoration: none;
}

.cart-m-b-b>.link1:active {
    color: #666;
    text-decoration: none;
}

.cart-m-b-b>.link1:visited {
    color: #666;
    text-decoration: none;
}

.cart-m-c>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.cart-m-c {
    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 0px;
}


.cart-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.cart-b>.link-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0px 0px;
    padding: 15px 30px;
    border-radius: 0px;
    background: #921C8C;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.cart-b>.link-cart:hover {
    color: #fff;
    text-decoration: none;
}

.cart-b>.link-cart:active {
    color: #fff;
    text-decoration: none;
}

.cart-b>.link-cart:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/

.gprobox-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: 60px 0px;
}

.gprobox {
    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 40px 0px;
    padding: 0px 0px;
}

.gprobox-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: 30px 0px;
}

.gprobox-t>.label-ttt {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.gprobox-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: 300px;
    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;
}

.gprobox-item {
    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;
    box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.gprobox-item .img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
}

/*--------自适应--------*/

.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 #921C8C;
    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: #921C8C;
    border: solid 1px #921C8C;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #921C8C;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #921C8C;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #921C8C;
    border-left: none;
    cursor: pointer;
}



/* ----------#board  -----------*/


.gridcol6 {
    grid-template-columns: repeat(6, 1fr);
}

.gridcol4 {
    grid-template-columns: repeat(4, 1fr);
}

.gridcol3 {
    grid-template-columns: repeat(3, 1fr);
}


.boardbox-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 80px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.boardbox {
    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;
    overflow: hidden;
    box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.boardbox:hover .boardbox-bg {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.boardbox:hover .boardbox-bgitem {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.boardbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
    position: relative;
}

.boardbox-t .img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
}

.boardbox-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.boardbox-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 5px;
}

.boardbox-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;
}

.boardbox-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;
}

.boardbox-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 50px;
    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;
}

.boardbox-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.boardbox-info-t-a>.label-title:hover {
    color: #000;
    text-decoration: none;
}

.boardbox-info-t-a>.label-title:active {
    color: #000;
    text-decoration: none;
}

.boardbox-info-t-a>.label-title:visited {
    color: #000;
    text-decoration: none;
}


.boardbox-bg {
    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;
    background: #921C8C;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: -100%;
    transition: all .2s linear 100ms;
    opacity: 0.6;
}

.boardbox-bgitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -100%;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.boardbox-bgitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
}

.boardbox-bgitem-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}

/*--------自适应--------*/


.prodesign-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 40px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox li {
    margin: 10px 20px;
}