/*    标签*10    */
.all-label {
    padding: 80px 0 56px;
}

.all-label .main-title {
    width: 590px;
    margin: 0px auto 16px auto;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin-bottom: 16px;
}

.all-label .sub-title {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px;
}

.label-list {
    width: 1194px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.label-list .item {
    width: 226px;
    min-height: 240px;
    background: #ffffff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.label-list .item img {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 25px;
}

.label-list .item .type {
    font-weight: 400;
    height: 82px;
    font-size: 24px;
    line-height: 82px;
    color: #262626;
    display: flex;
    align-items: center;
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.12);
}

.label-list .item .type .hide {
    width: 40px;
    height: 40px;
}
.label-list .item .type .hide img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.label-list .item .info ul li a,.label-list .item .info ul li span {
    min-width: 40%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262626;
}
.label-list .item .info ul{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 40px
}

.label-list .item .info ul li {
    min-width: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/**hover */
.label-list .item {
    transition: 0.5s;
}

.label-list .item:hover .type {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #ffffff;
}

.label-list .item:hover .info li a,.label-list .item:hover .info li span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.label-list .item:hover .info li a:hover,.label-list .item:hover .info li span:hover  {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}

.label-list .item:hover {
    animation: mymove 0.5s 1 linear;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 0.5s 1 linear;
    transform: translateY(-10px);
    /* background-image: url(@/assets/images/bg_label.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #4385ff;
}

@keyframes mymove {
    from {
        color: #ffffff;
        background-color: #ffffff;
    }

    to {
        color: #ffffff;
        background-color: #4385ff;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        color: #ffffff;
        background-color: #ffffff;
    }

    to {
        color: #ffffff;
        background-color: #4385ff;
    }
}

/*    服务展示    */
.productSelect {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}
.productSelect li {
    flex: 1;
    cursor: pointer;
}
.changeColor {
    background: #e6a23c;
}

.all-pic-nolabel {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.all-pic-nolabel .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.all-pic-nolabel .intro {
    width: 590px;
    margin: 16px auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.all-pic-nolabel .info {
    width: 1037px;
    overflow: hidden;
    margin: 40px auto 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);*/
    /*filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));*/
}
.all-pic-nolabel .info .img{
    display: block;
    width: auto;
    max-width: 100%;
}
.all-pic-nolabel .info img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.all-pic-nolabel .btns {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.all-pic-nolabel .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
/**动效 */
.all-pic-nolabel .info img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.all-pic-nolabel .info img:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*    头部展示图    */
.videoClass {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.index-banner {
    overflow: hidden;
}

.index-banner .index-banner-list {
    overflow: hidden;
}

.index-banner .index-banner-list .banner-list {
    width: 100%;
    /* height: 584.44px; */
}
.index-banner .index-banner-list .banner-list .banner-img,
.index-banner .index-banner-list .banner-list .banner-img > p{
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}
.index-banner .index-banner-list .banner-list .banner-img > div:first-child,
.index-banner .index-banner-list .banner-list .banner-img > a:first-child{
    width: 100%;
    height: 520px;
}
.index-banner .index-banner-list .banner-list .banner-img > div:first-child,
.index-banner .index-banner-list .banner-list .banner-img > div:first-child p,
.index-banner .index-banner-list .banner-list .banner-img > div:first-child img{
    width: 100%;
    height: 100%;
}
.index-banner .index-banner-list .banner-list .banner-img img{
    /*width: auto;*/
    object-fit: cover;
}
.index-banner .banner-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
}
.index-banner .banner-info a{
    color: inherit;
}
.index-banner .swiper-slide img {
    height: 584.44px;
}

/**swiper-pagination */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 66px;
}

.index-banner .banner-info .title {
    width: 532px;
    max-height: 100px;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 16px;
}

.index-banner .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    background: rgba(190, 190, 190, 0.5);
    border-radius: 32px;
}

.index-banner
.swiper-pagination-bullets
.swiper-pagination-bullet-active {
    width: 44px;
    height: 4px;

    background: #4385ff;
    border-radius: 32px;
}

.index-banner .banner-info .intro {
    width: 500px;
    max-height: 52px;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 48px;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.index-banner .banner-info .intro::-webkit-scrollbar {
    display: none;
}

.index-banner .banner-info .link {
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 2.2;
    display: flex;
}

.index-banner .banner-info .link > span {
    padding: 0 32px;
    border-radius: 6px;
}

.index-banner .banner-info.banner-info-center {
    align-items: center;
}
.index-banner .banner-info.banner-info-center .title,
.index-banner .banner-info.banner-info-center .intro{
    text-align: center;
}
/**动态效果 */
.index-banner .swiper-slide-active .banner-info .title {
    animation: 0.75s 0.25s dhs linear both;
    -webkit-animation: 0.75s 0.25s dhs linear both;
}

.index-banner .swiper-slide-active .banner-info .intro {
    animation: 0.75s 0.5s dhs linear both;
    -webkit-animation: 0.75s 0.5s dhs linear both;
}

.index-banner .swiper-slide-active .banner-info .link {
    animation: 0.75s 0.5s dhs linear both;
    -webkit-animation: 0.75s 0.5s dhs linear both;
}

@-webkit-keyframes dhs {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@keyframes dhs {
    from {
        opacity: 0;
        transform: translate(0, 40px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*    客户Logo墙    */
.ligoImgClass {
    width: 100%;
    height: 100%;
}

.all-logos {
    width: 100%;
    /* height: auto; */
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.all-logos .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.all-logos .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.all-logos .info {
    width: 1200px;
    margin: 0 auto 80px;
}

.all-logos .info .logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.all-logos .info .logos li {
    margin-bottom: 24px;
    margin-right: 32px;
}

.all-logos .info .logos li:nth-child(4n) {
    margin-right: 0;
}

.all-logos .info .logos li span {
    display: inline-block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.all-logos .info .logos .logoImges {
    width: 276px;
    height: 146px;
    object-fit: cover;
}

.all-logos .info .logos li span:hover {
    transition: 0.5s;
    box-shadow: 4px 6px 10px 5px rgba(0, 0, 0, 0.15);
}

.all-logos .btns {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    /* 减去li元素间距 */
    margin: 24px auto 0;
}

.all-logos .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.ligoImgClass .component-upload-image .hide {
    width: 276px;
    height: 146px;
}

/*    左文右大图    */
.screenBtnClass {
    display: block;
    float: left;
}
.full-screen {
    /* width: 100%; */
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: rgba(245, 248, 255, 1);
}

.full-screen .title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin: 80px auto 64px;
    color: #262626;
}

.full-screen .labels {
    height: 128px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.full-screen .labels li {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*border-left: 1px solid #f4f8ff;*/
    position: relative;
}

.full-screen .labels li:last-child {
    border-right: 1px solid #f4f8ff;
}

.full-screen .labels li.active:first-child {
    /*border-right: 1px solid transparent;*/
}

.full-screen .labels li.active {
    background: #f4f8ff;
    /*border-left: 1px solid transparent;*/
    /*border-right: 1px solid transparent;*/
}

.full-screen .labels li.active + li {
    /*border-left: 1px solid transparent;*/
}

.full-screen .labels li span {
    display: inline-block;
}

.full-screen .info {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.full-screen .info .detail {
    flex: 1;
    overflow: hidden;
    /* position: relative; */
}

.full-screen .info .detail .txt {
    width: 28.766%;
    position: absolute;
    left: 17.8%;
    top: 18.5%;
}

.full-screen .info .detail .txt .name {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
}

.full-screen .info .detail .txt .intro {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    margin: 24px 0 64px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.full-screen .info .detail .txt .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding: 8px 32px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
}

.full-screen .info .detail .txt .btn:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #72a4ff;
    cursor: pointer;
}
.full-screen .info .detail img {
    /* width: 100%; */
    height: 527px;
}
.full-screen .info .img {
    width: 50%;
    overflow: hidden;
}
.full-screen .info .img img {
    /* width: 100%; */
    height: 527px;
}
.full-screen .info .img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.full-screen .info .img img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(1.05);
}
/**动效 */
.full-screen .labels li.active::before,
.full-screen .labels li::before {
    content: "";
    height: 4px;
    width: 0;
    /* width: calc(100% + 2px); */
    background: #4385ff;
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.full-screen .labels li.active::before,
.full-screen .labels li:hover::before {
    width: calc(100% + 2px);
}
.full-screen .info .detail .txt .btn {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*    左列右图    */
.product-select {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}
.product-select li {
    flex: 1;
    cursor: pointer;
}
.change-color {
    background: #e6a23c;
}

.left-list-right-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.left-list-right-pic .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}
.left-list-right-pic .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.left-list-right-pic .btns .btn-release {
    min-width: 72px;
    padding: 11px 32px !important;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.left-list-right-pic .info {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    align-items: center;
}

.left-list-right-pic .info .img {
    width: 718px;
    display: block;
    overflow: hidden;
    margin-left: 40px;
}

.left-list-right-pic.left-list-right-pic-more .info .img {
    width: 737px;
    margin-left: 21px;
}

.left-list-right-pic .info .labels {
    width: 442px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.left-list-right-pic .labels li {
    background: #e7ebf2;
    margin-bottom: 48px;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 4px;
    padding: 34px 40px;
}

.left-list-right-pic.left-list-right-pic-more .labels li {
    margin-bottom: 24px;
}

.left-list-right-pic .labels li {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.left-list-right-pic .labels li:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    background: #3279fe;
    transform: translateY(-10px);
}

.left-list-right-pic .labels li:last-child {
    margin-bottom: 0;
}

.left-list-right-pic li .name {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 16px;
}

.left-list-right-pic li .detail {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

.left-list-right-pic li:hover .name,
.left-list-right-pic li:hover .detail {
    color: #ffffff;
}

.left-list-right-pic .btns {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.left-list-right-pic.left-list-right-pic-more .btns {
    margin: 72px auto 48px;
}

.left-list-right-pic .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.listyle {
    margin-bottom: 24px;
}

/*左图右文*/
.left-pic-right-list .childList {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.left-pic-right-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.left-pic-right-list .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.left-pic-right-list .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.left-pic-right-list .info {
    width: 1200px;
    height: 540px;
    /*overflow: hidden;*/
    margin: 40px auto;
    display: flex;
    align-items: center;
}
.left-pic-right-list .item-info {
    width: 600px;
    height: 540px;
    overflow: hidden;
    margin: 40px auto;
    display: flex;
    align-items: center;
}

.left-pic-right-list .info .img {
    width: 584px;
    display: block;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

.left-pic-right-list .info .labels {
    width: 584px;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}

.left-pic-right-list .labels li {
    background: #e9edf7;
    border-radius: 2px;
    margin-bottom: 24px;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
    padding: 24px;
}

.left-pic-right-list .labels li:last-child {
    margin-bottom: 0;
}

.left-pic-right-list li .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}

.left-pic-right-list li .detail {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

.left-pic-right-list li .tags {
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: none;
    z-index: 0;
    position: relative;
}

.left-pic-right-list li .tags span {
    display: inline-block;
    margin-top: 12px;
    margin-right: 8px;
    background: #366ccf;
    border-radius: 6px;
    overflow: hidden;
    color: #ffffff;
    padding: 3px 8px;
}

.left-pic-right-list .btns {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.left-pic-right-list .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.left-pic-right-list .btns .btn-release {
    min-width: 72px;
    /*padding: 11px 32px !important;*/
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

/**hover */
.left-pic-right-list .labels li.active {
    background: #5387e7;
    /* margin-bottom: 10px;  */
    /* margin: 0; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /* transform: translateY(-10px); */
}

.left-pic-right-list .labels li {
    position: relative;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.left-pic-right-list .labels li:hover {
    background: #5387e7;
    /* margin-bottom: 10px;  */
    /* margin: 0; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
    top: -10px;
    /* transform: translateY(-10px); */
}

.left-pic-right-list li.active .name,
.left-pic-right-list li.active .detail {
    color: #ffffff;
}

.left-pic-right-list li.active .tags {
    display: flex;
}

/*    左图右文    */
.product-select {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.product-select li {
    flex: 1;
    cursor: pointer;
}

.change-color {
    background: #E6A23C;
}


.left-pic-right-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.left-pic-right-text .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.left-pic-right-text .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.left-pic-right-text .info {
    width: 1200px;
    margin: 0 auto 80px;
}

.left-pic-right-text .info .labels {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #595959;
}

.left-pic-right-text .labels li {
    overflow: hidden;
    background: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    margin-right: 24px;
}

.left-pic-right-text .labels li:last-child {
    margin-right: 0;
}

.left-pic-right-text .labels li.active {
    cursor: pointer;
    color: #4385FF;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08), 0px 9px 28px rgba(2, 39, 83, 0.05);
    background: #E0E8F8;
}

.left-pic-right-text .content {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08), 0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 6px;
}

.left-pic-right-text .content .img {
    flex: 0 0 600px;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
    display: block;
    overflow: hidden;
}

.left-pic-right-text .content .content-info {
    width: 472px;
    padding: 0 64px;
}

.left-pic-right-text .content-info .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 32px;
    overflow: hidden;
    color: #262626;
}

.left-pic-right-text .content-info .detail {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    overflow: hidden;
}

.left-pic-right-text .info .content-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: 8px;
    width: 140%
}

.left-pic-right-text .info li {
    margin-right: 24px;
    overflow: hidden;
}

/*.left-pic-right-text .info li:hover{*/
/*  */
/*}*/

.left-pic-right-text li span {
    height: 44px;
    overflow: hidden;
    display: inline-block;
}

.left-pic-right-text li span img {
    width: auto;
    height: 100%;
}

.left-pic-right-text .btns {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* 减去li元素间距 */
    margin: 32px auto 0;
}

.left-pic-right-text .btns .btn {
    min-width: 72px;
    padding: 0 29px;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
/**动效 */
.left-pic-right-text .content .img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left-pic-right-text .content .img img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.05);
}

/*    左图右文标题    */
.leftPicRightTextTitle {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.leftPicRightTextTitle .title {
    display: block;
    width: 590px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px auto;
}

.leftPicRightTextTitle .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

/**info */
.leftPicRightTextTitle .infoBox {
    width: 1156px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.leftPicRightTextTitle .infoBox img {
    width: 560px;
    /*height: 390px;*/
    height: auto;
}

.leftPicRightTextTitle .infoBox .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #262626;
}

.leftPicRightTextTitle .infoBox .subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #595959;
}

.leftPicRightTextTitle .infoBox .subtitle::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #4385ff;
    margin: 40px 0;
}

.leftPicRightTextTitle .infoBox .detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    white-space: inherit !important;
}
.leftPicRightTextTitle .infoBox .detail *{
    white-space: inherit !important;
}
.leftPicRightTextTitle .infoBox .boxRight {
    width: 556px;
    position: relative;
    padding-bottom: 103px;
}

/**btns */
.leftPicRightTextTitle .btns {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.leftPicRightTextTitle .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

/*    左文右长图    */
.product-select {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.product-select li {
    flex: 1;
    cursor: pointer;
}

.change-color {
    background: #e6a23c;
}

.left-text-right-longpic {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}

.left-text-right-longpic .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.left-text-right-longpic .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.left-text-right-longpic .info {
    width: 1200px;
    margin: 40px auto 0;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
}

.left-text-right-longpic .info .labels {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #8c8c8c;
    border-radius: 4px 4px 0 0;
}

.left-text-right-longpic .labels li {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 14px;
}

.left-text-right-longpic .labels li::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #e5e5e5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -0.5px;
}

.left-text-right-longpic .labels li.active {
    color: #4385ff;
}

.left-text-right-longpic .labels li.active::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #4385ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -0.5px;
}

.left-text-right-longpic .labels li:first-child::after {
    display: none;
}

.left-text-right-longpic .info .content {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 32px 30px 18px 32px;
}

.left-text-right-longpic .content .detail {
    flex: 1;
    overflow: hidden;
}

.left-text-right-longpic .detail .detail-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}

.left-text-right-longpic .detail .detail-info {
    height: 258px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #595959;
}

.left-text-right-longpic .detail .name {
    margin-bottom: 8px;
}

.left-text-right-longpic .detail .name-info {
    height: 90px;
    margin-bottom: 40px;
}

.left-text-right-longpic .content .img {
    width: 790px;
    display: block;
    margin-left: 48px;
}

.left-text-right-longpic .btns {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.left-text-right-longpic .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

/**动效 */
.left-text-right-longpic .labels li.active::before {
    width: 100%;
}
.left-text-right-longpic .labels li::before {
    content: "";
    height: 2px;
    width: 0;
    background: #4385ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -0.5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left-text-right-longpic .labels li {
}
.left-text-right-longpic .labels li:hover::before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
}

/*    左文右图标题    */
.leftPicRightTextTitle {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.leftPicRightTextTitle .title {
    display: block;
    width: 590px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px auto;
}

.leftPicRightTextTitle .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

/**info */
.leftPicRightTextTitle .infoBox {
    width: 1156px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.leftPicRightTextTitle .infoBox img {
    width: 560px;
    /*height: 390px;*/
    height: auto;
}

.leftPicRightTextTitle .infoBox .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #262626;
}

.leftPicRightTextTitle .infoBox .subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #595959;
}

.leftPicRightTextTitle .infoBox .subtitle::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #4385ff;
    margin: 40px 0;
}

.leftPicRightTextTitle .infoBox .detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}

.leftPicRightTextTitle .infoBox .boxRight {
    width: 556px;
    position: relative;
}

/**labels */
.leftPicRightTextTitle .labels {
    min-width: 580px;
    max-width: 1056px;
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
}

.leftPicRightTextTitle .labels li {
    height: 44px;
    padding: 0 20px;
    text-align: center;
    line-height: 44px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 24px;
}

.leftPicRightTextTitle .labels .active {
    cursor: pointer;
    background: #e0e8f8;
    color: #4385ff;
}

/**btns */
.leftPicRightTextTitle .btns {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.leftPicRightTextTitle .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

/*    左文右图    */
.product-select {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.product-select li {
    flex: 1;
    cursor: pointer;
}

.change-color {
    background: #e6a23c;
}

.left-text-right-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.left-text-right-pic .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.left-text-right-pic .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.left-text-right-pic .info {
    width: 1200px;
    margin: 0 auto 80px;
}

.left-text-right-pic .info .labels {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #595959;
}

.left-text-right-pic .info .labels li {
    overflow: hidden;
    background: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    margin-right: 24px;
}

.left-text-right-pic .info .labels li:last-child {
    margin-right: 0;
}

.left-text-right-pic .info .labels li.active {
    cursor: pointer;
    color: #4385ff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    background: #e0e8f8;
}

.left-text-right-pic .info .content {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 6px;
}

.left-text-right-pic .info .content .img {
    flex: 0 0 600px;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
    /*margin-left: 126px;*/
}

.left-text-right-pic .info .content .content-info {
    width: 472px;
    padding: 0 64px;
}

.left-text-right-pic .info .content .content-info .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 32px;
    overflow: hidden;
    color: #262626;
}

.left-text-right-pic .info .content .content-info .detail {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    overflow: hidden;
}

.left-text-right-pic .info .content .content-info .content-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: 8px;
    width: 140%;
}

.left-text-right-pic .info .content .content-info .content-icons li {
    margin-right: 24px;
    overflow: hidden;
}

.left-text-right-pic .info .content .content-info .content-icons li span {
    height: 44px;
    overflow: hidden;
    display: inline-block;
}

.left-text-right-pic .info .content .content-info .content-icons li span img {
    width: auto;
    height: 100%;
}

.left-text-right-pic .btns {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* 减去li元素间距 */
    margin: 32px auto 0;
}

.left-text-right-pic .btns .btn {
    min-width: 72px;
    padding: 0 29px;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
/**动效 */
.top-pic-bottom-text .info .info-item img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.05);
}
.top-pic-bottom-text .info .info-item img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.05);
}
.left-text-right-pic .info .content .img:hover{
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.05);
}

/*    页面导航栏    */
/**header */
.header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

.header ul {
    margin-left: 358px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #2f2f2f;
}

.header ul li {
    position: relative;
    margin-right: 72px;
}
.header ul li a{
    display: block;
}
.header ul .active {
    color: #4385ff;
}

.header ul .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4385ff;
}

/*    产品介绍    */
.container-allPics {
    width: 100%;
    background-color: #343434;
}

/* 头部切换状态样式 */
.product-select {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.product-select li {
    flex: 1;
    cursor: pointer;
}

.change-color {
    background: #e6a23c;
}

.all-pics {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.all-pics .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.all-pics .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.all-pics .info {
    width: 1037px;
    margin: 0 auto 80px;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
}

.all-pics .info.infoWitdh {
    width: 1138px;
}

.all-pics .info .info-pics {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.all-pics .info-pics .img {
    width: 100%;
}

.all-pics .info-pics .btns {
    display: inline-flex;
    position: absolute;
    left: 52px;
    bottom: 61px;
    /* overflow: hidden; */
}

.all-pics .info-pics .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.all-pics .info .info-footer {
    width: 100%;
    height: 108px;
    overflow: hidden;
    display: flex;
    background-color: #ffffff;
    flex-wrap: wrap;
}

.all-pics .info-footer .info-footer-item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.all-pics .info-footer .info-footer-item::after {
    content: '';
    width: 1px;
    height: 50px;
    display: block;
    background: #d9d9d9;
    position: absolute;
    right: -0.5px;
    margin: auto;
    top: 25px;
}
.all-pics .info-footer .info-footer-item::before{
    content: '';
    width: 1px;
    height: 50px;
    display: block;
    background: #d9d9d9;
    position: absolute;
    left: -0.5px;
    margin: auto;
    top: 25px;
}
.all-pics .info-footer .info-footer-item:first-child::before{
    display: none;
}
.all-pics .info-footer-item:last-child::after {
    display: none;
}
.all-pics .info-footer-item {
    cursor: pointer;
}

.all-pics .info-footer .active .sub-title{
    color:  #4385FF !important;
}
/* 两标签 */
.all-pics .info-footer.infoItemSecond .info-footer-item {
    padding: 25px 88px 0 127px;
}

/* 三标签 */
.all-pics .info-footer.infoItemThird {
    width: auto;
    padding: 0 62px;
}

.all-pics .info-footer.infoItemThird .info-footer-item {
    padding: 25px 27px 0;
}

/* 五标签 */
.all-pics .info-footer.infoItemFifth {
    width: auto;
    padding: 0 22px;
}

.all-pics .info-footer.infoItemFifth .info-footer-item {
    padding: 25px 8px 0;
}

.all-pics .info-footer-item .sub-title {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-pics .info-footer-item .sub-intro {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**动效 */
.all-pics .info-footer-item .sub-title:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    color: #4385ff;
}
.all-pics .info-pics .img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
}
.all-pics .info-pics .img img:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*    暗背景纯文字    */
.textDarkFour {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}

.textDarkFour .title {
    width: 590px;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    margin: 80px auto 16px auto;
}

.textDarkFour .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 64px;
}

/**info */
.textDarkFour .infoBox {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.textDarkFour .infoBox .infoItem {
    padding: 46px 32px;
    width: 527px;
    min-height: 158px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    position: relative;

}
.textDarkFour .infoBox .infoItem:nth-child(1){
    border-radius: 0px 0px 6px 0px;
}
.textDarkFour .infoBox .infoItem:nth-child(2){
    border-radius: 0px 0px 0px 6px;
}
.textDarkFour .infoBox .infoItem:nth-child(3){
    border-radius: 0px 6px 0px 0px;
}
.textDarkFour .infoBox .infoItem:nth-child(4){
    border-radius: 6px 0px 0px 0px;
}

/*.textDarkFour .infoBox .infoItemsave {*/
/*    padding: 46px 32px;*/
/*    width: 591px;*/
/*    height: 250px;*/
/*    color: #ffffff;*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    border-radius: 0px 0px 0px 6px;*/
/*    position: relative;*/
/*}*/

/*.textDarkFour .infoBox .infoItem:hover {*/
/*    background: rgba(32, 110, 255, 0.8);*/
/*}*/

.textDarkFour .infoBox .infoItem:nth-child(-n + 2) {
    margin-bottom: 24px;
}

.textDarkFour .infoBox .infoItemsave:nth-child(-n + 2) {
    margin-bottom: 24px;
}

.textDarkFour .infoBox .infoItem .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

.textDarkFour .infoBox .infoItemsave .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

.textDarkFour .infoBox .infoItem .name:after {
    content: '';
    display: block;
    width: 43px;
    height: 4px;
    background: #4385ff;
    margin: 24px 0;
}

.textDarkFour .infoBox .infoItemsave .name:after {
    content: '';
    display: block;
    width: 43px;
    height: 4px;
    background: #4385ff;
    margin: 24px 0;
}

.textDarkFour .infoBox .infoItem .detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.textDarkFour .infoBox .infoItem .detail::-webkit-scrollbar {
    display: none;
}

.textDarkFour .infoBox .infoItemsave .detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.textDarkFour .infoBox .infoItem .btns {
    display: none;
    margin-top: 40px;
}

.textDarkFour .infoBox .infoItem .btns .btn {
    max-width: 138px;
    padding: 7px 33px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
}

/**hover */
.textDarkFour .infoBox .infoItem:hover {
    padding: 30px 32px;
    transition: 0.5s;
    background: rgba(32, 110, 255, 0.8);
}

.textDarkFour .infoBox .infoItem:hover .name:after {
    content: '';
    display: block;
    width: 43px;
    background: #ffffff;
    margin: 4px 0 16px 0;
}

.textDarkFour .infoBox .infoItem:hover .btns {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 30px;
}

/*    暗背景Icon    */
.textDarkLeftIcon {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}

.textDarkLeftIcon .title {
    width: 590px;
    font-weight: 500;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    margin: 80px auto 16px auto;
}

.textDarkLeftIcon .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 64px;
}

/**info */
.textDarkLeftIcon .infoBox {
    width: 1216px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.textDarkLeftIcon .infoBox .infoItem {
    width: 216px;
    min-height: 213px;
    padding: 24px 32px 40px 32px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 6px;
}

.textDarkLeftIcon .infoBox .infoItem img {
    width: 43px;
    height: 84px;
}
.textDarkLeftIcon .infoBox .infoItem .hide {
    height: 84px;
    width: 43px;
}
.textDarkLeftIcon .infoBox .infoItem .hide .el-upload-list__item-delete{
    margin: 0 auto;
}
.el-upload-list--picture-card .el-upload-list__item-actions{
    font-size: 18px;
}
.textDarkLeftIcon .infoBox .infoItem .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.textDarkLeftIcon .infoBox .infoItem .name:after {
    content: '';
    display: block;
    width: 53px;
    height: 1px;
    background: #d9d9d9;
    margin: 16px 0;
}

.textDarkLeftIcon .infoBox .infoItem .detail {
    font-weight: 400;
    font-size: 14px;
    height: 80px;
    line-height: 20px;
    color: #ffffff;
    -webkit-line-clamp: 4;
}

/**btns */
.textDarkLeftIcon .btns {
    text-align: center;
    margin: 48px auto 0;
}

.textDarkLeftIcon .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    margin: 0 8px;
    cursor: pointer;
}

/**hover */

.textDarkLeftIcon .infoBox .infoItem {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textDarkLeftIcon .infoBox .infoItem:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: linear-gradient(
            134.38deg,
            rgba(67, 133, 255, 0.7) 0%,
            rgba(67, 180, 255, 0.7) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.3);
}
/**动效 */
.textDarkLeftIcon .infoBox .infoItem img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textDarkLeftIcon .infoBox .infoItem:hover img {
    transform: rotateY(180deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*    左Icon文字    */
.productSelect {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.productSelect li {
    flex: 1;
    cursor: pointer;
}

.changeColor {
    background: #e6a23c;
}

/**infoItem */
.infoItemThird {
    width: 1195px;
}

.textLeftIcon .infoItemThird .infoItem img {
    margin-right:  35px ;
}
.textLeftIcon .infoItemFourth .infoItem  img{
    margin-right:  24px ;
}
.textLeftIcon .infoItemThird .infoItem {
    width: 313px;
    min-height: 100px;
    padding: 24px 32px;
}

.infoItemFourth {
    width: 1180px;
}

.textLeftIcon .infoBox .infoItem img {
    width: 43px;
    height: 86px;
}

.textLeftIcon .infoItemFourth .infoItem {
    width: 237px;
    padding: 24px 20px;
}

/** */
.textLeftIcon {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
}

.textLeftIcon .title {
    width: 590px;
    margin: 80px auto 16px auto;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.textLeftIcon .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.textLeftIcon .infoBox {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.textLeftIcon .infoBox .infoItem .el-upload{
    margin: 0 24px 0 0;
}
.textLeftIcon .infoBox .infoItem .hide .el-upload-list__item-delete{
    margin: 0 auto;
}
.textLeftIcon .infoBox .infoItem {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 4px;
}

.textLeftIcon .infoBox .infoItem .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}

.textLeftIcon .infoBox .infoItem .detail {
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #595959;
}
.textLeftIcon .infoBox .infoItem .text-more-hidden{
    -webkit-line-clamp: 3;
}
/**btns */
.textLeftIcon .btns {
    text-align: center;
    margin: 48px auto 80px;
}

.textLeftIcon .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
/**动效 */
.textLeftIcon .infoBox .infoItem {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textLeftIcon .infoBox .infoItem:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: translateY(-10px);
}
/* .textLeftIcon .infoBox .infoItem .name:hover {
    color: #4385ff;
} */
.textLeftIcon .infoBox .infoItem img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textLeftIcon .infoBox .infoItem:hover img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: rotateY(180deg);
}

/*    标签页Icon    */
.productSelect {
    display: flex;
    align-items: center;
    line-height: 45px;
    background: #409eff;
    text-align: center;
    color: #fff;
}

.productSelect li {
    flex: 1;
    cursor: pointer;
}

.changeColor {
    background: #e6a23c;
}

/**header */
.header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

.header ul {
    margin-left: 358px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #2f2f2f;
}

.header ul li {
    margin-right: 72px;
    position: relative;
}

.header ul .active {
    color: #4385ff;
}

.header ul .active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4385ff;
}

/**infoItem */
.infoItemThird {
    width: 1192px;
}

.textLeftTopIcon .infoItemThird .infoItem {
    width: 312px;
    min-height: 145px;
    padding: 27px 24px 36px  ;
}

/*.infoItemFourth {*/
/*    width: 1184px;*/
/*}*/

.textLeftTopIcon .infoItemFourth .infoItem {
    width: 230px;
    padding: 23px 24px 40px;
}

.infoItemSixth {
    flex-wrap: wrap;
    width: 1192px;
}

.infoItemSixth .infoItem {
    width: 312px;
    padding: 27px 24px 36px;
}

.infoItemSixth .infoItem:nth-child(-n + 3) {
    margin-bottom: 40px;
}

/** */
.textLeftTopIcon {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background: url("~@/assets/imgs/product/bg_plainText.png") no-repeat top left; */
    background-size: 100% 100%;
    position: relative;
}

.textLeftTopIcon .title {
    width: 590px;
    margin: 80px auto 16px auto;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.textLeftTopIcon .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.textLeftTopIcon .infoBox {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.textLeftTopIcon .infoItem img {
    width: 41px;
    height: 41px;
}
.textLeftTopIcon .infoItem .hide {
    width: 41px;
    height: 41px;
}
.textLeftTopIcon .infoItem .hide .el-upload-list__item-delete{
    margin: 0 auto;
}

.textLeftTopIcon .infoItem {
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08),
    0px 9px 28px rgba(2, 39, 83, 0.05);
    border-radius: 4px;
}

.textLeftTopIcon .infoItem .name {
    width: 100%;
    margin: 16px auto 8px auto;
    text-align: left;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #17181b;
}

.textLeftTopIcon .infoItem .detail {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    color: #696969;
}
.textLeftTopIcon .infoItem .text-more-hidden{
    -webkit-line-clamp: 3;
}
/**btns */
.textLeftTopIcon .btns {
    text-align: center;
    margin: 48px auto 80px;
}

.textLeftTopIcon .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
/**动效 */
.textLeftTopIcon .infoItem {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textLeftTopIcon .infoItem:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: translateY(-10px);
}
.textLeftTopIcon .infoItem img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textLeftTopIcon .infoItem:hover img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: rotateY(180deg);
}

/*    上Icon下文字    */
.textMaxLabel {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.textMaxLabel .title {
    display: block;
    width: 555px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px auto;
}

.textMaxLabel .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

/**info */
.textMaxLabel .infoBox {
    width: 1034px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.textMaxLabel .infoBox .infoItem:nth-child(-n + 2) {
    margin-bottom: 32px;
}

.textMaxLabel .infoBox .infoItemsave:nth-child(-n + 2) {
    margin-bottom: 32px;
}

.textMaxLabel .infoBox .infoItem img {
    width: 42px;
    height: 34px;
}
.textMaxLabel .infoBox .infoItemsave img {
    width: 42px;
    height: 34px;
}

.textMaxLabel .infoBox .infoItem .name {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin: -16px 0 24px 58px;
}

.textMaxLabel .infoBox .infoItemsave .name {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin: -16px 0 24px 58px;
}

.textMaxLabel .infoBox .infoItem .detail {
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #8c8c8c;
    -webkit-line-clamp: 3;
    /*margin-bottom: 32px;*/
}

.textMaxLabel .infoBox .infoItemsave .detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    margin-bottom: 32px;
}


.textMaxLabel .infoBox .infoItem .label {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-top: 32px;
    margin-bottom: 30px;
}

.textMaxLabel .infoBox .infoItemsave .label {
    display: flex;
}

.textMaxLabel .infoBox .infoItem .btns {
    display: none;
    margin-top: 16px;
    margin-bottom: 20px;
}

.textMaxLabel .infoBox .infoItemsave .btns {
    display: none;
}

.textMaxLabel .infoBox .infoItem .btns .btn {
    /*min-width: 132px;*/
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-right: 16px;
    /*margin-left: 10px;*/
    cursor: pointer;
}

.textMaxLabel .infoBox .infoItem .label .label-child {
    width: auto;
    height: 20px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.textMaxLabel .infoBox .infoItemsave .label > .label-child {
    width: auto;
    height: 20px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin-right: 8px;
}

.textMaxLabel .infoBox .infoItem {
    width: 414px;
    min-height: 166px;
    padding: 46px 40px 0 48px;
    background: #ffffff;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.textMaxLabel .infoBox .infoItemsave {
    width: 502px;
    height: 250px;
    padding: 46px 40px 38px 48px;
    background: #ffffff;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}


.textMaxLabel .infoBox .infoItem:hover {
    animation: bganimation 0.5s 1;
    background: linear-gradient(103.5deg, #4356ff 0%, #4385ff 100%);
}


.textMaxLabel .infoBox .infoItem:hover .label {
    display: none;
}

.textMaxLabel .infoBox .infoItem:hover .name {
    color: #ffffff;
}

.textMaxLabel .infoBox .infoItem:hover .detail {
    color: #ffffff;
}

.textMaxLabel .infoBox .infoItem:hover .btns {
    display: block;
}
.textMaxLabel .infoBox .infoItem {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.textMaxLabel .infoBox .infoItem:hover {
    animation: bganimation 0.5s 1;
    background: linear-gradient(103.5deg, #4356ff 0%, #4385ff 100%);
}

@keyframes bganimation {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        background: linear-gradient(103.5deg, #4356ff 0%, #4385ff 100%);
    }
}

.textMaxLabel .infoBox .infoItem:hover .label {
    display: none;
}

.textMaxLabel .infoBox .infoItem:hover .name {
    color: #ffffff;
}

.textMaxLabel .infoBox .infoItem:hover .detail {
    color: #ffffff;
}

.textMaxLabel .infoBox .infoItem:hover .btns {
    display: block;
}
.textMaxLabel .infoBox .infoItem .btns .others {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textMaxLabel .infoBox .infoItem .btns .others:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #72a4ff;
    color: #fff;
}
.textMaxLabel .infoBox .infoItem .btns .free {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textMaxLabel .infoBox .infoItem .btns .free:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #72a4ff;
    border: 1px solid #72a4ff;
}

/*    背景标签    */
.textMiniTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../../images/product/bg_plainText.png") no-repeat top left;
    background-size: 100% 100%;
    position: relative;
}

.textMiniTitle .title {
    width: 555px;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 80px auto 16px auto;
    text-align: center;
}

.textMiniTitle .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

.textMiniTitle .infoBox {
    width: 1097px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.textMiniTitle .infoBox .infoItem {
    width: 363px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 6px 16px -8px rgba(2, 39, 83, 0.08),
    0 9px 28px rgba(2, 39, 83, 0.05);
}

.textMiniTitle .infoBox .infoItem:nth-child(1) {
    border-radius: 6px 0 0 0;
}

.textMiniTitle .infoBox .infoItem:nth-child(3) {
    border-radius: 0 6px 0 0;
}

.textMiniTitle .infoBox .infoItem:nth-child(4) {
    border-radius: 0 0 0 6px;
}

.textMiniTitle .infoBox .infoItem:nth-child(6) {
    border-radius: 0 0 6px 0;
}

.textMiniTitle .infoItem .name {
    /*width: 361px;*/
    height: 104px;
    padding:0 40px;
    background: #e0ebff;
    border-radius: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 104px;
    color: #828282;
}

.textMiniTitle .infoItem .detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;

    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    color: #595959;
    margin: 29px 40px 35px 40px;
    word-break: break-all;
}

.textMiniTitle .btns {
    text-align: center;
    margin: 48px auto 80px;
}

.textMiniTitle .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    margin: 0 8px;
    cursor: pointer;
}
.textMiniTitle .infoBox .infoItem  {
    transition: .5s;
    -webkit-transition: .5s;
}
.textMiniTitle .infoBox .infoItem:hover {
    transform: scale(1.05);
    transition: .5s;
    -webkit-transition: .5s;
}
.textMiniTitle .infoBox .infoItem .name {
    transition: .5s;
    -webkit-transition: .5s;
}
.textMiniTitle .infoBox .infoItem:hover .name {
    transition: .5s;
    -webkit-transition: .5s;
    color: #ffffff;
    background: url(../../images/bg_mask.png) no-repeat center center,
    linear-gradient(90deg, #4385ff 0%, #43b4ff 100%);
    background-size: auto 100%;
}

/*    Icon文字×6    */
.textTopIconLess {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.textTopIconLess .title {
    display: block;
    width: 590px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px auto;
}

.textTopIconLess .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

.textTopIconLess .infoBox {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.textTopIconLess .infoBox .infoItem img {
    width: 50px;
    height: 50px;
    margin: 48px auto 0;
}
.textTopIconLess .infoBox .infoItem .hide {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.textTopIconLess .infoBox .infoItem .el-upload{
    margin: 0 auto;
}
.textTopIconLess .infoBox .infoItem:nth-child(-n + 3) {
    margin-bottom: 40px;
}

.textTopIconLess .infoBox .infoItem {
    text-align: center;
    width: 360px;
    min-height: 250px;
    background: #ffffff;
    box-shadow: 0px 12px 48px 16px rgba(0, 16, 71, 0.03),
    0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.textTopIconLess .infoBox .infoItem .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 16px auto;
}

.textTopIconLess .infoBox .infoItem .detail {
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    text-align: center;
    color: #8c8c8c;
    margin:0 32px 28px;
    -webkit-line-clamp: 3;
}

.textTopIconLess .btns {
    text-align: center;
    margin: 48px auto 0;
}

.textTopIconLess .btns .btn {
    min-width: 72px;
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.textTopIconLess .infoBox .infoItem {
    transition: .5s;
    -webkit-transition: .5s;
}

.textTopIconLess .infoBox .infoItem:hover {
    transition: .5s;
    -webkit-transition: .5s;

    transform: translateY(-10px);
}

.textTopIconLess .infoBox .infoItem img {
    transition: .5s;
    -webkit-transition: .5s;
}

.textTopIconLess .infoBox .infoItem:hover img {
    transition: .5s;
    -webkit-transition: .5s;

    transform: rotateY(180deg);
}

/*    Icon文字×16    */
.textTopIconMore {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.textTopIconMore .title {
    display: block;
    width: 590px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px auto;
}

.textTopIconMore .intro {
    width: 590px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px auto;
}

.textTopIconMore .infoBox {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.textTopIconMore .infoBox .infoItem img {
    width: 44px;
    height: 44px;
    margin: 0 auto;
}

.textTopIconMore .infoBox .infoItem {
    width: 218px;
    height: 128px;
    text-align: center;
    padding: 16px 40px;
    background: #ffffff;
    border: 1px solid #f7f7f7;
}

.textTopIconMore .infoBox .el-upload {
    margin: 0 auto;
}

.textTopIconMore .infoBox .infoItem .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #17181b;
    margin-bottom: 8px;
}
.textTopIconMore .infoBox .infoItem .hide{
    width: 44px;
    height: 44px;
    margin: 0 auto;
}
.textTopIconMore .infoBox .infoItem .detail {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
    -webkit-line-clamp: 2;
}

.textTopIconMore .infoBox .infoItem img {
    transition: .5s;
    -webkit-transition: .5s;
}

.textTopIconMore .infoBox .infoItem:hover img {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotateY(180deg);
}
/*    上图下文    */
.top-pic-bottom-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.top-pic-bottom-text .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.top-pic-bottom-text .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.top-pic-bottom-text .info {
    width: 1192px;
    margin: 40px auto 48px;
    display: flex;
    align-items: center;
}

.top-pic-bottom-text .info .info-item {
    cursor: pointer;
    flex: 0 0 280px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
    margin-right: 24px;
    border-radius: 6px;

}

.top-pic-bottom-text .info .info-item:last-child {
    margin-right: 24px;
}

.top-pic-bottom-text .info-item .img {
    display: block;
    height: 286px;
    width: 274px;
}
.top-pic-bottom-text .info-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.top-pic-bottom-text .info-detail {
    padding: 16px 17px;
    overflow: hidden;
}

.top-pic-bottom-text .info-detail .name {
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000000;
}

.top-pic-bottom-text .info-detail .detail {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    color: #8c8c8c;
}

.top-pic-bottom-text .btns {
    display: flex;
    width: 1192px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.top-pic-bottom-text .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.top-pic-bottom-text .info .info-item img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.05);
}
/*    上图下文2    */
.top-pic-bottom-text-two {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f8ff;
    position: relative;
}

.top-pic-bottom-text-two .title {
    width: 590px;
    margin: 80px auto 16px auto;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.top-pic-bottom-text-two .intro {
    width: 590px;
    margin: 0 auto 64px auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #595959;
    text-align: center;
}

.top-pic-bottom-text-two .info {
    width: 1180px;
    margin: 40px auto 48px;
    display: flex;
    align-items: center;
}

.top-pic-bottom-text-two .info .info-item {
    flex: 0 0 277px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 6px 16px -8px rgba(2, 39, 83, 0.08);
    filter: drop-shadow(0px 9px 28px rgba(2, 39, 83, 0.05));
    margin-right: 24px;
    border-radius: 4px;
}

.top-pic-bottom-text-two .info .info-item:last-child {
    margin-right: 0;
}

.top-pic-bottom-text-two .info-item .img {
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 160px;
}
.top-pic-bottom-text-two .info-item .img .imgClass{
    width: 100%;
    height: 100%;
}

.top-pic-bottom-text-two .info-item .info-detail {
    padding-bottom: 28px;
    overflow: hidden;
}

.top-pic-bottom-text-two .info-detail .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4385FF;
    overflow: hidden;
    padding: 8px 16px 0;
    display: block;
}

.top-pic-bottom-text-two .info-detail .detail {
    font-weight: 400;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #000000;
    padding: 12px 16px 0;
    -webkit-line-clamp: 2;
}

.top-pic-bottom-text-two .btns {
    display: flex;
    width: 1180px;
    align-items: center;
    justify-content: center;
    margin: 48px auto 80px;
}

.top-pic-bottom-text-two .btns .btn {
    min-width: 72px;
    padding: 0 32px;
    line-height: 42px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.top-pic-bottom-text-two .info-item img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.top-pic-bottom-text-two .info-item img:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(1.05);
}

.btn-blue {
    margin-right: 16px;
    background-color: #4385ff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #4385ff;
    font-size: 18px;
}

.btn-blue:hover {
    margin-right: 16px;
    cursor: pointer;
    background: #72A4FF;
    border: 1px solid #72A4FF;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-grey {
    border: 1px solid #d9d9d9;
    color: #595959;
    font-size: 18px;
}

.btn-grey:hover {
    cursor: pointer;
    border: 1px solid #72A4FF;
    color: #72A4FF;
}
/**btn*/
.btns .btn{
    display: inline-block;
}

.allPicsSwitch .labels li{
    cursor: pointer;
}

/*切换导航*/
.nav-toggle-main{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    margin-top: -39px;
    display: flex;
    align-items: center;
}
/**header */
.nav-toggle {
    width: auto;
    display: inline-block;
    background: rgba(243, 247, 255, 1);
    box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 0 auto;
    padding: 12px;
    overflow: hidden;
}

.nav-toggle ul {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(67, 133, 255, 1);
}

.nav-toggle ul li {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 12px 39.5px;
    margin-right: 12px;
    border-radius: 8px;
    cursor: pointer;
}
.nav-toggle ul li:hover{
    background: rgba(67, 133, 255, .1);
    color: rgba(67, 133, 255, 1);
}
.nav-toggle ul li.active{
    background: rgba(67, 133, 255,  1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 3px 2px 8px 1px rgba(32, 70, 139, 0.2), 3px 2px 20px 4px rgba(12, 17, 136, 0.15);
}
.nav-toggle ul li:last-child{
    margin-right: 0;
}
.nav-toggle ul .active {
    color: #4385ff;
}
