/* banner背景图 */
.banner {
    background: url('../../image/最终图片所有/3-产品信息/PC端\ \(2\).jpg');
}

.mobile-tab .mobile-banner {
    background: url('../../image/最终图片所有/3-产品信息/移动端\ \(6\).jpg');
}

.banner::before {
    content: '';
    background: #2E8E47;
    opacity: 0.44;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

/* 产品介绍部分 */
.infoPage {
    width: 100%;
    background-color: #F5F7FA;
    height: 9rem;
}

.infoPage>div {
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.infoPage p {
    font-size: .16rem;
    color: #838592;
    line-height: 32px;
    max-width: 6.28rem;
}

.infoPage img {
    border-radius: 4px;
    width: 8rem;
    height: 4.68rem;
}

.tab-container .nav-tabs {
    width: auto;
}

.tab-container .nav-tabs li {
    width: calc(16rem / 5) !important;
}

/* .tab-container .nav-tabs>li:nth-child(n+2) {
    margin-left: 2.4rem;
} */

.tab-container .nav-tabs>li.active>a::after,
.tab-container .nav-tabs>li.active>a:focus::after {
    width: 2rem;
}

.model ul {
    width: 100%;
}

.tab-container .nav-tabs>li>a,
.tab-container .nav-tabs>li>a:focus {
    padding: .64rem 0;
}

.tab-content>.tab-pane {
    padding-bottom: 1.68rem;
}

.application {
    width: 100%;
    height: 9rem;
    background-color: #F5F7FA;
    padding: 0 8%;
}

.application>p {
    padding: .64rem 0;
    color: #030305;
    font-size: .34rem;
}

.plastics {
    width: 100%;
    height: 6.63rem;
    position: absolute;
    left: 0;
    padding: 0 8%;
}

.sm-banner .swiper1 {
    overflow: hidden;
    /* height: 100%; */
}

.swiper1 .swiper-slide>a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1.28rem;
    bottom: 0;
    left: 0;
}

.swiper1 .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.swiper1 .swiper-slide a:hover .imageInfo>div:first-child>p:nth-child(1) {
    color: #62636E;
}

.swiper-backface-hidden .swiper-slide {
    height: 6.63rem;
    padding-top: 0;
}

.sm-banner .imageInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: linear-gradient(180deg, rgba(212, 210, 210, 0.3) 0%, #FFFFFF 100%);
    border-radius: 4px 4px 0px 0px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: flex-start;
    min-height: 1.28rem;
    padding: .12rem .36rem .28rem;
}

.sm-banner .imageInfo .right-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: .12rem;
    right: .36rem;
}

.sm-banner .imageInfo>div:first-child>p:nth-child(1) {
    font-size: .24rem;
    color: #62636E;
}

.sm-banner .imageInfo>div:first-child>p:nth-child(2) {
    font-size: .16rem;
    color: #838592;
}

.sm-banner .swiper-button-prev-banner1,
.sm-banner .swiper-button-next-banner1 {
    width: 48px;
    height: 48px;
    background-color: #B8B8B9;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}

.sm-banner .swiper-button-prev-banner1:hover,
.sm-banner .swiper-button-next-banner1:hover {
    background-color: #2E8E47;
}

.sm-banner .swiper-button-prev-banner1 img {
    width: 30px;
    transform: rotate(90deg);
}

.sm-banner .swiper-button-next-banner1 img {
    width: 30px;
    transform: rotate(-90deg);
}

.sm-banner .swiper-button-prev-banner1 {
    left: 3%;
}

.sm-banner .swiper-button-next-banner1 {
    right: 3%;
}

.sm-banner .imageInfo>div:first-child>p:nth-child(2) {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592;
    margin-top: .12rem;
    line-height: 24px;
    width: 3.87rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.model ul {
    border: none;
}

.contact {
    margin-top: 0;
}

/* 移动端 */
.mobile-tab.tab-container .nav-tabs {
    border-bottom: none;
}

.mobile-tab .mobile-banner>div:nth-child(1)>p:nth-child(2) {
    border: none;
}

.mobile-tab .mobile-banner>div:nth-child(1)>p:nth-child(1) {
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 24px;
    max-width: 173px;
    border-bottom: 1px solid #D8D8D8;
}

.mobile-tab .mobile-banner>div:nth-child(1)>p:nth-child(2) {
    padding-top: 16px;
    line-height: 24px;
    font-size: 12px;
    width: 100%;
    padding-right: 75px;
}

.mobile-tab .breadcrumb a {

    font-size: 14px;
}

.mobile-tab .infoPage {

    background: #F5F7FA;
    padding-bottom: 48px;
}

.mobile-tab .infoPage>div {
    flex-wrap: wrap;

}

.mobile-tab .infoPage p {
    width: 100%;
    max-width: inherit;
    line-height: 24px;
    font-size: 12px;
    padding: 24px 0;
}

.mobile-tab .infoPage {
    height: auto;
}

.mobile-tab .infoPage img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mobile-tab .tab-container {
    background-color: #fff;
    padding: 0 16px !important;
}

.mobile-tab .tab-container .nav-tabs>li>a,
.mobile-tab .tab-container .nav-tabs>li>a:focus {
    padding: 24px 0 16px;
}

.mobile-tab .tab-container .nav-tabs>li:nth-child(n+2) {
    padding-left: 24px;
    padding: 0;
}

.mobile-tab .tab-container .nav-tabs>li>a,
.mobile-tab .tab-container .nav-tabs>li>a:focus {
    font-size: 16px;
}

.mobile-tab .model ul li {
    width: 47%;
    /* width: 163px; */
    height: 56px;
    margin: 0;
    margin-top: 24px;
    /* width: calc((100%-32px) /2); */

}

.mobile-tab .model ul li:nth-child(2n) {
    margin-left: 16px;
}

.mobile-tab .application>p {
    color: #030305;
    line-height: 16px;
    font-size: 20px;
}

.mobile-tab .model ul li a {
    padding: 0;
    line-height: 56px;
    font-size: 32px;
    height: 56px;
}

.mobile-tab .infoPage>div {
    padding: 0 16px;
}

.mobile-tab .application {
    padding: 0 16px;
}

.mobile-tab .tab-content>.tab-pane {
    /* margin-bottom: 48px; */
    padding-bottom: 0;
}

/* 下部分图 */
.applicationMobile {
    padding: 48px 16px 0;
    background-color: #fff;
}

.applicationMobile>p {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 16px;
    padding-bottom: 24px;
}

.applicationMobile ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.applicationMobile ul li {
    width: 100%;
    height: 303px;
    font-size: 16px;
    color: #030305;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 24px;
    background-size: cover !important;
}

.applicationMobile ul li div>p {
    color: #030305;
}

.applicationMobile ul li:nth-child(1) {
    background: url('../../image/最终图片所有/3-产品信息/PC端\ \(5\).jpg') center center no-repeat;
}

.applicationMobile ul li:nth-child(2) {
    background: url('../../image/最终图片所有/3-产品信息/PC端\ \(4\).jpg') center center no-repeat;

}

.applicationMobile ul li:nth-child(3) {
    background: url('../../image/最终图片所有/3-产品信息/PC端\ \(1\).jpg') center center no-repeat;
}

.applContent {
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    background: linear-gradient(180deg, rgba(212, 210, 210, 0.3) 0%, #FFFFFF 100%);
    border-radius: 4px 4px 0 0;
}

.applContent img {
    width: 20px;
    height: 20px;
}

.applContent>div>p:nth-child(1) {
    font-size: 16px;
    color: #62636E;
    line-height: 16px;
}

.applContent>div>p:nth-child(2) {
    margin-top: 8px;
    line-height: 16px;
    color: #838592;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tab-container.mobile-tab .nav-tabs li {
    width: 100% !important;
    padding: 0;
}

.applContent>div {
    padding-right: 4px;
}

.swiper-slide {
    padding-top: 0;
}

/* 底部轮播 */
.swiperPlan .planInfo {
    width: 100%;
    height: 303px;
}

.mobile-tab .swiper.swiperPlan,
.mobile-tab .swiperPlan .swiper-wrapper {
    width: 100%;
    height: 385px;
}

.mobile-tab .swiperPlan .swiper-wrapper {
    width: 100%;
}

.mobile-tab .swiperPlan .swiper-slide {
    height: 303px;
    width: 100% !important;
    margin: 0;
}

.swiperPlan img {
    width: 100% !important;
    height: 303px;
}

.planInfo .applContent {
    position: absolute;
    bottom: 0;
}

.planInfo .applContent img {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 8px;
}

.planInfo .applContent {
    justify-content: flex-start;
    align-items: flex-start;
}

.plastics .swiper1 .swiper-slide {
    height: 6.63rem;
}

.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    background: #2E8E47 !important;
    height: 10px !important;
    width: 10px !important;
}

.swiper-pagination {
    width: 120px !important;
    height: 10px !important;
    line-height: 10px !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.8) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.8) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.6) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.6) !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: absolute;
    top: 327px !important;
    z-index: 99;
}