/* Banner图 */
.banner {
    background: url('../../image/最终图片所有/2-行业应用/pc端\ \(2\).jpg') center center no-repeat;
}

.mobile-banner {
    background: url('../../image/最终图片所有/2-行业应用/移动端\ \(5\).jpg') center center no-repeat;

}

.mobile-bannerInfo {
    max-width: 173px !important;
}

.banner::before {
    content: '';
    background: transparent;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

/* tab栏 */
.tab-container .nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-container .nav-tabs {
    border-bottom: 1px solid #E8E8E8;
    width: 16rem;
}

.tab-container .nav-tabs li {
    width: calc(16rem / 3);
}

.nav-tabs>li>a {
    margin: 0;
    border: none;
}

.tab-container .nav-tabs>li:nth-child(n+2) {
    /* margin-left: 2.58rem; */
}

.tab-container .nav-tabs>li.active>a,
.tab-container .nav-tabs>li.active>a:focus,
.tab-container .nav-tabs>li.active>a:hover {
    border: none;
    /* border-bottom: 4px solid #2E8E47; */
    color: #2E8E47;
    background-color: transparent;
}

.tab-container .nav-tabs>li>a,
.tab-container .nav-tabs>li>a:focus {
    /* letter-spacing: 2px; */
    font-size: .24rem;
    color: #030305;
    padding: .64rem 0;
}

.tab-container .nav-tabs>li.active>a::after,
.tab-container .nav-tabs>li.active>a:focus::after {
    content: '';
    width: 2rem;
    height: 4px;
    background-color: #2E8E47;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    animation: beLongLine .3s linear;
}

@keyframes beLongLine {
    from {
        width: 0;
    }

    to {
        width: 2rem;
    }
}

.tab-container .nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
    /* color: #2E8E47; */
}

.tab-pane>div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.mtb-136 {
    margin: 136px 0;
}

/* 左边tab */
.left-tab {
    height: 1.6rem;
    padding-right: 1.53rem;
    width: 50%;
    margin-top: .74rem;

}

.left-tab>p:nth-child(1) {
    font-size: .34rem;
    color: #030305;
    width: 647px;

}

.left-tab>p:nth-child(2) {
    font-size: .16rem;
    color: #838592;
    margin-top: .36rem;
    width: 6.47rem;
    line-height: .36rem;
}

/* 右边tab */
.right-tab {
    height: 4.68rem;
    width: 50%;
}

.right-tab img {
    width: 8rem;
    height: 4.68rem;
    object-fit: cover;
    border-radius: 4px;
}

/* 应用领域 */
.field p {
    color: #030305;
    font-size: .34rem;
    padding: .64rem 0 .36rem;
}

.field ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #E8E8E8;
    padding-top: 76px;
}

.field ul li img {
    width: 64px;
    height: 64px;
    margin-right: 32px;
}

.field ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 25%;
    box-sizing: border-box;
    padding-bottom: 56px;
    padding-left: 24px;
    font-size: .24rem;
    letter-spacing: 1px;
    color: #838592;
}

/* 型号 */

.model p {
    color: #030305;
    font-size: .34rem;
    padding: .64rem 0 .36rem;
}

.model ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #E8E8E8;
}

.model ul li {
    font-size: .32rem;
    text-align: center;
    margin-top: .85rem;
    margin-right: 1rem;
    box-sizing: border-box;
    width: 3.28rem;
    height: 1.28rem;
    /* margin-left: 55px; */
}

.model ul li:nth-child(4n) {
    margin-right: 0;
}

.model ul li a {
    color: #2E8E47;
    font-size: .64rem;
    background-color: #F5F7FA;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
}

.model ul li a:hover {
    color: #fff;
    background-color: #2E8E47;
    transition: all .3s;
}

/* 联系我们 */
.contact {
    margin-top: 1.68rem;
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
    background: url('../../image/最终图片所有/2-行业应用/pc端 (1).jpg') center center no-repeat;
    background-size: cover;

}

.contact p:first-child {
    color: #FFFFFF;
    font-size: .34rem;
    text-align: center;
    display: block;
    margin-top: .72rem;
}

.contact p:last-child {
    font-size: .24rem;
    border-radius: 4px;
    padding: .09rem .18rem;
    display: inline-block;
    /* width: 145px; */
    height: .48rem;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    text-align: center;
    margin: .24rem auto 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.contact p:last-child:hover {
    cursor: pointer;
    background-color: #2E8E47;
    border: 2px solid #2E8E47;
    transition: all .3s;
}

/* 手机tab */
.mobile-tab {
    position: relative;
    z-index: 99;
}

.mobile-tab.p-10 {
    padding: 0 16px !important;
}

.mobile-tab .nav-tabs {
    overflow-y: scroll;
    white-space: nowrap;
    border-bottom: 1px solid #E8E8E8;
    width: auto;

}

.mobile-tab .nav-tabs li a {
    padding: 0;
    font-size: 16px;
}

.mobile-tab.tab-container .nav li:nth-child(n+2) {
    padding-left: 24px;
}

.mobile-tab.tab-container {
    background-color: #FFFFFF;
    padding-bottom: 48px !important;

}

.mobile-tab.tab-container .nav-tabs>li>a,
.mobile-tab.tab-container .nav-tabs>li>a:focus {
    padding: 24px 0 15px;
    font-size: 16px;
    padding: 0;
}

.mobile-tab.tab-container .nav-tabs {
    border-bottom: none;
}

.mobile-tab.tab-container .nav-tabs>li.active>a::after,
.mobile-tab.tab-container .nav-tabs>li.active>a:focus::after {
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #2E8E47;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-tab .nav-tabs>li.active>a,
.mobile-tab .nav-tabs>li.active>a:focus,
.mobile-tab .nav-tabs>li.active>a:hover {
    background-color: transparent;
}

.mobile-tab .swiper-slide {
    height: 31px;
    width: 180px !important;
    padding-top: 0;
    margin: 0 20px;
}

.mobile-tab .swiper,
.mobile-tab .swiper-wrapper {
    height: 31px;
    width: 100%;
}

.mobile-tab.tab-container .nav {
    justify-content: flex-start !important;
}

.mobile-tab.tab-container .nav-tabs::-webkit-scrollbar,
.mobile-tab.tab-container .nav::-webkit-scrollbar {
    overflow-x: hidden !important;
    width: 0;
    height: 0;
    color: transparent;
    display: none;
}

.mobile-tab.tab-container .nav-tabs>li {
    margin-bottom: 0;
    width: auto;
    border-bottom: 1px solid #E8E8E8;
    padding: 24px 0 16px;
}

.mobile-tab.tab-container .nav-tabs>li>a {
    border: none;
    /* padding: 24px 0 16px; */

}

/* 移动端tab */
.mobileTab-container {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mobileTab-container img {
    width: 100%;
    height: auto;
}

.mobile-field {
    width: 100%;
}

.mobileTab-container>div>p:nth-child(1) {
    font-size: 20px;
    color: #030305;
    padding: 48px 0 16px;
    /* border-bottom: 1px solid #E8E8E8; */
}

.mobileTab-container>div>p:nth-child(2) {
    color: #838592;
    font-size: 12px;
    line-height: 24px;
}

.mobile-field>p {
    padding: 0;
    font-family: PingFang SC-Regular, PingFang SC;
    width: 100%;
}

.mobile-field ul {
    padding-top: 34px;
}

.mobile-field ul li {
    width: 50%;
    flex-wrap: nowrap;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #838592;
    font-size: 14px;
    padding-bottom: 36px;
    padding-left: 8px;
}

.mobile-field ul li img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.mobileModel p {
    padding: 12px 0 16px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
}

.mobileModel ul li {
    width: 47%;
    margin: 0;
    height: 56px;
    margin-top: 24px;
}

.mobileModel ul li:nth-child(2n) {
    margin-left: 16px;
}

.mobileModel ul li a {
    font-size: 32px;
    padding: 0;
    height: 100%;
    line-height: 56px;
}

.mobileContact {
    margin-top: 0;
    height: 88px;
    background: url('../../image/最终图片所有/2-行业应用/pc端\ \(1\).jpg') center center no-repeat;
    background-size: cover;
}

.mobileContact p:first-child {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 16px;
}

.mobileContact p:last-child {
    font-size: 12px;
    color: #FFFFFF;
    width: auto;
    padding: 0;
    padding: 0 7px;
    height: 24px;
    margin: 10px auto 0;
    line-height: 22px;
    text-align: center;
    border: 1px solid #FFFFFF;

}

.mobileContact p:last-child:hover {
    background-color: transparent;
    border: 1px solid #ffffff;

}

.mobile-tab .tab-container .nav-tabs>li.active>a::after,
.mobile-tab .tab-container .nav-tabs>li.active>a:focus::after {
    height: 2px;
    bottom: 0px;
    z-index: 99;
}

.swiperModel {
    height: auto;
}

.mobile-tab .swiperModel .swiper-wrapper {
    height: auto;
}

.mobile-tab .swiperModel .swiper-slide {
    height: auto;

}