/*# sourceURL=/template/default/css/index.css */
/*@ sourceURL=/template/default/css/index.css */
/*@ sourceURL=/template/default/css/index.css */
/*@ sourceURL=/template/default/css/index.css */
/*@ sourceURL=/template/default/css/index.css */
/*@ sourceURL=/template/default/css/index.css */
.bossgoo-header-nav1 {
    position: relative;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.bossgoo-header-nav1 .header-main {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bossgoo-header-nav1 .logo-box {
    display: flex;
    align-items: center;
}

.bossgoo-header-nav1 .logo {
    max-width: 200px;
    margin-right: 28px;
}

.bossgoo-header-nav1 .logo img {
    max-height: 90px;
}

.bossgoo-header-nav1 .nav-right {
    display: flex;
}

.bossgoo-header-nav1 .nav {
    margin-right: 30px;
}

.bossgoo-header-nav1 .nav a:hover {
    color: var(--themeColor);
}

.bossgoo-header-nav1 .nav > ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.bossgoo-header-nav1 .nav > ul > li {
    position: relative;
    /* line-height: 40px; */
    padding: 0 28px;
}

.bossgoo-header-nav1 .second-nav {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    width: 300px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 3px 1px 16px 0px rgba(0, 0, 0, 0.25);
    border-top: 1px solid var(--themeColor);
}

.bossgoo-header-nav1 .second-nav a {
    color: #707070;
}

.bossgoo-header-nav1 .second-nav > li {
    position: relative;
    padding: 6px 0;
}

.bossgoo-header-nav1 .second-nav > li > a {
    position: relative;
    display: block;
    padding: 0 25px 0 15px;
    /* line-height: 35px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .bossgoo-header-nav1 .second-nav>li:hover>a{
  word-break: break-all;
    overflow: hidden;
    white-space: initial;
}

.bossgoo-header-nav1 .third-nav>li:hover>a{
  word-break: break-all;
    overflow: hidden;
    white-space: initial;
} */

.bossgoo-header-nav1 .second-nav > li > a .icon-arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bossgoo-header-nav1 .third-nav {
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
    width: 300px;
    max-height: 300px;
    overflow: auto;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 3px 1px 16px 0px rgba(0, 0, 0, 0.25);
    border-top: 1px solid var(--themeColor);
}

.bossgoo-header-nav1 .third-nav > li {
    padding: 5px 0;
}

.bossgoo-header-nav1 .third-nav > li > a {
    display: block;
    line-height: 1.5;
    /* line-height: 35px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bossgoo-header-nav1 .nav > ul > li:hover .second-nav {
    display: block;
}

.bossgoo-header-nav1 .second-nav > li:hover .third-nav {
    display: block;
}

.bossgoo-header-nav1 .line {
    margin-top: 22px;
    width: 1px;
    height: 46px;
    background: #7c7c7c;
}

.bossgoo-header-nav1 .search-box {
    width: 150px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--themeColor);
    color: #fff;
    cursor: pointer;
}

.bossgoo-header-nav1 .search-box span {
    margin-left: 10px;
}

.bossgoo-header-nav1 .header-search-box {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
}

.bossgoo-header-nav1 .header-search-box .max1920 {
    padding: 10px 0;
    background-color: #ededed;
}

.bossgoo-header-nav1 .header-search-box .wrap {
    display: flex;
}
.bossgoo-header-nav1 .header-search-box .searchrow{display:flex;width:100%;}

.bossgoo-header-nav1 .header-search-box .search-main {
    position: relative;
    flex: 1;
    height: 40px;
}

.bossgoo-header-nav1 .header-search-box .search-main .input-text {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 70px 0 30px;
    line-height: 40px;
    font-size: 20px;
    background-color: #fff;
}

.bossgoo-header-nav1 .header-search-box .search-main .search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #999;
    cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    cursor: pointer;
}

.bossgoo-header-nav1 .header-search-box .search-close .icon-close-bold {
    font-size: 24px;
    color: #515151;
}

.bossgoo-header-nav1 ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: 'Arial';
    font-size: 16px;
    color: #cdcdcd;
}

.bossgoo-header-nav1 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Arial';
    font-size: 16px;
    color: #cdcdcd;
}

.bossgoo-header-nav1 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: 'Arial';
    font-size: 16px;
    color: #cdcdcd;
}

@media only screen and (max-width: 1650px) {
    .bossgoo-header-nav1 .name {
        display: none;
    }
}

@media only screen and (max-width: 1540px) {
    .bossgoo-header-nav1 .nav > ul > li {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .bossgoo-header-nav1 .header-main {
        padding: 0;
    }

    .bossgoo-header-nav1 .nav {
        margin-right: 10px;
    }

    .bossgoo-header-nav1 .search-box {
        width: 120px;
    }

    .bossgoo-header-nav1 .logo {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1160px) {
    .bossgoo-header-nav1 .logo {
        max-width: 105px;
    }

    .bossgoo-header-nav1 .nav > ul > li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1040px) {
    .bossgoo-header-nav1 .header-phone {
        height: 1rem;
        display: flex;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
    }

    .bossgoo-header-nav1 .logo {
        max-width: 100%;
    }

    .bossgoo-header-nav1 .header-phone .menu-icon,
    .bossgoo-header-nav1 .header-phone .search-box,
    .bossgoo-header-nav1 .header-phone .language-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .bossgoo-header-nav1 .header-phone .menu-icon,
    .bossgoo-header-nav1 .header-phone .search-box {
        width: 1rem;
    }

    .bossgoo-header-nav1 .header-phone .menu {
        position: relative;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav {
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 100%;
        width: 6rem;
        max-height: 10rem;
        overflow-y: auto;
        background: #333;
        color: #fff;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav a {
        position: relative;
        display: inline-block;
        max-width: 100%;
        line-height: .6rem;
        padding-right: .25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav > ul {
        display: block;
        padding: .4rem 0;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav > ul > li {
        position: relative;
        padding: 0 .6rem 0 .3rem;
        margin-bottom: .1rem;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-second-nav > li {
        position: relative;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav .icon-xia {
        position: absolute;
        top: 0;
        font-size: .16rem;
        line-height: .7rem;
        padding: 0 .4rem;
    }

    .bossgoo-header-nav1 .phone-nav > ul > li > .icon-xia {
        right: 0;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav .icon-up {
        transform: rotate(180deg);
        transition: all .1s;
    }

    .bossgoo-header-nav1 .phone-nav .phone-second-nav > li > .icon-xia {
        right: -.6rem;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-second-nav,
    .bossgoo-header-nav1 .header-phone .menu .phone-third-nav {
        display: none;
        padding-left: .3rem;
    }

    .bossgoo-header-nav1 .header-phone .search-box {
        background: #fff;
    }

    .bossgoo-header-nav1 .header-phone .search-box .icon-fangdajing {
        color: #8e8e8e;
    }

    .bossgoo-header-nav1 .header-phone .country {
        background-color: var(--themeColor);
        color: #fff;
    }

    .bossgoo-header-nav1 .header-phone .icon-liebiao1 {
        font-size: .6rem;
    }

    .bossgoo-header-nav1 .header-phone .icon-yuyan {
        font-size: .38rem;
    }

    .bossgoo-header-nav1 .header-phone .logo {
        flex: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        padding: .12rem 0;
    }

    .bossgoo-header-nav1 .header-phone .logo img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .bossgoo-header-nav1 .header-phone .right-item {
        display: flex;
    }

    .bossgoo-header-nav1 .search-wrap {
        display: flex;
        padding: .25rem;
        background: #ededed;
    }

    .bossgoo-header-nav1 .search-wrap .search-item {
        flex: 1;
        display: flex;
    }

    .bossgoo-header-nav1 .search-wrap .input-text {
        flex: 1;
        display: block;
        padding: 0 .3rem;
        line-height: .9rem;
        background-color: #fff;
    }

    .bossgoo-header-nav1 .search-wrap .search-icon,
    .bossgoo-header-nav1 .search-wrap .search-close {
        width: .9rem;
        height: .9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: .1rem;
    }

    .bossgoo-header-nav1 .search-wrap .search-icon {
        background: #999;
        color: #fff;
    }

    .bossgoo-header-nav1 .search-wrap .search-icon .icon-fangdajing {
        font-size: .3rem;
    }

    .bossgoo-header-nav1 .search-wrap .search-close {
        background: #f4f4f4;
        color: #515151;
    }

    .input-text::-webkit-input-placeholder {
        font-size: .32rem;
    }

    .input-text::-moz-placeholder {
        font-size: .32rem;
    }

    .input-text:-ms-input-placeholder {
        font-size: .32rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-header-nav1 .header-phone {
        height: .7rem;
    }

    .bossgoo-header-nav1 .header-phone .menu-icon,
    .bossgoo-header-nav1 .header-phone .search-box {
        width: .7rem;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav {
        width: 4.6rem;
        max-height: 6rem;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav a {
        line-height: .7rem;
    }

    .bossgoo-header-nav1 .header-phone .menu .phone-nav > ul {
        padding: .2rem 0;
    }

    .bossgoo-header-nav1 .header-phone .icon-liebiao1 {
        font-size: .48rem;
    }

    .bossgoo-header-nav1 .search-wrap {
        padding: .15rem .2rem;
    }

    .bossgoo-header-nav1 .search-wrap .input-text {
        padding: 0 .16rem;
        line-height: .56rem;
    }

    .bossgoo-header-nav1 .search-wrap .search-icon,
    .bossgoo-header-nav1 .search-wrap .search-close {
        width: .56rem;
        height: .56rem;
        margin-left: .1rem;
    }

    .bossgoo-header-nav1 .search-wrap .search-icon .icon-fangdajing {
        font-size: .16rem;
    }

    .input-text::-webkit-input-placeholder {
        font-size: .26rem;
    }

    .input-text::-moz-placeholder {
        font-size: .26rem;
    }

    .input-text:-ms-input-placeholder {
        font-size: .26rem;
    }
}

.bossgoo-footer57 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    background-color: #f1f5f7;
}

.bossgoo-footer57 .footer57-box2 {
    display: none;
    padding-top: 30px;
    padding-bottom: 80px;
}

.bossgoo-footer57 .footer57-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

.bossgoo-footer57 .footer57-top .wrap,
.bossgoo-footer57 .footer57-bot .wrap {
    display: flex;
    flex-wrap: wrap;
}

.bossgoo-footer57 .footer57-bot {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bossgoo-footer57 .footer57-topLe {
    width: 40%;
    padding-right: 100px;
}

.bossgoo-footer57 .footer57-topRi {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.bossgoo-footer57 .footer57-topLogo {
    width: 100%;
}

.bossgoo-footer57 .footer57-topLogo a {
    display: inline-block;
}

.bossgoo-footer57 .footer57-topLogo img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    height: 100%;
}

.bossgoo-footer57 .footer57-topCon {
    padding-top: 40px;
    color: var(--themeColor);
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.bossgoo-footer57 .footer57-topIcon {
    padding-top: 80px;
}

.bossgoo-footer57 .footer57-topIcon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: var(--themeColor);
    margin-right: 6px;
    border-radius: 50%;
    display: inline-block;
}

.bossgoo-footer57 .footer57-item1 {
    width: 30%;
    /* padding-right: 50px; */
}

.bossgoo-footer57 .footer57-item2 {
    width: 40%;
}

.bossgoo-footer57 .footer57-itTi {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.bossgoo-footer57 .footer57-itList {
    padding-top: 20px;
}

.bossgoo-footer57 .footer57-itList li {
    margin-bottom: 10px;
}

.bossgoo-footer57 .footer57-itList li:last-child {
    margin-bottom: 0;
}

.bossgoo-footer57 .footer57-itList a {
    color: var(--themeColor);
    width: 100%;
    display: inherit;
}

.bossgoo-footer57 .footer57-itTe {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
    color: var(--themeColor);
}

.bossgoo-footer57 .footer57-itTe a {
    color: var(--themeColor);
    text-decoration: underline;
    display: inline-block;
    width: initial;
}

.bossgoo-footer57 .footer57-itTe:first-child {
    padding-top: 0;
}

.bossgoo-footer57 .footer57-email {
    padding-top: 20px;
}

.bossgoo-footer57 .footer57-email .footer57-emLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px 15px;
    background-color: var(--btnBgColor);
    color: var(--btnTextColor);
}

.bossgoo-footer57 .footer57-email .footer57-emLink .iconfont {
    color: var(--btnBgColor);
    background-color: var(--btnTextColor);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
}

.bossgoo-footer57 .footer57-botLe, .bossgoo-footer57 .footer57-botRi {
    width: 50%;
    font-size: 14px;
    color: var(--themeColor);
}

.bossgoo-footer57 .footer57-botLe {
    text-align: left;
}

.bossgoo-footer57 .footer57-botRi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.bossgoo-footer57 .footer57-botRi a {
    color: var(--themeColor);
    margin-left: 5px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.bossgoo-footer57 .footer57-box2Logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bossgoo-footer57 .footer57-box2Logo img {
    max-width: 200px;
    max-height: 60px;
    object-fit: contain;
    height: 100%;
}

.bossgoo-footer57 .footer57-box2 .footer57-botLe, .bossgoo-footer57 .footer57-box2 .footer57-botRi {
    width: 100%;
    text-align: center;
    padding-top: 6px;
}

.bossgoo-footer57 .footer57-box2 .footer57-botLe {
    padding-top: 20px;
}

.bossgoo-footer57 .footer57-box2 .copyright {
    text-align: center;
    font-size: 14px;
    padding-top: 6px;
}

.bossgoo-footer57 .footer57-box2 .copyright a {
    color: var(--themeColor);
}

@media only screen and (max-width: 1040px) {
    .linfooter .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .linfooter .footer57-box1 {
        display: none;
    }

    .linfooter .footer57-box2 {
        display: block;
    }

    .linfooter .footer57-botRi {
        align-items: flex-start;
        justify-content: center;
    }

    .linfooter .phone-footer {
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
    }

    .linfooter .phone-footer ul {
        display: flex;
    }

    .linfooter .phone-footer li {
        flex: 1;
        padding-top: 0.25rem;
        text-align: center;
    }

    .linfooter .phone-footer a {
        font-family: var(--fontRegular);
        font-size: 0.3rem;
        color: #555;
    }

    .linfooter .phone-footer .iconfont {
        display: block;
        font-size: 0.42rem;
        margin-bottom: 0.1rem;
    }

    .linfooter .phone-footer span {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .linfooter {
        font-size: .28rem;
    }

    .linfooter .footer57-box2Logo img {
        max-height: .8rem;
    }
}

.bossgoo-index-banner1 .swiper-slide img {
    display: block;
}

.bossgoo-index-banner1 .swiper-pagination-bullet-active {
    background: var(--themeColor);
}

.bossgoo-index-banner2 {
    width: 100%;
}

.bossgoo-index-banner2 img {
    width: 100%;
}

.bossgoo-index-banner2 .swiper-button-next,
.bossgoo-index-banner2 .swiper-button-prev {
    background: none;
    width: 70px;
    height: 72px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
}

.bossgoo-index-banner2 .swiper-button-prev {
    left: 0;
}

.bossgoo-index-banner2 .swiper-button-next {
    right: 0;
}

.bossgoo-index-banner2 .swiper-button-prev i,
.bossgoo-index-banner2 .swiper-button-next i {
    font-size: 36px;
}

.bossgoo-index-banner2 {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .bossgoo-index-banner2 .swiper-button-next,
    .bossgoo-index-banner2 .swiper-button-prev {
        background: none;
        width: .7rem;
        height: .7rem;
        background-color: #000000;
        color: #fff;
    }

    .bossgoo-index-banner2 .swiper-button-prev i, .bossgoo-index-banner2 .swiper-button-next i {
        font-size: .36rem;
    }
}


.section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

:root {
    --dominant-color: #0ec09f;
}

body.news-active header {
    background: #202020;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh
}

.banner img, .banner video {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100vh
}

.banner .text {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: center;
    color: #fff;
    z-index: 2;
    text-align: center
}

.banner .text .title {
    font-size: 2.5vw;
    line-height: 1.4;
    color: #fff;
    text-align: left
}

.banner .text .summary {
    font-size: 1.25vw
}

.banner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4)
}

.index-padding {
    padding: 80px 0 60px
}

.index-title {
    text-align: center;
    margin-bottom: 30px
}

.index-title.left {
    text-align: left
}

.index-title.left .line {
    margin-left: 0
}

.index-title .sup {
    font-size: 1.5625vw;
    color: #000;
    opacity: 0.3;
    text-transform: uppercase
}

.index-title .sup.colorW {
    color: #fff
}

.index-title .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize
}

.index-title .title.colorW {
    color: #fff
}

.index-title .line {
    width: 40px;
    height: 2px;
    background: var(--dominant-color);
    margin: 30px auto
}

.index-title .summary {
    font-size: 16px;
    color: #666;
    margin-top: 20px
}

.index1 .swiper .swiper-slide {
    background: #f2f2f2;
    border-radius: 6px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.index1 .swiper .swiper-slide img {
    width: 100%
}

.index1 .swiper .swiper-slide .text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.index1 .swiper .swiper-slide .text .title {
    font-size: 16px;
    margin-bottom: 10px
}

.index1 .swiper .swiper-slide .text .box .tip {
    font-size: 12px
}

.index1 .swiper .swiper-slide .text .box .summary {
    font-size: 14px;
    margin-bottom: 20px
}

.index1 .swiper .swiper-slide .text .more {
    font-size: 12px;
    border-radius: 20px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0ec09f;
    margin: 30px auto 0;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: auto
}

.index3 {
    margin-bottom: 0
}

.index3 .index3-box {
    display: flex;
    justify-content: space-between
}

.index3 .index3-box .change-item {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index3 .index3-box .change-item .item {
    flex: 1;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25vw;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    flex-basis: 150px;
    padding: 20px
}

.index3 .index3-box .change-show .item {
    display: none
}

.index3 .index3-box .change-show .item.active {
    display: block
}

.index3 .index3-box .change-show .content-cards--progress .cards {
    display: flex;
    grid-gap: 3rem;
    margin-top: 4rem;
    position: relative
}

.index3 .index3-box .change-show .content-cards--progress .cards:before {
    content: ' ';
    width: 100%;
    height: 3px;
    background-color: #0ec09f;
    position: absolute;
    top: -1.5rem;
    left: 0
}

.index3 .index3-box .change-show .content-cards--progress .card {
    flex: 2;
    position: relative
}

.index3 .index3-box .change-show .content-cards--progress .card:before {
    content: ' ';
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    border: 3px solid #0ec09f;
    position: absolute;
    top: -1.75rem;
    left: 0
}

.index3 .index3-box .change-show .content-cards--progress .card .card-title {
    font-size: 16px;
    font-weight: bold;
    color: #262626
}

.index3 .index3-box .change-show .content-cards--progress .card .card-subtitle {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 0.5rem
}

.index3 .index3-box .change-show .content-cards--progress .card:last-of-type:before {
    width: 16px;
    height: 16px;
    top: -2rem;
    left: unset;
    right: -1px
}

.index4 {
    margin-bottom: 0
}

.index4 .index4-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index4 .index4-box .text {
    flex-basis: 45%
}

.index4 .index4-box .text .title {
    font-size: 1.042vw
}

.index4 .index4-box .text .summary {
    line-height: 1.4;
    color: #666;
    font-size: 0.729vw
}

.footer .footer-top .footer-codes .footer-logo {
    filter: grayscale(1) brightness(10)
}

.footer .footer-top .footer-codes .codes-box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between
}

.footer .footer-top .footer-codes .codes-box .item {
    flex-basis: 45%
}

.footer .footer-top .footer-codes .codes-box .item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .footer-top .footer-codes .codes-box .item:last-child .img {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.footer .footer-top .footer-codes .codes-box .item .title {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 20px
}

.footer .footer-top .footer-codes .codes-box .item img {
    width: 100%;
    height: 100%
}

.footer .footer-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footer .footer-bottom .footer-news {
    color: #fff;
    flex-basis: 360px
}

.footer .footer-bottom .footer-news .b-title {
    font-size: 18px
}

.footer .footer-bottom .footer-news .footer-news-item .item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer .footer-bottom .footer-news .footer-news-item .item .time {
    opacity: 0.2
}

.footer .footer-bottom .footer-news .footer-news-item .item .title {
    opacity: 0.5
}

.footer .footer-bottom .copy-right {
    text-align: center;
    color: #8d8d8d;
    padding: 25px 0 0
}

.footer .footer-bottom .copy-right .link .l-title {
    font-size: 18px;
    color: #fff
}

.footer .footer-bottom .copy-right .link .l-link a {
    font-size: 16px;
    margin-right: 10px;
    padding-right: 15px;
    color: #666666;
    position: relative;
    display: inline-block
}

.footer .footer-bottom .copy-right .link .l-link a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    background: #666666;
    margin: auto
}

.footer .footer-bottom .copy-right .link .l-link a:last-child::after {
    display: none
}

.footer .footer-bottom .copy-right .bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer .footer-bottom .copy-right .item {
    color: #666666;
    padding-right: 10px;
    margin-right: 10px;
    position: relative
}

.footer .footer-bottom .copy-right .item:last-child::after {
    display: none
}

.footer .footer-bottom .copy-right .item::after {
    position: absolute;
    width: 1px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #eee;
    opacity: 0.3
}

.footer .footer-bottom .copy-right .item:hover {
    color: #fff
}

.footer .footer-bottom .copy-right a.item {
    transition: all 0.5s
}

.footer .footer-bottom .copy-right a.item:hover {
    opacity: 1
}

.footer .footer-bottom .footer-code {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto
}

.footer .footer-bottom .footer-code .item {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.footer .footer-bottom .footer-code .item .show {
    position: absolute;
    width: 100px;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    display: none
}

.footer .footer-bottom .footer-code .item:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer .footer-bottom .footer-code .item .fab {
    color: #fff;
    font-size: 16px
}

.footer .footer-bottom .footer-code .item:hover .show {
    display: block
}

.footer .footer-bottom .footer-code .item:hover .fab {
    color: var(--dominant-color)
}

.footer .footer-bottom .footer-code .item:hover .show-code {
    display: block;
    width: 100px;
    height: 100px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    position: absolute
}

.footer .footer-bottom .footer-code .item .show-code {
    display: none
}

.goTop {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    z-index: 1000;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto
}

.goTop:hover .button span {
    transform: translateY(-10px)
}

.goTop .lazy {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.goTop .button {
    width: 80px;
    height: 80px;
    color: var(--dominant-color);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.goTop .button span {
    transition: all 0.5s
}

.goTop svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 55px);
    height: calc(100% - 55px)
}

.goTop svg.cm {
    transition: none;
    opacity: 1
}

.goTop svg .p1 {
    animation: circleRotate 4s linear infinite;
    transform-origin: 50% 50%
}

.goTop svg circle {
    fill: #fff;
    stroke: transparent
}

.goTop svg .p2 {
    animation: circleRotateReverse 4s linear infinite
}

.goTop.button-div {
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    margin-left: 0;
    transform-origin: 0;
    transform: scale(1)
}

.goTop.button-div .button {
    width: 30px;
    height: 30px
}

.goTop.button-div .button span {
    font-size: 14px;
    transform: translateY(0) !important
}

.page-title {
    text-align: left
}

.page-title.textC {
    text-align: center
}

.page-title .title {
    font-size: 2.083vw;
    line-height: 1.2
}

.page-title .sub {
    font-size: 1.042vw;
    font-family: Outfit-ExtraBold;
    text-transform: uppercase
}

.pageBanner {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    color: #fff;
    margin-top: 0
}

.pageBanner.pageBanner-sort {
}
.pageBanner.pageBanner-sort:after{content:'';position: absolute;width: 50%;height: 100%;top: 0;left: 0;background: linear-gradient(90deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.pageBanner .location {
    position: absolute;
    top: 0;
    color: #fff;
    justify-content: flex-end
}

.pageBanner .location a {
    color: #fff;
    opacity: 1
}

.pageBanner .img {
    width: 100%
}

.pageBanner .banner-box {
    position: absolute;
    width: 94%;
    height: auto;
    object-fit: cover;
    transition: all .5s ease;
    left: 50% !important;
    top: 55% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9;
}

.pageBanner .banner-box .page-title {
    font-size: 36px;
    font-weight: bold
}

.pageBanner .banner-box .page-summary {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    text-transform: capitalize;
    max-width: 650px;
    opacity: 0.9;
}

.pageBanner .banner-box .page-more {
    margin-top: 40px;
    width: 150px;
    height: 60px;
    background: #00a788;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.pageBanner .video {
    width: 100%
}

.pageBanner .video video {
    height: 100vh;
    object-fit: cover;
    width: 100%
}

.page-menu .page-phone-click {
    display: none
}

.page-menu .menu .item {
    margin-bottom: 40px
}

.page-menu .menu .item .class {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    position: relative
}

.page-menu .menu .item .class::after {
    content: '';
    width: 6px;
    height: 6px;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s;
    background: var(--dominant-color)
}

.page-menu .menu .item .item-box {
    font-size: 16px
}

.page-menu .menu .item .item-box a {
    display: block;
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
    transition: all 0.5s;
    color: #666
}

.page-menu .menu .item .item-box a::after {
    content: '>';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    color: var(--dominant-color)
}

.page-menu .menu .item .item-box a.active, .page-menu .menu .item .item-box a:hover {
    color: var(--dominant-color)
}

.page-menu .menu .item .item-box a.active::after, .page-menu .menu .item .item-box a:hover::after {
    opacity: 1
}

.locations {
    margin-top: 90px;
    height: 110px;
    display: flex;
    align-items: center
}

.productBanner {
    height: 290px
}

.productBanner video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.productBanner .product-text {
    max-width: 1740px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    z-index: 9
}

.productBanner .product-text .swiper {
    height: 100%
}

.productBanner .product-text .swiper .swiper-slide .text {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
    position: absolute;
    bottom: 30%
}

.productBanner .product-text .swiper .swiper-slide .text .title {
    line-height: 1;
    font-size: 72px;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    font-family: pangmen
}

.productBanner .product-text .swiper .swiper-slide .text .title.title2 span {
    font-family: CgFuturaMaxiBd;
    font-size: 72px
}

.productBanner .product-text .swiper .swiper-slide .text .summary {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 3%;
    opacity: 0.9;
    letter-spacing: 5px
}

.productBanner .product-text .swiper .swiper-slide .text .summary.summary1 {
    font-size: 26px
}

.productBanner .product-text .swiper .swiper-slide .text .tip {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 36px
}

.productBanner .product-text .swiper .swiper-slide .text .tip span {
    color: #00d2ff;
    font-family: Outfit-ExtraBold
}

.productBanner .product-text .swiper .swiper-slide .text .tip.tip1 {
    font-weight: 900;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 108px;
    font-family: Outfit-ExtraBold
}

.productBanner .product-text .swiper .swiper-slide .text .tip.tip3 {
    margin-top: 70px;
    font-size: 24px;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap
}

.productBanner .product-text .swiper .swiper-slide .text .tip.tip3 .t-item {
    flex-basis: 50%
}

.productBanner .product-text .swiper .swiper-slide .text .numbers {
    display: flex;
    color: #fff;
    font-size: 28px;
    margin-top: 1.5625vw;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    flex-direction: column
}

.productBanner .product-text .swiper .swiper-slide .text .numbers .item {
    margin-right: 5.208vw;
    margin-bottom: 30px
}

.productBanner .product-text .swiper .swiper-slide .text .numbers .item:nth-child(2) {
    margin-bottom: 0
}

.productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count {
    color: #00d2ff;
    font-weight: 900;
    font-size: 64px;
    font-family: Outfit-ExtraBold
}

.productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary {
    font-size: 20px;
    opacity: 0.8
}

.productBanner .product-text .swiper .swiper-slide.swiper-slide-active .text {
    transform: translateY(0);
    opacity: 1
}

.productBanner .swiper-pager {
    display: flex;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    align-items: center;
    color: #fff
}

.productBanner .swiper-pagination-progressbar {
    position: initial;
    max-width: 700px;
    margin: 0 20px
}

.productBanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff
}

.productBanner .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px
}

.location {
    display: flex;
    align-items: center;
    color: #aaaaaa;
    height: 70px
}

.location a {
    color: #000;
    line-height: 2.5;
    font-size: 14px;
    opacity: 0.6;
    margin: 0 8px
}

.location a i {
    color: var(--dominant-color);
    margin-right: 4px
}

.location a:hover {
    text-decoration: underline
}

.pager {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 100px
}

.pager .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: #666;
    transition: all 0.5s;
    font-size: 14px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1
}

.pager .number:hover, .pager .number.active {
    background: var(--dominant-color);
    color: #fff;
    transition: all 0.5s
}

.pager .number.spot, .pager .number.pager-number, .pager .number.pager-select {
    background: none;
    border: none
}

.pager .number.spot:hover, .pager .number.pager-number:hover, .pager .number.pager-select:hover {
    color: #999
}

.pager .number.pager-number {
    width: auto;
    margin: 0 20px
}

.pager .number.prev, .pager .number.next {
    width: 100px
}

.pager .number.pager-select {
    width: 50px
}

.pager .number.pager-select select {
    height: 40px;
    border: none;
    padding-left: 5px
}

#mapContainer {
    width: 100%;
    height: 640px;
    z-index: 0
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
    text-align: left
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000
}

div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center
}

div.info-bottom img {
    position: relative;
    z-index: 104
}

.pages {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 50px
}

.pages .prev, .pages .next {
    flex-basis: 100%;
    transition: all 0.5s;
    font-size: 20px;
    color: var(--dominant-color);
    margin-bottom: 20px;
    display: inline-block
}

.pages .prev:hover, .pages .next:hover {
    text-decoration: underline
}

.news {
    padding: 4% 0
}

.news .news-box {
    align-items: flex-start
}

.news .news-box .left {
    flex-basis: 240px
}

.news .news-box .left .title {
    font-size: 2.396vw;
    font-family: Montserrat-Medium;
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 1
}

.news .news-box .right {
    padding-left: 10%;
    flex-basis: calc(100% - 240px)
}

.news .news-box .right .item {
    padding: 50px 0;
    display: block;
    transition: all 0.5s;
    border-bottom: 1px solid #eee
}

.news .news-box .right .item .top {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.news .news-box .right .item .top .class {
    margin-left: 40px
}

.news .news-box .right .item .top .class i {
    margin-right: 4px;
    color: var(--dominant-color)
}

.news .news-box .right .item .title {
    font-size: 18px;
    color: #333;
    transition: all 0.5s
}

.news .news-box .right .item:hover {
    padding-left: 20px
}

.news .news-box .right .item:hover .title {
    color: var(--dominant-color)
}

.news-detail {
    padding: 8% 0;
    background: #fff;
    max-width: 1300px
}

.news-detail .news-text {
    padding-bottom: 30px;
    margin: 0 auto 30px
}

.news-detail .news-text .title {
    font-size: 1.875vw;
    text-align: center
}

.news-detail .news-text .summary-box {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.index4 .index4-box .img {
    flex-basis: 50%
}

.index4 .index4-box .img img {
    width: 100%
}

.index4 .index4-number {
    display: flex;
    margin-top: 2.083vw
}

.index4 .index4-number .item {
    flex: 1;
    text-align: center
}

.index4 .index4-number .item .top {
    font-size: 20px;
    color: #0ec09f
}

.index4 .index4-number .item .bottom {
    font-size: 24px
}

.index5-box, .index6-box {
    overflow: hidden;
    position: relative
}

.index5 .swiper-slide .img {
    height: 0;
    padding-bottom: 60%;
    position: relative;
    width: 100%;
    background: #f7f7f7
}

.index5 .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index5 .swiper-slide {
    background: #f5f5f5
}

.index5 .swiper-slide .text {
    padding: 0 10px;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px
}

.index6 .index6-box .swiper-slide {
    border: 1px solid #eee
}

.index7 .index7-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.index7 .index7-box .item {
    border-radius: 10px;
    overflow: hidden
}

.index7 .index7-box .item:hover img {
    transform: scale(1.1)
}

.index7 .index7-box .item .img {
    padding-bottom: 62.5%;
    height: 0;
    position: relative;
    overflow: hidden
}

.index7 .index7-box .item .img .time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background: #0ec09f;
    padding: 10px;
    font-size: 12px
}

.index7 .index7-box .item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s
}

.index7 .index7-box .item .text {
    background: #fff;
    padding: 20px
}

.index7 .index7-box .item .text .title {
    font-size: 16px
}

.index7 .index7-box .item .text .summary {
    font-size: 14px;
    margin-top: 4px;
    color: #666
}

.footer {
    padding: 3% 0;
    background: var(--dominant-color);
    position: relative
}

.footer .footer-top {
    padding-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer .footer-top .footer-left {
    flex-basis: 89px
}

.footer .footer-top .footer-left .l-img {
    max-width: 89px
}

.footer .footer-top .footer-left .l-img img {
    width: 100%
}

.footer .footer-top .footer-menu {
    flex-basis: calc(100% - 200px);
    color: #fff;
    display: flex;
    justify-content: flex-end
}

.footer .footer-top .footer-menu .item {
    max-width: 30%;
    margin-left: 10%
}

.footer .footer-top .footer-menu .item .f-title {
    font-size: 18px
}

.footer .footer-top .footer-menu .item .s-box {
    margin-top: 6px;
    line-height: 1.8;
    opacity: 0.8
}

.footer .footer-top .footer-menu .item .s-box a {
    font-size: 14px;
    display: block
}

.footer .footer-top .footer-menu a {
    color: #fff
}

.footer .footer-top .footer-menu a:hover {
    text-decoration: underline
}

.footer .footer-top .footer-codes {
    flex-basis: 360px
}

.news-detail .news-text .summary-box .item {
    margin-right: 20px
}

.news-detail .news-detail-box {
    margin: auto;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    min-height: 300px
}

.news-detail .news-detail-box img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto
}

.news-detail .news-detail-page {
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px
}

.news-detail .news-detail-page .more-news {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between
}

.news-detail .news-detail-page .more-news a {
    width: 40%;
    transition: all 0.5s;
    font-size: 16px
}

.news-detail .news-detail-page .more-news a:hover {
    color: var(--dominant-color)
}

.news-detail .news-detail-page .more-news .next {
    text-align: right
}

.news-detail .news-detail-page .back {
    width: 160px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 23px;
    background: var(--dominant-color);
    border: 1px solid var(--dominant-color);
    font-size: 16px;
    transition: all 0.5s
}

.news-detail .news-detail-page .back:hover {
    background: #fff;
    color: var(--dominant-color)
}

.contact .contact-box {
    padding: 30px;
    overflow: hidden;
    background: #f7f7f7 !important;
    margin-bottom: 100px
}

.contact .contact-box .contact-change .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important
}

.contact .contact-box .contact-change {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px
}

.contact .contact-box .contact-change .item {
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    cursor: pointer
}

.contact .contact-box .contact-change .item.active, .contact .contact-box .contact-change .item:hover {
    text-decoration: underline;
    color: var(--dominant-color)
}

.contact .contact-box .contact-change .item::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border: 2px solid #666;
    border-radius: 50%
}

.contact .contact-box .contact-change .item.swiper-slide-active::after {
    border: 2px solid #0ec09f;
    background: #0ec09f
}

.contact .contact-box .contact-change .item.swiper-slide-active {
    color: #0ec09f
}

.contact .contact-box .contact-show {
    margin-top: 40px;
    display: flex;
    overflow: hidden;
    padding: 0 10px
}

.contact .contact-box .contact-show .item {
    display: none;
    justify-content: space-between
}

.contact .contact-box .contact-show .item.active {
    display: flex
}

.contact .contact-box .contact-show .img {
    flex-basis: 40%
}

.contact .contact-box .contact-show .img img {
    width: 100%
}

.contact .contact-box .contact-show .text {
    flex-basis: 55%;
    padding-top: 20px
}

.contact .contact-box .contact-show .text .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333
}

.contact .contact-box .contact-show .text .summary {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 1.6
}

.contact .contact-box .contact-show .text .more {
    margin: 20px 0;
    display: block;
    padding: 0
}

.contact .contact-box .contact-show .text .more:hover {
    text-decoration: underline
}

.contact .contact-box .contact-show .text .message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact .contact-box .contact-show .text .message .m-item {
    flex-basis: 45%
}

.contact .contact-box .contact-show .text .message .m-item .m-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333
}

.contact .contact-box .contact-show .text .message .m-item .m-summary {
    font-size: 16px;
    line-height: 1.8
}

.about .about1 .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333
}

.about .about1 .line {
    width: 120px;
    height: 2px;
    background: #ddd;
    margin: 20px auto
}

.about .about1 .summary {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 30px
}

.about .about1 .number {
    padding: 30px;
    margin-top: 40px
}

.about .about1 .number .number-box {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px
}

.about .about1 .number .number-box .item {
    position: relative;
    padding-left: 20px
}

.about .about1 .number .number-box .item::before, .about .about1 .number .number-box .item::after {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    background: #ddd;
    height: 100%
}

.about .about1 .number .number-box .item::after {
    background: #0ec09f;
    height: 30%
}

.about .about1 .number .number-box .top {
    font-size: 14px;
    color: #0ec09f
}

.about .about1 .number .number-box .top span {
    font-size: 32px;
    font-weight: 600;
    margin-right: 5px
}

.about .about1 .number .number-box .bottom {
    opacity: 0.5
}

.about .about1 .contact {
    padding-top: 8%;
    padding-bottom: 0
}

.about .about1 .contact .c-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px
}

.about .about1 .contact .item {
    display: flex
}

.about .about1 .contact .contact-change {
    padding-left: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.about .about1 .contact .contact-change .item {
    position: relative;
    height: auto;
    flex: 0 0 calc(33% - 20px);
    margin: 10px !important;
    width: calc(50% - 40px) !important;
    background: #fff;
    padding: 10px 10px 10px 40px;
    text-decoration: auto;
    font-size: 16px
}

.about .about1 .contact .contact-change .item.swiper-slide-thumb-active {
    color: var(--dominant-color);
    text-decoration: underline
}

.about .about1 .contact .contact-show .title {
    text-align: left
}

.about .about1 .contact .contact-show .text .summary {
    line-height: 1.6
}

.about .about1 .contact .contact-show .img {
    margin-top: 0;
    margin-bottom: 20px
}

.about .honor {
    margin-top: 50px
}

.about .honor .honor-box {
    padding: 30px;
    margin-top: 30px
}

.about .honor .honor-change {
    display: flex
}

.about .honor .honor-change .item {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    cursor: pointer
}

.about .honor .honor-change .item.active {
    background: var(--dominant-color);
    color: #fff
}

.about .honor .summary {
    margin: 30px 0;
    line-height: 1.6;
    font-size: 16px
}

.about .honor .honor-show .item {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

.about .honor .honor-show .item.active {
    display: grid
}

.about-detail .contact-box {
    padding: 80px 0 0;
    background: #fff !important
}

.about-detail .message {
    margin-top: 40px
}

.about-detail .detail-box {
    margin-top: 120px
}

.about-detail .detail-box.box2 {
    margin-top: 80px
}

.about-detail .detail-box .detail-box1 {
    margin-bottom: 120px
}

.about-detail .detail-box .detail-box1.box2 {
    margin-bottom: 60px
}

.about-detail .detail-box .detail-title .title {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold
}

.about-detail .detail-box .detail-title .summary {
    font-size: 16px;
    text-align: center;
    margin: 20px auto
}

.about-detail .detail-box .detail-title .line {
    width: 120px;
    height: 2px;
    background: #ddd;
    margin: 20px auto;
    display: none
}

.about-detail .detail-box .parent {
    margin-top: 30px;
    overflow: hidden;
    margin: 30px auto 0
}

.about-detail .detail-box .parent .swiper-slide {
    border: 1px solid #eee
}

.about-detail .detail-box .parent .swiper-slide img {
    width: 100%
}

.about-detail .detail-box .odm-box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

.about-detail .detail-box .odm-box .item .text {
    margin-top: 10px;
    text-align: center
}

.about-detail .detail-box .oem-box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px
}

.about-detail .detail-box .oem-box .item {
    padding: 20px;
    border: 1px solid #eee
}

.about-detail .detail-box .oem-box .item .img {
    text-align: center
}

.about-detail .detail-box .oem-box .item .text {
    margin-top: 15px;
    text-align: center
}

.about-detail .detail-box .oem-box .item .text .title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.2
}

.about-detail .detail-box .oem-box .item .text .summary {
    font-size: 14px;
    margin-top: 20px
}

.about-detail .detail-box .adv-box {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.about-detail .detail-box .adv-box .item .img {
    text-align: center
}

.about-detail .detail-box .adv-box .item .text {
    margin-top: 10px;
    text-align: center
}

.about-detail .detail-box .adv-box .item .text .title {
    font-size: 18px;
    margin-top: 10px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #174e86;
    line-height: 1.2
}

.about-detail .detail-box .adv-box .item .text .summary {
    font-size: 15px;
    padding: 0 10px
}

.product .product-box .item {
    padding: 4% 0;
    scroll-margin-top: 80px
}

.product .product-box .item .section {
    align-items: flex-start
}

.product .product-box .item:nth-child(even) {
    background: #f8f8f8
}

.product .product-box .item .img, .product .product-box .item .text {
    flex-basis: calc(50% - 20px)
}

.product .product-box .item .img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%
}

.product .product-box .item .img .imgBox {
    padding-bottom: calc(570 / 750 * 100%);
    height: 0
}

.product .product-box .item .img .imgBox img {
    position: absolute
}

.product .product-box .item .text {
    padding-left: 5%
}

.product .product-box .item .text .b-title {
    font-size: 1.875vw;
    color: #333;
    margin-bottom: 40px
}

.product .product-box .item .text .text-item {
    margin-bottom: 30px
}

.product .product-box .item .text .text-item:last-child {
    margin-bottom: 0
}

.product .product-box .item .text .text-item .m-title {
    font-size: 22px;
    color: #333
}

.product .product-box .item .text .text-item .m-summary {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    line-height: 2;
}

.product .product-box .item .text .text-item .m-more {
    color: var(--dominant-color);
    font-size: 16px
}

.product .product-box .item .text .text-item .m-more:hover {
    text-decoration: underline
}

.product-detail {
    align-items: flex-start
}

.product-detail .left {
    padding: 8% 0 0;
    flex-basis: 240px
}

.product-detail .right {
    padding-bottom: 8%;
    flex-basis: calc(100% - 240px);
    border-left: 1px solid #eee
}

.product-detail .right .location {
    background: #f0f0f0;
    padding: 10px;
    position: relative
}

.product-detail .right .location::after {
    background: #f0f0f0;
    content: '';
    height: 70px;
    right: -100%;
    top: 0;
    width: 100%;
    position: absolute
}

.product-detail .right .detail-text .top {
    font-size: 18px;
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #eee
}

.product-detail .right .detail-text .top .detail {
    padding-left: 10%;
    padding-top: 60px;
    padding-bottom: 10%
}

.product-detail .right .detail-text .bottom .table {
    padding-left: 10%;
    padding-top: 10%
}

.product-detail .right .detail-text .bottom .table table {
    width: 100%;
    border-bottom: 1px solid #eee
}

.product-detail .right .detail-text .bottom .table table tr {
    display: flex
}

.product-detail .right .detail-text .bottom .table table tr td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.product-detail .right .detail-text .bottom .table table tr td:first-child {
    background: #e2efda !important
}

.product-detail .right .detail-text .bottom .table table tr:nth-child(2n-1) td {
    background: #f6f6f6
}

.product-detail .right .detail-text .bottom .table table tr:nth-child(2n-1) td:first-child {
    background: #dbe7d3 !important
}

.product-detail .right .detail-text .bottom .table table tr:first-child td {
    text-align: center;
    padding: 20px;
    color: #fff
}

.product-detail .right .detail-text .bottom .table table tr:first-child td:first-child {
    background: #70ad47 !important
}

.product-detail .right .detail-text .bottom .table table tr:first-child td:nth-child(2n) {
    background: #7eb559
}

.product-detail .right .detail-text .bottom .table table tr:first-child td:nth-child(2n+1) {
    background: #8dbd6c
}

.product-detail .right .detail-text .bottom .table table tr td {
    flex-basis: calc(100% / 6)
}

.search-result {
    padding: 0 0 8%
}

.search-result .page-search {
    margin-bottom: 40px
}

.search-result .page-search label {
    position: relative
}

.search-result .page-search label input {
    height: 50px
}

.search-result .page-search label button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-result .page-search label button img {
    width: 24px;
    height: 23px
}

.search-result .search-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    border-top: 1px solid #eee;
    grid-gap: 30px;
    padding: 30px 0
}

.search-result .search-box .item {
    color: #000
}

.search-result .search-box .item .imgBox {
    height: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-result .search-box .item .text {
    color: #000
}

.search-result .search-box .item .text .time {
    font-size: 16px;
    opacity: 0.6;
    margin: 20px 0 10px
}

.search-result .search-box .item .text .title {
    font-size: 24px;
    font-family: Manrope-Bold;
    line-height: 1.2;
    transition: all 0.5s;
    margin-bottom: 20px;
    color: #000
}

.search-result .search-box .item .text .summary {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4
}

.search-result .search-box .item:hover .title, .search-result .search-box .item:hover .news-more {
    color: var(--dominant-color)
}

.solution .solution-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.solution .left {
    flex-basis: 200px
}

.solution .left .left-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.solution .right {
    flex-basis: calc(100% - 250px)
}

.solution .right .right-title {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.solution .right .item-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.solution .right .item-box .item {
    background: #f2f2f2;
    border-radius: 6px;
    height: auto;
    overflow: hidden
}

.solution .right .item-box .item img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.solution .right .item-box .item .text {
    padding: 20px
}

.solution .right .item-box .item .text .title {
    font-size: 16px;
    margin-bottom: 10px
}

.solution .right .item-box .item .text .box .summary {
    font-size: 14px
}

.solution-detail .solution-detail-box {
    margin-bottom: 60px
}

.solution-detail .solution-detail-box .box1 {
    border: 1px solid #eee
}

.solution-detail .solution-detail-box .box1 .d-change {
    display: flex
}

.solution-detail .solution-detail-box .box1 .d-change .item {
    cursor: pointer;
    padding: 30px;
    flex-basis: 50%;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    background: #eee
}

.solution-detail .solution-detail-box .box1 .d-change .item.active {
    background: #00a788;
    color: #fff
}

.solution-detail .solution-detail-box .box1 .d-show .item {
    display: none;
    padding: 50px;
    text-align: center;
    font-size: 16px
}

.solution-detail .solution-detail-box .box1 .d-show .item.active {
    display: block
}

.solution-detail .solution-detail-box .box1 .more {
    width: 150px;
    height: 60px;
    background: #00a788;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 50px
}

.solution-detail .solution-detail-box .box2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px
}

.solution-detail .solution-detail-box .box2.li4a {
    grid-template-columns: repeat(4, 1fr)
}

.solution-detail .solution-detail-box .box2 .item {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #eee;
    line-height: 1.3;
    text-transform: capitalize
}

.solution-detail .solution-detail-box .box2 .item .icon {
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex: 0 0 20px
}

.solution-detail .solution-detail-box .box3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.solution-detail .solution-detail-box .box3.li4a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.solution-detail .solution-detail-box .box3 .item {
    background: #f2f2f2;
    border-radius: 6px;
    height: auto;
    overflow: hidden
}

.solution-detail .solution-detail-box .box3 .item img {
    width: 100%
}

.solution-detail .solution-detail-box .box3 .item .text {
    padding: 20px
}

.solution-detail .solution-detail-box .box3 .item .text .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold
}

.solution-detail .solution-detail-box .box3 .item .text .box .tip {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666
}

.solution-detail .solution-detail-box .box3 .item .text .box .summary {
    font-size: 14px;
    line-height: 1.6
}

.solution-detail .solution-detail-box .box3 .item .text .more {
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0ec09f;
    margin: 30px auto 0;
    padding: 10px 0
}

.solution-detail .solution-detail-box .box4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.solution-detail .solution-detail-box .box4 .item {
    background: #f2f2f2;
    border-radius: 6px;
    height: auto;
    overflow: hidden
}

.solution-detail .solution-detail-box .box4 .item img {
    width: 100%
}

.solution-detail .solution-detail-box .box4 .item .text {
    padding: 20px
}

.solution-detail .solution-detail-box .box4 .item .text .title {
    font-size: 16px;
    margin-bottom: 10px
}

.solution-detail .solution-detail-box .box4 .item .text .box .summary {
    font-size: 14px
}

.solution-detail .solution-detail-box .box5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px
}

@media screen and (max-width: 1366px) {
    .news-detail .news-text .title {
        font-size: 20px
    }

    .news-detail {
        padding-top: 100px
    }

    .news .news-box .left .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .news .news-box .left {
        width: 100%
    }

    .footer .footer-top .footer-codes {
        flex-basis: 260px
    }

    .index4 .index4-box .text .summary {
        font-size: 14px
    }

    .index4 .index4-box .text .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .index3 .index3-box .change-show {
        width: 100%
    }

    .index3 .index3-box .change-item .item {
        flex-basis: 50px;
        font-size: 12px;
        padding: 10px
    }

    .index3 .index3-box .change-item .item {
        height: 100px
    }

    .index3 .index3-box .change-item {
        width: 100%;
        flex-direction: row
    }

    .index3 .index3-box {
        flex-direction: column
    }

    .index-title .summary {
        font-size: 14px
    }

    .index-title .title {
        font-size: 24px
    }

    .banner .text .summary {
        font-size: 18px
    }

    .banner .text .summary {
        width: 100%
    }

    .banner .text .title {
        width: 100%
    }

    .banner .text .title {
        font-size: 24px
    }

    .banner .text {
        flex-direction: column
    }

    .solution-detail .solution-detail-box .box2 {
        grid-template-columns: repeat(4, 1fr);
    }

    .product .product-box .item .text .text-item .m-more {
        font-size: 14px;
    }

    .product .product-box .item .text .b-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product .product-box .item .text .text-item .m-title {
        font-size: 16px;
    }

    .product .product-box .item .text .text-item .m-summary {
        font-size: 14px;
    }

    .about .about1 .number .number-box .top span {
        font-size: 24px;
    }

    .about .about1 .title {
        font-size: 20px
    }

    .about .about1 .summary {
        font-size: 14px
    }

    .about .about1 .number {
        padding: 20px
    }

    .about .about1 .number .number-box {
        flex-wrap: wrap
    }

    .contact .contact-box .contact-show .item {
        flex-direction: column-reverse
    }

    .contact .contact-box .contact-show .img {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (max-width: 768px) {
    .news-detail .news-text .summary-box {
        margin-top: 10px;
        flex-direction: column
    }

    .news-detail .news-text .title {
        font-size: 18px
    }

    .news-detail .news-text {
        padding-bottom: 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #eee
    }

    .news .news-box .right .item .title {
        font-size: 16px
    }

    .news .news-box .right .item {
        padding: 20px 0
    }

    .news .news-box .right {
        flex-basis: calc(100% - 0px);
        padding-left: 0;
        width: 100%
    }

    .news .news-box .left {
        flex-basis: 100%
    }

    .pager .number.pager-sgo {
        display: none
    }

    #mapContainer {
        height: 300px
    }

    .pager .number.pager-select {
        display: none
    }

    .pager .number.pager-number {
        display: none
    }

    .location a {
        font-size: 12px
    }

    .productBanner .swiper-pagination-progressbar {
        max-width: 50%
    }

    .productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary {
        font-size: 14px
    }

    .productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count {
        font-size: 16px
    }

    .productBanner .product-text .swiper .swiper-slide .text .numbers {
        font-size: 14px;
        margin-top: 20px
    }

    .productBanner .product-text .swiper .swiper-slide .text .tip {
        font-size: 16px
    }

    .productBanner .product-text .swiper .swiper-slide .text .tip.tip3 {
        margin-top: 10px;
        font-size: 16px
    }

    .productBanner .product-text .swiper .swiper-slide .text .tip.tip1 {
        font-size: 24px
    }

    .productBanner .product-text .swiper .swiper-slide .text .summary {
        font-size: 16px
    }

    .productBanner .product-text .swiper .swiper-slide .text .summary.summary1 {
        font-size: 16px
    }

    .productBanner .product-text .swiper .swiper-slide .text .title.title2 span {
        font-size: 20px
    }

    .productBanner .product-text .swiper .swiper-slide .text .title {
        font-size: 20px
    }

    .locations {
        margin-top: 60px;
        height: 60px
    }

    .page-menu .menu .item .item-box a::after {
        display: none
    }

    .page-menu .menu .item .item-box a {
        padding-left: 0;
        font-size: 14px;
        margin: 5px 0
    }

    .page-menu .menu .item .class::after {
        display: none
    }

    .page-menu .menu .item .class {
        font-size: 16px;
        margin-bottom: 10px
    }

    .page-menu .menu .item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd
    }

    .page-menu .menu {
        text-align: center;
        display: none;
        background: #eee;
        padding: 20px 0
    }

    .page-menu .page-phone-click {
        display: block;
        width: 100%;
        background: var(--dominant-color);
        text-align: center;
        color: #fff;
        padding: 10px 20px
    }

    .pageBanner .banner-box .page-more {
        margin-top: 20px;
        width: 100px;
        height: 40px;
        font-size: 12px
    }

    .pageBanner .banner-box .page-summary {
        font-size: 12px !important
    }

    .pageBanner .banner-box .page-title {
        font-size: 16px !important
    }

    .pageBanner .banner-box {
        top: 60% !important
    }

    .pageBanner {
        margin-top: 0;
        padding-top: 60px
    }

    .page-title .sub {
        font-size: 14px
    }

    .page-title .title {
        font-size: 20px
    }

    .goTop {
        transform: scale(0.5)
    }

    .footer .footer-bottom .footer-code {
        margin-right: auto;
        margin-left: 10px
    }

    .footer .footer-bottom .copy-right .item::after {
        display: none
    }

    .footer .footer-bottom .copy-right .item {
        padding-right: 0;
        margin-right: 0
    }

    .footer .footer-bottom .copy-right .link .l-link a {
        font-size: 12px
    }

    .footer .footer-bottom .copy-right .link .l-title {
        font-size: 14px
    }

    .footer .footer-bottom .copy-right {
        flex-direction: column;
        padding: 10px 0
    }

    .footer .footer-bottom .footer-news {
        display: none
    }

    .footer .footer-bottom {
        flex-direction: column-reverse;
        margin-top: 0
    }

    .footer .footer-top .footer-codes .codes-box {
        margin-top: 20px
    }

    .footer .footer-top .footer-codes .footer-logo {
        width: 150px
    }

    .footer .footer-top .footer-codes {
        flex-basis: auto;
        width: 70%;
        margin-top: 50px
    }

    .footer .footer-top .footer-menu a {
        font-size: 12px
    }

    .footer .footer-top .footer-left .l-img {
        max-width: 100px
    }

    .footer .footer-top .footer-left {
        flex-basis: 20%
    }

    .footer .footer-top {
        display: none
    }

    .footer {
        padding: 30px 0
    }

    .index7 .index7-box {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px
    }

    .index4 .index4-number .item .bottom {
        font-size: 16px
    }

    .index4 .index4-number .item .top {
        font-size: 12px
    }

    .index4 .index4-number .item {
        width: 50%;
        flex: auto;
        margin-bottom: 20px
    }

    .index4 .index4-number {
        flex-wrap: wrap
    }

    .index4 .index4-box {
        flex-direction: column
    }

    .index3 .index3-box .change-show .content-cards--progress .cards {
        margin-top: 0;
        flex-direction: column
    }

    .index3 .index3-box .change-show .content-cards--progress .cards {
        grid-gap: 2rem
    }

    .index3 .index3-box .change-show .content-cards--progress .card:before {
        top: 2.375rem;
        left: calc(1rem - 9px)
    }

    .index3 .index3-box .change-show .content-cards--progress .cards:before {
        height: calc(100% - 4rem);
        width: 3px;
        top: 3rem;
        left: calc(1rem - 4px)
    }

    .index3 .index3-box .change-show .content-cards--progress .card {
        padding-left: 2rem;
        padding-right: 0
    }

    .index3 .index3-box .change-show .content-cards--progress .card .card-title {
        margin-top: 2rem
    }

    .index3 .index3-box .change-show .content-cards--progress .card:last-of-type:before {
        top: 2rem;
        left: calc(1rem - 13px);
        right: unset
    }

    .index3 .index3-box .change-show {
        padding: 20px
    }

    .index3 .index3-box .change-item .item.active {
        border: 1px solid #ddd;
        background: #fff
    }

    .index3 .index3-box .change-show {
        padding: 2.604vw;
        width: calc(100% - 500px);
        background: #E6F1FC;
        display: flex;
        align-items: flex-start
    }

    .index3 .index3-box .change-show .box {
        margin-top: 30px;
        line-height: 2.5;
        font-size: 16px
    }

    .index3 .index3-box .change-item {
        flex-direction: column;
        margin-bottom: 20px
    }

    .index-title .title {
        font-size: 20px
    }

    .index-title .sup {
        font-size: 14px
    }

    .banner .text .summary {
        font-size: 16px
    }

    .banner .text .title {
        font-size: 20px
    }

    .banner img, .banner video {
        height: 60vh
    }

    .banner {
        height: 60vh
    }

    .news-detail .news-detail-page .back {
        font-size: 12px;
        width: 120px;
        height: 40px
    }

    .news-detail .news-detail-page .more-news .next {
        text-align: left
    }

    .news-detail .news-detail-page .more-news a {
        width: 100%;
        font-size: 12px
    }

    .news-detail .news-detail-page .more-news {
        flex-basis: 100%;
        margin-bottom: 20px;
        flex-direction: column
    }

    .news-detail .news-detail-page {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px
    }

    .news-detail .news-detail-box p, .news-detail .news-detail-box span, .news-detail .news-detail-box div {
        font-size: 14px !important
    }

    .news-detail .news-text .summary-box .item {
        font-size: 12px
    }

    .about .about1 .number .number-box .item {
        flex-basis: 45%
    }

    .contact .contact-box .contact-show .text .message .m-item .m-summary {
        font-size: 12px
    }

    .contact .contact-box .contact-show .text .message .m-item .m-title {
        font-size: 14px
    }

    .contact .contact-box .contact-show .text .message .m-item {
        flex-basis: 100%;
        margin-bottom: 30px
    }

    .contact .contact-box .contact-show .text .summary {
        font-size: 12px
    }

    .contact .contact-box .contact-show .text .title {
        font-size: 16px
    }

    .contact .contact-box .contact-show .text {
        width: 100%
    }

    .contact .contact-box .contact-show .img {
        margin-top: 0
    }

    .contact .contact-box {
        padding: 20px
    }

    .contact .contact-box .contact-change {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px
    }

    .contact .contact-box .contact-change .item {
        font-size: 14px
    }

    .product .product-box .item .text .b-title {
        font-size: 16px
    }

    .product .product-box .item .text {
        padding-left: 0;
        margin-top: 30px
    }

    .product .product-box .item {
        padding: 8% 0
    }

    .about-detail .detail-box .adv-box .item .text .summary {
        font-size: 12px
    }

    .about-detail .detail-box .adv-box .item .text .title {
        font-size: 14px
    }

    .about-detail .detail-box .adv-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-detail .detail-box .oem-box .item .text .title {
        font-size: 14px
    }

    .about-detail .detail-box .oem-box .item {
        padding: 20px
    }

    .about-detail .detail-box .oem-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-detail .detail-box .odm-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-detail .detail-box .detail-title .summary {
        font-size: 14px
    }

    .about-detail .detail-box .detail-title .title {
        font-size: 18px
    }

    .about .honor .honor-show .item {
        grid-template-columns: repeat(3, 1fr)
    }

    .about .honor .summary {
        font-size: 14px
    }

    .about .honor .honor-change .item {
        font-size: 14px
    }

    .about .about1 .contact .contact-change {
        padding-left: 0;
        height: auto
    }

    .about .about1 .contact .c-title {
        font-size: 20px
    }

    .about .about1 .number .number-box .top span {
        font-size: 16px
    }

    .product-detail .left {
        flex-basis: auto;
        margin-bottom: 20px;
        width: 100%
    }

    .product-detail .right {
        width: 100%;
        border: none
    }

    .product-detail .right .location {
        height: auto;
        display: block
    }

    .product-detail .right .location::after {
        display: none
    }

    .product-detail .right .detail-text .top .detail {
        padding-left: 0;
        padding-top: 20px
    }

    .product-detail .right .detail-text .top {
        font-size: 16px !important
    }

    .product-detail .right .detail-text .top p, .product-detail .right .detail-text .top div, .product-detail .right .detail-text .top span {
        font-size: 16px !important
    }

    .product-detail .right .detail-text .bottom .table {
        padding-left: 0;
        overflow: auto
    }

    .product-detail .right .detail-text .bottom .table table {
        width: 1000px
    }

    .product-detail .right .detail-text .bottom .table table tr td {
        font-size: 14px;
        padding: 10px
    }

    .search-result .search-box {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px
    }

    .search-result .search-box .item .text .time {
        font-size: 14px
    }

    .search-result .search-box .item .text .title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .search-result .search-box .item .text .summary {
        font-size: 14px
    }

    .solution .solution-box {
        flex-direction: column
    }

    .solution .left {
        flex-basis: auto;
        margin-bottom: 40px
    }

    .solution-detail .solution-detail-box .box5 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }

    .solution-detail .solution-detail-box .box4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }

    .solution-detail .solution-detail-box .box3 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }

    .solution-detail .solution-detail-box .box2 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }

    .solution-detail .solution-detail-box .box1 .more {
        margin: 10px auto 30px;
        font-size: 12px;
        width: 100px;
        height: 40px
    }

    .solution-detail .solution-detail-box .box1 .d-show .item {
        font-size: 12px;
        padding: 20px
    }

    .solution-detail .solution-detail-box .box1 .d-change .item {
        font-size: 14px;
        padding: 10px
    }

    .solution .right .item-box {
        grid-template-columns: repeat(1, 1fr)
    }
}

.solution-detail .solution-detail-box .box5 .item {
    background: #f2f2f2;
    border-radius: 6px;
    height: auto;
    overflow: hidden
}

.solution-detail .solution-detail-box .box5 .item img {
    width: 100%
}

.solution-detail .solution-detail-box .box5 .item .text {
    padding: 20px
}

.solution-detail .solution-detail-box .box5 .item .text .title {
    font-size: 16px;
    margin-bottom: 10px
}

.solution-detail .solution-detail-box .box5 .item .text .box .tip {
    font-size: 12px
}

.solution-detail .solution-detail-box .box5 .item .text .box .summary {
    font-size: 14px
}

.solution-detail .solution-detail-box .box5 .item .text .box .summary span {
    color: #00a788;
    display: block;
    margin-top: 10px
}

.solution-detail .solution-detail-box .box5 .item .text .more {
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0ec09f;
    margin: 30px auto 0;
    padding: 10px 0
}

.solutionfl {
    padding: 50px 0;
}

.solutionfl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solutionfl ul li {
    flex: 0 0 calc(33.3% - 20px);
    margin: 0 0 30px;
    position: relative;
}

.solutionfl ul li .img {
    position: relative;
    height: 0;
    padding-bottom: 75%;
}

.solutionfl ul li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.solutionfl ul li .txt {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.solutionfl ul li:hover .txt {
    background: rgba(14, 192, 159, 0.8)
}

.jgbm {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
}

.jgbm li {
    flex: 0 0 calc(25% - 20px);
    margin: 10px 10px 20px;
}

.jgbm li img {
    width: 100%;
}

.jgbm li p {
    margin-top: 10px;
    text-align: center;
}

.public_nav_wrap {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
    opacity: 2;
    border-bottom: 1px solid #e5e5e5;
}

.public_nav_wrap.cp, .public_nav_wrap.cp .public_nav_box {
    height: auto;
    flex-wrap: nowrap
}

.public_nav_wrap.cp .public_text_default {
    flex-wrap: nowrap
}

.public_nav_wrap.cp .public_nav_ul {
    flex: 0 0 80%
}

.public_nav_wrap.cp .public_nav_read {
    flex: 0 0 20%;
    width: auto;
    text-align: right;
    justify-content: flex-end
}

.public_nav_box {
    height: auto;
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}

.public_nav_read {
    flex: 0 0 auto;
}

.public_nav_li:first-child {
    margin-left: 0
}

.public_nav_li {
    margin-right: 20px;
    position: relative;
    font-weight: bold;
}

.public_nav_li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0.15625vw;
    background: #0ec09f;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99)
}

.public_nav_li a {
    font-weight: normal;
    line-height: 80px;
    font-size: 16px;
    padding: 0 10px;
    color: #333333;
    display: block;
}

.public_nav_li:hover a {
    color: #0ec09f;
}

.public_nav_active a {
    color: #0ec09f;
}

.public_nav_li:hover:after {
    width: 100%
}

.public_nav_active:after {
    width: 100%
}

.public_nav_default a {
    color: #333333
}

.public_nav_default:after {
    width: 0
}

.public_nav_hover a {
    color: #0ec09f
}

.public_nav_hover:after {
    width: 100%
}

.public_nav_icon {
    font-size: 15px;
    line-height: 1.5625vw;
    color: #666
}

.public_nav_default_text, .public_nav_default_text a {
    font-size: 14px;
    line-height: 1.5625vw;
    color: #333;
    margin: 0 3px;
    line-height: 80px;
}

.public_nav_current_text, .public_nav_current_text a {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #999999
}

.public_nav_current_box:last-child .public_nav_current_text, .public_nav_current_box:last-child .public_nav_current_text a {
    color: #666
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.honor {
    overflow: hidden;
    margin-bottom: 60px;
    padding: 0;
    margin-top: 40px;
}

.honor .swiper-slide {
    padding: 0;
    border: 6px solid #c09f71;
}

.honor .swiper-slide img {
    margin: 0 auto;
    display: block;
}

.honor .swiper-slide p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
}


.bossgoo-contactus4-name4 {
    width: 100%;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.bossgoo-contactus4-name4 .wrap .name4-title {
    font-size: 32px;
    text-align: center;
    color: #333;
}

@media only screen and (max-width: 1440px) {
    .bossgoo-contactus4-name4 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1040px) {
    .bossgoo-contactus4-name4 {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .bossgoo-contactus4-name4 .wrap .name4-title {
        font-size: .48rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-contactus4-name4 .wrap .name4-title {
        font-size: .4rem;
    }
}

.bossgoo-contactus4-content4 {
    width: 100%;
}

.bossgoo-contactus4-content4 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.bossgoo-contactus4-content4 .wrap .content4-box {
    width: 50%;
    box-sizing: border-box;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-title {
    font-size: 26px;
    color: #333;
    line-height: 1.5;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-text {
    color: #999;
    line-height: 1.5;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con {
    width: 100%;
    padding-top: 40px;
    display: flex;
    /* 定义滚动条样式 */
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe {
    width: 120px;
    max-height: 420px;
    overflow-y: auto;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box {
    width: 60px;
    opacity: .5;
    margin-bottom: 20px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box .con4-boxImg {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    position: relative;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box .con4-boxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box .con4-boxName {
    text-align: left;
    color: #333;
    padding-top: 6px;
    display: none;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active {
    width: 90px;
    opacity: 1;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxImg {
    width: 90px;
    height: 90px;
    border: 2px solid var(--themeColor);
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxImg::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid var(--themeColor);
    border-top: 10px solid transparent;
    /*transparent 表示透明*/
    border-bottom: 10px solid transparent;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxName {
    display: block;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi {
    width: calc(100% - 120px);
    padding-left: 20px;
    box-sizing: border-box;
    max-height: 420px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-Box-active {
    display: block;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper {
    width: 100%;
    height: 100%;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 15px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BIcon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #efefef;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BIcon i {
    font-size: 30px;
    color: var(--themeColor);
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BText {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-left: 20px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BText .con4-BTi {
    font-size: 20px;
    color: #333;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BText .con4-BTe {
    line-height: 1.5;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li {
    padding-bottom: 30px;
    position: relative;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li input, .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li textarea {
    width: 100%;
    line-height: 50px;
    border: 1px solid #efefef;
    background-color: #efefef;
    padding: 0 15px;
    outline-color: var(--themeColor);
    display: block;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li textarea {
    height: 160px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li .Validform_checktip {
    position: absolute;
    left: 0;
    bottom: 5px;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form input.con4-inBut {
    width: 100% !important;
    line-height: 50px !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    background-color: var(--btnBgColor) !important;
    cursor: pointer;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f0f0f0;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, 0.5);
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    background-color: var(--themeColor);
}

.bossgoo-contactus4-content4 .wrap .content4-box:first-child {
    padding-right: 50px;
}

@media only screen and (max-width: 1440px) {
    .bossgoo-contactus4-content4 .wrap {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1040px) {
    .bossgoo-contactus4-content4 .wrap .content4-box {
        width: 100%;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-title {
        font-size: .48rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con {
        padding-top: .6rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li {
        padding-bottom: .5rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form input.con4-inBut {
        font-size: .36rem;
        margin-top: 0 !important;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box:first-child {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-contactus4-content4 .wrap .content4-box .content4-title {
        font-size: .36rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con {
        padding-top: .4rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe {
        width: 1.4rem;
        max-height: 5.4rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box {
        width: .8rem;
        margin-bottom: .2rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box .con4-boxImg {
        width: .8rem;
        height: .8rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active {
        width: 1.2rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxImg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxImg::before {
        border-left: 0.12rem solid var(--themeColor);
        border-top: .12rem solid transparent;
        border-bottom: .12rem solid transparent;
        right: -0.12rem;
        margin-top: -0.06rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi {
        width: calc(100% - 1.4rem);
        max-height: 5.4rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BIcon {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BIcon i {
        font-size: .48rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B .con4-BText .con4-BTi {
        font-size: .32rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li input, .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li textarea {
        line-height: .8rem;
        padding: 0 .2rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: .28rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: .28rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: .28rem;
    }

    .bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form input.con4-inBut {
        line-height: .8rem !important;
        font-size: .32rem !important;
    }
}

.bossgoo-contactus4-map4 {
    width: 100%;
}

.bossgoo-contactus4-map4 .max1920 .map4-box {
    width: 100%;
    height: 400px;
}

@media only screen and (max-width: 1440px) {
    .bossgoo-contactus4-map4 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-contactus4-map4 .max1920 .map4-box {
        height: 5rem;
    }
}

.bossgoo-contactus4-botBread {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.bossgoo-breadbrumb1 .wrap {
    padding: 24px 0;
    color: #999;
}

.bossgoo-breadbrumb1 .wrap a {
    color: #999;
}

.bossgoo-breadbrumb1 .wrap i {
    margin: 0 10px;
}

@media only screen and (max-width: 1040px) {
    .bossgoo-breadbrumb1 i,
    .bossgoo-breadbrumb1 span,
    .bossgoo-breadbrumb1 a {
        font-size: .24rem;
    }
}


.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe {
    overflow-x: hidden;
}

.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxName {
    max-height: 55px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bossgoo-index-news1 {
    /* margin: 60px auto; */
    padding: 60px 0;
}

.bossgoo-index-news1 .newsList {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.bossgoo-index-news1 .topnewsTitle {
    text-align: center;
    font-weight: 800;
    color: black;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
}

.bossgoo-index-news1 .newsList .newsBox {
    width: 23.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-right: 2%;
}

.bossgoo-index-news1 .newsList .newsBox:nth-child(4n) {
    margin-right: 0;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox {
    width: 100%;
    position: relative;

    height: 0;
    padding-bottom: 87%;
}

.imgBoxImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.imgBoxImg a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgBoxImg a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    width: 60%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    left: 0;
    bottom: 0;
    background-color: var(--themeColor);
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 10px 15px 0;
    text-align: left;
    margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    padding: 0 15px;
    margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .link {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px #c3bebe solid;
}

.bossgoo-index-news1 .newsList .newsBox .link:hover a {
    color: var(--themeColor)
}

.bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bossgoo-index-news1 .wrap .page-box {
    margin-top: 20px;
}

@media only screen and (max-width: 1440px) {
    .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1040px) {
    .bossgoo-index-news1 {
        padding: .6rem .2rem;
    }

    .bossgoo-index-news1 .topnewsTitle {
        font-size: 0.72rem;
        line-height: 0.72rem;
        margin-bottom: 0.4rem;
    }

    .bossgoo-index-news1 .newsList .newsBox:hover {
        box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, .2);
    }

    .bossgoo-index-news1 .newsList .newsBox {
        width: 49%;
        border-radius: 0.2rem;
        margin-bottom: 0.4rem;
        margin-right: 2%;
    }

    .bossgoo-index-news1 .newsList .newsBox:nth-child(2n) {
        margin-right: 0;
    }

    .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.36rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .newsTitle {
        font-size: 0.36rem;
        line-height: 0.4rem;
        padding: 0.2rem 0.3rem 0;
        margin-bottom: 0.2rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .newsContent {
        font-size: 0.32rem;
        line-height: 0.4rem;
        padding: 0 0.3rem;
        margin-bottom: 0.2rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .link {
        height: 1rem;
        line-height: 1rem;
        border-top: 0.02rem #c3bebe solid;
    }

    .bossgoo-index-news1 .newsList .newsBox .link a {
        font-size: 0.32rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
        font-size: 0.14rem;
    }

    .bossgoo-index-news1 .topnewsTitle {
        font-size: 0.40rem;
        line-height: 0.72rem;
        margin-bottom: 0.4rem;
    }

    .bossgoo-index-news1 .newsList .newsBox:hover {
        box-shadow: 0.04rem 0 0.1rem rgba(0, 0, 0, .2);
    }

    /* .bossgoo-index-news1 .newsList .newsBox {
      width: 49.5%;
      border-radius: 0.08rem;
      margin-bottom: 0.36rem;
    } */
    .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
        width: 60%;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.3rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .newsTitle {
        font-size: 0.3rem;
        line-height: 0.32rem;
        padding: 0.2rem 0.2rem 0;
        margin-bottom: 0.2rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .newsTitle a {
        font-size: 0.3rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .newsContent {
        font-size: 0.28rem;
        line-height: 0.4rem;
        padding: 0 0.3rem;
        margin-bottom: 0.25rem;
    }

    .bossgoo-index-news1 .newsList .newsBox .link {
        height: 0.6rem;
        line-height: 0.6rem;
        border-top: 0.01rem #c3bebe solid;
    }

    .bossgoo-index-news1 .newsList .newsBox .link a {
        font-size: 0.28rem;
    }
}

@media only screen and (max-width: 480px) {
    .bossgoo-index-news1 .newsList .newsBox {
        width: 100%;
        margin-right: 0;
    }

    .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
        /* font-size: .32rem; */
        height: .6rem;
        line-height: .6rem;
        width: 50%;
    }

    /* .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
      font-size: .32rem;
    } */
    .bossgoo-index-news1 .newsList .newsBox .link {
        height: .8rem;
        line-height: .8rem;
    }

    /* .bossgoo-index-news1 .newsList .newsBox .link a{
      font-size: .28rem;
    } */
}

.bossgoo-news-details1 {
    padding: 30px 0
}

.bossgoo-news-details1 .largePic {
    width: 100%;
    height: auto;
    /* position: relative; */
    text-align: right;
    padding-bottom: 10px;
}


.bossgoo-news-details1 video {
    width: 100%;
}

.bossgoo-news-details1 .largePic img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 600px;
}

.bossgoo-news-details1 .largePic .time {
    width: 165px;
    height: 46px;
    background-color: var(--themeColor);
    color: white;
    line-height: 46px;
    /* position: absolute;
    right: 0;
    top: -40px; */
    text-align: center;
    display: inline-block;
}

.bossgoo-news-details1 .content {
    /* margin: 40px 0 20px; */
    padding: 30px 0;
    line-height: 1.5;
}

.bossgoo-news-details1 .content img {
    object-fit: contain;
}

.bossgoo-news-details1 .content .contentTitle {
    height: 65px;
    line-height: 65px;
    border-left: 4px solid var(--themeColor);
    padding-left: 30px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bossgoo-news-details1 .content .text {
    color: #666666;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 100%;
}

.bossgoo-news-details1 .navigationBar {
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}

.bossgoo-news-details1 .navigationBar .leftbtn,
.bossgoo-news-details1 .navigationBar .rightbtn {
    border: 3px solid #ebebeb;
    width: 105px;
    height: 45px;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
}

.bossgoo-news-details1 .navigationBar .leftbtn a,
.bossgoo-news-details1 .navigationBar .rightbtn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bossgoo-news-details1 .navigationBar .leftbtn:hover,
.bossgoo-news-details1 .navigationBar .rightbtn:hover {
    background-color: var(--themeColor);
    border: 3px solid var(--themeColor);
}

.bossgoo-news-details1 .navigationBar .leftbtn:hover a,
.bossgoo-news-details1 .navigationBar .rightbtn:hover a {
    color: #fff;
}

.bossgoo-news-details1 li {
    list-style: inherit;
}

@media only screen and (max-width: 1440px) {
    .bossgoo-news-details1 {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 1040px) {
    .bossgoo-news-details1 {
        padding: 0.6rem 0.2rem;
    }

    .bossgoo-news-details1 .largePic img {
        max-height: 20rem;
    }

    .bossgoo-news-details1 .largePic .time {
        font-size: 0.36rem;
        width: 4rem;
        height: .8rem;
        line-height: .8rem;
        /* right: 0;
        top: -1rem; */
    }

    /* .bossgoo-news-details1 .content {
      margin: .8rem 0 .4rem;
    } */
    .bossgoo-news-details1 .content .contentTitle {
        height: 1.2rem;
        line-height: 1.2rem;
        border-left: 0.08rem solid var(--themeColor);
        padding-left: .6rem;
        /* font-size: .6rem; */
        font-size: .6rem;
        margin-bottom: .3rem;
    }

    .bossgoo-news-details1 .content .text {
        line-height: .6rem;
    }

    .bossgoo-news-details1 .navigationBar {
        border-top: .02rem solid #ebebeb;
        margin-bottom: .8rem;
    }

    /* .bossgoo-news-details1 .navigationBar .rightbtn {
      background-color: var(--themeColor);
      width: 1.4rem;
      height: .9rem;
      line-height: .9rem;
      margin-top: .4rem;
      text-align: center;
    } */
    .bossgoo-news-details1 .navigationBar .leftbtn,
    .bossgoo-news-details1 .navigationBar .rightbtn {
        border: 0.06rem solid #ebebeb;
        width: 2.8rem;
        height: .9rem;
        line-height: .84rem;
        margin-top: .4rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-news-details1 {
        padding: 0.6rem 0.2rem;
    }

    .bossgoo-news-details1 .largePic img {
        max-height: 20rem;
    }

    .bossgoo-news-details1 .largePic .time {
        font-size: 0.18rem;
        width: 2.6rem;
        height: .5rem;
        line-height: .5rem;
        /* right: 0;
        top: .2rem; */
    }

    .bossgoo-news-details1 .content {
        /* margin: .4rem 0 .2rem; */
        padding: .3rem 0;
    }

    .bossgoo-news-details1 .content .contentTitle {
        height: .6rem;
        line-height: .6rem;
        border-left: 0.04rem solid var(--themeColor);
        padding-left: .3rem;
        font-size: .4rem;
        margin-bottom: .15rem;
    }

    .bossgoo-news-details1 .content .text {
        line-height: .5rem;
    }

    .bossgoo-news-details1 .navigationBar {
        border-top: .01rem solid #ebebeb;
        margin-bottom: .4rem;
    }

    .bossgoo-news-details1 .navigationBar .leftbtn,
    .bossgoo-news-details1 .navigationBar .rightbtn {
        border: 0.03rem solid #ebebeb;
        width: 2rem;
        height: .7rem;
        line-height: .7rem;
        margin-top: .2rem;
    }
}


.bossgoo-supplier-email2 {
    padding: 30px 0;
    margin: 0 auto;
}

.bossgoo-supplier-email2 .emailTitle {
    height: 45px;
    line-height: 45px;
    border-left: 4px solid var(--themeColor);
    padding-left: 30px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222222
}

.bossgoo-supplier-email2 .form {
    width: 100%;
    height: auto
}

.bossgoo-supplier-email2 .form .emailinput {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.bossgoo-supplier-email2 .form input[type^="text"] {
    width: 100%;
    background-color: #f8f8f8;
    padding: 17px 20px 17px 40px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
.bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 16px;
    color: #666;
}

.bossgoo-supplier-email2 .form input::-moz-placeholder,
.bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #666;
}

.bossgoo-supplier-email2 .form input:-ms-input-placeholder,
.bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 16px;
    color: #666;
}

.bossgoo-supplier-email2 .form textarea {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 200px;
    background-color: #f8f8f8;
    padding: 17px 20px 17px 40px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.bossgoo-supplier-email2 .form input[type="submit"] {
    width: 120px;
    height: 50px;
    /* border-radius: 6px; */
    font-size: 18px;
    cursor: pointer;
    color: #222;
    border: 3px solid #ebebeb;
}

.bossgoo-supplier-email2 .email2Inquire .Validform_error {
    background-color: #ffe7e7 !important;
}

.bossgoo-supplier-email2 .btnBox {
    width: 120px;
    height: 50px;
    overflow: hidden;
}

.bossgoo-supplier-email2 .btnBg {
    height: 50px;
    width: 0px;
    background-color: #fff;
}

.bossgoo-supplier-email2 .btnBg:hover {
    background-color: var(--themeColor);
}

.bossgoo-supplier-email2 .btnBg:hover input {
    border: 3px solid var(--themeColor);
}

.bossgoo-supplier-email2 .btnBox:hover .btnBg {
    width: 120px;
}

.bossgoo-supplier-email2 .btnBox:hover input {
    color: white;
}

.bossgoo-supplier-email2 .Validform_checktip {
    font-size: 14px;
}

@media only screen and (max-width: 1040px) {
    .bossgoo-supplier-email2 {
        /* margin: 0.3rem auto; */
        padding: 0.6rem 0.2rem;
    }

    .bossgoo-supplier-email2 .emailTitle {
        padding-left: 0.6rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 0.6rem;
        border-left: 0.1rem solid var(--themeColor);
        margin-bottom: 0.4rem;
    }

    .bossgoo-supplier-email2 .form .emailinput {
        margin-bottom: 0.4rem;
    }

    .bossgoo-supplier-email2 .form input[type^="text"] {
        padding: 0.4rem 0.40rem 0.4rem 0.7rem;
        font-size: 0.36rem;
        line-height: 0.72rem;
    }

    .bossgoo-supplier-email2 .form textarea {
        height: 4rem;
        padding: 0.4em 0.4rem 0.4rem 0.7rem;
        font-size: 0.36rem;
        line-height: 0.72rem;
    }

    .bossgoo-supplier-email2 .form input[type="submit"] {
        width: 2.4rem;
        height: 1rem;
        border-radius: 0.08rem;
        left: 50%;
        font-size: 0.36rem;
        border: 0.03rem solid var(--themeColor);
        border-left: 0.24rem solid var(--themeColor);
    }

    .bossgoo-supplier-email2 .btnBox {
        width: 2.4rem;
        height: 1rem;
        border-radius: 0.08em;
    }

    .bossgoo-supplier-email2 .btnBg {
        height: 1rem;
        width: 0.24rem;
    }

    .bossgoo-supplier-email2 .btnBox:hover .btnBg {
        width: 0.24rem;
    }

    .bossgoo-supplier-email2 .btnBox:hover input {
        color: black;
    }

    .bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
    .bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 0.36rem;
    }

    .bossgoo-supplier-email2 .form input::-moz-placeholder,
    .bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 0.36rem;
    }

    .bossgoo-supplier-email2 .form input:-ms-input-placeholder,
    .bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 0.36rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-supplier-email2 {
        margin: 0.3rem auto;
        padding: 0 0.2rem;
    }

    .bossgoo-supplier-email2 .emailTitle {
        padding-left: 0.3rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.4rem;
        border-left: 0.05rem solid var(--themeColor);
        margin-bottom: 0.2rem;
    }

    .bossgoo-supplier-email2 .form .emailinput {
        margin-bottom: 0.2rem;
    }

    .bossgoo-supplier-email2 .form input[type^="text"] {
        padding: 0.2rem 0.20rem 0.2rem 0.35rem;
        font-size: 0.28rem;
        line-height: 0.36rem;
    }

    .bossgoo-supplier-email2 .form textarea {
        height: 2rem;
        padding: 0.2rem 0.2rem 0.2rem 0.35rem;
        font-size: 0.28rem;
        line-height: 0.36rem;
    }

    .bossgoo-supplier-email2 .form input[type="submit"] {
        width: 1.2rem;
        height: 0.55rem;
        border-radius: 0.04rem;
        left: 50%;
        font-size: 0.3rem;
        border: 0.01rem solid var(--themeColor);
        border-left: 0.12rem solid var(--themeColor);
    }

    .bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
    .bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 0.28rem;
    }

    .bossgoo-supplier-email2 .form input::-moz-placeholder,
    .bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 0.28rem;
    }

    .bossgoo-supplier-email2 .form input:-ms-input-placeholder,
    .bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 0.28rem;
    }

    .bossgoo-supplier-email2 .btnBox {
        width: 1.5rem;
        height: 0.55rem;
        border-radius: 0.04rem;
    }

    .bossgoo-supplier-email2 .btnBg {
        height: 0.55rem;
        width: 0.15rem;
    }

    .bossgoo-supplier-email2 .btnBox:hover .btnBg {
        width: 0.15rem;
    }
}


.bossgoo-news-details1 .details1-share {
    width: 100%;
    padding-top: 25px;
    color: #666;
    font-size: 16px;
}

.bossgoo-news-details1 .details1-share a:hover {
    color: var(--themeColor);
}

.bossgoo-news-details1 .details1-share span {
    font-size: 16px;
}

.bossgoo-news-details1 .details1-share a {
    margin-right: 10px;
}

.bossgoo-news-details1 .details1-share a .iconfont {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .bossgoo-news-details1 .details1-share span {
        font-size: 14px;
    }

    .bossgoo-news-details1 .details1-share a {
        margin-right: 6px;
    }

    .bossgoo-news-details1 .details1-share a .iconfont {
        font-size: 16px;
    }
}



.bossgoo-search-main{
    display: flex;
}

.bossgoo-search-main .main-r{
    margin-left: 40px;
}


.bossgoo-search-main .main-r .title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 22px 0 ;
}

.bossgoo-search-main .main-r  .tabBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bossgoo-search-main .main-r  .tabBox .text h1{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}


.bossgoo-search-main .main-r .statusBox{
    height: 52px;
    /* background-color: #f6f6f6; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    /* margin-top: 30px; */
}

.bossgoo-search-main .main-r .statusBox i{
    font-size: 20px;
    margin-right: 15px;
    color: #666;
    cursor: pointer;
}




.active{
    color: #000 !important;
}

.bossgoo-search-main .main-r .statusBox .icon-zhankai{
    font-weight: bold;
}

.bossgoo-search-main .main-r  .ListboxOne{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
    /* display: none; */
}

.bossgoo-search-main .main-r  .ListboxOne li{
    width: 23%;
    margin: 0 1%;
    transition: all .3s;
    position: relative;
}


.bossgoo-search-main .main-r  .ListboxOne li:hover{

    transition: all .3s;
}

.bossgoo-search-main .main-r  .ListboxOne li .hide{
    padding: 5px;
    box-sizing: border-box;
}

.bossgoo-search-main .main-r  .ListboxOne li .lihide{
    padding: 5px;
    box-sizing: border-box;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .hide{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    transition: all .3s;
    box-shadow: 0px 0px 15px 0px
    rgba(6, 16, 26, 0.15);
    z-index: 9;
    background-color: #fff;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .hide p,
.bossgoo-search-main .main-r  .ListboxOne li:hover .hide span{
    padding:  0 5px;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .content2{
    display: block;
    transition: all .3s;
}



.bossgoo-search-main .main-r  .ListboxOne li img{
    width: 100%;
    max-width: 100%;

}

.bossgoo-search-main .main-r  .ListboxOne li .content{
    position: relative;
}

.bossgoo-search-main .main-r  .ListboxOne li .content .now{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 36px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px
    rgba(6, 16, 26, 0.15);
    border-radius: 18px;
    color: #333;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;

}

.bossgoo-search-main .main-r  .ListboxOne li .content .text{
    font-size: 16px;
    color: #333333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.bossgoo-search-main .main-r  .ListboxOne li:hover .content .now{
    z-index: 9;
    opacity: 1;
    transition: all .3s;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 {
    display: none;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .model{
    font-size: 14px;
    color: #666;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .model span{
    color: #333333;
    font-weight: 700;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .price {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    display: block;

}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .price span{
    font-size: 22px;
    color: #c91a1a;
    font-weight: 700;
}

/* .bossgoo-search-main .main-r  .ListboxTwo{
   margin-top: 10px;

} */

.bossgoo-search-main .main-r  .ListboxTwo li{
    width: 100%;
    display: flex;
    padding: 30px 0 ;
    border-bottom: 1px solid #f0f0f0;
}
.bossgoo-search-main .main-r  .ListboxTwo li .box-l{
    width: 20%;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r{
    padding: 0px 0 0 40px;
    width: 80%;
    box-sizing: border-box;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .title{
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.bossgoo-search-main .main-r  .ListboxTwo li .box-r .title a{color:#333}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .name,
.bossgoo-search-main .main-r  .ListboxTwo li .box-r .model{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .name span,
.bossgoo-search-main .main-r  .ListboxTwo li .box-r .model span{
    color: #333;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .text{
    margin-top: 10px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .pirce{
    font-size: 14px;
    color: #666666;
    margin: 10px 0 20px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .pirce span{
    font-weight: bold;
    font-size: 22px;
    color: #c91a1a;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .now{
    display: block;
    width: 161px;
    height: 39px;
    background-color: #233a95;
    border-radius: 19px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.bossgoo-search-main .main-r .ListboxTwo li .box-r  .nowBox{
    display: flex;
    margin-top: 15px;
}

.bossgoo-search-main .main-r .ListboxTwo li .box-l{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-search-main .main-r .ListboxTwo li .box-l a{
    width: 100%;
    border: 1px solid #eee;
}

.bossgoo-search-main .main-r .ListboxTwo li .box-l img {
    width: 100%;
    max-width:inherit;
    float: left;
}

@media only screen and (max-width: 1200px){
    .bossgoo-search-main .main-r .ListboxOne li .content .now{
        top: 50%;
    }
}


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

    .bossgoo-search-main .main-r{
        margin-left: 0px;
        padding: 0 20px;
    }

    .bossgoo-search-main .main-r .ListboxOne li{
        width: 48%;
    }
    .bossgoo-search-main .main-r .ListboxTwo li .box-l{
        width: 40%;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r{
        width: 60%;
    }
}

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

    .bossgoo-about-video{
        margin-bottom: 20px;
    }

    .bossgoo-search-main .main-r{
        margin-left: 0px;
        padding: 0 10px;
    }

    .bossgoo-search-main .main-r .ListboxOne li{
        width: 48%;
    }

    .bossgoo-search-main .main-r .statusBox{
        padding-left: 20px;
    }

    .bossgoo-search-main .main-r .ListboxOne{
        margin-top: 20px;
    }

    .bossgoo-search-main .main-r .text h1{
        font-size: 16px;
        line-height: 1.5;
    }

    .bossgoo-search-main .main-r .ListboxTwo li{
        padding: 10px;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-l{
        width: 45%;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r{
        width: 55%;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r{
        padding: 23px 0 0 20px;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .text{
        display: none;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        display: block;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .title a{
        font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r div:nth-child(2){
        flex-direction: column;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r div:nth-child(2) .name{
        margin-bottom: 5px;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .name, .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        font-size: 12px;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .pirce span{
        font-size: 16px;
    }

    .bossgoo-search-main .main-r .ListboxTwo li .box-r .now{
        width: 60%;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

}

.sidebar{
    width: 340px;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    padding: 6px;
}

.sidebar .title{
    width: 328px;
    height: 52px;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.sidebar .title p{
    font-size: 18px;
    line-height:52px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-left: 36px;
    text-align: left;
}

.sidebar ul{
    padding: 0 6px;
}

.sidebar  li{
    padding-left: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar li .link{
    line-height: 3;
}

.sidebar li .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.sidebar li .linkTwo li{
    line-height: 2;
    border-bottom: none;
    color: #666;
}

.sidebar li i{
    transition: all .5s;
}

.sidebar li i.active{
    transform:rotate(90deg);
    transition: all .5s;
}
/*
.sidebar .linkTwo {
   display: none;
} */


@media only screen and (max-width: 1040px) {
    .sidebar{
        display: none;
    }



}

.bossgoo-search-main .main-r{
    width: calc(100% - 340px);
}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
    width: auto;
    margin-right: 0;
    padding-right: 30px;
    box-sizing: border-box;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .model span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* max-width: 50%; */
    display: inline-block;
    color: #aaa;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .model span:first-child{
    /* font-weight: bold; */
    margin-right: 5px;
}
@media only screen and (max-width: 1040px){
    .bossgoo-search-main .main-r{
        width: 100%;
    }
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        width: 100%;
        padding-right: 0;
    }
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model:nth-child(2n){
        flex-direction: row;
    }
}


.bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-l{
    position: relative;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-l a.content6-imgPlay{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}


.bossgoo-search-main{
    padding-top: 50px;
    padding-bottom: 50px;
}
.bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
    right: auto;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.bossgoo-search-main .main-r .ListboxOne li .content .now{
    top: 65%;
}
.bossgoo-search-main .main-r .ListboxOne li .content2 .price span{
    font-size: 18px;
}
.bossgoo-search-main .main-r .ListboxOne li .content .text{
    margin-top: 10px;
    height: 48px;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-l a.content6-imgPlay{
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
}
.sidebar{
    padding: 0;
    border: none;
    border-radius: 0;
}
.sidebar .search2-box{
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
}
.sidebar li:last-child{
    border-bottom: none;
}
@media only screen and (max-width: 1440px) {
    .bossgoo-search-main .main-r .ListboxOne li .content .now{
        top: 60%;
    }
}
@media only screen and (max-width: 1280px) {
    .bossgoo-search-main .main-r .ListboxOne li .content .now{
        top: auto;
        bottom: 65px;
        line-height: 1.5;
        height: auto;
        padding: 5px 0;
    }
}
@media only screen and (max-width: 1040px) {
    .bossgoo-search-main{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
    .bossgoo-search-main .main-r .ListboxOne li .content .text{
        margin-top: .3rem;
        line-height: 1.5;
    }
    .bossgoo-search-main .main-r .ListboxOne li .content .now{
        bottom: 1.4rem;
    }
    .bossgoo-breadbrumb2{
        font-size: .28rem;
        padding: 0 .4rem .4rem;
    }
}
@media only screen and (max-width: 767px) {
    .bossgoo-search-main .main-r .ListboxOne li .content2 .price{
        padding: 0;
    }
    .bossgoo-search-main .main-r .ListboxOne li .content2 .price span{
        font-size: .28rem;
    }
    .bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
        top: 39%;
    }
}
@media only screen and (max-width: 480px) {
    .bossgoo-search-main .main-r .ListboxOne li .content .text{
        margin-top: .2rem;
    }
}


.activeText{
    font-size: 20px;
    font-weight: 700;
}

.bossgoo-products-main .picBox{
    display: flex;
    padding-bottom: 80px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.bossgoo-products-main .picBox .Twobox{
    display: flex;
}

.bossgoo-products-main .pic{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bossgoo-products-main .swiper{
    width: 100px;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.bossgoo-products-main .swiper .swiper-button-prev{
    background-image: none;
}
.bossgoo-products-main .swiper .swiper-button-next{
    background-image: none;
}

.bossgoo-products-main .prev{
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

.bossgoo-products-main .next{
    width: 16px;
    height: 16px;
}

.bossgoo-products-main{
    padding: 20px 0 100px;
}

.bossgoo-products-main .swiper .swiper-slide{
    box-sizing: border-box;
    object-fit: contain;
    display: flex;
    position: relative;
}

.allprice {
    display: flex;
    justify-content: space-between;
}

.allprice p{
    width: 24%;
    display: flex;
    flex-direction: column;
}

.bossgoo-products-main .swiper .swiper-slide .img-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bossgoo-products-main .swiper .swiper-slide .imgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bossgoo-products-main .swiper .swiper-slide .icon-bofang{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bossgoo-products-main .swiper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-products-main .swiper .swiper-slide:hover{
    border: 2px solid var(--themeColor);
}

.bossgoo-products-main .picClick{
    border: 2px solid var(--themeColor);
}

.bossgoo-products-main .bigPic{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-products-main .bigPic{
    margin: 0 20px 20px;
    width: 364px;
    height: 364px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);;
    flex-shrink: 0;
}

.bossgoo-products-main .bigPic:hover{
    cursor: pointer;
}

.bossgoo-products-main .bigPic img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-products-main .bigPic video{
    width: 100%;
    height: 100%;
}

.bossgoo-products-main .bigPic a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}

.bossgoo-products-main .bigBox{
    display: none;
    width: 440px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: 500px;
    z-index: 99;
    top: 0px;
}

.bossgoo-products-main .bigBox img{
    width: 800px !important;
    max-width:none;
}

.bossgoo-products-main .mask {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: move;
    display: none;
}

.bossgoo-products-main .bigBox #bigImg{
    position: absolute;
}


.bossgoo-products-main .picBox .text .title{
    font-family: var(--fontBarlowmedium);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #222222;
}

.bossgoo-products-main .picBox .text .price{
    font-family: var(--fontBarlowregular);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: var(--themeColor);

}

.bossdesc p{
    line-height: 2;
}

.bossgoo-products-main .picBox .text .price span:nth-child(1){
    font-family: var(--fontBarlowregular);
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    color: #E52929;
}

.bossgoo-products-main .picBox .text .price span{
    color: #999;
}

.bossgoo-products-main .picBox .text table tr td:nth-child(1){
    font-family:var(--fontBarlowregular);
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    color: #222222;
    padding-right: 20px;
}

.bossgoo-products-main .picBox .text table tr td:nth-child(2){
    font-family:var(--fontBarlowregular);
    font-size: 13px;
    line-height: 26px;
    padding: 5px 0;
    color: #666666;

    word-break: break-word;
    white-space: normal;
}

.bossgoo-products-main .picBox .text .contact {
    margin: 10px 0;
    display: flex;
}


.bossgoo-products-main .picBox .text .contact .amount {
    width: 100px;
    height: 44px;
    border-radius: 5px;
    border: solid 1px #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-products-main .picBox .text .contact .amount .num{
    width: 25px;
    margin: 0 15px;
    text-align: center;
}

.bossgoo-products-main .icon-arrow-left,.bossgoo-products-main .icon-arrow-right:hover{
    cursor:pointer;
}

.bossgoo-products-main .picBox .contact .Now{
    display: inline-block;
    width: 180px;
    height: 44px;
    background-color: var(--themeColor);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.bossgoo-products-main .picBox .contact .Now span{
    font-family: var(--fontBarlowregular);
    line-height: 22px;
}

.bossgoo-products-main .picBox .contact .Now span:nth-child(1){
    font-size: 20px;
    margin-right: 13px;
}

.bossgoo-products-main .picBox .contact .Now span:nth-child(2){
    font-size: 16px;
}

.bossgoo-products-main .picBox .share{
    display: flex;
}

.bossgoo-products-main .picBox .share p{
    font-family: var(--fontBarlowregular);
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    color: #222222;
    padding-right: 20px;
}

.bossgoo-products-main .picBox .share ul li{
    float: left;
    margin-right: 9px;
}

.bossgoo-products-main .contentLeft{
    float: left;
    width: calc(100% - 380px);
}


.bossgoo-products-main .contentLeft .column .description{
    margin-bottom: 10px;
}

.bossgoo-products-main .contentLeft .column .description .titleBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.bossgoo-products-main .contentLeft .column .description .title{
    font-family:var(--fontBarlowmedium);
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    color: #222222;
    margin: 32px 0;
}

.bossgoo-products-main .contentLeft .column .description .swiper-tab{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bossgoo-products-main .contentLeft .column .description .swiper-tab .swiper-slide{
    display: flex;

}


.bossgoo-products-main .contentLeft .column .description .swiper-tab .swiper-slide  a{
    font-size: var(--fontBarlowregular);
    margin-bottom: 5px;

}

.bossgoo-products-main .contentLeft .column .description .swiper-tab .swiper-slide .wire{
    display: none;
    width: 135px;
    height: 2px;
    background-color: var(--themeColor);
    position: absolute;
    left: 32%;
    transform: translateX(-50%);
    bottom: 0;
}

.active{
    display: block !important;
}

.bossgoo-products-main .contentLeft .attributes li{
    list-style: unset;
}

/* .bossgoo-products-main .contentLeft .attributes{
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.bossgoo-products-main .contentLeft .attributes .title{
    font-family: var(--fontBarlowregular);
   font-size: 18px;
   font-weight: bold;
   line-height: 22px;
   color: #222222;
}

.bossgoo-products-main .contentLeft .attributes table{
    width: 100%;
    margin-top: 30px;
}

.bossgoo-products-main .contentLeft .attributes table tr{
    width: 30%;
    float: left;
    display: flex;
    margin: 5px 0;
}

.bossgoo-products-main .contentLeft .attributes .imgList .p-pic{
    display: block;
    float: left;
    width: 40px;
   height: 40px;
   border: solid 1px #e5e5e5;
   margin-right: 10px;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
}

.bossgoo-products-main .contentLeft .attributes .imgList .p-pic a{
    display: flex;
}

.bossgoo-products-main .contentLeft .attributes .imgList  .p-pic img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-products-main .contentLeft .attributes table tr td{
   font-family: var(--fontBarlowregular);
   font-size: 16px;
   font-weight: bold;
   line-height: 22px;
   color: #666666;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}

.bossgoo-products-main .contentLeft .attributes table tr td:nth-child(1){
    width: 150px;

}
.bossgoo-products-main .contentLeft .attributes table tr td:nth-child(2n){
  flex: 1;
  min-width: 0;
  font-weight: 400;
} */

.bossgoo-products-main .contentRight .qrcode .name .Leave:hover span{
    color: var(--themeColor);
}

/* .bossgoo-products-main .contentLeft .attributes table tr td:nth-child(1n) span{
   float: left;
   font-weight: 700;
   margin-right: 20px;
}

.bossgoo-products-main .contentLeft .attributes table tr:nth-child(2n){
   width: 70%;
   float: left;
   padding-left: 60px;
}

.bossgoo-products-main .contentLeft .attributes .Quantity{
   width: 100%;
   margin-top: 0;
}

.bossgoo-products-main .contentLeft .attributes .Quantity tr{
   width: 100%;
   margin: 0;
}
.bossgoo-products-main .contentLeft .attributes .Quantity tr:nth-child(2n){
   width: 100%;
   padding-left: 0;
}

.bossgoo-products-main .contentLeft .attributes .Quantity tr td{
   width: 20%;
   text-align: center;
   padding: 15px 0;
   background-color: #f6f6f6;
   border: 1px solid #dddddd;
}

.bossgoo-products-main .contentLeft .attributes  tr td p{
   font-size: 14px;
   line-height: 22px;
   color: #666666;
   font-weight: 400;
}

.bossgoo-products-main .contentLeft .attributes .imgBox{
   display: flex;
   justify-content: space-between;
   margin-top: 30px;
}

.bossgoo-products-main .contentLeft .attributes .imgBox .CompanyImg{
   width: 100%;
   overflow: hidden;
   position: relative;
   height: 0;
   padding-bottom: 100%;
}

.bossgoo-products-main .contentLeft .attributes .imgBox li{
   width: 22%;
}

.bossgoo-products-main .contentLeft .attributes .imgBox li img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   left: 0;
   top: 0;
}

.bossgoo-products-main .contentLeft .attributes .Certification{
   margin-top: 30px;
}

.bossgoo-products-main .contentLeft .attributes .Certification li{
   display: flex;
   align-items: center;
}

.bossgoo-products-main .contentLeft .attributes .Certification li span{
   font-size: 18px;
   font-weight: bold;
   line-height: 22px;
   color: #7c7c7c;
   margin: 10px;
   font-family: var(--fontBarlowregular);
} */

.bossgoo-products-main .contentLeft .hot .title1{
    font-family: var(--fontBarlowregular);
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    color: #222222;
    margin: 30px 0 0;
}

.bossgoo-products-main .contentLeft .hot .title{
    font-family: var(--fontBarlowmedium);
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #222222;
    margin: 15px 5px;
    /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block; */
    text-align: center;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bossgoo-products-main .swiper-hot{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bossgoo-products-main .swiper-hot img{
    width: 100%;
}

.bossgoo-products-main .swiper-hot .swiper-button-prev{
    background: none;
    left: 0px;
    top: 35%;
}

.bossgoo-products-main .swiper-hot .swiper-button-next{
    background: none;
    right: 10px;
    top: 35%;
}

.bossgoo-products-main .swiper-hot  .icon-arrow-left{
    font-size: 40px;
}

.bossgoo-products-main .swiper-hot  .icon-arrow-right{
    font-size: 40px;
}

.bossgoo-products-main .swiper-hot .swiper-slide .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bossgoo-products-main .swiper-hot .swiper-slide .content a:nth-child(1){
    width: 100%;
}

.bossgoo-products-main .swiper-hot .title{
    font-family: var(--fontBarlowregular);
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #222222;
}

.bossgoo-products-main .swiper-hot .money{
    font-family: var(--fontBarlowregular);
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: var(--themeColor);
}

.bossgoo-products-main .swiper-hot{
    padding: 25px 5px 5px;
}

.bossgoo-products-main .swiper-hot .swiper-slide{
    transition: all .5s;
}

.bossgoo-products-main .swiper-hot .swiper-slide:hover{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.bossgoo-products-main .swiper-hot .swiper-slide .content{
    min-height: 108px;
}

.bossgoo-products-main .swiper-hot .swiper-slide:hover .contact{
    opacity: 1;
    transition: all .5s;
}

.bossgoo-products-main .swiper-hot .contact{
    display: block;
    opacity: 0;
    margin: 10px 0;
    padding: 5px 9px;
    background-color: var(--themeColor);
    font-family: var(--fontBarlowregular);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--btnTextColor);
}

.bossgoo-products-main .contentRight{
    float: right;
    width: 320px;
    background-color: #fff;
}

.bossgoo-products-main .contentRight .supplier{
    padding: 10px 20px;
    background-color: #f2f3f7;
    font-family: var(--btnTextColor);
    font-size: 18px;
    font-weight: Bold;
    line-height: 28px;
    color: #222222;
}

.bossgoo-products-main .contentRight .qrcode{
    margin: 20px 0;
    display: flex;
}

.bossgoo-products-main .contentRight .qrcode .qrbox {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-products-main .contentRight .qrcode img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bossgoo-products-main .contentRight .qrcode .name{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.bossgoo-products-main .contentRight .qrcode .name p{
    margin: 10px 0;
    font-family: var(--fontBarlowregular);
    font-size: 16px;
    color: #2c2c2c;
}

.bossgoo-products-main .contentRight .now{
    display: block;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 10px 0;
    text-align: center;
    font-family: var(--fontBarlowregular);
    font-size: 18px;
    font-weight: normal;
    /* line-height: 28px; */
    color: #222222;
    margin-bottom: 30px;
}

.bossgoo-products-main .contentRight .now:hover{
    background-color: var(--btnBgColor);
    color: var(--btnTextColor);
}

.bossgoo-products-main .contentRight .recommend{
    border: solid 1px #e5e5e5;
}

.bossgoo-products-main .contentRight .recommend .title{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: Bold;
    background-color: #f2f3f7;
}

.bossgoo-products-main .contentRight .recommend .content{
    padding: 10px 5px;
}

.bossgoo-products-main .contentRight .recommend .content li{
    background-color: #fafafa;
    border-radius: 5px;
    padding: 7px 0;
    display: flex;
    margin-bottom: 10px;
}

.bossgoo-products-main .contentRight .recommend .content li .imgBox{
    width: 100px;
    height: 100px;
    margin: 0 15px;
    transition: all .5s;
    flex-shrink: 0;
}

.bossgoo-products-main .contentRight .recommend .content li .text{
    width: calc(100% - 130px);
}

.bossgoo-products-main .contentRight .recommend .content li:hover{
    transition: all .5s;
    box-shadow: 0px 0px 8px 0px
    rgba(0, 0, 0, 0.2);
}

.bossgoo-products-main .contentRight .recommend .content li .imgBox img{
    max-width: 100%;
    max-height: 100%;
}

.bossgoo-products-main .contentRight .recommend .content li .titleTwo{
    /* display: block; */
    font-family: var(--fontBarlowregular);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #222222;
    /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.bossgoo-products-main .contentRight .recommend .content li .money{
    font-family: var(--fontBarlowregular);
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: var(--themeColor);
}

.bossgoo-products-main .contentRight .recommend .content li .contact{
    font-family: var(--fontBarlowregular);
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    display: block;
}

.bossgoo-products-main .contentRight .recommend .content li .contact:hover{
    color: var(--themeColor);
}
.shoubox{
    width: 0;
}

.iphoneHot{
    display: none;
}
.picshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.91;
    filter: alpha(opacity=91);
    z-index: 9999;
    display: none;
}

.pictures_eyes_close {
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/close.png") no-repeat;
    z-index: 200;
    display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.pictures_eyes_in {
    position: relative;
    text-align: center;
}

.pictures_eyes_in img { max-height: 500px;
    width: 40%;
    object-fit: contain;
    max-width: 500%;
}




.pictures_eyes_indicators {
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 299;
}

.pictures_eyes_indicators a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 3px 0 3px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

@media only screen and (max-width:1440px){
    .bossgoo-products-main{
        margin: 0 20px;
    }
}

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

    /* .shoubox{
      width: calc(100%-0px);
  }
  .bossgoo-products-main .picBox{
      flex-wrap: wrap;
  } */
    .bossgoo-products-main .contentLeft{
        float: left;
        width: 100%
    }
    .bossgoo-products-main .contentRight{
        display: none;
    }
}

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

    .bossgoo-products-main .contentLeft .hot .title1{
        font-size: .4rem;
        line-height: 1.5;
        margin-bottom: .3rem;
        /* text-align: center; */
    }

    .bossgoo-products-main{
        margin: .4rem;
    }
    .iphoneHot{
        display: block;
    }
    .bossgoo-products-main .contentRight{
        display: none;
    }
    .bossgoo-products-main .contentLeft{
        width: 100%;
    }
    .bossgoo-products-main .picBox{
        display: block;
    }

    .bossgoo-products-main .picBox .contact .Now{
        width: 200px;
    }
    .bossgoo-products-main .picBox .Twobox{
        flex-direction: column-reverse;
    }

    .bossgoo-products-main .pic{
        width: 100%;
        flex-direction: initial;
        margin: 20px 0;
    }
    /*
        .icon-shouqijiantouxiao{
            display: none;
        } */

    .bossgoo-products-main .swiper{
        width: 100%;
    }

    .bossgoo-products-main .swiper .swiper-slide img{
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }



    .bossgoo-products-main .bigPic{
        width: 100%;
        height: 440px;
        margin: 0;
    }


    .bossgoo-products-main .swiper{
        height: auto;
    }

    .bossgoo-products-main .bigPic .icon-fangdajing{
        display: none;
    }

    .bossgoo-products-main .bigBox{
        opacity: 0;
    }

    .bossgoo-products-main .picPrev{
        transform: rotate(-90deg);
        width: .45rem;
    }

    .bossgoo-products-main .prev .icon-shang{
        font-size: .4rem;
    }

    .bossgoo-products-main .picNext{
        transform: rotate(-90deg);
    }

    .bossgoo-products-main .contentLeft .column .description{
        display: none;
    }

    .bossgoo-products-main .picBox{
        padding-bottom: .2rem;
    }

    /* Ã¦â€“Â°Ã¥Å Â  */

    .bossgoo-products-main .picBox .text .title{
        font-size: .4rem;
        line-height: .4rem;
    }

    .bossgoo-products-main .picBox .text table tr td:nth-child(1){
        font-size: .34rem;
        line-height: .4rem;
    }

    .bossgoo-products-main .picBox .text table tr td:nth-child(2){
        font-size: .34rem;
        line-height: .52rem;
    }

    .bossgoo-products-main .picBox .share p{
        font-size: .4rem;
        line-height: .4rem;
    }

    /* .bossgoo-products-main .contentLeft .attributes table tr td{
        font-size: .36rem;
        line-height: .44rem;
        white-space: unset;

    }

    .bossgoo-products-main .contentLeft .attributes table tr td:nth-child(1){
        width: 250px;
    }

    .bossgoo-products-main .contentLeft .attributes .title{
        font-size: .38rem;
        line-height: .44rem;
    } */

    .bossgoo-products-main .contentLeft .hot .title{
        font-size: .48rem;
        line-height: .44rem;
    }



    .bossgoo-products-main .picBox .text .price{
        font-size: .38rem;
        line-height: .7rem;
    }

    /* .bossgoo-products-main .contentLeft .attributes{
        padding: .1rem 0;
    }

    .bossgoo-products-main .contentLeft .attributes table tr{
        width: 100%;
    }

    .bossgoo-products-main .contentLeft .attributes table tr:nth-child(2n){
        width: 100%;
        padding-left: 0;
    }

    .bossgoo-products-main .contentLeft .attributes table .tableShow{
        display: none;
    }

    .bossgoo-products-main .contentLeft .attributes{
        border-bottom: 0;
    }

    .bossgoo-products-main .contentLeft .attributes table{
        margin-top: .1rem;
    }

    .bossgoo-products-main .contentLeft .attributes table tr td:nth-child(2n){
        width: 0;
        display: flex;
    }

    .bossgoo-products-main .contentLeft .attributes .imgBox{
        flex-wrap: wrap;
    }

    .bossgoo-products-main .contentLeft .attributes .imgBox li{
        width: 48%;
        margin: .14rem 0;
    } */

    .bossgoo-products-main .contentLeft .CertificateShow{
        display: none;
    }

    /* .bossgoo-products-main .contentLeft .attributes .imgBox{
        margin-top: .2rem;
    } */

    .bossgoo-products-main .swiper-hot .swiper-button-prev{
        display: none;
    }
    .bossgoo-products-main .swiper-hot .swiper-button-next{
        display: none;
    }

    .bossgoo-products-main .contentLeft .hot a .title {
        margin: .2rem 0;
        display: block;
        text-align: center;
        font-size: .4rem ;
        line-height: .4rem;
    }

    .bossgoo-products-main .swiper-hot{
        display: none;
    }

    .iphoneHot{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .iphoneHot li{
        width: 48%;
        margin-bottom: .2rem;
    }

    .iphoneHot li img{
        width: 100%;
    }

    .iphoneHot li .content .title{
        font-size: .32rem !important;
    }

    .iphoneHot li .content .money{
        font-family: var(--fontBarlowregular);
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 26px;
        color: var(--themeColor);
        text-align: center;
    }

    .attributes td{
        line-height: 2;
    }

}

@media only screen and (max-width:767px){
    .bossgoo-products-main .picBox .text .title{
        font-size: .34rem;
        line-height: .46rem;
    }


    .column p{
        line-height: 2;
    }

    .imgbox video{
        width: 100%;
    }

    .bossgoo-products-main .picBox .text .price{
        font-size: .27rem;
        line-height: .6rem;
    }

    .bossgoo-products-main .picBox .text table tr td:nth-child(1){
        font-size: .2rem;
        line-height: .2rem;
    }

    .bossgoo-products-main .picBox .text table tr td:nth-child(2){
        font-size: .18rem;
        line-height: .26rem;
    }

    .bossgoo-products-main .picBox .share p{
        font-size: .2rem;
        font-size: .2rem;
    }

    /* .bossgoo-products-main .contentLeft .attributes table tr td{
        font-size: .18rem;
        line-height: .36rem;
    }

    .bossgoo-products-main .contentLeft .attributes table tr td:nth-child(1){
        width: 140px;
    }

    .bossgoo-products-main .contentLeft .attributes .title{
        font-size: .32rem;
        line-height: .22rem;
        margin-top: 0.15rem;
    } */

    .bossgoo-products-main .contentLeft .hot .title1{
        font-size: .36rem;
        /* text-align: center; */
    }

    .bossgoo-products-main .contentLeft .hot .title{
        font-size: .32rem ;
        line-height: .36rem;
    }

    /*.prev{
        left: 10px;
        line-height: 25px;
        font-size: 20px;
    }

    .next{
        right: 10px;
        line-height: 25px;
        font-size: 20px;
    }

    .prev, .next {
        width: 30px;
        height: 30px;
    }*/

}
.bossgoo-products-main .contentLeft .attributes .imgList .p-pic{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #e5e5e5;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
}
.bossgoo-products-main .contentLeft .attributes .imgList .p-pic img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: inline-block;
}
.pictures_eyes_in img {
    display: inline-block;
}
.bossgoo-products-main .contentLeft .attributes{
    /* word-break: break-word; */
}
.bossgoo-products-main .contentLeft .attributes .title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

@media only screen and (max-width:767px){
    img{
        height: auto;
    }
}


.pro-sample{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-right: 10px;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 8px;
}
.pro-sample .select_name{
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.pro-sample .text_box span{
    margin-right: 15px;
}
.pro-sample .text_box .gobuy{
    display: inline-block;
    justify-self: flex-end;
    color: #E52929;
}


.bossdesc img{
    display: inline-block;
}
.clearfix .bossgoo-inquiry-phonebottom-box span{
    color: white;
}
.bossgoo-products-main .picBox .share ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bossgoo-products-main .picBox .share ul li a{
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    /* display: inline-block; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.share-link1{background-color: rgb(59, 89, 152);}
.share-link2{background-color: rgb(29, 161, 242);}
.share-link3{background-color: rgb(203, 32, 39);}
.share-link4{background-color: rgb(0, 119, 181);}


/* .bossgoo-products-main .contentLeft .attributes .detail_infos p span{
    word-break: break-word;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: unset !important ;
    white-space: unset !important ;
    text-transform: none !important ;
} */


.bossgoo-products-main .contentLeft .attributes{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.bossgoo-products-main .hiddenAnchor{
    position: absolute;
    left: 0;
    top: -160px;
}

.bossgoo-products-main .contentLeft .attributes .attr1_table{
    width: 100%;
    table-layout:fixed;
}
.bossgoo-products-main .contentLeft .attributes .attr1_table tr{
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.bossgoo-products-main .contentLeft .attributes .attr1_table tr:last-child{
    margin-bottom: 0;
}
.bossgoo-products-main .contentLeft .attributes .attr1_table tr td:nth-child(1){
    width: 30%;
    flex-shrink: 0;
}
.bossgoo-products-main .contentLeft .attributes .attr1_table tr td:nth-child(2){
    /* margin-left: 10px;
    max-width: 60%; */
    /* width: 100%; */
}
.bossgoo-products-main .contentLeft .attributes .attr1_table tr td:nth-child(3){
    margin-left: 10px;
    max-width: 60%;
}
@media only screen and (max-width:767px){
    .bossgoo-products-main .contentLeft .attributes .attr1_table tr td:nth-child(2){
        width: .14rem;
    }
}


.bossgoo-products-main .picBox .allprice{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bossgoo-products-main .picBox .text{
    flex: 1;
}
.bossgoo-products-main .picBox .text .price{
    margin-right: 1%;
    position: relative;
    text-align: center;
}
.bossgoo-products-main .picBox .text .price::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #000;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bossgoo-products-main .picBox .text .price:last-child::before{
    display: none;
}
.bossgoo-products-main .picBox .text .price span:nth-child(3){
    font-size: 13px;
}
@media only screen and (max-width:767px){
    .bossgoo-products-main .picBox .text .price{
        width: 49%;
    }
    .bossgoo-products-main .picBox .text .price:nth-child(2n)::before{
        display: none;
    }
    .bossgoo-products-main .picBox .text .price span:nth-child(1){
        font-size: .4rem;
    }
}

.bossgoo-products-main .picBox .contact .Now span.icon-youxiang:before{
    content: "\e616";
}
.provideo-box {
    width: 100%;
}

.provideo-box .provideo-viBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.provideo-box .provideo-item {
    width: 49%;
    margin-right: 2%;
    cursor: pointer;
}

.provideo-box .provideo-item:nth-child(2n) {
    margin-right: 0;
}

.provideo-box .provideo-imgBox {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-color: #000;
}

.provideo-box .provideo-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provideo-box .provideo-videoImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.provideo-box .provideo-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.provideo-box .provideo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.provideo-box .provideo-textBox {
    width: 100%;
    padding-top: 12px;
}

.provideo-box .provideo-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
}

.provideo-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.provideo-frame .provideo-frameBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.provideo-frame .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provideo-frame .provideo-fra {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    /* background-color: #fff; */
    background-color: #000;
}

.provideo-frame .provideo-fraBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.provideo-frame .provideo-fraVideo {
    width: 100%;
    height: 100%;
}

.provideo-frame .provideo-fraBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media only screen and (max-width: 1440px) {
    .provideo-frame .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1040px) {
    .provideo-box .provideo-textBox {
        padding-top: .2rem;
    }
}

@media only screen and (max-width: 767px) {
    .provideo-box {
        padding: .2rem 0;
    }
    .provideo-box .provideo-text {
        font-size: .24rem;
        height: .72rem;
    }
    .provideo-box .provideo-icon {
        width: .8rem;
        height: .8rem;
    }
}

@media only screen and (max-width: 480px) {
    .provideo-frame .provideo-fraBtn {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        top: .1rem;
        right: .1rem;
    }
}


.provideo-frame{
    overflow: hidden;
}
.provideo-frame .wrap{
    /* max-width: 80vw; */
    max-width: 56vw;
    margin-top: 6vh;
}
@media only screen and (max-width: 1040px) {
    .provideo-frame .wrap{
        max-width: 70vw;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .provideo-frame .wrap{
        max-width: 100vw;
    }
}

.bossgoo-index-about57 .about57-titBox {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bossgoo-index-about57 .about57-tit2 {
    font-size: 14px;
    color: #767676;
    max-width: 40%;
    display: initial;
    margin-bottom: 10px;
    margin-left: 5px;
}