/* 首页 */

.mySwiper1 .swiper-pagination-bullets, 
.mySwiper1 .swiper-pagination-custom, 
.mySwiper1 .swiper-pagination-fraction{
    /*bottom: .6rem;*/
}
/* 广告1 */
.advertising1{
    display: block;
    width: 7.5rem;
    height: 1.4rem;
    background-color: #fff;
}
.advertising1 img{
    display: block;
    width: 7.5rem;
    height: 1.4rem;
}
/* 我们的服务 */
.myService{
    width: 7.5rem;
    height: 6.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.myService .img-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.myService .main-h2-f{
    position: relative;
}
.myService .content{
    position: relative;
    width: 4.86rem;
    height: 4.86rem;
    margin: 0 auto .20rem;
    background-image: url(../imgs/logo/logo_myService.png);
    background-repeat: no-repeat;
    background-size: 1.48rem 1.48rem;
    background-position: center;
}
.myService .content a{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    transition: .2s;
}
.myService .content a:nth-child(1){
    /* top: -.18rem; */
    right: .32rem;
    width: 2.05rem;
    height: 2.41rem;
    background-image: url(../imgs/myService/green1.png);
    padding-bottom: .12rem;
    padding-left: .7rem;
}
.myService .content a:nth-child(2){
    top: 1.26rem;
    right: 0;
    width: 1.68rem;
    height: 2.40rem;
    background-image: url(../imgs/myService/green2.png);
    padding-left: .4rem;
    padding-top: .8rem;
}
.myService .content a:nth-child(3){
    bottom: 0;
    right: .37rem;
    width: 2.77rem;
    height: 1.17rem;
    background-image: url(../imgs/myService/green3.png);
    padding-bottom: .2rem;
    padding-right: .3rem;
}
.myService .content a:nth-child(4){
    bottom: 0;
    left: .3rem;
    width: 2.05rem;
    height: 2.41rem;
    background-image: url(../imgs/myService/green4.png);
    padding-right: .4rem;
}
.myService .content a:nth-child(5){
    top: 1.18rem;
    left: 0;
    width: 1.68rem;
    height: 2.40rem;
    background-image: url(../imgs/myService/green5.png);
    padding-bottom: 1rem;
    padding-right: .5rem;
}
.myService .content a:nth-child(6){
    top: 0;
    left: .35rem;
    width: 2.77rem;
    height: 1.17rem;
    background-image: url(../imgs/myService/green6.png);
}
/* .myService .content a:nth-child(1):hover, */
.myService .content .active:nth-child(1){
    top: -.18rem;
    background-image: url(../imgs/myService/yellow1.png);
}
/* .myService .content a:nth-child(2):hover, */
.myService .content .active:nth-child(2){
    top: 1.18rem;
    right: -.18rem;
    background-image: url(../imgs/myService/yellow2.png);
}
/* .myService .content a:nth-child(3):hover, */
.myService .content .active:nth-child(3){
    bottom: -.1rem;
    right: .18rem;
    background-image: url(../imgs/myService/yellow3.png);
}
/* .myService .content a:nth-child(4):hover, */
.myService .content .active:nth-child(4){
    bottom: -.18rem;
    background-image: url(../imgs/myService/yellow4.png);
}
/* .myService .content a:nth-child(5):hover, */
.myService .content .active:nth-child(5){
    top: 1.26rem;
    left: -.18rem;
    background-image: url(../imgs/myService/yellow5.png);
}
/* .myService .content a:nth-child(6):hover, */
.myService .content .active:nth-child(6){
    top: -0.1rem;
    left: .18rem;
    background-image: url(../imgs/myService/yellow6.png);
}
.myService .content img{
    width: .3rem;
    height: .3rem;
    margin: 0 auto;
}
.myService .content .text{
    font-size: .24rem;
    color: #FFFFFF;
}
/* 案例展示 */
.caseShow{
    width: 7.5rem;
    background: #FFFFFF;
}
.caseShow .tab{
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
    color: #666666;
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    overflow-x: initial;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.caseShow .tab span{
    position: relative;
    margin-right: .5rem;
}
.caseShow .tab span.active{
    color: #09C383;
    border-bottom: .01rem solid #09C383;
}
.caseShow .content li{
    position: relative;
    width: 7.5rem;
    height: 5.57rem;
    background-image: url(../imgs/background-image/backg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.caseShow .content .imgbox{
    position: relative;
    top: .94rem;
    left: 1.04rem;
    display: block;
    width: 5.41rem;
    height: 3.52rem;
    overflow: auto;
}
.caseShow .content .imgbox img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.caseShow .tabContent .tabContentItem{
    display: none;
}
.caseShow .tabContent .tabContentItem:first-child{
    display: block;
}
.caseShow .wzjsContentItem p{
    position: relative;
    bottom: -1.7rem;
    font-size: .26rem;
    color: #444444;
    text-align: center;
}
/* APP开发 */
.appContentItem ul{
    padding: .46rem .25rem 0;
}
.appContentItem li{
    float: left;
    width: 3.36rem;
    height: 7.5rem;
    background-image: url(../imgs/background-image/backg_wap2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
}
.appContentItem li:nth-child(2n){
    margin-left: .28rem;
}
.appContentItem .imgbox{
    position: relative;
    top: .55rem;
    left: .22rem;
    width: 2.93rem;
    height: 5.66rem;
    overflow: auto;
}
.appContentItem .imgbox img{
    height: auto;
    min-height: 100%;
}
.appContentItem .title{
    position: relative;
    top: 1.2rem;
    font-size: .26rem;
    color: #444444;
    text-align: center;
}
/* 知识产权 */

.wzjsContent{
    margin-top: .46rem;
}
.wzjsContent li{
    float: left;
    margin-left: .3rem;
    margin-right: .2rem;
}
.wzjsContent li:nth-child(2n){
    float: left;
    margin-left: 0;
    margin-right: .3rem;
}
.wzjsContent .imgbox{
    width: 3.35rem;
    height: 2.23rem;
    box-shadow: 0px 0px .2rem rgba(0, 0, 0, 0);
    border-radius: .04rem;
}
.wzjsContent p{
    font-size: .26rem;
    color: #444444;
    text-align: center;
    margin: .28rem 0 .49rem;
}
/* 关于我们 */
.usMy{
    width: 7.5rem;
    background-color: #ECF0F7;
}
.usMy .content .imgbox{
    position: relative;
    display: block;
    width: 7rem;
    height: 5.12rem;
    margin: 0 auto;
}
.usMy .content .imgbox img{
    width: 100%;
    height: 100%;
}
.usMy .content .imgVideo{
    position: relative;
}
.usMy .content .imgVideo p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7rem;
    height: .8rem;
    line-height: .8rem;
    background-color: rgba(12, 12, 12, .53);
    font-size: .26rem;
    color: #F8F8F8;
    text-indent: .26rem;
    margin: 0 .25rem;
    text-align: center;
}
.usMy .content .text{
    width: 7rem;
    font-size: .26rem;
    line-height: .52rem;
    color: #707070;
    margin: .26rem auto 0;
    text-indent: .52rem;
}
/* 我们的优势 */
.myAdvantage{
    width: 7.5rem;
    background-image: url(../imgs/background-image/myAdvantage.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-container-myAdvantage{
    width: 7.5rem;
    height: 7.07rem;
}
.swiper-container-myAdvantage .swiper-slide .item{
    padding: 0 .27rem;
    margin-bottom: .27rem;
}
.swiper-container-myAdvantage img{
    float: left;
    width: .84rem;
    height: .84rem;
    margin-right: .33rem;
}
.swiper-container-myAdvantage .item-text{
    float: left;
    width: calc(100% - 1.21rem);
}
.swiper-container-myAdvantage h4{
    font-size: .26rem;
    color: #FFFFFF;
    margin-bottom: .12rem;
}
.swiper-container-myAdvantage p{
    font-size: .24rem;
    color: rgba(255, 255, 255, .8);
}
.myAdvantage .swiper-container-horizontal > .swiper-scrollbar{
    width: .64rem;
    height: .13rem;
    left: 50%;
    bottom: 3%;
    margin-left: -.32rem;
    background-color: #fff;
}
.myAdvantage .swiper-scrollbar-drag{
    background-color: rgba(9, 195, 131, 1);
}
/* 联系我们 */
.contactMy{
    width: 7.5rem;
    height: 5.7rem;
    background: #09C383;
}
.contactMy .myForm{
    width: 6rem;
    margin: 0 auto;
}
.contactMy .myForm input{
    display: block;
    width: 6rem;
    height: .7rem;
    background: #FFFFFF;
    border-radius: .03rem;
    margin-bottom: .3rem;
    font-size: .26rem;
    text-indent: .26rem;
}
.contactMy .myForm button{
    display: block;
    width: 6rem;
    height: .8rem;
    line-height: .8rem;
    background: #FF920F;
    box-shadow: 0px .05rem .18rem rgba(255, 139, 0, 0.2);
    border-radius: .03rem;
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
}
/* 新闻资讯 */
.news{
    width: 7.5rem;
}
.news .content .item a{
    height: 1.8rem;
    display: block;
    padding: 0 .26rem;
    margin-bottom: .3rem;
}
.news .content .item:last-child a{
    margin-bottom: 0;
}
.news .content img{
    float: left;
    width: 2.42rem;
    height: 1.8rem;
}
.news .content .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    width: calc(100% - 2.5rem);
    height: 100%;
    padding-left: .16rem;
}
.news .content .info h4{
    font-size: .3rem;
    color: #444444;
    margin-bottom: .12rem;
}
.news .content .info .text{
    flex: none;
    font-size: .26rem;
    color: #999999;
    margin-bottom: .2rem;
}
.news .content .info .time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .22rem;
    color: #999999;
}
.news .content .info .time1{
    display: flex;
    flex: auto;
}
.eye_box{
    display: flex;
    align-items: center;
    padding-right: .2rem;
}
.eye1{
    width: .50rem;
    height: .36rem;
    display: flex;
    align-items: center;
    float: right;
    background-image: url(../imgs/icon/icon_eye01.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.eye2{
    font-size: .22rem;
    font-family: ArialMT;
    color: #999999;
}
/* 我们的客户 */
.myClient{
    width: 7.5rem;
    background-color: #ECF0F7;
    padding-bottom: .4rem;
}
.myClient .content{
    position: relative;
    padding: 0 .26rem;
    margin-bottom: .3rem;
}
.myClient .clientList{
    position: relative;
    height: 3.48rem;
    overflow: hidden;
}
.myClient .client1{
    position: relative;
    overflow: hidden;
}
.myClient .content a{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.2%;
}
.myClient .content img{
    width: 100%;
}
.myClient .content a:nth-child(3n){
    margin-right: 0;
}
/* .swiper-container-myClient{
    position: relative;
    width: 7.5rem;
    height: 3.2rem;
}
.swiper-container-myClient .swiper-slide{
    width: 70%;
    transition: 300ms;
    transform: scale(0.8);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.swiper-container-myClient .swiper-slide-active,
.swiper-container-myClient .swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-container-myClient .swiper-slide .info{
    position: relative;
}
.swiper-container-myClient .swiper-slide .info::after{
    content: '';
    position: absolute;
    top: -.22rem;
    left: -.5rem;
    width: .34rem;
    height: 1.18rem;
    background-image: url(../imgs/icon/“.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-container-myClient .swiper-slide .info::before{
    content: '';
    position: absolute;
    top: .6rem;
    right: -.4rem;
    width: .34rem;
    height: 1.18rem;
    background-image: url(../imgs/icon/”.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-container-myClient img{
    width: 1.76rem;
    height: .55rem;
    margin-bottom: 0.1rem;
}
.swiper-container-myClient p{
    display: block;
    width: 3.69rem;
    height: 1.25rem;
    font-size: .26rem;
    color: #666666;
}
.swiper-container-myClient .my_data{
    display: block;
    font-size: .22rem;
    color: #999999;
    text-align: right;
}
.my_title{
    padding-right: 12px;
} */