@font-face {
    font-family: "MontserratLight";
    src: url(../css/Montserrat-Light.otf);
}

.mauto:after,
.row:after,
.hsms:after {
    display: none;
}

.img-scale img {
    width: 100%;
    height: 100%;
}

.trans-up {
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.trans-up:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

html,
body {
    font-family: MontserratLight !important;
}

.header.cur .header-top-menu {
    height: 0;
}

.menu-img {
    display: none;
}

.header-show-b {
    padding-top: 15px;
}

.header nav .sub22.navcur .header-show {
    width: auto;
    padding: 20px;
}

.header-show {
    width: 1324px;
    height: auto;
    padding: 0.15rem 0.5rem;
    background: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-show-i {
    width: 100%;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
    font-family: MontserratBold !important;
    font-weight: bold !important;
    font-size: 16px;
    color: #0c0c0c !important;
    line-height: 36px;
}

.header-show-i:hover {
    color: #45aae7 !important;
}

.header-show-img-list,
.header-show-list {
    width: 100%;
}

.header-show-img-list-i,
.header-show-list-i {
    width: calc(100% / 5);
    margin-bottom: 0.2rem;
}

.header-show-img-list {
    margin-top: 0.3rem;
}

.header-show-img-list-i {
    width: calc(100% / 5 - 0.18rem);
    margin-right: 0.18rem;
}

.header-show-img-list-i-img {
    border-radius: 10px;
}

.header-show-img-list-i img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.header-show-img-list-i .header-show-i {
    text-align: center;
}

.header nav .sub2 .link2>a {
    padding: 0 0.34rem;
    font-size: 15px;
}

.header nav .sub3 .lg-4 {
    float: none;
}

.header nav .link4 {
    color: #999;
}

.home-prev,
.home-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.home-next {
    left: auto;
    right: 2% !important;
}

.home-next:hover,
.home-prev:hover {
    /* background: rgb(69, 170, 231, 0.5); */
}

.home-prev {}

/* .abs {
    position: absolute;
    top: 136px;
    left: 0;
} */

.header.cur nav .sub2-row,
.header.cur nav .sub3 {
    top: 91px !important;
}

.header nav .sub2-row {
    padding-top: 15px;
    position: absolute;
    width: 300px;
    top: 136px;
    left: 25%;
}

.header nav .sub3 {
    position: fixed;
    top: 136px;
    margin-top: 15px;
    transform: none !important;
}

.header-top-menu {
    width: 100%;
    height: 45px;
    background: rgb(69, 170, 231);
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    transition: all 0.8s;
}

.header-top-menu .t1 {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-menu .t1 img {
    display: block;
    object-fit: contain;
    margin-right: 0.1rem;
}

.header nav ul li:hover>a.wxcur-hot::after {
    background: url(../images/project/icon-h-hot.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.header nav ul li>a.wxcur-hot::after {
    width: 20px;
    height: 22px;
    display: inline-block;
    content: "";
    float: right;
    margin-left: 5px;
    background: url(../images/project/icon-h-hot.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.home-model2 {
    padding: 0.4rem 0;
}

.public-tobody1 {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.home-model2-i {
    margin-bottom: 0.25rem;
}

.home-model2-i .more-h5:hover {
    color: #1b77af;
}

.home-model2-i:last-child {
    margin-bottom: 0;
}

.home-public-nav>.info {
    width: 80%;
    display: flex;
    align-items: center;
}

.home-model4 .home-public-nav>.info {
    display: flex;
    align-items: center;
}

.home-model4 .home-public-nav>.info .t1 {
    min-width: fit-content;
}

.home-model4 .home-public-nav>.info .t2 {
    margin-top: 0;
    margin-left: 0.15rem;
}

.more-h5,
.home-public-nav>.more {
    width: max-content;
    min-width: max-content;
    height: 33px;
    border-radius: 3px;
    padding: 0 13px;
    font-weight: 300;
    font-size: 14px;
    color: #1b77af;
    line-height: 33px;
    background: #E1EDF8;
    border-radius: 20px;
}

.more-h5 {
    margin: auto;
    display: block;
    margin-top: 0.15rem;
    background: #E1EDF8;
    /* background: transparent; */
    border: none !important;
    /* color: #000000; */
    border-radius: 50px;
}

.more-h5 img {
    margin-left: 5px;
}

.home-public-nav>.info .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #303030;
}

.home-public-nav>.info .t2 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #171717;
    margin-top: 0;
    margin-left: 0.15rem;
}

.home-model-prev::after,
.home-model-next::after {
    color: #4a4956 !important;
    font-size: 20px !important;
}

.home-model-prev {
    left: 0 !important;
}

.home-model-next {
    right: 0 !important;
}

.home-model2-i-list-i {
    width: 100%;
    max-width: 1676px;
    margin: auto;
    margin-top: 0.2rem;
}

.home-model-swiper1-i {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home-model-swiper1-i-info {
    padding: 0.08rem 0.24rem 0.2rem
}

.home-model-swiper1-i-info .t1 {
    min-height: 0.48rem;
    font-weight: 300;
    font-size: 0.14rem;
    color: #171717;
    line-height: 0.24rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-model-swiper1-i-info .t2 {
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-model-swiper1-i-info .t2 .prices {
    font-size: 0.16rem;
}

.home-model-swiper1-i-info .t2 .collect {
    width: 0.19rem;
}

.home-model-swiper1-i-info .t2 .collect img {
    object-fit: contain;
}

.home-model-swiper1-i.cur .home-model-swiper1-i-info .t2 .collect .i1,
.home-model-swiper1-i-info .t2 .collect .i2 {
    display: none;
}

.home-model-swiper1-i.cur .home-model-swiper1-i-info .t2 .collect .i2 {
    display: block;
}

.cur .i1 {
    display: none !important;
}

.cur .i2 {
    display: block !important;
}

#search-area-box .search {
    width: 80% !important;
    max-width: 8rem;
    margin: auto;
}

.layui-layer {
    top: 91px !important;
    background: transparent !important;
}

.layui-layer-setwin .layui-layer-close {
    position: absolute;
    right: -30px;
    top: -20px;
}

.home-search-hot {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.home-search-hot-l {
    width: 45%;
    padding: 30px;
}

.home-search-hot-l>.t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.home-search-hot-l>.list {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.home-search-hot-l>.list::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0.08);
}

.home-search-hot-l>.list::-webkit-scrollbar-thumb {
    background: #45aae7;
}

.home-search-hot-l>.list .t2 {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.home-search-hot-r {
    width: 55%;
}

.img,
.imgs {
    padding-bottom: 67.54098361%;
}

.word-click {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
    border: 1px solid #ddd;
    margin: 3px 10px 3px 0;
    line-height: 32px;
    color: #333;
    border-radius: 2px;
}

.work-s-t,
.ho-btn {
    display: none !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
    opacity: unset;
    background-color: #45aae7 !important;
}

.h-model1 {
    padding: 0.38rem 0 0.1rem;
}

.home-menu {
    margin-left: -0.2rem;
}

.home-menu-i {
    width: calc(100% / 6);
    border-radius: 10px;
    padding: 0.18rem 0;
    margin-left: 0.2rem;
    min-height: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-menu-i .t1 {
    font-weight: 300;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.28rem;
    margin-top: 0.16rem;
}

.home-menu-i-img {
    width: auto;
}

.home-menu-i-img img {
    width: 0.5rem;
    object-fit: contain;
    margin: auto;
    display: block;
}

.h-model1-title {
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    line-height: 0.28rem;
    margin: 0.43rem 0;
    text-align: center;
}

.h-model1-info {
    padding: 0.4rem 0 0.2rem;
    background: url(../images/project/h-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
}

.h-model1-info .list .list-i {
    width: calc(100% / 3);
}

.h-model1-info .list .list-i>img {
    width: 0.42rem;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 0.2rem;
}

.h-model1-info .list .list-i:last-child .t1 {
    border-right: none;
}

.h-model1-info .list .list-i .t1 {
    font-weight: 300;
    font-size: 0.18rem;
    color: #303030;
    line-height: 0.3rem;
    text-align: left;
    border-right: 1px solid #e8e8e9;
    padding: 0 0.5rem;
    word-wrap: break-word;
}

.h-model1-more {
    width: fit-content;
    min-width: 2.56rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 0.1rem;
    /* border: 1px solid #45aae7; */
    background: rgba(69, 170, 231, 0.1);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.16rem;
    color: #45aae7;
    line-height: 0.28rem;
    padding: 0 0.2rem;
}

.home-model3 {
    background: #ffffff;
    padding: 0.45rem 0;
}

.home-model3-i {
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.home-model3-i .t1 {
    position: absolute;
    left: 0.29rem;
    bottom: 0.3rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ffffff;
}

.home-model3-i>img {
    width: 100%;
    object-fit: cover;
    min-height: 2.96rem;
}

.home-model3-a {
    margin-top: 0.2rem;
}

.home-model3-b {
    margin-top: 0.21rem;
}

.home-model3-b .home-model3-i {
    width: 49%;
}

.home-model4 {
    padding: 0.4rem 0 0.57rem;
}

.home-model4-swiper-i {
    /* border-right: 1px solid #e8e8e8; */
    /* padding-right: 17px; */
}

.home-model4-swiper-i-info {
    margin-top: 0.28rem;
}

.home-model4-swiper-i-info .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #343434;
}

.home-model4-swiper-i-img {
    padding-bottom: 2.12rem !important;
}

.home-model4-swiper-i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-model4-swiper-i-info img {
    margin-right: 11px;
    object-fit: contain;
}

.home-model4-swiper-i-info .t2 {
    font-weight: 300;
    font-size: 14px;
    color: #343434;
    line-height: 28px;
    margin-top: 11px;
}

.home-model4-swiper-i:last-child {
    border-right: none;
}

.home-model4-more {
    display: none;
}

.testimonials-b-list-i-con-img {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}

.testimonials-b {
    padding: 0.67rem 0 0.44rem;
}

.testimonials-b-title {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    text-align: center;
}

.testimonials-b-info {
    font-weight: 300;
    font-size: 0.16rem;
    color: #2e2e2e;
    line-height: 0.24rem;
    margin-top: 0.17rem;
    text-align: center;
}

.testimonials-b-list {
    margin-top: 0.59rem;
}

.testimonials-b-list-i-con .info {
    width: 2.67rem;
    height: 100%;
    min-height: 0.98rem;
    background: #f3f5f8;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.2rem 0.26rem;
}

.testimonials-b-list-i-con .info img {
    margin-right: 12px;
    object-fit: contain;
}

.testimonials-b-list-i-con .info .t1 {
    max-width: 80%;
    font-size: 18px;
    color: #171717;
    font-weight: bold;
    font-family: MontserratBold;
}

.testimonials-b-list-i-con .info .t2 {
    max-width: 80%;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.testimonials-b-list-i-msg {
    padding-left: 50px;
    font-weight: 300;
    color: #171717;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.testimonials-b-list-i {
    margin-bottom: 20px;
}

.contact-box-title {
    background: #f3f5f8;
    padding: 0.58rem 0 0.51rem;
}

.contact-box-title .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    text-align: center;
}

.contact-box-title .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
    margin-top: 0.33rem;
    text-align: center;
}

.contact-box-con {
    text-align: center;
    padding: 0.61rem 0.46rem;
}

.contact-box-con-i>.t1,
.contact-box-con>.t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
}

.contact-box-con .t2 {
    margin-top: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #171717;
    line-height: 36px;
}

.contact-box-con-i {
    margin-top: 0.67rem;
}

.contact-box-con-i-row-i.code,
.contact-box-con-i-row .contact-box-con-i-row-i {
    width: calc(100% / 4 - 12px);
    margin-top: 0.25rem;
}

.contact-box-con-i-row-i .t1 {
    font-weight: 300;
    font-size: 16px;
    color: #303030;
    text-align: left !important;
}

.contact-box-con-i-row-i .input {
    margin-top: 0.2rem;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e8e8e1;
    font-size: 16px;
    padding: 0 0.2rem;
}

.contact-box-con-i-row-i {
    width: 100%;
    margin-top: 0.25rem;
}

.contact-box-con-i-row {
    margin-top: 0.43rem;
}

.contact-box-con-i-row-i-btn {
    width: 1.68rem;
    height: 42px;
    background: #45aae7;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 5px;
}

.contact-box-con-i-row-i-code {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.contact-box-con-i-row-i-code::after {
    width: 24%;
    content: "";
}

.contact-box-list {
    margin-top: 0.67rem;
}

.contact-box-list-swiper-img img {
    object-fit: cover;
    min-height: 5.68rem;
}

.contact-box-list-swiper1 {
    width: 100%;
    max-width: 4.76rem;
    max-height: 4.5rem;
    position: absolute;
    z-index: 1;
    top: 0.6rem;
    left: 0.6rem;
}

.contact-box-list-swiper1-info {
    font-size: 0.18rem;
    line-height: 23px;
    color: #000;
    /* background: #ffffff; */
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    padding: 10px 0.4rem;
    border-bottom: 1px solid #f1f1f1;
}

.contact-box-list-swiper1-info-t1 {
    font-family: MontserratBold;
    font-weight: bold;
    margin-bottom: 0.04rem;
}

/* .contact-box-list-swiper1-info:hover {
    color: #45aae7;
} */

/* .contact-box-list-swiper1-info:hover,
.contact-box-list-swiper1-info.swiper-slide-thumb-active {
    color: #ffffff;
    background: #45aae7;
} */

.packing-model1 {
    padding: 0.48rem 0 0.5rem;
    background: url(../images/project/ps1.png) no-repeat;
    background-size: cover;
}

.packing-model1-i-title {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    text-align: center;
}

.packing-model1-i-box {
    max-width: 944px;
    margin: auto;
    margin-top: 0.35rem;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.packing-model1-i-box-img {
    width: 3.51rem;
    min-height: 3.93rem;
}

.packing-model1-i-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packing-model1-i-box-info {
    width: calc(100% - 3.51rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    padding: 0 0.71rem;
}

.packing-model1-i-box-info .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 0.3rem;
}

.packing-model1-i {
    margin-bottom: 0.36rem;
}

.packing-model1-i:last-child {
    margin-bottom: 0;
}

.packing-model1-i-box-i {
    width: 49%;
    padding: 20px;
    min-height: 2.66rem;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.packing-model1-i-box-i-info {
    font-size: 16px;
    color: #303030;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0.25rem;
}

.packing-model1-i-box-i-info .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 0.11rem;
}

.packing-model1-i-box1 {
    margin-top: 25px;
}

.packing-model1-i-box-i-info,
.packing-model1-i-box-i-img {
    width: 50%;
}

.packing-model1-i-box-i-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packing-model2-list {
    margin-top: 0.38rem;
}

.packing-model2-list-i {
    width: 32%;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.packing-model2-list-i-con {
    background: #fff;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    padding: 0.4rem 0.25rem;
}

.packing-model2-list-i-con .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 0.11rem;
}

.packing-model2 {
    padding: 0.54rem 0 0.45rem;
    background: #f3f5f8;
}

.packing-model2-title {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    text-align: center;
}

.packing-model3 {
    padding: 0.64rem 0 0.57rem;
    background: url(../images/project/ps2.png) no-repeat;
    background-size: cover;
}

.packing-model3 .packing-model1-i-box-info,
.packing-model3 .packing-model1-i-box-img {
    width: 50%;
}

.packing-model3 .packing-model1-i-box-img {
    min-height: 3.06rem;
}

.packing-model3 .packing-model1-i-box-info {
    padding: 0 0.24rem;
}

.packing-model3-more {
    width: auto;
    display: block;
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 20px;
    color: #47abe7;
    text-align: center;
    margin: auto;
    margin-top: 0.5rem;
}

.productservice-list {
    padding: 0.6rem 0 0.58rem;
}

.productservice-list-i {
    width: 48%;
    height: max-content;
    margin-bottom: 0.91rem;
}

.productservice-list-i .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 5%, RGBA(218, 238, 250, 0.7));
    margin-bottom: 0.45rem;
    /*margin-bottom: 0.45rem;
    padding: 0.6rem 0.3rem 0.29rem;*/
}

.productservice-list-i .item:last-child {
    margin-bottom: 0;
}

.productservice-list-i .item .item-img {
    object-fit: contain;
    border-radius: 20px;
    overflow: hidden;
}

.productservice-list-i .item .t1 {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.36rem;
    color: #45aae7;
    text-align: center;
    margin: 0.16rem 0 0.14rem;
}

.productservice-list-i .item .t2 {
    width: 1.68rem;
    height: 0.42rem;
    background: rgba(0, 0, 0, 0);
    border-radius: 21px;
    border: 1px solid #45aae7;
    margin-top: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    color: #45aae7;
    padding: 0 5px;
    white-space: nowrap;
}

/* .productservice-list .row .row-i:nth-child(odd) .productservice-list-i:nth-child(odd) .item-title {
    display: none;
} */

.productservice-list .row .productservice-list-i:nth-child(even) .item-title {
    visibility: hidden;
}

/* .productservice-list .row .row-i:nth-child(even) .productservice-list-i:nth-child(odd) {
    margin-top: -1.5rem;
} */

.productservice-list-i .item-title {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0.45rem;
}

.productservice-list-i .item-title .s {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.48rem;
    color: #45aae7;
    line-height: 0.7rem;
    /* margin-right: 0.34rem; */
}

.productservice-list-i .item-title .b {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 1.5rem;
    background: linear-gradient(180deg, #45aae7, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5rem;
}

.menu-s-sec {
    padding: 0.35rem 0 0.5rem;
    background: #f3f5f8;
}

.menu-s ul {
    display: flex;
}

.menu-s li {
    width: 20%;
    text-align: center;
}

.menu-s li a {
    display: block;
}

.menu-s li .s-img {
    width: 80px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-s li .s-img .size {
    padding-bottom: 100%;
}

.menu-s li .s-img .s-i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-s li .s-img .s-i img {
    max-height: 42px;
}

.menu-s li .s-img .s-i img.i-hover {
    display: none;
}

.menu-s li:hover .s-img,
.menu-s li.cur .s-img {
    background: #45aae7;
}

.menu-s li:hover .s-img .s-i img.i-black,
.menu-s li.cur .s-img .s-i img.i-black {
    display: none;
}

.menu-s li:hover .s-img .s-i img.i-hover,
.menu-s li.cur .s-img .s-i img.i-hover {
    display: inline-block;
}

.menu-s li .hh {
    font-size: 18px;
    line-height: 1.5;
    font-family: "MontserratBold";
    font-weight: bold;
    color: #2C2C2C;
    margin-top: 10px;
}

.menu-s li.cur .hh,
.menu-s li:hover .hh {
    color: #45aae7;
}

.menu-s li.cur .hh,
.menu-s li:hover .hh {
    color: #45aae7;
}

.faq-sec {
    padding: 0.5rem 0 0.42rem;
}

.faq-s-con {
    background: #fff;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
    padding: 0.17rem 0.54rem 0.5rem;
}

.faq-s-list li {
    border-bottom: 1px solid #ececec;
}

.faq-s-list .card_header {
    cursor: pointer;
}

.faq-s-list .h_h2 {
    font-size: 20px;
    color: #2b2b29;
    line-height: 1.4;
    padding: 1.35em 40px 1.35em 0;
    position: relative;
    font-weight: bold;
}

.faq-s-list .h_h2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 18px;
    height: 2px;
    background: #545454;
}

.faq-s-list .h_h2:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 22px;
    height: 18px;
    width: 2px;
    background: #545454;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.faq-s-list li.open .h_h2:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-s-list li.open .h_h2 {
    color: #45aae7;
}

.faq-s-list li .card_body {
    display: none;
    padding: 0 0 1.6em;
    font-size: 15px;
    line-height: 2;
    color: #4f5062;
}

.about-b-model3-list,
.about-b-model1 {
    padding: 0.49rem 0 0.58rem;
}

.about-b-model1-info .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    margin-bottom: 0.22rem;
}

.about-b-model1-info {
    padding-top: 0.21rem;
}

.about-b-model1-info .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.about-b-model1-info .t2>span {
    display: flex;
    margin-top: 0.3rem;
}

.about-b-model1-info .t2 i {
    width: 7px;
    min-width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: #45aae7;
}

.about-b-model1-info,
.about-b-model1-img {
    width: 48%;
}

.about-b-model1-img img {
    object-fit: contain;
}

.about-b-model2 {
    padding: 0.55rem 0 0.63rem;
    min-height: 5.07rem;
}

.about-b-model2 .about-b-model1-img {
    border-radius: 20px;
}

.about-b-model2 .about-b-model1-img img {
    object-fit: cover;
}

.about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item {
    border-bottom: none;
}

.about-b-model3-list-i-item.center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-b-model3-list-i-item {
    width: calc(100% / 3);
    min-height: 2.8rem;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0.52rem 0.25rem;
}

.about-b-model3-list-i-item:last-child {
    border-right: none;
}

.about-b-model3-list-i-item .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 20px;
    color: #303030;
    margin-bottom: 0.24rem;
}

.about-b-model3-list-i-item .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.about-b-model3-list-i-item .t3 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.26rem;
    color: #303030;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-b-model3-list-i-item .t3::after {
    width: 0.66rem;
    height: 4px;
    content: "";
    margin: auto;
    display: block;
    background: #45aae7;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.about-b-model3-list-i-item .t3::before {
    width: 1.69rem;
    height: 1.69rem;
    background: rgba(69, 170, 231, 0.1);
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about-b-model2-i {
    margin-bottom: 0.48rem;
}

.about-b-model2.list .about-b-model2-i {
    margin-bottom: 0.48rem;
    background: rgba(69, 170, 231, 0.1);
    border-radius: 15px;
}

.about-b-model2-i:last-child {
    margin-bottom: 0;
}

.about-b-model2-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.about-b-model2-i:nth-child(even) .about-b-model2-i-info {
    padding-left: 0;
    padding-right: 0.52rem;
}

.about-b-model2.list .about-b-model2-i:nth-child(even) .about-b-model2-i-info {
    padding-left: 0.52rem;
    padding-right: 0.52rem;
}

.about-b-model2-i-img {
    width: 50%;
    padding: 0 !important;
    border-radius: 15px;
}

.about-b-model2-i-info {
    width: 50%;
    padding-left: 0.52rem;
}

.about-b-model2-i-info .t1 {
    /* font-family: MontserratBold; */
    font-weight: bold;
    font-size: 0.26rem;
    color: #303030;
    margin-bottom: 0.37rem;
}

.about-b-model2-i-info .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.about-b-model2.list .about-b-model2-i .i-banner {
    margin-top: 0 !important;
}

.customized-ser-sec1 {
    color: #fff;
    padding: 0.9rem 0 1.03rem;
    background: url(../images/project/cus_ser_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.customized-ser-sec1 .hh_v {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.customized-ser-sec1 p {
    font-weight: 300;
    line-height: 1.8;
}

.customized-ser-sec2 {
    padding: 0.29rem 0 0.6rem;
    background: #f3f5f8;
}

.cus-ser-list li {
    margin-bottom: 0.19rem;
    background: #fff;
    border-radius: 15px;
}

.cus-ser-list li .item {
    display: flex;
    align-items: center;
}

.cus-ser-list li .imgbox {
    width: 235px;
    flex-shrink: 0;
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
    overflow: hidden;
    padding: 12px;
    background: #fff;
}

.cus-ser-list li .imgbox .size {
    padding-bottom: 100%;
    position: relative;
}

.cus-ser-list li .imgbox .img {
    position: static !important;
    padding-bottom: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cus-ser-list li .imgbox .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.cus-ser-list li .item:hover .imgbox .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cus-ser-list .text {
    padding-left: 36px;
}

.cus-ser-list .text .hh {
    font-family: "MontserratSemi";
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.cus-ser-list .text .dec {
    color: #2e2e2e;
    line-height: 1.5;
    height: 2.8em;
    overflow: hidden;
}

.cus-ser-list .text .more {
    color: #45aae7;
    line-height: 2.5;
    border: 1px solid #45aae7;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    width: 10.4em;
    text-align: center;
    margin-top: 2em;
}

.cus-ser-list li .item:hover .text .more {
    background: #45aae7;
    color: #fff;
}

.page-cs {
    text-align: center;
    color: #45aae7;
    margin-top: 0.65rem;
}

.page-cs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-cs li {
    margin: 0 0.8em 1em;
}

.page-cs a {
    display: block;
    color: #45aae7;
}

.page-cs li.cur a,
.page-cs a:hover {
    color: #222;
}

.cus-ser-list-swiper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0.24rem;
}

.cus-ser-list-swiper-info,
.cus-ser-list-swiper-img {
    width: 50%;
}

.cus-ser-list-swiper-info {
    padding: 0.3rem 0.5rem;
}

.cus-ser-list-swiper-info .t1 {
    font-weight: 600;
    font-size: 0.2rem;
    color: #343434;
    line-height: 0.28rem;
}

.cus-ser-list-swiper-info .t2 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #2e2e2e;
    line-height: 0.24rem;
    margin-top: 0.34rem;
}

.cus-ser-list-swiper-info .t3 {
    margin-top: 0.41rem;
}

.cus-ser-list-swiper-info .t3 .t3-more {
    width: auto;
    min-width: 1.68rem;
    height: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #45aae7;
    font-weight: 300;
    font-size: 0.16rem;
    color: #45aae7;
}

.cus-ser-list-swiper-info .t3 .t3-more:hover {
    background: #45aae7;
    color: #fff;
}

.t3-page-next,
.t3-page-prev {
    width: 0.42rem;
    cursor: pointer;
}

.t3-page-next {
    margin-left: 0.16rem;
}

.goods-box-info {
    padding: 0.25rem 0 0.52rem;
}

.goods-box-info-row {
    margin-top: 0.22rem;
}

.goods-box-info-row-r,
.goods-box-info-row-l-box {
    width: 48%;
}

/* .goods-box-info-rows {
    position: sticky;
    top: 136px;
} */

.goods-box-info-row-l {
    /* position: sticky;
    top: 136px; */
    display: flex;
    justify-content: space-between;
    background: #fff;
    z-index: 9;
    padding-top: 20px;
    border-radius: 15px;
    padding: 20px;
}

.goods-box-info-row-l-swiper1-i img {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
}

.goods-box-info-row-l-swiper1 {
    width: 1.09rem;
    max-height: 5.32rem;
    min-height: 5.32rem;
}

.goods-box-info-row-l-swiper2 {
    width: calc(100% - 120px);
}

.goods-box-info-row-l-swiper2 .swiper-pagination {
    display: none;
}

.goods-box-info-row-l-swiper2-i {
    display: flex;
    justify-content: center;
}

/* .goods-box-info-row-l-swiper2-i .po-auto {
    position: static !important;
} */

.goods-box-info-row-l-swiper2-i img {
    width: 5.34rem;
    height: auto;
}

.goods-box-info .ho-nav {
    padding-left: 0;
    display: flex;
}

.goods-box-info-row-l .swiper-pagination {
    position: absolute !important;
    width: calc(100% - 109px);
    left: 50%;
    bottom: 10px !important;
    transform: translateX(-50%);
    z-index: 99999 !important;
}

.goods-box-info-row-l-swiper1 .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #49abea;
}

.goods-box-info-row-msg-list .swiper-pagination .swiper-pagination-bullet,
.goods-box-info-row-l .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 9px !important;
}

.goods-box-info-row-msg .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    line-height: 28px;
}

.goods-box-info-row-msg {
    margin-top: 0.5rem;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    /* position: sticky;
    top: 730px; */
}

.goods-box-info-row-msg-list .swiper-pagination {
    position: static !important;
    margin-top: 0.3rem !important;
    display: none;
}

.goods-box-info-row-msg-list-i {}

.goods-box-info-row-msg-list-i-img {
    width: 1.3rem;
    height: 1.3rem;
    margin: auto;
    border: 1px solid #f0f2f2;
    padding: 5px;
}

.goods-box-info-row-msg-list-i-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.goods-box-info-row-msg-list-i-con {
    font-weight: 300;
    font-size: 15px;
    color: #020301;
    margin-top: 0.12rem;
}

.goods-box-info-row-msg-list {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.goods-box-info-row-r {
    padding-top: 20px;
    position: sticky;
    top: 136px;
    height: max-content;
}

.goods-box-info-row-r-title {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
}

.goods-box-info-row-r-specs {
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.goods-box-info-row-r-specs span {
    width: 40%;
    margin-right: 0.3rem;
    margin-bottom: 5px;
}

.goods-box-info-row-r-specs span:last-child {
    margin-right: 0;
}

.goods-box-info-row-r-price {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 0.25rem 0.12rem;
    margin: 0.25rem 0 0.3rem;
}

.goods-box-info-row-r-price .info1 {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.goods-box-info-row-r-price .info2>.a,
.goods-box-info-row-r-price .info1>.a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #171717;
}

.goods-box-info-row-r-price .info1>.b {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #00946c;
}

.goods-box-info-row-r-price .info2>.a {
    display: block;
    line-height: 28px;
}

.goods-box-info-row-r-price .info2 {
    padding-left: 0.5rem;
    border-left: 1px solid #dadada;
}

.goods-box-info-row-r-stype-title {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    margin-bottom: 10px;
}

.goods-box-info-row-r-stype {
    margin-bottom: 0.3rem;
}

.goods-box-info-row-r-stype-i {
    padding-right: 15px;
    position: relative;
}

.goods-box-info-row-r-stype-i-img {
    width: 1.03rem;
    min-width: 1.03rem;
    height: 1.03rem;
    border-radius: 8px;
    margin-bottom: 10px;
}

.goods-box-info-row-r-stype-i-img img {
    border-radius: 50%;
    object-fit: cover;
}

.goods-box-info-row-r-stype-i.cur .goods-box-info-row-r-stype-i-img {
    background: rgba(69, 170, 231, 0.5);
}

.goods-box-info-row-r-stype-i-img em {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -15px;
    height: 20px;
    line-height: 20px;
    color: #666 !important;
    border: 1px solid #ccc;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    background: #fff;
    display: none;
}

.goods-box-info-row-r-stype-i:hover .goods-box-info-row-r-stype-i-img em {
    display: block;
}

.goods-box-info-row-r-num {
    font-size: 16px;
    font-weight: 300;
    color: #171717;
    margin-top: 0.34rem;
}

.goods-box-info-row-r-btn .btn1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background-color: #d2d2d2;
    margin-right: 11px;
    background: url(../images/project/collection_icon4.png) no-repeat center;
}

.font-s-18 {
    font-size: 18px;
}

.goods-box-info-row-r-btn .btn1.cur {
    background: url(../images/project/collection_icon4_cur.png) no-repeat center;
}

.goods-box-info-row-r-btn .btn2 {
    width: calc(100% - 54px);
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: #49abea;
    font-size: 0.18rem;
    font-family: MontserratBold;
    font-weight: bold;
    color: #ffffff;
}

.goods-box-info-row-r-msg {
    margin-top: 0.5rem;
}

.goods-box-info-row-r-msg .t1 {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #303030;
    margin-bottom: 0.17rem;
}

.goods-box-info-row-r-msg .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.goods-box-recommend {
    padding: 0.56rem 0 0.8rem;
    background: url(../images/project/goods-bg.png) no-repeat center;
    background-size: cover;
}

.goods-box-info-row-msg-list .swiper-scrollbar-drag {
    background: #49abea !important;
}

.ho-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 36px;
}

.ho-nav-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: MontserratLight;
    font-weight: 300;
}

.ho-nav>img {
    width: 13px;
    height: 14px;
    margin-right: 9px;
}

.ho-nav-title>span {
    color: #5c5c5d;
}

.ho-nav-title>i {
    margin: 0 5px 0;
    color: #a1a1a1;
}

.ho-nav-third>span {
    color: #49abea;
}


.sourcingservice-b {
    background: #f4f5f9;
    padding: 0.32rem 0 0.63rem;
}

.sourcingservice-b-top {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 0.58rem 0.53rem;
}

.sourcingservice-b-top .t1 {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.3rem;
    color: #45a9e9;
    line-height: 28px;
    margin-bottom: 0.35rem;
}

.sourcingservice-b-top .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.sourcingservice-b-top .t3 {
    margin-top: 0.31rem;
    width: max-content;
    height: 47px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #45a9e9;
    display: flex;
    justify-content: center;
    margin-left: auto;

    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.18rem;
    color: #45a9e9;
    line-height: 24px;
    padding: 0 0.1rem 0 0.22rem;
}

.sourcingservice-b-top .t3 img {
    width: 0.35rem;
    margin-left: 0.22rem;
    object-fit: contain;
}

.sourcingservice-b-con {
    margin-top: 0.56rem;
}

.sourcingservice-b-con-title {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.3rem;
    color: #030303;
    display: flex;
}

.sourcingservice-b-con-list {
    margin-top: 0.43rem;
}

.sourcingservice-b-con-list-i {
    width: 48%;
    margin-bottom: 0.19rem;
}

.sourcingservice-b-con-list-i-img {
    width: 2.35rem;
    height: 2.35rem;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sourcingservice-b-con-list-i-img img {
    object-fit: contain;
}

.sourcingservice-b-con-list-i-msg {
    width: calc(100% - 2.7rem);
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 0.2rem;
    color: #343434;
    line-height: 28px;
}

.work-sec {
    padding: 0.4rem 0 0.35rem;
}

.work-s-list {
    margin-bottom: 0.39rem;
}

.work-s-list li {
    margin-bottom: 0.18rem;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
    padding: 0.03rem 0.19rem 0.23rem 0.19rem;
}

.work-s-list li .que-s {
    padding: 0.2rem 0.2rem 0.2rem 56px;
}

.work-s-list li .ans-s {
    background: #f1f9fd;
    position: relative;
    padding: 0.25rem 0.2rem 0.25rem 56px;
}

.work-s-list li .hh {
    font-family: "MontserratBold";
    font-weight: bold;
    color: #4F5062;
    line-height: 1.4;
    margin-bottom: 0.2em;
}

.work-s-list li .dec {
    font-size: 15px;
    line-height: 1.5;
    color: #4F5062;
}

.work-s-list li .ans-s .i-s {
    position: absolute;
    left: 0;
    top: 0;
}

.work-s-t {
    text-align: center;
}

.btn-s-s {
    display: inline-block;
    background: #45aae7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "MontserratBold";
    font-weight: bold;
    color: #fff;
    line-height: 3.16;
    padding: 0 1.2em;
}


.CService {
    display: flex;
    max-width: max-content;
    margin: auto;
    overflow-x: auto;
}

.CService li {
    min-width: max-content;
    padding: 0 0.3rem;
    font-size: 16px;
    font-weight: 500;
}

.CService li a {
    padding: 0.2rem 0;
    position: relative
}

.CService li a.cur,
.CService li a:hover {
    color: #45aae7;
}

.CService li a::after {
    width: calc(100% - 0.3rem);
    height: 3px;
    display: block;
    background: #45aae7;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

.CService li a.cur::after {
    visibility: visible;
    opacity: 1;
}

.pay-h-title {
    font-family: MontserratBold;
    border-bottom: 1px solid #E3E3E3;
}

.history-cur .home-model-swiper1-i {
    border: 1px solid #eff1f1;
    border-radius: 10px;
}

.history-cur ul {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}

.history-cur ul li {
    padding-left: 20px;
    margin-bottom: 0.3rem;
}


.h-model1-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.h-model1-1 .items {
    width: calc(25% - 16px);
    background: #DCEEF6;
    border-radius: 8px;
    margin-left: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    padding: .1rem;
}

.h-model1-1 .items:first-child {
    width: calc(50% - 16px);
}

.h-model1-1 .items .items-info {
    width: 60%;
    padding: .26rem;
    padding-right: 5px;
}

.h-model1-1 .items .items-info .t1 {
    font-weight: bold;
    font-size: .24rem;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}

.h-model1-1 .items .items-info .t2 {
    font-weight: 300;
    font-size: .16rem;
    color: #2D2D2D;
    line-height: .2rem;
    text-align: left;
}

.h-model1-1 .items .items-img {
    width: 40%;
    object-fit: contain;
}

.home-model3-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-model3-3 .left {
    max-width: 4.64rem;
    width: 100%;
}

.home-model3-3 .right {
    width: calc(100% - 4.94rem);
}

.home-model3-3 .right .t1 {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.home-model3-3 .right .t2 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.36rem;
    margin: 0.2rem 0;
}

.home-model3-3 .right .t3 {
    width: max-content;
    height: 0.4rem;
    background: #E1EDF8;
    font-weight: 300;
    font-size: 0.18rem;
    color: #1B77B1;
    line-height: 0.4rem;
    text-align: center;
    padding: 0 0.2rem;
    margin-top: 0.5rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.home-model3-3 .right .list {
    display: flex;
    margin-top: .3rem;
    margin-left: -20px;
}

.home-model3-3 .right .list .list-i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.home-model3-3 .right .list .list-i>img {
    width: max-content;
    object-fit: contain;
    display: block;
}

.home-model3-3 .right .list .list-i {
    width: calc(100% / 4 - 20px);
}

.home-model3-3 .right .list .list-i .list-i-t1 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #28A1E7;
    line-height: 0.2rem;
    margin: 0.2rem 0;
}

.home-model3-3 .right .list .list-i .list-i-t2 {
    font-weight: 300;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.2rem;
    text-align: center;
}

.home-model-swiper3 {
    margin-top: 0.6rem;
}

.home-model2-i-list-i.swiper3 .home-model-next3::after {
    color: #fff !important;
}

.home-model4-swiper1 {
    margin: 0.49rem auto 0.6rem;
}

.home-model4-swiper1-i {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.home-model4-swiper1-i-img {
    max-width: 6.18rem;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.home-model4-swiper1-i-info {
    width: calc(100% - 6.18rem);
    padding: 0 0.5rem;
}

.home-model4-swiper1-i-info .t1 {
    font-weight: bold;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.36rem;
}

.home-model4-swiper1-i-info .t2 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #2D2D2D;
    line-height: 0.3rem;
    text-align: left;
    margin-top: 0.2rem;
}

.home-model4-swiper1-page {
    margin-top: 0.3rem;
}

.home-model4-swiper1-prev,
.home-model4-swiper1-next {
    position: static !important;
    margin: 0;
}

.home-model4-swiper1-prev {
    margin-right: 0.3rem;
}

.home-model4-swiper1-prev::after,
.home-model4-swiper1-next::after {
    font-size: 0.24rem;
    color: #AFB0B8 !important;
}

.home-model4-swiper1-i-more {
    font-weight: 300;
    font-size: 0.18rem;
    color: #1B77B1;
    line-height: 0.36rem;
    text-align: center;
    width: max-content;
    height: 0.36rem;
    background: #E1EDF8;
    padding: 0 0.2rem;
    margin-left: auto;
    display: block;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

@media (max-width: 1920px) {
    .header nav .sub2-row {
        margin-left: -200px;
    }

    /* .header-show {
        left: 50%;
        transform: translateX(-30%);
    } */
}

@media (max-width: 1600px) {

    .mauto,
    .header-top-menu .t1 {
        padding-left: 0.32rem;
        padding-right: 0.32rem;
    }
}

@media (max-width: 1500px) {
    .header-show {
        width: 1200px;
        padding: 0.2rem 0.3rem;
    }

    .header nav .sub2,
    .header nav .sub2-row {
        width: 260px;
    }

    .header nav .sub3 {
        width: 900px;
        margin-left: 260px !important;
    }

    .header nav .sub2 .link2>a {
        padding: 0 0.22rem;
    }

    .header nav .sub2-row {
        margin-left: -150px;
    }
}

@media (max-width: 1600px) {
    .header-show {
        width: 11rem;
    }

    .fmsg,
    .fbody,
    .public-tobody1 {
        width: 97% !important;
        padding-left: 0.32rem;
        padding-right: 0.32rem;
    }

    .header nav .sub3 {
        width: 800px;
    }

    .pd-lf {
        padding-left: 0.32rem;
        padding-right: 0.32rem;
    }
}

@media (max-width: 1280px) {
    .home-model3-3 .left {
        max-width: 4rem;
    }

    .home-model3-3 .right {
        width: calc(100% - 4.4rem);
    }

    .sourcingservice-b-con-list-i-img {
        width: 2rem;
        height: 2rem;
    }

    .sourcingservice-b-con-list-i-msg {
        width: calc(100% - 2.2rem);
    }

    .goods-box-info-row-l-box {
        width: 50%;
    }

    .contact-box-con-i-row-i.code,
    .contact-box-con-i-row .contact-box-con-i-row-i {
        width: calc(100% / 2 - 12px);
        margin-top: 0.2rem;
    }

    .contact-box-con-i-row {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-box-list-swiper1-info {
        padding: 0 0.2rem;
    }

    .contact-box-list-swiper1 {
        max-width: 3.6rem;
        max-height: 4rem;
    }

    .contact-box-con-i {
        margin-top: 0.5rem;
    }

    .header-show {
        width: 10rem;
    }

    .goods-box-info-row-l-box {
        width: 50%;
    }

    .contact-box-list-swiper1-info {
        padding: 0 0.2rem;
    }

    .contact-box-list-swiper1 {
        max-width: 3.6rem;
        max-height: 4rem;
    }

    .contact-box-con-i {
        margin-top: 0.5rem;
    }

    .header nav .sub3 {
        width: 700px;
    }

    .sourcingservice-b-con-list-i-img {
        width: 2rem;
        height: 2rem;
    }

    .sourcingservice-b-con-list-i-msg {
        width: calc(100% - 2.2rem);
    }

    .productservice-list-i .item-title .b {
        font-size: 1rem;
        line-height: 1rem;
    }

    .contact-box-con-i-row-i.code,
    .contact-box-con-i-row .contact-box-con-i-row-i {
        width: calc(100% / 2 - 12px);
        margin-top: 0.2rem;
    }

    .contact-box-con-i-row {
        display: flex;
        flex-wrap: wrap;
    }

    .home-model4-swiper1-i-img {
        max-width: 4rem;
    }

    .home-model4-swiper1-i-info {
        width: calc(100% - 4rem);
        padding: 0 0.2rem;
    }
}

@media (max-width: 1200px) {
    .home-model4-swiper1 {
        margin: 0.2rem auto 0.3rem;
    }

    .home-model3-3 .right .t1 {
        font-size: 0.3rem;
    }

    .home-model3-3 {
        display: block;
    }

    .home-model3-3 .left {
        margin: auto;
    }

    .home-model3-3 .right {
        margin-top: 0.3rem;
    }

    .home-model3-3 .right,
    .h-model1-1 .items:first-child {
        width: 100%;
    }

    .h-model1-1 .items {
        width: calc(50% - 16px);
    }

    .goods-box-info-row-l-box,
    .goods-box-info-row-r {
        width: 100%;
    }

    .goods-box-info-rows,
    .goods-box-info-row-l {
        position: static;
    }

    .goods-box-info-row {
        display: block;
    }
}

@media (max-width: 1024px) {
    .home-model4-swiper1-i-info .t2 {
        margin-top: 0.1rem;
    }

    .home-model4-swiper1-i-img,
    .home-model4-swiper1-i-info {
        width: 100%;
        max-width: none;
    }

    .home-model4-swiper1-i-info {
        padding: 0.2rem;
    }

    .home-model4-swiper1-i {
        display: block;
    }

    .home-model-swiper3 {
        margin-top: 0.3rem;
    }

    .home-model3-3 .right .list {
        display: flex;
        flex-wrap: wrap;
    }

    .home-model3-3 .right .list .list-i {
        width: calc(100% / 2 - 20px);
        margin-bottom: 0.3rem;
    }

    .sourcingservice-b-top {
        padding: 0.5rem;
    }

    .sourcingservice-b-con {
        margin-top: 0.5rem;
    }

    .contact-box-list,
    .sourcingservice-b-con-list {
        margin-top: 0.4rem;
    }

    .sourcingservice-b-con-list-i-msg {
        width: calc(100% - 1.7rem);
    }

    .sourcingservice-b-con-list-i-img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .about-b-model2-i-info .t1 {
        margin-bottom: 0.2rem;
    }

    .about-b-model2-i-info,
    .about-b-model2-i-img,
    .about-b-model1-info,
    .about-b-model1-img {
        width: 100%;
    }

    .about-b-model2-i-info,
    .about-b-model1-img {
        margin-top: 0.2rem;
    }

    .about-b-model2.list .about-b-model2-i:nth-child(even) .about-b-model2-i-info {
        padding: 0 !important;
    }

    .about-b-model2-i-info {
        padding: 0;
    }

    .about-b-model2.list .about-b-model2-i {
        padding: 0.2rem;
    }

    .about-b-model2-i:nth-child(even),
    .about-b-model2-i,
    .about-b-model1 {
        display: block;
    }

    .cus-ser-list-swiper-info,
    .cus-ser-list-swiper-img {
        width: 100%;
    }

    .cus-ser-list-swiper .swiper-slide,
    .goods-box-info-row-l-swiper2 .swiper-pagination,
    .goods-box-info-row-msg-list .swiper-pagination {
        display: block !important;
    }

    .contact-box-list-swiper1 {
        max-width: 3rem;
        max-height: 4rem;
        top: 0.3rem;
        left: 0.3rem;
    }

    .contact-box-list,
    .sourcingservice-b-con-list {
        margin-top: 0.4rem;
    }

    .packing-model1-i-box-img {
        width: 45%;
        min-height: auto;
    }

    .packing-model1-i-box-info {
        width: 55%;
        padding: 0.25rem;
    }

    .packing-model1-i-box-info .t1 {
        margin-bottom: 0.2rem;
    }

    .packing-model1-i-box-i {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .packing-model1-i-box-i:last-child {
        margin-bottom: 0;
    }

    .packing-model1-i-box1 {
        display: block;
    }

    .testimonials-b {
        padding: 0.4rem 0;
    }

    .h-model1-info .list .list-i .t1 {
        padding: 0 0.2rem;
    }

    .home-model-prev,
    .home-model-next {
        top: 45% !important;
    }

    .home-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home-menu-i {
        width: 30%;
        margin-bottom: 0.2rem;
    }

    .h-model1-title {
        margin-top: 0.23rem;
    }
}

@media (max-width: 768px) {
    .home-public-nav {
        display: flex;
        flex-wrap: wrap;
    }

    .home-public-nav>.info .t1 {
        font-size: 0.28rem;
    }

    .h-model1-1 .items .items-info {
        padding: .1rem;
    }

    .sourcingservice-b-con-list-i {
        width: 100%;
    }

    .sourcingservice-b-con-list-i-img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .sourcingservice-b-con-list-i-msg {
        width: calc(100% - 1.4rem);
    }

    .sourcingservice-b-top {
        padding: 0.3rem;
    }

    .sourcingservice-b-top .t1,
    .home-model1-info-i-img {
        margin-bottom: 0.15rem;
    }

    .about-b-model3-list,
    .about-b-model2,
    .about-b-model1 {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }

    .about-b-model3-list-i-item .t1 {
        margin-bottom: 0.15rem;
    }

    .about-b-model3-list-i-item {
        min-height: auto;
        padding: 0.3rem 0;
    }

    .about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item:last-child {
        border-bottom: none;
    }

    .about-b-model3-list-i-item:last-child {}

    .about-b-model3-list-i-item.center {
        display: none;
    }

    .about-b-model3-list-i-item {
        width: 100%;
        border-right: none;
    }

    .about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item {
        border-bottom: 1px solid #dedede;
    }

    .about-b-model3-list-i {
        display: block;
    }

    .cus-ser-list-swiper-info .t2 {
        margin-top: 0.2rem;
    }

    .cus-ser-list-swiper-info {
        padding: 0.3rem 0.2rem;
    }

    .cus-ser-list li .imgbox {
        width: 30%;
    }

    .cus-ser-list .text .dec {
        display: none;
    }

    .cus-ser-list .text {
        padding: 0.5em;
    }

    .cus-ser-list .text .hh {
        font-size: 18px;
        line-height: 1.4;
    }

    .cus-ser-list .text .more {
        font-size: 85%;
        margin-top: 0.2rem;
    }

    .goods-box-info-row-r-btn .btn1 {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .goods-box-info-row-r-btn .btn2 {
        height: 50px;
        line-height: 50px;
    }

    .goods-box-info-row-r-msg,
    .goods-box-info-row-r-specs {
        margin-top: 0.3rem;
    }

    .goods-box-info-row-r-price {
        padding: 0.3rem 0.12rem;
        margin: 0.3rem 0 0.36rem;
    }

    .goods-box-recommend {
        padding: 0.3rem 0 0.4rem;
    }

    .goods-box-info-row-r {
        padding-top: 0.4rem;
    }

    .goods-box-info-row-l-box {
        width: 100%;
    }

    .contact-box-list-swiper1-info {
        line-height: 1.2;
    }

    .contact-box-list-swiper-img img {
        object-fit: cover;
        min-height: auto;
    }

    .contact-box-list-swiper1 {
        position: static;
        max-width: none;
    }

    .contact-box-con-i-row-i-btn {
        margin-top: 0.2rem;
    }

    .contact-box-con-i-row-i-code {
        display: block;
    }

    .contact-box-con-i-row-i.code,
    .contact-box-con-i-row .contact-box-con-i-row-i {
        width: 100%;
        margin-top: 0.2rem;
    }

    .contact-box-con-i-row-i-code::after {
        display: none;
    }

    #imgValidateCode,
    .contact-box-con-i-row-i .input {
        margin-top: 0.15rem !important;
    }

    .contact-box-list,
    .contact-box-con-i,
    .contact-box-con-i-row,
    .contact-box-con .t2 {
        margin-top: 0.3rem;
    }

    .contact-box-con {
        padding: 0.4rem 0.2rem;
    }

    .menu-s ul {
        flex-wrap: wrap;
    }

    .menu-s li {
        width: 33.33%;
        margin-top: 1em;
    }

    .menu-s li .s-img {
        width: 1.2rem;
    }

    .menu-s li .s-img .s-i img {
        max-height: 1.2rem;
    }

    .menu-s li .hh {
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }

    .packing-model2 {
        padding: 0.5rem 0;
    }

    .packing-model2-list-i {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .packing-model2-list-i:last-child {
        margin-bottom: 0;
    }

    .packing-model2-list {
        display: block;
    }

    .productservice-list-i .item .t1 {
        font-size: 0.3rem;
    }

    .goods-box-info-row-r-price .info2>.a,
    .packing-model1-i-box-info,
    .sourcingservice-b-top .t3,
    .productservice-list-i .item .t1,
    .sourcingservice-b-con-list-i-msg {
        line-height: 1.2;
    }

    .header-show-i,
    .about-b-model2-i-info .t2,
    .goods-box-info-row-r-msg .t2,
    .about-b-model3-list-i-item .t2,
    .about-b-model1-info .t2,
    .contact-box-con .t2,
    .sourcingservice-b-top .t1,
    .fbody-con {
        line-height: 1.5;
    }

    /* .productservice-list .row .row-i:nth-child(even) .productservice-list-i:nth-child(odd) {
        margin-top: -0.5rem;
    } */

    .productservice-list-i .item {
        padding: 0.3rem 0.2rem 0.25rem;
    }

    .productservice-list-i .item-title .s {
        line-height: 0.4rem;
    }

    .productservice-list-i,
    .productservice-list-i .item-title {
        margin-bottom: 0.3rem;
    }

    .productservice-list-i .item-title .b {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }

    .testimonials-b-list-i:last-child {
        margin-bottom: 0.2rem;
    }

    .testimonials-b-list-i-con .info {
        min-height: 1.5rem;
    }

    .testimonials-b-list-i-con .info {
        padding: 0.2rem 0.26rem;
    }

    .testimonials-b-list-i-con .info .t1,
    .testimonials-b-list-i-con .info .t2 {
        min-width: 120px;
        margin: 0.05rem auto;
    }

    .testimonials-b-list-i {
        margin-bottom: 0.4rem;
    }

    .testimonials-b-list-i-con-img {
        top: 100%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        display: none !important;
    }

    .testimonials-b-list-i-msg {
        padding: 0;
        margin-top: 0.15rem;
    }

    .testimonials-b-list-i-con .info {
        width: 100%;
    }

    .testimonials-b-list-i {
        display: block;
    }

    .testimonials-b-list-i {
        display: block;
    }

    .h-model1-more {
        margin-top: 0.3rem;
    }

    .home-prev,
    .home-next {
        width: 40px !important;
        height: 40px !important;
    }

    .h-model1 {
        padding-bottom: 0;
    }

    .home-model3-i .t1 {
        font-size: 0.2rem;
    }

    .h-model1-info .list {
        display: block;
    }

    .h-model1-info .list .list-i>img {
        margin-bottom: 0.1rem;
    }

    .h-model1-info .list .list-i {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .fbody-item {
        margin-bottom: 20px;
    }

    .fimg {
        margin-top: 10px !important;
    }

    .fbody-title {
        margin-bottom: 10px !important;
    }

    .fbody {
        padding-bottom: 0;
    }

    .more-h5,
    .home-public-nav>.more,
    .home-public-nav>.info {
        width: auto;
        margin-bottom: 10px;
    }

    .home-public-nav>.more {
        display: none;
    }

    .home-menu {
        margin-left: -0.1rem;
    }

    .home-menu-i {
        margin-left: 0.1rem;
    }

    .contact-box-list-swiper1 {
        max-height: 4rem;
        height: 4rem;
    }

    .sourcingservice-b-con {
        margin-top: 0.4rem;
    }
}

@media (max-width: 580px) {

    .work-sec .pd-lf,
    .faq-sec .pd-lf {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .work-s-list li .dec {
        font-size: 0.19rem;
    }

    .work-s-list li .ans-s .i-s {
        width: 0.5rem;
    }

    .work-s-list li .que-s,
    .work-s-list li .ans-s {
        padding-left: 0.55rem;
    }

    .sourcingservice-b-top .t3 {
        height: 38px;
    }

    .t3-page-next,
    .t3-page-prev {
        width: 0.5rem;
    }

    .customized-ser-sec1 .hh_v {
        font-size: 1.6em;
    }

    .cus-ser-list .text .hh {
        font-size: 1.12em;
    }

    .cus-ser-list .text .more {
        display: none;
    }

    .goods-box-info-row-msg-list .swiper-pagination .swiper-pagination-bullet,
    .goods-box-info-row-l .swiper-pagination .swiper-pagination-bullet {
        width: 0.2rem;
        height: 0.2rem;
        margin-right: 9px !important;
    }

    .goods-box-info-row-l-swiper2 {
        width: 100%;
    }

    .goods-box-info-row-l-swiper1 {
        display: none;
    }

    .goods-box-info-row-r-price .info2 {
        padding-left: 0.3rem;
        border-left: 1px solid #dadada;
    }

    .contact-box-title .t1 {
        font-size: 1.6em;
    }

    .contact-box-title .t2 {
        margin-top: 0.2rem;
    }

    .contact-box-list-swiper1 {
        max-height: 5rem;
        height: 5rem;
    }

    .packing-model3-more {
        margin-top: 0.2rem;
    }

    .packing-model1-i-box-i-info {
        padding: 0;
        margin-top: 0.25rem;
    }

    .packing-model3 .packing-model1-i-box-info {
        padding: 0.25rem;
    }

    #imgValidateCode,
    .contact-box-con-i-row-i .input {
        height: 45px !important;
    }

    .contact-box-con-i-row-i-btn,
    .packing-model3 .packing-model1-i-box-info,
    .packing-model3 .packing-model1-i-box-img,
    .packing-model1-i-box-i-info,
    .packing-model1-i-box-i-img,
    .packing-model1-i-box-info,
    .packing-model1-i-box-img {
        width: 100%;
    }

    .packing-model1-i-box-i,
    .packing-model1-i-box {
        display: block;
    }

    .productservice-list {
        padding: 0.5rem 0 0.3rem;
    }

    .productservice-list-i .item-title {
        margin-bottom: 0.2rem;
    }

    .productservice-list-i .item {
        margin-bottom: 0.3rem;
    }

    .productservice-list-i .item-title .s {
        font-size: 0.3rem;
        margin-right: 0.1rem;
    }

    .productservice-list-i .item-title .b {
        font-size: 0.5rem;
        line-height: 0.5rem;
    }

    .productservice-list-i .item .t2 {
        margin-top: 3px;
    }

    .public-tobody1 {
        width: 95% !important;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .more-h5 {
        margin-top: 0.2rem;
    }

    .home-model3-b .home-model3-i {
        width: 48%;
    }

    .home-model-swiper1-i-info .t2 .collect {
        width: 0.25rem;
    }

    .contact-box-title .t2,
    .testimonials-b-list-i-msg,
    .cus-ser-list-swiper-info .t2,
    .cus-ser-list-swiper-info .t1,
    .home-model-swiper1-i-info .t1,
    .h-model1-info .list .list-i .t1,
    .h-model1-title {
        line-height: 1.5;
    }

    .faq-s-list .h_h2 {
        font-size: 0.26rem;
    }

    .home-model3-i .t1,
    .packing-model3-more,
    .contact-box-con .t2,
    .contact-box-title .t2,
    .cus-ser-list-swiper-info .t1,
    .contact-box-con-i-row-i .t1,
    .contact-box-list-swiper1-info,
    .home-model4-swiper-i-info .t1,
    .goods-box-info-row-r-btn .btn2,
    .home-model-swiper1-i-info .t1,
    .productservice-list-i .item .t1,
    .home-model-swiper1-i-info .t2 .prices,
    .h-model1-info .list .list-i .t1 {
        font-size: 0.24rem;
    }

    .h-model1-more,
    .home-menu-i .t1,
    .sourcingservice-b-top .t2,
    .contact-box-con-i-row-i-btn,
    .cus-ser-list-swiper-info .t2,
    .sourcingservice-b-con-list-i-msg,
    .goods-box-info-row-r-price .info2>.a,
    .goods-box-info-row-r-price .info1>.a,
    .testimonials-b-info,
    .faq-s-list li .card_body,
    .productservice-list-i .item .t2,
    .home-public-nav>.info .t2 {
        font-size: 0.22rem;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .faq-s-con {
        padding: 0.17rem 0.3rem 0.5rem;
    }

    .work-sec .pd-lf,
    .faq-sec .pd-lf {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }


}