.langbox {
    float: right;
    position: relative;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

font[dir='auto'] {
    color: inherit !important;
}

#gt_float_wrapper {
    position: absolute !important;
    top: 0px !important;
    left: 10px !important;
    z-index: 999999;
}

.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0px 0px !important;
    background: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left !important;
    width: 110px;

}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #333;
    font-weight: bold;
    border: solid 1px #ddd;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 10px !important;
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.gt_float_switcher .gt_options {
    position: relative;
    z-index: 777;
    min-width: 70px;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
    text-align: left;
}


.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 5px 5px !important;
    color: #444;
    transition: color .4s linear;
    font-size: 12px;
}

.gt_float_switcher .gt_options a img {}

.mainnavbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: auto;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 10px;
    background: #fff;
    position: relative;
}

.mainnav-c:hover .mainnav-drop {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #ddd;
}

.mainnav-c:hover .mainnav>.icon {
    transform: rotate(180deg);
}

.mainnav {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.mainnav>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
.mainnav>.label1:hover {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #033B88;
    text-transform: uppercase;
}

.mainnav>.icon {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.mainnav-drop {
    display: none;
    box-sizing: border-box;
    width: 200px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 999999;
    left: 0px;
    top: 99%;
    border: solid 1px #ddd;
}

.mainnav-c[v='products'] .mainnav-drop {
    width: 150px;
}

.mainnav-dropbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.mainnav-dropitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.mainnav-dropitem:hover .mainnav-drop2 {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #ddd;
}

.mainnav-dropitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-dropitem-l>.icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mainnav-dropitem-r {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-dropitem-r>.label-text {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.mainnav-dropitem-r>.label-text:hover {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #003A86;
}

.mainnav-drop2 {
    box-sizing: border-box;
    display: none;
    width: 250px;
    margin: 0px 0;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 999991;
    left: 130px;
    top: 0px;
}

.mainnav-drop2box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding: 0px 10px;
    background: #fff;
}

.mainnav-drop2item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.mainnav-drop2item:hover .mainnav-drop3 {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: solid 1px #ddd;
}


.mainnav-drop2item-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-drop2item-l>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mainnav-drop2item-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-drop2item-r>.label-text2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mainnav-drop2item-r>.label-text2:hover {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #003A86;

}




.mainnav-drop3 {
    box-sizing: border-box;
    display: none;
    width: 250px;
    margin: 0px 0;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 9999913;
    left: 230px;
    top: 0px;
}

.mainnav-drop3box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding: 0px 10px;
    background: #fff;
}

.mainnav-drop3item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.mainnav-drop3item-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-drop3item-l>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mainnav-drop3item-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-drop3item-r>.label-text2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mainnav-drop3item-r>.label-text2:hover {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #003A86;

}



/*--------自适应--------*/

#RootGridBg_41d71bcac7ca7021f6edc051d8f6a78c2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#RootGridBg_b325b92e511ef4fff52b8a485df8b80f1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}



.swban-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swban-c .swiper-pagination {
    bottom: 0px !important;
}

.swban-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swban-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #003A86;
}

.swban-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swban-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swban-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swban-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swban-c .swiper-item>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1920/720;
}

.swban-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}


.classify-sub__title a:hover {
    font-weight: bold;
}

.classify-sub__title.on a {
    font-weight: bold;
    color: #033B88;
}



.Search7 .search7Wrap .icon {
    cursor: pointer;
}

.searcbmodal-bg {
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 9999991;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 1;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searcbmodal-bg.on {
    display: block;
    width: 100%;
    opacity: 0.7;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searcbmodal-c {
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    text-align: center;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: 10%;
    overflow: hidden;
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
}

.searcbmodal-c.on {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searcbmodal-c .close-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    fill: #fff;
    cursor: pointer;
}


.xsearchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px 0 0;
    padding: 0px 0px;
    border: solid 0px #ddd;
    border-radius: 0px;
    overflow: hidden;
}

.xsearchbox-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 60px 0px 0 0;
    padding: 0px 0px;
}

.xsearchbox-l>.input-xsearchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    border-bottom: solid 1px #fff;
}


.xsearchbox-l>.input-xsearchbox::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

.xsearchbox-l>.input-xsearchbox::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BCBCBC;
}

.xsearchbox-l>.input-xsearchbox:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BCBCBC;
}


.xsearchbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 150px;
    height: 80px;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.xsearchbox-r>.button-xsearchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #033B88;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.button-xsearchbox>label {
    color: #fff;
    font-size: 20px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #033B88;
    border: solid 1px #033B88;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}



.pagedetail {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}



.pagedetail h1 {
    font-size: 50px;
}

.pagedetail h2 {
    font-size: 40px;
}

.pagedetail h3 {
    font-size: 30px;
}

.pagedetail h4 {
    font-size: 20px;
}

.pagedetail h5 {
    font-size: 18px;
}

.pagedetail p {
    text-align: left;
    color: #000;
    line-height: 1.8;
    margin: 15px 0;
}

.pagedetail img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail table {
    margin: 10px 0;
    padding: 0 0;
    width: 100px;
    height: auto;
    border-collapse: collapse;
}

.pagedetail table th {
    border: solid 1px #ddd;
    min-height: 40px;
    height: auto;
}

.pagedetail table tr {
    border: solid 1px #ddd;
}

.pagedetail table tr td {
    border: solid 1px #ddd;
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    line-height: 1.8;
}















.product-gallery {
    float: left;
    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: 95%;
    height: auto;
    max-width: 100%;
    text-align: center;
}

.product-big {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: solid 1px #ddd;
    background-color: #fff;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 7/4;
    object-fit: contain;
}

.mysw .swiper-pagination {
    bottom: 30px !important;
}

.mysw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.mysw .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.mysw-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.mysw-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.mysw-next label,
.mysw-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.mysw .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
}

.mysw .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
}

.mysw .swiper-button-next:after,
.mysw .swiper-button-prev:after {
    content: '';
}

.flex-control-thumbs {
    position: relative;
    zoom: 1;
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 110px;
}

.flex-control-thumbs .swiper {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-control-thumbs .swiper-slide {
    overflow: hidden;
    width: 100px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    border: solid 1px #ccc;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-color: #fff;
}

.flex-control-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    object-fit: contain;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.flex-control-thumbs .swiper-slide.on {
    border: solid 1px #1f4c98;
}

.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: 40px;
}

.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: 40px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #999;
}



.picsbox-c {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999999991;
    left: 0px;
    top: 0px;
    display: none;
}

.picboxs-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.picboxs-topleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.picboxs-topleft>.label-count {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.picboxs-topright {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.picboxs-topright>.img-fullscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-exitscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-share {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-close {
    width: 29px;
    height: 29px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-zoom {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picsbox-c-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d>.img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}

@media screen and (max-width: 750px) {
    .product-gallery {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin: 0 0;
        padding: 0 0 0 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .product-big {
        box-sizing: border-box;
        margin: 0 0 0 0px;
        padding: 0 0 0 0;
        width: 100%;
        height: 500px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex: 1;
    }

    .xsmall-cmd {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        width: 50px;
        display: none;
    }

    .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .flex-control-thumbs .swiper-slide {
        overflow: hidden;
        width: auto;
        height: 60px !important;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 0 0px 0;
        padding: 0 0;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }


}







.mobnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    font-size: 20px;
    font-weight: normal;
    color: #003A86;
    cursor: pointer;
}



.country-link-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0 30px 0;
    padding: 0px 0px;
    border-bottom: solid 1px #eee;
}

.country-link-c>.country-link-link-on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    height: 45px;
    margin: 0px 10px;
    padding: 0px 20px;
    border: none;
    border-radius: 0px;
    background: rgb(3,59,136);
    background: linear-gradient(45deg, rgba(3,59,136,1) 0%, rgba(0,114,227,1) 100%);
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.country-link-c>.country-link-link-on:hover {
    color: #fff;
    text-decoration: none;
}


.country-link-c>.country-link-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    height: 40px;
    margin: 0px 10px;
    padding: 0px 20px;
    border: none;
    border-radius: 0px;
    background: rgb(231, 227, 227);
    background: linear-gradient(108deg, rgba(231, 227, 227, 1) 0%, rgba(249, 249, 249, 1) 100%);
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border-radius: 5px 5px 0 0;
}

.country-link-c>.country-link-link:hover {
    color: #000;
    text-decoration: none;
}

/*--------自适应--------*/


.sec-content {
    line-height: 1.7;
}









.faqbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.faqbox-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;
}

.faqbox-t>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.faqbox-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;
}

.faqbox-menus-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;
}

.faqbox-menus-b.on {
    max-height: 500px;
    transition: all .2s linear 100ms;
}

.faqbox-menus-t>.icon.on {
    transition: all .2s linear 100ms;
    transform: rotate(90deg);
}

.faqbox-menus {
    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: 10px 0px;
    padding: 0px 0px;
}

.faqbox-menus-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 15px;
    border-bottom: solid 1px #ddd;
    background: #eee;
    cursor: pointer;
}

.faqbox-menus-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.faqbox-menus-t>.label1:hover {
    color: #333;
    text-decoration: none;
}

.faqbox-menus-t>.label1:active {
    color: #333;
    text-decoration: none;
}

.faqbox-menus-t>.label1:visited {
    color: #333;
    text-decoration: none;
}



.faqbox-menus-t>.icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all .2s linear 100ms;
}

.faqbox-menus-t>.icon.on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all .2s linear 100ms;
}

.faqbox-menus-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 0px #ddd;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.faqbox-menus-child {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 5px 10px;
    padding: 0px 0px 0px 10px;
}

.faqbox-menus-child-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.faqbox-menus-child-l>.p1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}

/*--------自适应--------*/


.brandbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: solid 1px #eee;
}

.branditem {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    border: solid 1px #eee;
    border-left: none;
}




#DropClassifyList4315_1427ea32e815b8b6f849af2ea4450c7f1 .dropclassifyList .classify-main .classify-sub .classify-sub__item .classify-sub__title {
    background-color: rgba(246, 246, 245, 1);
    color: rgba(104, 103, 103, 1);
    font-size: 13px;
    font-family: Arial;
    line-height: 20px;
    border-bottom: #ddd solid 1px;
}

#DropClassifyList4315_1427ea32e815b8b6f849af2ea4450c7f1 .dropclassifyList .classify-main .classify-third .classify-third__item {
    background-color: #fff;
    color: rgba(104, 103, 103, 1);
    font-size: 13px;
    font-family: Arial;
    line-height: 20px;
    border-bottom: #ddd dashed 1px;
}