.contentContainer {
    align-items: center;
    background: #FBFBFB;
}


.pageTitle {
    font-size: .34rem;
    font-weight: bold;
    color: #2A314F
}

.subPageTitleTips {
    font-weight: bold;
    font-size: .16rem;
    margin-bottom: .04rem;
    text-align: end;
    color: #2A314F;
    margin-top: .08rem;
}

/* 页面标签 */
.tagBox {
    display: flex;
    width: 100%;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    height: 1.6rem;
    background: linear-gradient(270deg, #0258BB 0%, rgba(0, 44, 170, 0.9) 100%);

}

.tagBox .tagItem {
    margin-left: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tagBox .tagItem:first-child {
    margin-left: 0;
}

.tagItem .tagIcon {
    width: .36rem;
    margin-bottom: .1rem;
    height: .36rem;
}

.tagItem .tagTitle {
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .25rem;
}

/* 产品中心 */
.productPage {
    height: 10.80rem;
    padding-top: 1.2rem;
    display: flex;
    flex-direction: column;
}

.productPage .productTop, .solutionPage .productTop {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
}

.productTop .productPageTitleBox {
    display: flex;
    padding-right: .08rem;
    flex-direction: column;
    color: #2A314F;
    border-right: .01rem solid #D8D8D8;
}

.productPageTitleBox .productPageTitle {
    font-size: .34rem;
    font-weight: bold;
    color: #2A314F
}

.productPageTitleBox .productPageTitleTips {
    font-weight: bold;
    font-size: .16rem;
    margin-bottom: .04rem;
    margin-top: .08rem;
}

.productTop .productPageSubTitleBox {
    display: flex;
    margin-left: .23rem;
    padding-right: .08rem;
    flex-direction: column;
    color: #2A314F;
}

.productPageSubTitleBox .productPageTitle {
    font-weight: bold;
    font-size: .28rem;
    color: #2A314F;
}

.productPageSubTitleBox .productPageTitleTips {
    font-size: .16rem;
    color: #2A314F;
    margin-bottom: .04rem;
    margin-top: .1rem;
}

.productTop .productPageMore {
    position: absolute;
    width: 1.92rem;
    height: .48rem;
    background: #002CAA;
    align-items: center;
    justify-content: center;
    right: 0;
    display: flex;
    cursor: pointer;
    font-size: .16rem;
    color: #FFFFFF;
    flex-direction: row;
    transform: translateY(-50%);
    top: 50%;
}

.productTop .productPageMore:hover > div {
    scale: 1.1;
}

.productTop .productPageMore:hover > span {
    scale: 1.3;
}

.productTop .productPageMore > span {
    margin-left: .1rem;
}

.productTop .productPageDesWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.productTop .productPageDes {
    font-size: .18rem;
    margin-left: .22rem;
    color: #777777;
}

.productPage .prodctCenterBox {
    display: flex;
    height: 7.03rem;
    margin-top: .74rem;

}

.prodctCenterBox .productCenterItem {
    display: flex;
    padding: 0 .63rem;
    align-items: center;
    width: 5.12rem;
    background-image: url(../image/product_center_item_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: .32rem;
    height: 6.91rem;
    flex-direction: column;
}

.prodctCenterBox .productCenterItem:first-child {
    margin-left: 0;
}

.prodctCenterBox .productCenterItem:hover {
    background-image: url(../image/product_center_item_select_bg.png);
    /* transform: translateY(-.12rem); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    animation: productCenterItemUp .5s ease-in-out forwards;

}

@keyframes productCenterItemUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-.12rem);
    }
}

.prodctCenterBox .productCenterItem:hover .proCenterMore {
    color: #002CAA !important;
}

.productCenterItem .proCentertitle {
    font-weight: bold;
    font-size: .24rem;
    color: #2A314F;
    width: 100%;
    text-align: left;
    margin-top: .6rem;
}

.productCenterItem .proCenterDes {
    font-size: .18rem;
    width: 3.66rem;
    line-height: .27rem;
    width: 100%;
    margin-top: .16rem;
    color: #2A314F;
}

.productCenterItem .proCenterMoreWrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.productCenterItem .proCenterMore {
    display: flex;
    flex-direction: row;
    font-size: .16rem;
    color: #2A314F;
    margin-top: .24rem;
}

.productCenterItem .proPic {
    width: 4rem;
    margin-top: .48rem;
    height: 3.48rem;
    object-fit: cover;
}

/* 行业解决方案 */
.programmePage {
    width: 100%;
    background-image: url('../image/programme_page_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    height: 10.80rem;
}

.programmInnerContent {
    margin-top: 1.24rem;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    position: relative;
}

.programmeTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.programmeTop .topLine {
    width: .81rem;
    height: .08rem;
    background: #FFB632;
}

.programmeTop .pageTitle {
    color: white;
}

.programmeTop .subPageTitleTips {
    color: white;
}

.programmInnerContent .programmeContent {
    width: 100%;

}

.programmeContent .proContentTitle {
    font-weight: bold;
    font-size: .28rem;
    margin-top: .54rem;
    color: #FFFFFF;
}

.programmeContent .proContentContent {
    font-size: .18rem;
    color: #FFFFFF;
    max-height: 2rem;
    width: 6.8rem;
    overflow-y: auto;
    margin-top: .64rem;
    line-height: .27rem;
}

.programmeContent .showNewOther {
    margin-top: .6rem;
}

.programmeContent .showNewOther .showNewsMore {
    color: white;

}

.programmeContent .showNewOther .showNewsMore:hover {
    color: #FF9A10;
}

.programmeContent .showNewOther:hover .showNewsMore {
    color: #FF9A10;
}

.programmeBottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.35rem;
}

.programmeBottom .programmeBox {
    display: flex;
    height: 2.6rem;
    align-items: flex-end;
}

.programmeBox .programmeItem {
    display: flex;
    padding: .24rem .2rem;
    background: white;
    width: 2.60rem !important;
    cursor: pointer;
    height: 1.80rem;
    flex-direction: column;
    margin-left: .06rem;
}

.programmeItem .programmeItemTitle {
    font-size: .16rem;
    color: #2A314F;
}

.programmeItem .programmeDes {
    font-size: .18rem;
    color: #2A314F;
    line-height: .27rem;
    margin-top: .11rem;
}

.programmeItem .programmeItemLine {
    width: .25rem;
    height: .02rem;
    margin-top: .16rem;
    background: #2A314F;
}

.programmeBox .programmeSwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.programmeBox .swiper-slide-active {
    height: 2.60rem;
    background: #FF9A10 !important;
}

.programmeBox .swiper-wrapper {
    align-items: flex-end;
}

.programmeBox .swiper-slide-active .programmeItemTitle {
    color: white;
}

.programmeBox .swiper-slide-active .programmeDes {
    font-weight: bold !important;
    color: white;
}

.programmeBox .swiper-slide-active .programmeItemLine {
    background: white !important;
}


/* 关于我们 */
.innerContent .aboutUSPage {
    display: flex;
    flex-direction: column;
    margin-top: .84rem;
    align-items: center;
}

.aboutUSPage .titleBox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aboutUSPage .aboutTopbar {
    display: flex;
    width: 100%;
    border-bottom: .02rem solid #D8D8D8;
    align-items: center;
    flex-direction: row;
}

.aboutTopbar .aboutTopItem {
    font-size: .24rem;
    color: #2A314F;
    position: relative;
    padding-bottom: .46rem;
    width: 1.2rem;
    display: flex;
    justify-content: flex-start;
}

.aboutTopbar .aboutTopItem:not(:first-child) {
    margin-left: .42rem;
}

.aboutTopbar .aboutTopItemAct {
    color: #2A314F;
    font-size: .28rem;
    font-weight: bold;
    position: relative;
}

.aboutTopbar .aboutTopItemAct::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 0.08rem;
    background: #FFB632;
    bottom: -.05rem;
}

.aboutUSPage .aboutUsContent {
}

.aboutUsContent .companyInfo {
    width: 100%;
    margin-top: .47rem;
    display: flex;
    flex-direction: row;
}

.companyInfo .aboutUsContentLeft,
.companyInfo .aboutUsContentRight {
    width: 8rem;
}

.companyInfo .aboutUsContentLeft {
    display: flex;
    flex-direction: column;
    padding-right: .2rem;
    justify-content: center;
}

.aboutUsContentLeft .companyInfoTitle {
    font-size: .24rem;
    color: #2A314F;
    font-weight: bold;
}

.aboutUsContentLeft .companyInfoDes {
    margin-top: .56rem;
    line-height: .31rem;
    font-size: .18rem;
    color: #2A314F
}

.aboutUsContentRight .companInfoPic {
    width: 8rem;
    height: 4.46rem;
    /*background: pink;*/
    object-fit: cover;
}

.aboutUsContent .showNewOther {
    margin-top: .54rem;
}


.aboutUSPage .enterpriseQuailItemBox {
    display: flex;
    flex-direction: row;
    height: 4.46rem;
    margin-top: .46rem;
}

.enterpriseQuailItemBox > div {
    width: 8rem;
}

.enterpriseQuailItemBox .enterpriseQuailItemBoxLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterpriseQuailItemBoxLeft .enterpriseQuailItemBoxLeftItem {
    display: flex;
    margin-top: .2rem;
    width: 90%;
    padding-left: .3rem;
    flex-direction: row;
    align-items: center;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemPoint {
    width: .08rem;
    flex-shrink: 0;
    height: .08rem;
    transform: rotate(45deg);
    background: #FFB632;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemTxt {

    font-size: .18rem;
    margin-left: .16rem;
    color: #2A314F;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemTxtBold {
    font-weight: bold;
}

.enterpriseQuailItemBoxRight {
    display: flex;
    justify-content: flex-end;
}

.enterpriseQuailItemBoxRight .quailPic {
    width: 8rem;
    height: 4.46rem;
    object-fit: cover;
    display: flex;
}

/* 新闻动态 */

.innerContent .newsPage {
    display: flex;
    padding: .52rem 0 .68rem 0;
    /* width: 100%; */
    flex-direction: column;
}

.newsPage .newsTop {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
}

.newsTop .newsPageTitleBox {
    display: flex;
    padding-right: .08rem;
    flex-direction: column;
    color: #2A314F;
    border-right: .01rem solid #D8D8D8;
}

.newsPageTitleBox .newsPageTitle {
    font-size: .34rem;
    font-weight: bold;
    color: #2A314F
}

.newsPageTitleBox .newsPageTitleTips {
    font-weight: bold;
    font-size: .16rem;
    margin-bottom: .04rem;
    margin-top: .08rem;
}

.newsTop .newsPageSubTitleBox {
    display: flex;
    margin-left: .23rem;
    padding-right: .08rem;
    flex-direction: column;
    color: #2A314F;
}

.newsPageSubTitleBox .newsPageTitle {
    font-weight: bold;
    font-size: .28rem;
    color: #2A314F;
}

.newsPageSubTitleBox .newsPageTitleTips {
    font-size: .16rem;
    color: #2A314F;
    margin-bottom: .04rem;
    margin-top: .1rem;
}

.newsTop .newsPageMore {
    position: absolute;
    width: 1.92rem;
    height: .48rem;
    background: #002CAA;
    align-items: center;
    justify-content: center;
    right: 0;
    display: flex;
    cursor: pointer;
    font-size: .16rem;
    color: #FFFFFF;
    flex-direction: row;
    top: .11rem;
}

.newsTop .newsPageMore:hover > div {
    scale: 1.1;
}

.newsTop .newsPageMore:hover > span {
    scale: 1.3;
}

.newsTop .newsPageMore > span {
    margin-left: .1rem;
}

.newsPageMore .moreIcon {
    cursor: pointer;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: .1rem;
}

.newsPage .newsContent {
    margin-top: .7rem;
    display: flex;
    position: relative;
    flex-direction: row;
}

.newsContent .newsContentLeft,
.newsContent .newsContentRight {
    width: 50%;
}

.newsContent .newsContentLeft {
    display: flex;
    flex-direction: column;
}

.newsContentLeft .showNewsPic {
    /*background: pink;*/
    width: 7.25rem;
    object-fit: cover;
    height: 3.19rem;
}

.newsContentLeft .showNewsTitle {
    font-weight: bold;
    font-size: .24rem;
    color: #2A314F;
    width: 7.25rem;
    margin-top: .24rem;
    padding-bottom: .32rem;
    border-bottom: .01rem solid #D8D8D8;
}

.newsContentLeft .showNewsDes {
    font-size: .18rem;
    color: #2A314F;
    width: 7.25rem;
    margin-top: .32rem;
    line-height: .27rem;
}

.showNewOther {
    display: flex;
    margin-top: .25rem;
    width: 7.25rem;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.showNewOther:hover .showNewsMore {
    color: #002CAA;
}

.showNewOther .showNewsTime {
    font-size: .18rem;
    color: #2A314F;
}

.showNewOther .showNewsMore {
    font-size: .16rem;
    color: #2A314F;
}

.showNewsMore > span {
    margin-left: .1rem;
}

.newsContent .newsLine {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .01rem;
    height: 5.05rem;
    background: #D8D8D8;
    transform: translate(-50%, -50%);
}

.newsContent .newsContentRight {
    display: flex;
    flex-direction: column;
}

.newsContentRight .newsItemBox {
    display: flex;
    flex-direction: column;
    margin-left: .75rem;
}

.newsItemBox .newsItem {
    display: flex;
    margin-top: .5rem;
    justify-items: center;
    width: 7.24rem;
    border-bottom: .01rem solid #D8D8D8;
    padding-bottom: .26rem;
    flex-direction: row;

}

.newsItemBox .newsItem:hover {

    border-bottom: .01rem solid #002CAA;
}

.newsItemBox .newsItem:hover .newsItemtitle {
    font-weight: bold;
    color: #002CAA;
}

.newsItemBox .newsItem:hover .newsItemSubTitle {
    color: #2A314F;
}

.newsItemBox .newsItem:hover .newItemRight {
    color: #2A314F;
}

.newsItem .newItemLeft {
    display: flex;
    flex-direction: column;
    width: 5.7rem;
}

.newItemLeft .newsItemtitle {
    font-size: .24rem;
    color: #2A314F;
    width: 100%;
}

.newItemLeft .newsItemSubTitle {
    font-size: .18rem;
    color: #777777;
    line-height: .27rem;
    margin-top: .16rem;
}

.newsItem .newItemLine {
    width: .01rem;
    margin-left: .22rem;
    height: .84rem;
    background: #D8D8D8;
}

.newsItem .newItemRight {
    font-size: .18rem;
    color: #777777;
    margin-left: .22rem;
    height: 100%;
    display: flex;
    align-items: center;
}

/* 合作伙伴 */

.partnerPage {
    background: white;
    width: 100%;
    padding: .8rem 0;
    display: flex;
    justify-content: center;
}

.partnerInner {

    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.partnerInner .pageTitle {
    text-align: center;
}

.partnerBox {
    height: 3.35rem;
    width: 100%;
    overflow: hidden;
    margin-top: .47rem;
}

.partnerBox .partnerItem {
    background: white;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.partnerItem .partnerIcon {

    margin-top: .15rem;
    width: 2.44rem;
    height: 1.52rem;
    margin-left: .26rem;
    object-fit: contain;
}

.partnerItem .partnerIcon:nth-child(6n+1) {
    margin-left: 0;
}

/* 解决方案 */
.solutionPage {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    padding: .35rem 0 .56rem;
    background-image: url('../image/solution_page_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8.4rem;
}

.solutionPage .productTop {
    width: 16rem;
}

.solutionPage .solutionBox {
    width: 100%;
    height: 3.64rem;
    margin-top: .42rem;
}

.solutionBox .solutionSwiper {
    width: 100%;
}


.solutionBox .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    /* margin: 1px; */
    position: relative;
    transform: scale(0.85);
    height: 5.49rem;
    /* margin-top: 70px;
    margin-bottom: 70px; */
}

.solutionBox .swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1002;
}


.solutionBox .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.solutionBox .swiper-slide .solutionPic {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, .06);
    border-radius: .12rem;
    object-fit: cover;
    overflow: hidden;
}

.solutionBox .solutionContentBox {
    display: flex;
    background: #FF9A10;
    -webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -ms-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
    border-radius: .05rem;
    padding: .22rem .36rem;
    width: 7.2rem;
    position: absolute;
    left: 50%;
    bottom: .7rem;
    opacity: 0;
    transform: translateX(-50%);
    flex-direction: column;
    position: relative;
}

.solutionContentBox .solutionDetailTitle {
    font-size: .18rem;
    color: white;
    font-weight: bold;
}

.solutionContentBox .solutionDetailContent {
    font-size: .16rem;
    color: white;
    margin-top: .1rem;
    min-height: .5rem;
    line-height: .2rem;
}

.solutionBox .swiper-slide-active > .solutionContentBox {
    opacity: 1;
}

.solutionBox .arrowBox {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: .12rem;
    right: .38rem;
}

.arrowBox > img {
    width: .23rem;
    height: .23rem;
}

.arrowBox > img:not(:first-child) {
    margin-left: .1rem;
}