.banner{
    margin-top: 120px;
}
.container-fluid{
    padding: 0;
}
/*============================================================================*/
.current-position{
    margin-top: 30px;
    margin-bottom: 50px;

}
.current-position ul{
    padding: 0;
}
.current-position ul li{
    display: inline;
    color: #666666;
    padding: 0 2px;
}
.current-position ul li a{
    color: #666666;
}
.current-position .position-active{
    color: #010101;
}
/*===========================================================================*/

.VerticalMenu {
    /*height: 50%;*/
    max-width: 258px;
    cursor: pointer;
    margin-top: 48px;

}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .parent-menu {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #151515;
    height: 60px;
    background-color: #eeeeee;
    line-height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid  #cdb0b0;
    overflow: hidden;

    transition: background-color 0.4s linear;
}
.VerticalMenu .parent-menu:hover {
    background-color: #d93b3d;
    color: #ffffff;
}
.VerticalMenu .parent-menu > i:last-child {
    line-height: 60px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu > div > .sub-menu {
    width: 100%;
    display: none;
}
.VerticalMenu > div > .sub-menu > div {
    background-color: #ffffff;
    transition: background-color 0.1s linear;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1rem;
    padding: 5px 0px 5px 0px;
}
.VerticalMenu > div > .sub-menu  a{
    color: #151515;
}
.VerticalMenu > div > .sub-menu > div:hover, .VerticalMenu > div > .sub-menu  a:hover{
    color: #d93b3d;!important;
}
.VerticalMenu > div > .sub-menu .active{
    color: #d93b3d;!important;
    font-weight: bold;
}
/*.VerticalMenu > div:first-child > div:first-child { !*大标题*!
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/
/*.VerticalMenu > .sub-menu > div:first-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}*/
.VerticalMenu > div:last-child::after {
    display: block;
    clear: both;
}
/*=============================================================================*/
.s-bg{
    background-color: #f5f8ff;
    opacity: 0.85;
    padding: 30px 0 140px 0;
    margin-bottom: 36px;
}
.context{
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(112, 102, 198, 0.1);

}
.sub-title{
    color: #151515;
    font-size: 1.625rem;
    border-bottom: #dddddd 1px solid;
    padding: 30px 0 20px 35px;
}

.sub-text > div{
    margin-top: 45px;
    padding: 0 28px 10px 28px;
}
.text-details{
    margin-left: 36px;
    font-size: 1.125rem;
    max-width: 500px;
}
.text-details h5{
    color: #888888;
    padding: 12px 0;
}
.text-details > div{
    margin: 15px 0;
    text-align: right;
}
/*=======================================================================================*/
.subDisplay{
    margin: 0;
}
.subDisplay>iframe{
    width: 100%;
    height: 1000px;
    display: block;
}


/*======================================游戏行业=========================================*/
.tab-content>div{
    margin-top: 48px;
}

/*==================================== 合作案例1 =========================================*/

/*==========================================mobile========================================*/
@media (width: 768px) {
    #solutions,#r-text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner{
        margin-top: 60px;
    }
    .sub-text{

    }
    .sub-text > div{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-content: center;
    }
    .s-bg{
        padding: 0px 0 70px 0;
    }

    .s-bg .nav-link {
        color: #000000;
    }
    .s-bg .nav-tabs .nav-link.active{
        color: #d93b3d;
    }

    .mobile-nav li{
        margin: 0 auto;
    }

    .text-details{
        margin-left: 0;
        font-size: 1.125rem;
        max-width: 1000px;
    }
    .tab-content>div{
        margin-top: 0;
    }

    .m-sub-solu,.m-sub-coor{
        width: 320px;
        height: 50px;
    }
    .swiper-slide{
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }
    .active1{
        color: #eb4610;
    }
}




.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}