[v-cloak]{
    display: none;
}
.text_centet{
    text-align: center;
}
.mrtb{
    margin: 8.5rem auto 5rem;
}
.mrt1{
    margin-top: 1.5rem;
}
.paddtb{
    padding: 3.5rem 0;
}
.carousel-indicators .active {
    width: calc(3.5rem + 0.3vw)!important;
    height: calc(0.1rem + 0.3vw)!important;
    margin: 1px 11px 1px 1px!important;
}
.carousel-indicators li {
    display: inline-block;
    width: calc(3.5rem + 0.3vw)!important;
    height: calc(0.1rem + 0.3vw)!important;
    margin-right: 11px!important;
}
.section{
    position: relative;
    overflow: hidden;
    /* padding-bottom: calc(8rem + .6vw); */
    width: 100%;
}
.title{
    font-size: calc(2.4rem + .6vw);
    letter-spacing: .2rem;
    font-weight: normal;
    color: #000;
}
.service .icons{
    width: calc(3.8rem + 1.5vw);
    display: block;
    height: calc(3.8rem + 1.5vw);
    margin: 0.5rem auto calc(.3rem + .6vw);
}
.service img{
    width: 100%;
    transform: scale(1.1); 
	transition: all 0.6s;
}
.service > div.active:hover > img{
    scale: 1.5;
    transform: scale(1);
    transition: 1s;
    transition-delay: 0s;
}
.service > div{
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: revert;
    z-index: 0;
}
.service .active::after{
    background: none!important;
}
.service > div::after{
    content: "";
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.tech{
    background: url('../images/background1.jpg') no-repeat;
    background-size: cover;
    /* padding-top: 80px; */
    overflow: hidden;
}
.technology{
    margin-bottom: 2rem;
}
.technology .col{
    font-weight: 500;
    font-size: calc(1.3rem + .6vw);
    cursor: pointer;
    color: #777;
    position: relative;
    margin-bottom: calc(1rem + .6vw);
}
.technology .col:after{
    content: "";
    width: 0;
    height: 2px;
    background: #295cc5;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
}
.technology .col:hover {
    color: #295cc5;
}
.technology .col:hover:after{
    width: 20%;
    color: #295cc5;
}
.technology .col.active:after{
    width: 14%;
    color: #295cc5;
}
.technology .col.active{
    color: #295cc5;
    font-weight: bold;
    
}
.service .active > p{
    display: none;
    background: #295cc58a;
    font-size: calc(.5rem + .75vw)
}
.service .active.showP > p{
    /* display: none; */
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
    /* font-size: 1rem; */
    top: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    padding: 1rem;
    text-align: left;
    line-height: calc(1.5rem + .75vw);
    font-size: calc(.8rem + .45vw);
}
.service .active .mask {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask{
    display: none;
    transition: all .5s ease-in;
    color: #fff;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    padding: 1rem;
    width: 101%;
    font-size: 1rem;
}
.mask > div{
    flex-basis: 100%;
}
.mask h3{
    font-size: calc(.8rem + .75vw);
    font-weight: normal;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: calc(2.6rem + 0.75vw) auto calc(0.1rem + 0.6vw);
    white-space: nowrap;
    width: 100%;
}
.mask h3::before{
    content: "";
    background: #fff;
    position: absolute;
    width: 4rem;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3.5rem;
}
.mask p{
    font-size: calc(.25rem + .75vw);
    text-align: left;
    margin-bottom: 0;
    padding: 0 .2rem;
    display: none;
}
.products{
    /* display: flex; */
    overflow: hidden;
}
.products .productsItem.active{
    width: 46%;
}
.products .productsItem.active .proTitle {
    display: none;
}
.proTitle {
    position: absolute;
    top: 1.5rem;
    width: 100%;
    left: 0;
}
.proTitle span{
    font-size: calc(1.2rem + .6vw);
    color: #fff;
    position: absolute;
    top: 3rem;
    left: 0;
    padding: 1.5rem 4rem;
    font-weight: bold;
}
.products .productsItem {
    width: 18%;
    position: relative;
    transition: all .5s ease;
    height: 560px;
    float: left;
}
.products .productsItem img{
    width: 100%;
    height: 100%;
}
.products .productsItem .description .learnMore {
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.4rem 1.5rem;
    border-radius: 2rem;
    position: absolute;
    bottom: 8rem;
    font-size: 1.5rem;;
}
.products .productsItem .description {
    display: none;
    position: absolute;
    top: 0;
    color: #fff;
    padding: 4rem 3.5rem 0 4rem;
    height: 100%;
}
.products .productsItem .description  p {
    line-height: 30px;
    font-size: calc(.5rem + .6vw);
}
.products .productsItem .description  h3{
    font-size: calc(2rem + .6vw);
    margin-bottom: 3.5rem;
    letter-spacing: .2rem;
}
.products .productsItem .description .line{
    width: 5rem;
    height: 1px;
    background: #fff;
    display: block;
    margin: 4rem 0;
}
.productsItem.active .description {
    display: block!important;
}
/**
服务商
*/
.bussiness {
    cursor: pointer;
    padding-bottom: 0;
}
.bussiness > img{
    width: 100%;
    transform: scale(1.1); 
	transition: all 0.6s;
}
.bussiness:hover > img{
    scale: 1.2;
    transform: scale(1);
    transition: 1s;
    transition-delay: 0s;
}
.bussiness .bottom{
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: calc(10rem + .6vw); */
    color: #fff;
    font-size: calc(1rem + 0.6vw);
}
.bussiness .bottom > div > div > div > span{
    flex-basis: 100%;
}
.bussiness .bottom > div > div > div > img{
    display: block;
    margin: 0 auto 1rem;
    width: calc(4rem + 0.6vw);
    height: calc(4rem + 0.6vw)
}
.bussiness .bottom > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}
.bussiness .bottom > div {
    height: 100%;
}
.fixedRight{
    position: fixed;
    right: 0;
    top: 50%;
}
.products[flag='mobile'] .carousel-item{
    /* height: calc(17rem + 1.5vw); */
}
.products[flag='mobile'] .carousel-inner img{
    height: unset;
}
.products[flag='mobile'] .carousel-inner .more{
    font-size: calc(1.2rem + .6vw);
}
.products[flag='mobile'] .carousel-inner .carousel-caption{
    /* bottom: 3rem; */
}
/**
生态圈
*/
.stq > div{
    line-height: calc(6rem + 0.6vw);
    padding: 0 15px;
    margin-bottom: calc(4rem + 0.6vw);
}
.stq img{
    width: 100%;
    cursor: pointer;
}
.proCase {
    background: url('../images/background2.jpg') no-repeat;
    background-size: cover;
}
.proCase .proItems {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.34);
    color: #fff;
    width: 22rem;
    z-index: 99;
}
.proCase img {
    transform: scale(1.1); 
	transition: all 0.6s;
}
.proCase :hover img:hover{
    scale: 1.2;
    transform: scale(1);
    transition: 1s;
    transition-delay: 0s;
}
.proCase .proItems .items{
    text-align: center;
    line-height: 10.5rem;
    font-size: calc(1rem + 0.6vw);
    cursor: pointer;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.proCase .proItems .items .proMask{
    background: #295cc58a;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -99;
}
.proCase .proItems .items.active .proMask{
    opacity: 1;
    height: 100%;
}
.proCase .content h3{
    margin: 0;
    font-size: calc(1.5rem + 0.6vw);
}
.proCase .content p {
    color: #222;
    line-height: calc(2.3rem + 0.6vw);
    margin-top: calc(.5rem + 0.6vw);
    font-size: calc(.6rem + 0.6vw);
    text-align: justify;
}
.proCase .content p.tips{
    margin-bottom: calc(.5rem + 0.6vw);
}
.proCase .content .more{
    font-weight: bold;
    font-size: calc(1rem + 0.6vw);
    color: #295cc5;
}
.proCase .proItems .items img{
    margin-right: .5rem;
}
.proCase img.animaImg{
    width: 58px;
    height: 58px;
    position: absolute;
    left: 7%;
    animation: imgDH-data-v-62ec9d1c 8s infinite;
    top: 53%;
}
@-webkit-keyframes imgDH-data-v-62ec9d1c{
    0%{transform:translateY(0)}50%{transform:translateY(50%)}to{transform:translateY(0)}
}
@keyframes imgDH-data-v-62ec9d1c{
    0%{transform:translateY(0)}50%{transform:translateY(50%)}to{transform:translateY(0)}
}
.carousel-indicators{
    bottom: 7%!important;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    margin-left: 0!important;
}
.carousel-inner>.item{
    width: 100%;
    height: 100%;
    /* background-position-y: -100px; */
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 0 top;
    background-size: cover!important;
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-color: #464646;
}
.carousel-inner .container {
}
.carouselTips{
    bottom: 50%!important;
}
.carouselTips1{
    bottom: 46%!important;
    left: 12%!important;
}
.carouselTips h3{
    font-size: calc(5.3rem + .6vw);
    font-weight: bold;
}
.carouselTips p{
    font-size: calc(1.5rem + .6vw);
    margin-top: calc(1.5rem + 0.6vw);
    letter-spacing: .5rem;
}
.carouselTips a{
    color: #fff;
    font-size: calc(.5rem + .6vw);
    margin-top: calc(10.5rem + 0.6vw);
    letter-spacing: .2rem;
    text-align: left;
    border: 1px solid #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 2rem;
    display: inline-block;
    float: left;
}
.carouselTips a:hover{
    color: #fff;
}
.carousel-inner{
    font-size: 0;
    height: 100%;
}
@media (max-width: 1200px) {
    .products[flag='pc'] {
        display: none;
    }
    .products[flag='mobile'] {
        display: block;
    }
    .carouselTips{
        bottom: 14%!important;
    }
    .carouselTips h3 {
        font-size:calc(2.2rem + 1.5vw) ;
    }
    .carouselTips a {
        margin-top: 0;
    }
    .carousel-inner .item{
        /* background-position-y: 0; */
    }
    .carousel-indicators .active {
        width: calc(3.5rem + 0.4vw)!important;
        height: calc(0.1rem + 0.8vw)!important;
        margin: 1px!important;
        margin-right: 11px!important;
    }
    .carousel-indicators li {
        display: inline-block;
        width: calc(3.5rem + 0.4vw)!important;
        height: calc(0.1rem + 0.8vw)!important;
    }
    .flutWidth{
        width: 100%;
    }
    .technology .col {
        font-size: calc(1.34rem + 0.6vw);
    }
    .stq > div{
        margin-bottom: calc(1.5rem + 0.6vw);
    }
    .section{
        padding-bottom: 0;
        padding-top: 0;
    }
    .service .icons {
        width: calc(3.5rem + 1.5vw);
        height: calc(3.5rem + 1.5vw);
        font-size: calc(1.2rem + 0.6vw);
    }
    .mask h3{
        margin-top: calc(.8rem + .75vw);
        font-size: calc(1.3rem + 0.6vw);
    }
    .mask p {
        padding: calc(.25rem + .75vw);
        font-size: calc(1.1rem + 0.6vw);
    }
    .mask h3::before{
        background: transparent;
    }
    .mrtb {
        margin: 4rem auto 3rem;
    }
    .proCase .content .title{
        margin-top: 2.5rem;
        font-size: calc(1.8rem + 0.6vw);
    }
    .proCase .content p {
        margin-top: 2rem;
        font-size: calc(1.35rem + 0.6vw);
        line-height: calc(2.8rem + 0.6vw);
    }
    .proCase .content .more{
        font-size: calc(1.6rem + 0.6vw);
    }
    .proCase .proItems{
        width: 100%;
        display: flex;
        height: auto;
        width: calc(100% - 30px);
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proCase .proItems .items img {
        display: none;
    }
    .proCase .proItems .items {
        width: 20%;
        line-height: 4rem;
    }
    .bussiness .bottom > div > div > div > img{
        margin: .5rem auto;
        width: calc(2.5rem + 0.6vw);
        height: calc(2.5rem + 0.6vw)
    }
}
@media (min-width: 1200px) {
    .products[flag='pc'] {
        display: block;
    }
    .products[flag='mobile'] {
        display: none;
    }
    .section{        
        /* padding-top: 80px; */
    }
    .flutWidth{
        width: 72%;
    }
    .bussiness .bottom{
        height: calc(12rem + 0.6vw);
    }
}

@media (min-width: 750px) {
    .products[flag='pc'] {
        display: block;
    }
    .products[flag='mobile'] {
        display: none;
    }
    .section{        
        /* padding-top: 80px; */
    }
    .flutWidth{
        width: 72%;
    }
    .bussiness .bottom{
        height: calc(12rem + 0.6vw);
    }
}