@charset "utf-8";
/*--------------------------head-wrapper---------------------------*/

.head-search-form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 41.6%;
    height: 30px;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    z-index: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.head-search-form .search-ipt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    color: #FFF;
}

.head-search-form .search-btn {
    font-family: 'fontawesome';
}

.head-search-form .search-btn {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: .22rem;
    width: .28rem;
    height: .28rem;
    line-height: .28rem;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}

/*--------------------------head-wrapper---------------------------*/

.head-wrapper {
    position: relative;
    width: 100%;
    z-index: 10000;
    background: #000;
    height: .8rem;
    padding: .25rem 0;
}

.nav-bar {
    position: relative;
}
.nav-wrap{
    display: flex;
    align-items: center;
    gap: .4rem;
}

.logo,
.language,
.head-search,
.nav-bar .nav {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: left;
}

.logo {
    position: relative;
    height: .28rem;
}

.logo > a{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(0,-50%);
    height: .5rem;
}

.logo img {
    height: 100%;
}

.change-language {
    float: right;
}

.change-language-info .change-language-title span,
.change-language-info .change-language-title .language-icon:before {
    color: #fff !important;
}

.change-language-info .change-language-title.title-show span,
.change-language-info .change-language-title.title-show .language-icon:before {
    color: #666 !important;
}

.nav-btn {
    width: .28rem;
    height: .28rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

.nav-btn.nav-show:after,
.nav-btn.nav-close:before {
    font-size: 30px;
    position: relative;
    text-align: center;
    display: block;
    color: var(--main-color);
    line-height: .28rem;
    cursor: pointer;
    margin: auto;
}

.nav-btn.nav-show:after {
    content: "\f0c9";
}

.nav-btn.nav-close {
    z-index: 999;
}

.nav-btn.nav-close:before {
    content: "\f00d";
}

.nav-bar .nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    padding-top: 40px;
    height: 100%;
    overflow-y: scroll;
}

.nav-bar .nav li {
    position: relative;
    display: block;
}

.nav-bar>.nav>li {}

.nav-bar .nav>li {
    vertical-align: top;
    *zoom: 1;
    display: inline-block;
    width: 18%;
    margin: 1%;
}

.nav-bar .nav ul li>a {
    color: #fff;
}

.nav-bar .nav>li.nav-current>a {
    color: var(--main-color);
}

.nav-bar .nav>li>a {
    position: relative;
    display: block;
    line-height: .5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: .20rem;
}

.nav-bar .nav li li {
    display: block;
    *display: block;
    line-height: .35rem;
}

.nav-bar .nav li li a {
}

.nav-bar .nav ul {
    position: relative;
    text-align: left;
    display: block;
    z-index: 999;
    width: 100%;
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {}

.nav-bar .nav ul li:hover>a {
    color: var(--main-color);
}

.nav-bar .nav li .nav-ico {
    font-size: .12rem;
    margin: 0 0 0 5px;
}

.nav-bar .nav li .nav-ico:after {
    content: '\f0d7';
}

.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}

.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}

.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 10009;
}

.fixed-nav .nav-wrap {}

/*--------------------------footer---------------------------*/

.foot-wrapper {
    position: relative;
    width: 100%;
    z-index: 0;
}

.foot-wrapper,
.foot-wrapper a {
    line-height: .2rem;
    font-size: .16rem;
    color: #6b6964;
}

.foot-items {}

.foot-items .foot-item {}

.foot-items .foot-item .foot-tit {
    position: relative;
    font-size: .18rem;
    line-height: 1;
    color: #000;
}

.foot-items .foot-item .foot-cont {
    padding-top: .15rem;
}

.foot-items .foot-item .foot-cont .tit {
    font-size: 48px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 60px;
}

.foot-items .foot-item .foot-cont .text {
    margin: 20px 0;
}

.foot-items .foot-item .foot-social li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.copyright {
    padding: .2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: .1rem;
}

.copyright .right ul {
    display: flex;
}

.copyright .right ul li {
    margin: 0 10px;
}

@media (max-width:768px) {
    .copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .copyright .right ul {
        margin-top: 10px;
    }

    .copyright .right ul {
        margin-bottom: 20px;
    }
}

.foot-item.foot-item-products {}

.foot-items .foot-item.foot-item-contact {}

.foot-items .foot-item.foot-item-inquiry {}

.foot-item.foot-item-contact li {
    position: relative;
    padding: 0 0 0 .2rem;
}

.foot-item.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    color: var(--main-color);
    width: .16rem;
    text-align: center;
    line-height: 1;
}

.foot-item.foot-item-contact li.foot_addr:before {
    content: "\f041";
}

.foot-item.foot-item-contact li.foot_phone:before {
    content: "\f015";
}

.foot-item.foot-item-contact li.foot_email:before {
    content: "\f003"
}

.foot-item.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}

.foot-item.foot-item-contact li.foot_skype:before {
    content: "\f17e"
}

.foot-item.foot-item-news .product-container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 .2rem;
}

.foot-item.foot-item-news .owl-carousel .owl-controls .owl-nav {
    display: none;
}

.foot-item.foot-item-news .owl-carousel .owl-controls .owl-dots {
    text-align: left;
}

.foot-social {
    position: relative;
    margin: .2rem 0 0;
    display: flex;
}

.foot-item.foot-item-contact .foot-social li {
    padding: 0;
    padding: 0;
    text-align: center;
    margin: 0 .15rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-item.foot-item-contact .foot-social li:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0 -1px 0 0.5px rgba(129, 160, 93, 0.5), 1px 0 0 0.5px rgba(129, 160, 93, 0.5), inset 1px 0 0 0.5px rgba(129, 160, 93, 0.5), inset 0 -1px 0 0.5px rgba(129, 160, 93, 0.5);
}

.foot-social li {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    height: .4rem;
    background: var(--main-color);
    border-radius: 50%;
}

.foot-social li img {
    width: .18rem;
    height: .18rem;
    object-fit:contain;
}

.subscribe span {
    display: block;
}

.subscribe .button {
    display: inline-block;
    line-height: .32rem;
    padding: 0 .1rem;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    margin-top: .2rem;
    cursor: pointer;
    font-weight: bold;
}

.subscribe .button a {
    color: inherit;
}

.subscribe .button:before {
    font-family: "fontawesome";
    content: "\f003";
    margin: 0 .05rem 0 0;
}

.subscribe .button:hover {
    background-color: #fff;
    color: var(--main-color);
}

.foot-bottom {
    border-top: 1px solid #dedede;
}

.foot-bottom .copyright {
    color: #666;
    line-height: 1.2;
    text-align: center;
}

.foot-bottom a{
    text-decoration: underline;
    transition: all .3s ease-out;
}
.foot-bottom a + a{
    margin-left: .2rem;
}

.foot-bottom a:hover{
    color: var(--main-color)
}

/*--------------------------------------------------------
													page: index
																	------------------------------------------------------*/

.main_content {
    z-index: 9999;
    position: relative;
}

.main_content.page_content {
    margin-top: var(--sc-my);
    margin-bottom: var(--sc-my);
}

.index-title-bar {
    position: relative;
    text-align: center;
}

.index-title-bar .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.index-title-bar .title a {
    text-transform: uppercase;
    line-height: .72rem;
    font-size: .6rem;
    color: #fff;
}

/*--------------------company-synopses------------------------*/
.company-synopses {
    position: relative;
    overflow: hidden;
}

.company-synopses ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

@media screen and (max-width: 1280px) {
    .company-synopses ul {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 768px) {
    .company-synopses ul {
        grid-template-columns: repeat(1,1fr);
    }
}

.company-synopses-wrap:after {
    left: auto;
}

.synopsis-item {

}


.synopsis-item .item-wrap {
    position: relative;
    height: 100%;
    z-index: 0;
}

.synopsis-item .mask {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}

.synopsis-item .item-info {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .3rem .15rem;
    aspect-ratio: 505/270;
}

.synopsis-item .item-info .item-title {}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
    line-height: 1;
    font-size: .24rem;
    color: #fff;
}

.synopsis-item .item-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.synopsis-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.synopsis-item .item-info .item-desc {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
    color: #FFFFFFB3;
}

.syno-btn {
    display: inline-block;
    margin-top: auto;
    color: #fff;
    font-size: .14rem;
    line-height: .2rem;
    border-bottom: 2px #fff solid;
}

/*---------------about-us ---------------*/

.about-us {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0 11% 0;
}

.about-us .about-detail {}

.about-us .about-detail .about-info {
    color: #fff;
}

.about-us .about-more {}

.about-us .about-more a {
    display: table;
    position: relative;
    padding: 16px 64px 17px;
    color: #fff;
    font-size: .15rem;
    line-height: .25rem;
    background: var(--main-color);
    text-transform: uppercase;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.6);
    margin: auto;
    margin-top: .5rem;
    border: 1px solid var(--main-color);
}

.about-us .about-more:hover a {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

/*---------------------------trusted-partners-wrap----------------------*/
.trusted-partners-wrap {
    position: relative;
    padding: .45rem 0;
    background-color: #f2f3f5;
}

.trusted-partners-wrap .trusted-partners-info {}

.trusted-partners-info li {
    display: table;
    overflow: hidden;
    margin: auto;
}

.trusted-partners-info li img {
    width: 100%;
}

.trusted-partners-info li:hover img {
    -webkit-animation: zoomInA cubic-bezier(.17, .78, .38, .89) .3s;
    animation: zoomInA cubic-bezier(.17, .78, .38, .89) .3s;
}

.truster-side.owl-carousel .owl-controls .owl-nav {
    top: 50%;
    margin-top: -12.5px;
    opacity: 0;
}

.trusted-partners-wrap:hover .truster-side.owl-carousel .owl-controls .owl-nav {
    opacity: 1;
}

.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev,
.truster-side.owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000;
    position: absolute;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    width: .3rem;
    text-align: center;
}

.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.truster-side.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.truster-side.owl-carousel .owl-controls .owl-nav .owl-next:before {}

.truster-side.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.truster-side.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
    background-color: var(--main-color);
}

/*------------------------main-product-wrap--------------------*/
.main-product-wrap {
    margin-top: .3rem;
    margin-bottom: 0.3rem;
}

.main-product-wrap .index-title-bar {
    padding-bottom: .45rem;
}

.main-product-wrap .index-title-bar .title a {
    text-transform: uppercase;
    line-height: .4rem;
    font-size: .4rem;
    color: #100f0f;
}

.main-product-wrap .product-item .item-info .item-title,
.product-item .item-info .item-title a {
    font-size: .16rem;
    color: #4e4e4e;
    line-height: .2rem;
}

.main-product-wrap .product-item {
    margin: 0 0 .5rem;
}

/*----------------------product-items----------------------*/
.product-container {
    width: 100%;
}

.product-items {
    position: relative;
    width: 102%;
    margin-left: -1%;
    padding-bottom: .8rem;
}

.product-items .items-content {
    /*width: 1230px;
	margin: .45rem 0 0 -15px;*/
}

.product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 33.333%;
}

.product-items .product-item,
.goods-items .product-item {
    width: 100%;
    visibility: visible !important;
}

.product-item .item-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 4%;
}

.product-items .product-item .item-wrap {}

.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}

.product-item:hover .item-img img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.product-item .item-info .item-title {
    padding: .1rem .3rem;
    text-transform: capitalize;
}

.product-item .item-info .item-title,
.product-item .item-info .item-title a {
    color: #252525;
    font-size: .16rem;
    font-weight: 500;
}

.product-item .item-info .item-title a {
    height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-items .product-item .item-img .img-shadow {
    background: rgba(85, 139, 47, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.product-items .product-item .item-img .img-shadow:after {
    content: "\f0c1";
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 35px;
    margin-left: -17px;
    margin-top: -27px;
}

.product-items .product-item:hover .item-img .img-shadow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-about_us {
    display: flex;
    justify-content: space-around;
}

.product-about_us .left {
    width: 35%;
}

.product-about_us .left h2 {
    font-size: 48px;
}

.product-about_us .left p {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.product-about_us .right {
    width: 50%;
    position: relative;
}

.product-about_us .right .video {
    padding-bottom: 52.25%;
}

.product-about_us .right .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why_choose_us .tit {
    background: var(--main-color);
    padding: 20px;
    margin-top: 20px;
}

.why_choose_us .tit h2 {
    font-size: 48px;
    margin: 20px 0;
    text-align: center;
    color: #fff;
}

.why_choose_us .choose_in {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    flex-wrap: wrap;
}

.why_choose_us .choose_in a>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 240px;
}

.why_choose_us .choose_in a>div p {
    text-align: center;
    padding: 10px 0;
}

.why_choose_us .choose_in a>div .title {
    font-weight: bold;
    font-size: 16px;
}

.why_choose_us .choose_in a>div .text {
    font-size: 14px;
}

.why_choose_us .choose_in a>div span {
    width: 70px;
    height: 3px;
    background-color: var(--main-color);
    margin: 20px 0;
}

@media (max-width:768px) {
    .product-about_us {
        flex-direction: column;
    }

    .product-about_us .left {
        width: 100%;
    }

    .product-about_us .right {
        width: 100%;
        margin-top: 20px;
    }

    .why_choose_us .choose_in a>div {
        max-width: 170px;
    }
}

/*----------------------------------product-items nav---------------------------------*/



.product-items .owl-carousel .owl-controls .owl-nav {
    top: auto;
    bottom: 0;
    left: -50%;
    margin-left: 60px;
}

.product-items .owl-carousel .owl-controls .owl-nav .owl-prev,
.product-items .owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fff;
    color: #000;
    padding: 0 .12rem;
    height: 35px;
    border-radius: 0;
    position: absolute;
    line-height: 35px;
    border-radius: 7px;
}

.product-items .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 70px;
}

.product-items .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.product-items .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--main-color);
}

.product-items .owl-carousel .owl-controls .owl-nav {
    display: none !important;
}

.product-items:hover .owl-carousel .owl-controls .owl-nav {
    display: block !important;
}

.main-product-wrap .product-items .owl-carousel .owl-controls .owl-dots {
    display: none !important;
}

/*----------------------------------page nav---------------------------------*/

.path-bar {
    position: relative;
    line-height: .33rem;
    margin: .25rem 0;
}

.path-nav {
    background: #f5f5f5;
    line-height: .5rem;
    padding-left: .15rem;
}

.path-bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: .16rem;
}

.path-bar li:after {
    content: ">";
    margin: 0 .1rem;
    font-size: .18rem;
}

.path-bar li a {
    color: #2f2f2d;
    font-size: 14px;
}

.path-bar li:first-child a {
    font-size: 0;
}

.path-bar li:first-child a:before {
    content: "\f015";
    color: var(--main-color);
    font-size: .16rem;
}

.path-bar li:last-child:after {
    display: none;
}

.page-bar {}

.pages {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .1rem;
    text-align: center;
    margin-top: .2rem;
}

.pages a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    min-width: 30px;
    padding: 0 8px;
    border-radius: 4px;
}

.pages .page-numbers.current,
.pages a:hover {
    background: var(--main-color);
    color: #FFF;
}

.pages span {
    border: 1px solid #e5e5e5;
    line-height: 30px;
    min-width: 30px;
    padding: 0 8px;
    border-radius: 4px;
    display: inline-block;
}

/*----------------------------------aside---------------------------------*/
.aside {
    position: sticky;
    float: left;
    top: 100px;
    width: 225px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: .18rem;
    line-height: .37rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: #666 1px solid;
}

.side-tit-bar .side-tit:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 2px;
    content: "";
    background: #000;
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}

.side-cate {
    padding: .2rem 0;
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.2;
}
.side-cate li {
    padding-right: .14rem;
}

.side-cate li.current-menu-item>a{
    color: var(--main-color);
}
.side-cate .sub-menu{
    padding: .1rem 0 .1rem .1rem;
    font-weight: 400;
    font-size: .14rem;
}

.side-cate .sub-menu li + li{
    margin-top: .08rem;
}

.side-cate li + li{
    margin-top: 0.12rem;
}

.side-cate>li {
    position: relative;
}


.side-cate ul {
    display: none;
}

.side-cate li a {
    position: relative;
    display: block;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    line-height: .192rem;
    cursor: pointer;
    color: #99abbf;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: var(--main-color);
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: var(--main-color);
}

.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    padding: .05rem 0;
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    gap: .1rem
}

.side_product_item .item-img {
    flex-shrink: 0;
    position: relative;
    width: .85rem;
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}

.side_product_item figcaption {
    flex: 1;
}

.side_product_item figcaption a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(/static/images/icon_button_up.svg) no-repeat center center / contain;
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(/static/images/icon_button_up.svg) no-repeat center center /contain;
    transform: rotate(180deg);
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.aside .side-bn img {
    max-width: 100%
}

/*----------------------------------main---------------------------------*/
.main {
    position: relative;
    width: 78.3%;
    float: right;
}

.main-tit-bar {
    padding-bottom: .1rem;
    border-bottom: 1px solid rgba(0, 89, 139, .2);
    margin: 0 0 .3rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .main-tit-bar {
        margin: 0 0 .2rem;
    }
}

.main-tit-bar .title {
    color: #333;
    font-size: .22rem;
    float: left;
}

.main-tit-bar .share-this {
    float: right;
}

.main-banner {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 89, 139, .2);
}

.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}

.main-banner .flex-control-nav {
    display: none;
}

.main-banner .flex-direction-nav {
    display: block;
}

.main-banner .flex-direction-nav .flex-next {
    right: .4rem;
}

.main-banner .flex-direction-nav .flex-prev {
    left: .4rem;
}

.goods-summary {
    margin-bottom: .2rem;
}

.items_list {
    width: 100%;
    overflow: hidden;
}

.items_list ul {
    width: 103%;
    margin-left: -1.5%;
}

.items_list ul .product-item {
    padding: 1.5%;
}

.goods-items .product-item .item-wrap,
.items_list ul .product-item .item-wrap {
    padding: 0;
}

.goods-items .product-item .item-img,
.items_list ul .product-item .item-img {
    border: 1px solid #d2d2d2;
    padding: 4px;
}

/*--------------------------------------------------------
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 38%;
    float: left;
}

.product-view .product-image {
    position: relative;
    padding: 3px;
    border: 1px solid rgba(0, 89, 139, .2);
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.product-view .image-additional ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0 23px 0 0;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    width: 100%;
    border: 2px solid #bbbab9;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .1rem;
}

.product-view .image-additional li.current img {
    border-color: var(--main-color);
}

.product-view .image-additional img.popup {
    display: none;
}

.product-view .swiper-container-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}

.product-view .swiper-container-thumbs .swiper-slide {
    border: 2px solid #bbbab9;
    margin: 10px 0;
}

.product-view .swiper-container1 .swiper-slide {
    height: auto;
}

.swiper-container-thumbs {
    --swiper-navigation-color: #666;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
}

.product-view .swiper-container1 .swiper-slide img {
    width: 100%;
    height: 100%;

}

.product-view .swiper-container1 {
    border: 1px solid rgba(0, 89, 139, .2);
}

.product-view .swiper-container1 .swiper-slide iframe {
    width: 100%;
    height: 100%;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
    top: 50%;
    margin: -.1rem 0 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5%;
}

/*product summary*/
.product-summary {
    position: relative;
    width: 58%;
    float: right;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.product-summary .product-meta ul {
    padding-inline-start: 1.25em;
}

.product-summary .product-meta li{
    list-style: unset;
}

.product-btn-wrap {
    position: relative;
    margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #FFF;
    margin: 10px 20px 0 0;
    cursor: pointer;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:before {
    content: "\f0e0";
    padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: none;
    color: var(--main-color);
}

.product-summary .share-this {
    margin: .3rem 0 0;
}

/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
}

.detail-tabs {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 2px solid var(--main-color);
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height: 33px;
    cursor: pointer;
    font-size: .16rem;
    margin: 0 .03rem 0 0;
    padding: 0 .18rem;
    text-transform: uppercase;
    color: var(--main-color);
}

.detail-tabs .title.current {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.product-detail .tab-panel-content {
    padding: .3rem 0;
    display: block;
    overflow: hidden
}

.product-detail .tab-panel-content ul{
    padding-inline-start: 1.25em;
}

.product-detail .tab-panel-content li{
    list-style: unset;
}

.product-detail .disabled {
    display: none;
}

/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}

.goods-title-bar {
    position: relative;
    border-bottom: #666 1px solid;
}

.goods-title-bar:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 2px;
    content: "";
    background: #000;
}

.goods-title-bar .title {
    font-size: .16rem;
    text-transform: uppercase;
    line-height: .33rem;
}

.goods-items {
    margin: .2rem 0 0;
    width: 103%;
    margin-left: -1.5%;
}

.goods-items .product-item {
    margin: 0 0 .0;
    padding: 3%;
}

/*--------------------------------------------------------
													page: blog list
																	------------------------------------------------------*/
.blog_list {
    position: relative;
    width: 100%;
}

.blog_list .blog_detail .article-details__header {
    text-align: center;
}

.article-details__title {
    margin: 0 0 .2rem;
}

.article-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-details__sep {
    width: 1px;
    height: 10px;
    background: #1f1f1f;
    margin: 0 30px;
}


.article-details__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
}

.article-details__footer a {
    font-size: 14px;
}



.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}

.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog-item:last-of-type::before{
    display: none;
}

.blog-item .item-wrap {
    display: flex;
    gap: .3rem;
}

.blog-item .item-img {
    flex-shrink: 0;
    position: relative;
    width: 40%;
    max-width: 360px;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .05rem;
}

.blog-item .item-info .item-title {
    font-size: .2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-item .item-info time {
    display: block;
    font-style: italic;
    color: #666;
}

.blog-item .item-info .item-detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.blog-item .item-info .item-more {
    margin-top: auto;
    margin-left: auto;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: .05rem;
    background: var(--main-color);
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
    padding:.06rem .1rem;
    border-radius: 2px;
}

.blog-item .item-info .item-more img{
   height: .14rem;
   object-fit: contain;
}

@media (max-width: 768px) {
    .blog-item .item-wrap {
        flex-direction: column;
    }

    .blog-item .item-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .blog-item .item-info{
        width: 100%;
    }
}

/*--------------------------------------------------------
													page: download list
																	------------------------------------------------------*/
.download_list {
    position: relative;
    width: 100%;
}

.download-item {
    position: relative;
    overflow: hidden;
    padding: .15rem 0;
    margin: 0 0 .1rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}

.download-item .item-img {
    max-width: 25px;
}

.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}

.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}

.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}

/*--------------------------------------------------------
													page: faq list
																	------------------------------------------------------*/
.faq_list {
    position: relative;
    width: 100%;
}

.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
}

.faq-item .faq-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}

.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -.13rem 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height: .2rem;
    font-size: .12rem;
    font-weight: normal;
}

.faq-item .faq-title.show-title:before {
    content: '\f068';
}

.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}

.faq-item:first-child .faq-cont {
    display: block;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: .15rem;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }

    .layout,
    .nav-bar .nav-wrap,
    .path-bar .path-nav,
    .nav-wrap {
        width: 98%;
    }

    body {
        min-width: 100%;
    }

    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }

    .nav-bar,
    .logo img {}

    .index-title-bar .title {
        font-size: .33rem;
    }

    .product-items .items-content {
        width: 100%;
        margin-left: 0;
    }

    .product-container {
        width: 100%;
    }

    .trusted-partners-wrap {
        padding: .5rem 0;
    }

    .main-product-wrap {
        margin-top: .5rem;
    }

    .product-items {
        padding: 0 0 .8rem;
    }

    .about-us {
        padding: .5rem 0;
    }
}

@media only screen and (max-width: 1200px) {
    .aside {
        width: 200px;
    }

    .synopsis-item .item-info .item-desc {
        font-size: 12px;
    }

    .synopsis-item .item-info .item-title,
    .synopsis-item .item-info .item-title a {
        font-size: .2rem;
    }

}

@media only screen and (max-width: 1000px) {
    .main {
        width: 76%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(/static/images/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }

    img {
        max-width: 100%;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
    }

    .mobile-head-item {
        float: left;
        width: 45px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .side-content-wrap .nav{
        display: block!important;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .nav-bar .nav,
    .change-language,
    .head-search-form,
    .nav-btn {
        display: none !important;
    }

    .head-wrapper {
        height: auto;
        padding: .25rem 0 0 0;
    }

    .nav-bar {
        height: auto;
    }

    .logo {
        display: block;
        text-align: center;
        width: 100%;
        padding: .05rem 0;
        height: auto;
    }

    .logo > a{
        position: static;
        transform: translate(0, 0);
    }

    .mobile-head-item.mobile-head-search .head-search-form {
        display: block !important;
        float: none;
    }

    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
        right: auto;
    }

    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }

    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        background: none;
        border: none;
        color: #000;
    }

    /*nav */

    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }

    .nav>li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px;
    }

    .nav li ul {
        display: block;
        width: 100%;
    }

    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }

    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .nav li ul li li {
        line-height: 25px;
    }

    .nav li ul li li:before {
        display: none;
    }

    /*---------index------*/


    .main_content {}


    .main-product-wrap {
        margin-top: .3rem;
    }

    .main-product-wrap .index-title-bar {
        padding-bottom: .25rem;
    }

    .index-title-bar .title a {
        letter-spacing: .5px;
    }

    .index-title-bar .title a {
        letter-spacing: 0;
        font-size: .4rem;
        line-height: .5rem;
        text-transform: capitalize;
    }

    .main-product-wrap .product-item {
        margin: 0 0 15px;
    }

    .about-us {
        padding: .3rem 0;
    }

    .about-us .about-more a {
        margin-top: .3rem;
    }

    .trusted-partners-wrap {
        padding: .3rem 0;
    }

    .product-items {
        padding: 0 0 .5rem;
    }

    .trusted-partners-info li img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

    /* aside */

    .aside {
        display: none;
    }

    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }

    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    /* main */

    .main {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

    .product-items .product-item {
        visibility: visible !important;
    }

    .items_list ul {
        width: 100%;
        margin-left: 0;
    }

    /* product intro */

    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        padding: 0;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }

    .product-view .image-additional li.single {
        display: block
    }

    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    /* product detail  */

    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        margin: 0 0 15px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

    /* Customers Also Bought */


}

@media only screen and (max-width: 768px) {
    .index-title-bar .title a {
        text-transform: capitalize;
        font-size: 0.3rem;
    }
}

@media only screen and (max-width: 640px) {
    .product-items {
        padding: .3rem 0 .5rem 0;
    }
}

@media only screen and (max-width: 500px) {
    .logo img {}

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }

    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }

    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }

    .foot-items .foot-item.foot-item-contact,
    .foot-items .foot-item.foot-item-news,
    .foot-items .foot-item.foot-item-inquiry {
        width: 100%;
    }

    .foot-items .foot-item.foot-item-contact {
        padding: 0;
    }

    .side_product_item {
        width: 100%;
    }

    .product-view {
        width: 100%;
    }

    .inquiry-form {
        padding: .2rem .1rem;
    }

    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }

    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }

    .inquiry-form textarea.form-text {
        width: 100%;
    }

    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }

    .download-item .item-button {
        float: none;
    }

    .items_list ul .product-item {
        padding: 1%;
        width: 100%;
    }
}

.bgmuslc {
    position: fixed;
    right: 3%;
    top: 10%;
    z-index: 99999;
    opacity: 0.3;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

@media(min-width:1280px) {
    .bgmuslc:hover {
        opacity: 1;
        width: 300px;
        height: auto;
        border-radius: 0;
        transition: width 1s;
    }
}

@media(max-width:1279px) {
    .bgmuslc {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {
    .product-item {
        width: 100%
    }

    .items_list ul .product-item {
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .change-language-cont {
        top: auto !important;
        *top: auto !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: left !important;
    }

    .sub-content {
        position: relative !important;
        display: block !important;
        right: auto !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 99999 !important;
    }

    .change-language-title {
        display: none !important;
    }

    .change-language-cont ul li {
        width: 25% !important;
        margin: 0 !important;
        border: none !important;
        ;
    }

    .tp-leftarrow,
    .tp-rightarrow {
        display: none;
    }

    .tp-bullets {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .change-language-cont ul li {
        width: 33.33333% !important;
    }
}

@media only screen and (max-width: 640px) {
    .change-language-cont ul li {
        width: 50% !important;
    }
}

@media only screen and (max-width: 320px) {
    .change-language-cont ul li {
        width: 50% !important;
    }
}

.none {
    display: none;
}



@media (min-width: 769px) {
    .xs\:show {
        display: none;
    }
}

@media (max-width: 768px) {
    .xs\:hidden {
        display: none;
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.2rem;
    min-width: 2rem;
    color: #fff;
    font-size: .16rem;
    font-weight: 500;
    line-height: 1;
    background: var(--main-color);
    border-radius: 9999px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.6);
    border: 1px solid var(--main-color);
    transition: all .3s ease-out;
    cursor: pointer;
}

.btn:hover {
    background-color: transparent;
    color: var(--main-color);
}

.home-banner .banner-pc-owl {
    width: 100%;

}

.home-banner .banner-container {
    aspect-ratio: 1920/800;
}

@media (max-width:768px) {
    .home-banner .banner-container {
        aspect-ratio: 800/1200;
    }
}

.banner-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner-container video,
.banner-container figure {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container .mask {
    position: absolute;
    z-index: 10;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.banner-container .layout {
    flex: 1;
    position: relative;
    z-index: 50;
    display: flex;
    padding-top: clamp(60px, 5vw, 80px);
    padding-bottom: clamp(60px, 5vw, 80px);
}

.home-banner .banner-container .layout {
    padding-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(60px, 6.25vw, 120px);
}

.banner-container .title {
    font-weight: 700;
    color: inherit;
    font-size: 0.48rem;
    line-height: 1;
}

.banner-container .title>* {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

@media (max-width: 768px) {
    .banner-container .title {
        font-size: 0.36rem;
    }
}

.banner-container .text {
    color: inherit;
    font-size: 0.18rem;
    margin-top: 0.2rem;
}

.banner-container .btn {
    margin-top: 0.4rem;
}

.general-banner {
    position: relative;
    display: flex;
    flex-direction: column;
}

.general-banner .banner-container {
    flex: 1;
}

.text-white {
    color: #fff;
}

.text-title {
    color: var(--title-color);
}

.crumbs-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.text-white .crumbs {
    color: #ffffffb3;
}

.crumbs {
    font-size: 0.14rem;
    line-height: 1.2;
    color: #666;
    padding-top: .1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .08rem
}

.crumbs a {
    color: inherit;
    transition: all .3s ease-out;
}

.crumbs a:hover {
    text-decoration: underline;
    color: var(--main-color)
}

.home-banner .owl-carousel .owl-controls .owl-dots {
    bottom: 0.2rem;
}

.home-banner .owl-carousel .owl-controls .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    height: 0;
}

@media (max-width:768px) {
    .home-banner .owl-carousel .owl-controls .owl-nav {
        display: none !important;
    }
}

.home-banner .owl-carousel .owl-controls .owl-nav .owl-prev,
.home-banner .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5rem;
    line-height: 1;
}

.home-banner .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0.01rem;
}

.home-banner .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0.01rem;
}

form .form-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem .2rem;
}

@media (max-width:768px) {
    form .form-container {
        grid-template-columns: repeat(1, 1fr);
        gap: .1rem;
    }
}

form .form-input,
form .form-textarea {
    width: 100%;
    height: 0.48rem;
    padding: 0 0.16rem;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 0.16rem;
    line-height: 1.2;
}

form .form-textarea {
    padding: 0.12rem 0.16rem;
    height: 80px;
    resize: none;
}

form .form-container .item:has(.form-textarea, .btn) {
    grid-column: 1 / -1;
}

form .btn {
    padding: 0;
    width: 100%;
    height: 0.4rem;
    border-radius: 4px;
    border-width: 2px;
}


footer {
    background-color: #F8F8FA;
}

footer .gm-sep.layout {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    gap: clamp(20px, 2.5vw, 40px);
}

@media (max-width: 1023px) {
    footer .gm-sep.layout {
        flex-direction: column;
    }
}

footer .foot-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.5vw, 40px);
}

@media (max-width:768px) {
    footer .foot-items {
        grid-template-columns: repeat(1, 1fr);
    }
}


.foot-item ul>li+li {
    margin-top: 0.08rem;
}

footer .foot-form {
    flex-shrink: 0;
    max-width: 360px;
    width: 30%;
    border-radius: 0.1rem;
}

.foot-form .form-container {
    grid-template-columns: repeat(1, 1fr);
    gap: .1rem;
}

.foot-form h3 {
    position: relative;
    margin: 0 0 .15rem;
    font-size: .18rem;
    line-height: 1;
    color: #000;
}

@media (max-width: 1023px) {
    footer .foot-form {
        width: 100%;
        max-width: none;
    }

    .foot-form .form-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:768px) {
    .foot-form .form-container {
        grid-template-columns: repeat(1, 1fr);
    }

}

.foot-item-products .foot-tit {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}

.foot-item-products .foot-tit i {
    display: none;
    transition: all .3s ease-out;
}

.foot-item-products .foot-tit i::before {
    font-family: 'fontawesome';
    content: "\f107";
}

.foot-item-products.active .foot-tit i {
    color: var(--main-color);
    transform: rotate(180deg);
}

@media (max-width:768px) {
    .foot-item-products .foot-tit i {
        display: block;
    }

    .foot-item-products .foot-cont {
        display: none;
    }
}

.crumbs-section {
    margin-bottom: clamp(20px, 2.5vw, 40px);
}

section:is(.crumbs-section)+section {
    margin-top: 0 !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 弹窗主体 */
.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

/* 输入框样式 */
#user-email {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 按钮样式 */
#confirm-download {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid var(--main-color);
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease-out;
}

#confirm-download:hover {
    background-color: transparent;
    color: var(--main-color);
}

.contact-form-wrap {
    margin-top: .5rem;
    border: 1px solid #e5e5e5;
}

.contact-form-wrap .title {
    display: inline-block;
    padding: .1rem .25rem;
    color: #FFF;
    background: var(--main-color);
}

.contact-form-wrap .title h1,
.contact-form-wrap .title h4{
    font-size: .16rem;
    line-height: 1.2;
}

.contact-form-wrap .contact-form {
    padding: .3rem;
}

@media (max-width:768px) {
    .contact-form-wrap .contact-form {
        padding: .16rem;
    }
}

.c-article-details>.items_list {
    margin-bottom: .2rem;
}

.article-details__share {
    margin-top: .2rem;
}

.share-this {
    display: flex;
    align-items: center;
    gap: .1rem .16rem;
    flex-wrap: wrap;
}

.share-this a {
    flex-shrink: 0;
    display: block;
    width: .24rem;
    height: .24rem;
}

.share-this a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.article-details__pagination {
    margin-top: .2rem;
    padding-top: .16rem;
    border-top: 1px solid #e5e5e5;
}

.article-details__pagination .pagination+.pagination {
    margin-top: .1rem;
}

.article-details__pagination .pagination {
    display: flex;
    gap: .1rem;
}

.article-details__pagination .pagination h4{
    font-weight: 600;
    font-size: .16rem;
    line-height: inherit;
}


.article-details__pagination a {
    font-size: .16rem;
    transition: all .3s ease-out;
}

.article-details__pagination a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.search-result{
    margin:var(--sc-my)  0;
}

.search-title {
    margin-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
}

.search-title .title {
    display: flex;
    align-items: flex-end;
    gap: .1rem .2rem;
}

.search-title h1 {
    font-size: .2rem;
    line-height: 1;
}

.search-title p {
    line-height: 1;
}

.search-title span {
    color: var(--main-color);
}

.search-box {
    margin-left: auto;
    flex-shrink: 0;
    width: 300px;
}

.search-box .container {
    position: relative;
}

.search-box input {
    width: 100%;
    height: .36rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 .36rem 0 .16rem;
}

.search-box button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    aspect-ratio: 1/1;
    font-size: 0.16rem;
    cursor: pointer;
}

.search-box button::before {
    display: block;
    font-family: "fontawesome";
    content: "\f002";
    font-weight: 100;
}

.search-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem;
}

.search-items .item {
    display: flex;
    align-items: center;
    gap: .16rem;
    padding: 0.2rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all .3s ease-out;
}

.search-items .item:hover {
    border-color: var(--main-color);
}

.search-items .item figure {
    flex-shrink: 0;
    width: 25%;
    max-width: 160px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
}

.search-items .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-items .item h4 {
    font-size: .2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-items .item p {
    margin-top: .1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-content {
    background: #F8F8FA;
    border-radius: 8px;
    padding: .4rem;
    text-align: center;
}

.search-content h2 {
    font-size: .2rem;
}

.search-content p {
    margin-top: .1rem;
}

.search-content .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
    margin-top: .4rem;
}

.search-content .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .16rem;
}

.search-content .items .item figure {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 3/2;
    border-radius: 12px;
    overflow: hidden;
}

.search-content .items .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-content .items .item h4 {
    font-size: .16rem;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width:768px) {
    .search-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box {
        width: 100%;
    }

    .search-items {
        grid-template-columns: repeat(1, 1fr);
        gap: .1rem;
    }

    .search-items .item figure {
        max-width: 100px;
    }

    .search-content {
        padding: .4rem .2rem;
    }

    .search-content .items {
        grid-template-columns: repeat(1, 1fr);
    }
}


.contact-information-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .3rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: .4rem;
    text-align: center;
}

.contact-information-wrap figure{
    margin: 0 auto;
    width: 80px;
    max-width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid var(--main-color);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-information-wrap figure img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.contact-information-wrap h4 {
    font-size: .2rem;
    font-weight: 600;
    margin-top: .2rem
}

.contact-information-wrap .text{
    margin-top: .16rem;
    font-size: .16rem;
    line-height: 1.5;
}
.contact-information-wrap .text > * + *{
    margin-top: .1rem;
}
.contact-information-wrap a{
    transition: all .3s ease-out;
}
.contact-information-wrap a:hover{
    color: var(--main-color);
}

@media (max-width:1280px) {
    .contact-information-wrap {
        grid-template-columns: repeat(2,1fr);
    }

    .contact-information-wrap .item:last-child{
        grid-column: 1/-1;
    }

    .contact-information-wrap figure{
        width: 60px;
    }
}

@media (max-width:768px) {
    .contact-information-wrap {
        grid-template-columns: repeat(1,1fr);
        padding: .3rem .2rem;
        gap: .2rem;
    }

    .contact-information-wrap figure{
        width: 50px;
    }

    .contact-information-wrap h4{
        font-size:.16rem;
    }

    .contact-information-wrap .text{
        font-size: .14rem;
    }
}

.contact-map-wrap{
    margin-top: .5rem;
    width: 100%;
    height: 400px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}
.contact-map-wrap iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.c-article-details{
    margin-top: .3rem;
    font-size: .16rem;
}
.c-article-details > * + * {
    margin-top: .1rem;
}
.c-article-details ul, .c-article-details ol{
    padding-inline-start: 1.25em;
}
.c-article-details li{
    list-style: unset;
}

@media (max-width:768px) {
    .c-article-details{
        margin-top: .2rem;
        font-size: .14rem;
    }
   .c-article-details > * + * {
    margin-top: .05rem;
   }
}