.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/app/app-banner-bg.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 6) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;

}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}

/* 内容 */
.content {
    margin: 0.8rem auto 1rem;
}
.content>p>img{
    margin: 0 auto;
}
.content>div,.content>p,.content>table{
    margin: 0 auto;
    width: 15.2rem;
}
.contentBox>table{
    width: 15.2rem !important;
}
.contentTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
}

.contentBox {
    margin-top: 0.5rem;
    width: 100% !important;
}

.conBoxTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.30rem;
    color: #000000;
    padding-bottom: 0.24rem;
    border-bottom: 0.01rem solid #DBDBDB;
    width: 100%;
    position: relative;
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}
.contentBox>.conBoxTit:nth-child(1){
    margin-top: 0;
}
.contentBox table img{
    height: auto;
}
.conBoxTit::after {
    content: '';
    background: #0055A7;
    width: 0.8rem;
    height: 0.02rem;
    border-radius: 0rem 0rem 0rem 0rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contentBox p {
    margin-top: 0.1rem;
    width: 15.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #3D3D3D;
    line-height: 0.32rem;
    text-align: left;
}

.content-img1,
.content-img2 {
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    object-fit: cover;
}

.content-img2 {
    width: 10rem;
    height: 5.35rem;
    margin-left: auto;
    margin-right: auto;
}

.contentBox table {
    width: 100%;
    margin-top: 0.39rem;
    margin-bottom: 0.8rem;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    overflow: hidden;
}


.contentBox th,
.contentBox td {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    width: 25%;
    height: 0.46rem;
}

.contentBox th {
    color: #ffffff;
}

thead tr {
    background: #0055A7
}

.contentBox tr:nth-child(even) {
    background: #F8F8F8;
}

.conBanner {
    position: relative;
}

.conBanner .conNext,
.conBanner .conPrev {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #A5A5A5;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.conBanner .conPrev img,
.conBanner .conNext img {
    width: 0.12rem;
    height: 0.17rem;
    filter: brightness(0) invert(1);
}

.conBanner .conPrev img {
    transform: rotate(180deg);
}

.conBanner .conNext::after,
.conBanner .conPrev::after {
    content: '' !important;
}

.conBanner .conPrev {
    left: -0.6rem !important;
}

.conBanner .conNext {
    right: -0.6rem !important;

}

.conBanner .conPrev:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.conBanner .conNext:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.con-swiper {
    margin-top: 0.4rem;
}

.con-swiper .swiper-slide {
    width: 7.4rem;
    height: 5.2rem;
    /*background: #F8F8F8;*/
    /*border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;*/
    /*border: 0.01rem solid #DFDFDF;*/
    padding: 0.2rem 0.2rem 0;
}


.con-swiper-img {
    width: 7rem;
    height: 4.2rem;
    overflow: hidden;
}

.con-swiper-img img {
    transition: all .3s;
    width: 100%;
}

.con-swiper .swiper-slide p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.25rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/*.con-swiper .swiper-slide:hover {*/
/*    background: linear-gradient(170deg, #00A0E9 0%, #0055A7 100%);*/
/*    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 85, 167, 0.3);*/
/*}*/

/*.con-swiper .swiper-slide:hover p {*/
/*    color: #ffffff;*/
/*}*/

/*.con-swiper .swiper-slide:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

/* 相关产品 */
.aboutProMain{
    width: 100%;
    background: #F4F7FB;
    padding-top: 0.8rem;
    padding-bottom: 1.4rem;
}
.aboutTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    text-align: center;
    padding-bottom: 0.17rem;
    position: relative;
}

.aboutTit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.46rem;
    height: 0.02rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem
}
.aboutPro{
    width: 15.2rem;
    margin: 0.5rem auto 0;
}

.proItemList {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.proItem {
    width: 3.5rem;
    height: 3.7rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #DFDFDF;
    padding: 0.35rem 0.25rem 0.25rem;
    transition: all 0.3s;
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 85, 167, 0.3);
    position: relative;
    overflow: hidden;
}
.proItem .proItem-bg{
    background: linear-gradient(155deg, #00A0E9 0%, #0055A7 100%) no-repeat;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.proitem-act .proItem-bg{
    top: 0;
}
.proItem-T {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proItem-T span {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.16rem;
    color: #0055A7;
    line-height: 0.21rem;
    z-index: 1;
}

.proItem-T .itemArrow {
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transform: translateX(-0.1rem);
    transition: all 0.3s;
}

.proItem-T .itemArrow img {
    width: 0.13rem;
    height: 0.1rem;
    transition: all 0.3s;
}

.proItem-img {
    width: 3rem;
    height: 2.5rem;
    border-radius: 0.1rem;
    background: url('../img/product/proitem-bg.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.36rem;
    transition: all 0.3s;
    overflow: hidden;
}

.proItem-img img {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.proitem-act {

    background-size: 100% 100% !important;
}

.proitem-act .proItem-T span {
    color: #ffffff;
}

.proitem-act .proItem-T .itemArrow {
    transform: translateX(0rem);
    opacity: 1;
}

.proitem-act .proItem-img img {
    transform: scale(1.1);
}
.contentBox p img{

    margin: 0 auto;
}