.container{
    width: 100%;
    margin: 0 auto;
}
/* 轮播图 */
#lunbotu{
    width: 100%;
    height: 560px;
    text-align: center;
}
#lunbotu .swiper-wrapper img{
    width: 1920px;
    height: 100%;
}
.service-box form{display: flex;}

/* banner */
.banner{
    width: 100%;
    height: 129px;
    background-color: #F7F9FF;
}
.banner .box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .box .item{
    display: flex;
    align-items: center;
}
.banner .box .item img{
    width: 52px;
    height: 52px;
}
.banner .box .item div{
    margin-top: 10px;
    margin-left: 10px;
}
.banner .box .item div p{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 20px;
    color: #1E2024;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.banner .box .item div span{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 14px;
    color: #7C8492;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 咨询服务 */
.service{
    width: 1200px;
    margin: 50px auto;
}
.service .title{
    width: 100%;
    text-align: center;
    position: relative;
}
.service .title h1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
.service .title h1 span{
    color: #FF0012;
}
.service .title>span{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.service .title button{
    position: absolute;
    right: 0;
    top: 20%;
    width: 130px;
    height: 42px;
    background: #4C84F7;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.service .title button img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.service .service-box{
    width: 100%;
    height: 460px;
    margin-top: 50px;
    background-image: url(../images/index/service-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.service .service-box .top{
    display: flex;
    align-items: center;
    padding-top: 50px;
    margin-left: 10px;
}
.service .service-box .top p{
    font-weight: 500;
    font-size: 27px;
    color: #24272F;
}
.service .service-box .top p:nth-child(2){
    text-decoration: line-through;
}
.service .service-box .top img{
    width: 38px;
    height: 32px;
}
.service .service-box .top p:nth-child(6){
    color: #F59B00;
    font-size: 38.7px;
}
.service .service-box .content{
    width: 1100px;
    height: 138px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
}
.service .service-box .content .item label{
    font-weight: 500;
    font-size: 16px;
    color: #112233;
    margin-right: 10px;
}
.service .service-box .content .item select,
.service .service-box .content .item input{
    width: 190px;
    height: 50px;
    background: #EFF3F9;
    border-radius: 4px;
    border: 0;
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
    outline: none;
}
.service .service-box .content button{
    width: 150px;
    height: 55px;
    background: #F59B00;
    box-shadow: 1px 0px 10px 0px #F6AA29;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.service .service-box .content button:hover{background: #e95804;box-shadow: 1px 0px 10px 0px #e95804;}
.service .service-box .swiper-container {  
    width: 1100px;
    height: 88px;
    margin: 0 auto;
    overflow: hidden;  
    margin-top: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.8);
}  

.service .service-box .swiper-wrapper {  
    display: flex;  
    flex-direction: column;  
}  

.service .service-box .swiper-slide {  
    display: flex;  
    justify-content: space-between;  
    align-items: center;  
    height: 100px;
}
.service .service-box .swiper-slide div{
    display: flex;
    align-items: center;
}
.service .service-box .swiper-slide div:nth-child(1){
    margin-left: 25px;
}
.service .service-box .swiper-slide div:nth-child(4){
    margin-right: 25px;
}
.service .service-box .swiper-slide div img{
    width: 21px;
    height: 17px;
}
.service .service-box .swiper-slide div span{
    font-weight: 500;
    font-size: 18px;
    color: #112233;
}
.service .service-box .swiper-slide div:nth-child(3) span{
    color: #F59B00;
}

/* 核心业务 */
.business{
    width: 100%;
    height: 746px;
    background-image: url(../images/index/index-business-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business .title{
    text-align: center;
    color: #fff;
    padding-top: 50px;
}
.business .title h1{
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.business .title span{
    font-weight: 500;
    font-size: 20px;
}
.business .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.business .content .left{
    width: 264px;
    height: 498px;
    background-color: #0F1217;
    border-radius: 20px;
}
.business .content .left .item:nth-child(1){
    margin-top: 40px;
}
.business .content .left .item{
    width: 266px;
    height: 78px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.business .content .left .item div{
    display: flex;
    align-items: center;
}
.business .content .left .item:nth-child(1){
    background-image: url(../images/index/index-business-left-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business .content .left .item:nth-child(2){
    background-image: url(../images/index/index-business-left-bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business .content .left .item:nth-child(3){
    background-image: url(../images/index/index-business-left-bg3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business .content .left .item img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-left: 20px;
}
.business .content .left .item p{
    color: #8d8d8d;
}
.business .content .left .item.active div{
    border-left: 2px solid #fff;
}
.business .content .left .item.active div p{
    color: #fff;
}
.business .content .right{
    width: 902px;
    height: 498px;
    background-image: url(../images/index/index-business-right-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business .content .right>div{
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business .content .right>div .item{
    width: 263px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}
.business .content .right>div .item img{
    width: 62px;
    height: 62px;
    margin: 0 20px;
}
.business .content .right>div .item p{
    font-weight: 500;
    font-size: 22px;
    color: #010203;
}
.business .content .right>div .item.active{
    background-color: #6593f3;
}
.business .content .right>div .item.active p{
    color: #ffffff;
}

/* 为什么选择 */
.why-choose{
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
}
.why-choose .title{
    text-align: center;
}
.why-choose .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.why-choose .title span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.why-choose .top{
    width: 100%;
    height: 86px;
    margin: 0 auto;
    background-color: #4c84f7;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.why-choose .top .content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-choose .top .content p{
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}
.why-choose .top .content button{
    width: 194px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    border: 0;
    color: #4C84F7;
    font-size: 18px;
    cursor: pointer;
}
.why-choose .choose-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.why-choose .choose-box .left{
    width: 50%;
    background-color: #f3f5f8;
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
}
.why-choose .choose-box .right{
    width: 50%;
    background-color: #f6ae33;
    box-shadow: 1px 0px 15px 0px #F6AA29;
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
}
.why-choose .choose-box .left>p{
    font-weight: 500;
    font-size: 24px;
    color: #1B1D2D;
    border-left: 3px solid #4C84F7;
    padding-left: 10px;
    margin-top: 10px;
}
.why-choose .choose-box .right>p{
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    border-left: 3px solid #ffffff;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.why-choose .choose-box .left .list{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #e9edf2;
    border-radius: 10px;
    padding: 1px 0;
}
.why-choose .choose-box .right .list{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1px 0;
}
.why-choose .choose-box .left .list .item,
.why-choose .choose-box .right .list .item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
}
.why-choose .choose-box .left .list .item:last-child,
.why-choose .choose-box .right .list .item:last-child{
    border: 0;
}
.why-choose .choose-box .left .list .item svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.why-choose .choose-box .right .list .item svg{
    width: 30px;
    height: 30px;
    margin-left: 40px;
}
.why-choose .choose-box .left .list .item p{
    font-weight: 500;
    font-size: 20px;
    color: #1B1D2D;
    margin-left: 20px;
}
.why-choose .choose-box .right .list .item p{
    font-weight: 500;
    font-size: 20px;
    color: #F59B00;
    margin-left: 10px;
}
.why-choose .choose-box .vs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose .choose-box .vs p{
    width: 90%;
    height: 90%;
    background-color: #f59b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 500;
    font-size: 55px;
}
.why-choose .choose_cantact_btn{
    margin-top: 30px;
    text-align: center;
}
.why-choose .choose_cantact_btn a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: #F6B139;
    box-shadow: 1px 0px 10px 0px #F6AA29;
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

/* 关于罗尼科技 */
.about{
    width: 100%;
    margin: 50px auto;
    position: relative;
}
.about .title{
    text-align: center;
}
.about .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.about .title span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
}
.about .content{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(../images/index/index_about_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.about .content .about-nav{
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .content .about-nav button{
    margin-top: 60px;
    width: 194px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    background-color: #e1eeff;
    cursor: pointer;
}
.about .content .about-nav button.active{
    background-color: #5e93f2;
    color: #ffffff;
    border: 1px solid #5e93f2;
}

/*关于我们改造*/
.about .content .about-nav .active,.about .content .about-nav a:hover{
    background-color: #5e93f2;
    color: #ffffff;
    border: 1px solid #5e93f2;
}
.about .content .about-nav a{
    margin-top: 60px;
    width: 194px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 60px;
    background-color: #e1eeff;
    cursor: pointer;
    text-align: center;
}

.about .content .about-item{
    margin-top: 60px;
}
.about .content #introduce-box{
    display: flex;
    justify-content: center;
}
.about .content #introduce-box .left{
    width: 400px;
    height: 420px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.about .content #introduce-box .left img{
    width: 100%;
    height: 100%;
}
.about .content #introduce-box .right{
    width: 730px;
    height: 420px;
    background-color: #ffffff;
    border-radius: 0 20px 20px 0;
    box-shadow: 4px 0px 27px 0px #CACCE0;
}
.about .content #introduce-box .right h4{
    font-weight: 500;
    font-size: 24px;
    color: #010203;
    margin-top: 60px;
    margin-left: 50px;
}
.about .content #introduce-box .right span{
    display: inline-block;
    width: 64px;
    height: 4px;
    background: #4C84F7;
    border-radius: 2px 2px 2px 2px;
    margin-left: 50px;
}
.about .content #introduce-box .right p{
    margin-left: 50px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #010203;
    line-height: 34px;
}
.about .content #introduce-box .right a{
    display: inline-block;
    width: 163px;
    height: 42px;
    line-height: 42px;
    background: #5E93F2;
    border-radius: 4px 4px 4px 4px;
    margin-left: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}
.about .about-bottom{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.about .about-bottom .item{
    width: 284px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 3px 0px 7px 0px #BFC3D0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.about .about-bottom .item img:nth-child(1){
    width: 162px;
    height: 162px;
    margin-bottom: 30px;
}
.about .about-bottom .item p{
    font-weight: 500;
    font-size: 30px;
    color: #0C0C0C;
    width: 40px;
    border-bottom: 4px solid #4C84F7;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.about .about-bottom .item span{
    font-size: 24px;
    color: #767474;
    line-height: 47px;
}
.about .about-bottom .item img:last-child{
    width: 100%;
    height: 49px;
    position: absolute;
    top: 100%;
    left: 0;
}
.about .about-bottom .item:nth-child(1),
.about .about-bottom .item:nth-child(3){
    margin-top: 50px;
}
.about .about-blue{
    width: 100%;
    height: 283px;
    background: #4C84F7;
    border-radius: 0px 100px 0px 0px;
    position: absolute;
    top: 84%;
    left: 0;
    z-index: -1;
}

/* 核心优势 */
.advantage{
    width: 100%;
    margin: 0 auto;
    margin-top: 200px;
}
.advantage .title{
    text-align: center;
}
.advantage .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.advantage .advantage-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.advantage .advantage-nav button{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    background-color: initial;
    border: 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantage .advantage-nav button span{
    display: inline-block;
    width: 40px;
    height: 4px;
    margin-top: 8px;
}
.advantage .advantage-nav button.active{
    color: #4C84F7;
}
.advantage .advantage-nav button.active span{
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #4C84F7;
    border-radius: 2px;
}
.advantage .advantage-content{
    width: 100%;
    margin-top: 30px;
}
.advantage .advantage-content .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.advantage .advantage-content .item div{
    width: 50%;
    height: 310px;
}
.advantage .advantage-content .item .left{
    display: flex;
    align-items: center;
    justify-content: end;
    background-image: url(../images/index/index-advantage-left-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.advantage .advantage-content .item .left p{
    width: 60%;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    
}
.advantage .advantage-content .item div img{
    width: 100%;
    height: 100%;
}

/* 服务流程 */
.service-process{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.service-process .title{
    text-align: center;
}
.service-process .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.service-process .content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.service-process .content>h5{
    position: absolute;
    top: 3%;
    left: 3%;
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    color: #4C84F7;
}
.service-process .content>div{
    position: absolute;
    left: 3%;
    display: flex;
    z-index: 2;
}
.service-process .content>div>span{
    font-size: 15px;
    color: #4C84F7;
    margin-right: 5px;
    margin-top: 3px;
}
.service-process .content>div>p{
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    color: #3D3D3D;
}
.service-process .content>div>div>p{
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    color: #4C84F7;
}
.service-process .content>div>div>p:nth-child(2){
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
}
.service-process .content>div:nth-child(3){
    top: 18%;
}
.service-process .content>div:nth-child(4)>span{
    font-size: 17px;
    margin-left: -1px;
}
.service-process .content>div:nth-child(4){
    top: 33%;
}
.service-process .content>div:nth-child(5){
    top: 53%;
}
.service-process .content>div:nth-child(6){
    top: 68%;
}
.service-process .content>div:nth-child(5)>span,
.service-process .content>div:nth-child(6)>span{
    color: #BACFF9;
}
.service-process .content .line{
    width: 23%;
    height: 0px;
    opacity: 1;
    border-top: 1px solid rgba(186, 207, 249, 0.8);
    position: absolute;
    top: 45.5%;
    left: 3.4%;
    transform: translate(-50%,-50%) rotate(90deg);
    z-index: 1;
}
.service-process .content button{
    position: absolute;
    bottom: 8%;
    left: 3%;
    width: 163px;
    height: 43px;
    border-radius: 2px;
    opacity: 1;
    background: #4C84F7;
    border: 0;
    color: #ffffff;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}
.service-process .content img{
    width: 100%;
    height: 550px;
}

/* 标杆案例 */
.case{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    background-image: url(../images/index/index-case-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.case .title{
    text-align: center;
}
.case .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.case .content{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    background: #EBF2FC;
    box-shadow: 4px 0px 27px 0px #CACCE0;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}
.case .content .top{
    padding: 0 40px;
    text-align: right;
}
.case .content .top a{
    width: 80px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #5E93F2;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #5E93F2;
    white-space: nowrap;
}
.case .content .list{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.case .content .list .item{
    width: 162px;
    height: 92px;
    margin-top: 30px;
}
.case .content .list .item img{
    width: 100%;
    height: 100%;
}

/* 关于罗尼科技-新闻 */
.news{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.news .title{
    text-align: center;
}
.news .title h1{
    font-weight: 500;
    font-size: 42px;
    color: #010203;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.news .title span{
    font-weight: 500;
    font-size: 20px;
    color: #010203;
} 
.news .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.news .content .left{
    width: 580px;
    background: #F5F6FF;
    box-shadow: 4px 0px 15px 0px #CACCE0;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}
.news .content .right{
    width: 580px;
    background-image: linear-gradient(to right bottom,#4382FF,#4C96FD);
    box-shadow: 4px 0px 15px 0px #CACCE0;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}
.news .content .left .top,
.news .content .right .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #FFFFFF;
}
.news .content .left .top div,
.news .content .right .top div{
    display: flex;
    align-items: center;
}
.news .content .left .top div img,
.news .content .right .top div img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.news .content .left .top div p{
    font-weight: 500;
    font-size: 20px;
    color: #212122;
}
.news .content .right .top div p{
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.news .content .left .top a{
    font-weight: 500;
    font-size: 14px;
    color: #838484;
}
.news .content .right .top a{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.news .content .left .list,
.news .content .right .list{
    padding: 0 20px;
}
.news .content .left .list .item,
.news .content .right .list .item{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    cursor: pointer;
}
.news .content .left .list .item .item-left,
.news .content .right .list .item .item-left{
    width: 80%;
    display: flex;
}
.news .content .left .list .item .item-left img,
.news .content .right .list .item .item-left img{
    width: 132px;
    height: 82px;
    margin-right: 20px;
    border-radius: 8px;
    display: none;
}
/*.news .content .left .list .item .item-left div a{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #212122;
    margin-bottom: 10px;
    display: none;
}*/
.news .content .right .list .item .item-left div a{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
/*    display: none;*/
}

.news .content .left .list .item .item-left p:hover{color: #4C84F7;}
.news .content .left .list .item .item-left p{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.news .content .right .list .item .item-left p{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.news .content .left .list .item .item-right,
.news .content .right .list .item .item-right{
    width: 15%;
    text-align: right;
}
.news .content .left .list .item .item-right span{
    font-weight: 500;
    font-size: 14px;
    color: #757574;
}
.news .content .right .list .item .item-right span{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.news .content .left .list .item.active .item-left img,
.news .content .right .list .item.active .item-left img{
    display: block;
}
.news .content .left .list .item.active .item-left div a{
    display: inline-block;
    color: #4C84F7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.news .content .right .list .item.active .item-left div a{
    display: inline-block;
}
.news .content .left .list .item.active .item-left div p{
    color: #4C84F7;
}
.news .content .left .list .item.active .item-right span{
    color: #4C84F7;
}

/* 移动端 */
@media screen and (max-width: 768px) {
    /* 轮播图 */
    #lunbotu{
        width: 100%;
        height: 188px;
    }
    #lunbotu .swiper-wrapper img{
        width: 100%;
        height: 100%;
    }

    /* banner */
    .banner{
        width: 100%;
        height: 102px;
        background-color: #F7F9FF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } 
    .banner .box{
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .banner .box:nth-child(1){
        margin-bottom: 15px;
    }
    .banner .box .item{
        display: flex;
        align-items: center;
        width: 30%;
    }
    .banner .box .item img{
        width: 22px;
        height: 22px;
    }
    .banner .box .item div{
        margin-top: 3px;
        margin-left: 3px;
    }
    .banner .box .item div p{
        font-family: SourceHanSansSC, SourceHanSansSC;
        font-weight: 500;
        font-size: 12px;
        color: #1E2024;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0px;
    }
    .banner .box .item div span{
        font-family: SourceHanSansSC, SourceHanSansSC;
        font-weight: 500;
        font-size: 8px;
        color: #7C8492;
        line-height: 0px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        white-space: nowrap;
    }

    /* 外包咨询 */
    .consult-move{
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .consult-move>h2{
        font-size: 28px;
        color: #1D1D1F;
        font-family: PingFang SC;
        margin-bottom: 20px;
    }
    .consult-move>h2 span{
        color: #FF0012;
    }
    .consult-move>p{
        font-size: 18px;
        font-weight: normal;
        color: #2D2D2F;
        margin-bottom: 30px;
    }
    .consult-move>a{
        font-family: PingFang SC;
        font-size: 16px;
        font-weight: normal;
        color: #4C84F7;
    }
    .consult-box{
        width: 100%;
        margin-top: 30px;
        padding: 30px 0;
        background-image: url(../images/index/index-ser-move-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .consult-box .title{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .consult-box .title p{
        font-size: 20px;
        font-weight: 400;
        color: #010203;
        margin-right: 5px;
    }
    .consult-box .title p:nth-child(3){
        color: #FF0012;
    }
    .consult-box form{
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
        text-align: left;
    }
    .consult-box form .group{
        margin: 15px 0;
    }
    .consult-box form p{
        font-size: 12px;
        color: #010203;
        margin-bottom: 8px;
    }
    .consult-box form input{
        width: 93.5%;
        height: 40px;
        padding: 0 10px;
        border: 0;
        background: #fff;
        border-radius: 2px;
        outline: none;
    }
    .consult-box form select{
        width: 100%;
        height: 40px;
        padding: 0 10px;
        border: 0;
        background: #fff;
        border-radius: 2px;
    }
    .consult-box form button{
        width: 100%;
        height: 40px;
        margin-top: 10px;
        border: 0;
        background-color: #f59b00;
        color: #ffffff;
        cursor: pointer;
        border-radius: 4px;
        font-size: 16px;
    }

    .consult-box .swiper-container {  
        width: 84%;
        height: 42px;
        margin: 0 auto;
        overflow: hidden;  
        margin-top: 20px;
    }
    
    .consult-box .swiper-wrapper {  
        display: flex;  
        flex-direction: column;
    }  
    
    .consult-box .swiper-slide {  
        display: flex;  
        justify-content: space-between;  
        align-items: center;  
        height: 100%;
        margin: 0;
    }
    .consult-box .swiper-slide div{
        display: flex;
        align-items: center;
    }
    .consult-box .swiper-slide div:nth-child(1){
        margin-left: 25px;
    }
    .consult-box .swiper-slide div:nth-child(4){
        margin-right: 25px;
    }
    .consult-box .swiper-slide div img{
        width: 14px;
        height: 14px;
    }
    .consult-box .swiper-slide div span{
        font-weight: 400;
        font-size: 11px;
        color: #3D3D3D;
    }
    .consult-box .swiper-slide div:nth-child(3) span{
        color: #F59B00;
    }

    /* 核心业务 */
    .business-move{
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/index/business-move-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .business-move .title{
        text-align: center;
    }
    .business-move .title h2{
        font-size: 28px;
        color: #F7F9FF;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .business-move .title p{
        font-size: 18px;
        color: #F7F9FF;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .business-move .business-move-nav{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
    .business-move .business-move-nav button{
        font-size: 18px;
        color: #DADADA;
        text-align: center;
        font-weight: 400;
        background-color: initial;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .business-move .business-move-nav button span{
        display: inline-block;
        width: 27px;
        height: 2px;
        margin-top: 8px;
    }
    .business-move .business-move-nav button.active{
        color: #4C84F7;
    }
    .business-move .business-move-nav button.active span{
        background-color: #4C84F7;
    }
    .business-move .content{
        width: 95%;
        margin: 0 auto;
        margin-top: 10px;
        padding: 20px 0;
        background-image: url(../images/index/index-business-right-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 10px;
    }
    .business-move .content .item{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .business-move .content .item div{
        width: 28%;
        display: flex;
        align-items: center;
        padding: 10px 5px;
        background-color: #f7f9ff;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .business-move .content .item div img{
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .business-move .content .item div p{
        font-size: 12px;
        color: #3D3D3D;
    }
    .business-move .content .item div:hover{
        background-color: #4C84F7;
    }
    .business-move .content .item div:hover p{
        color: #ffffff;
    }

    /* 为什么选择罗尼科技 */
    .choose-move{
        width: 100%;
        margin: 50px auto;
    }
    .choose-move .title{
        text-align: center;
    }
    .choose-move .title h1{
        color: #010203;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .choose-move .title p{
        color: #2D2D2F;
        font-size: 18px;
    }
    .choose-move .top{
        width: 100%;
        height: 43px;
        background-color: #4C84F7;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 40px;
    }
    .choose-move .top p{
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }
    .choose-move .top a{
        display: inline-block;
        padding: 2px 8px;
        background-color: #ffffff;
        border-radius: 2px;
        color: #4C84F7;
        font-size: 10px;
    }
    .choose-move .content{
        width: 97%;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .choose-move .content>div{
        width: 43%;
        padding: 10px;
    }
    .choose-move .content .left{
        background: linear-gradient(90deg, #90B3FB 4%, #4C84F7 99%);
        border-radius: 9px;
    }
    .choose-move .content .right{
        background-color: #EFEFEF;
        border-radius: 9px;
    }
    .choose-move .content .left>p{
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        margin-top: 10px;
    }
    .choose-move .content .right>p{
        font-weight: 400;
        font-size: 14px;
        color: #3D3D3D;
        margin-top: 10px;
    }
    .choose-move .content .left .list,
    .choose-move .content .right .list{
        width: 100%;
    }
    .choose-move .content .left .list .item,
    .choose-move .content .right .list .item{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 8px 0;
    }
    .choose-move .content .left .list .item img,
    .choose-move .content .right .list .item img{
        width: 30px;
        height: 30px;
    }
    .choose-move .content .left .list .item p{
        font-size: 9px;
        font-weight: normal;
        color: #3D3d3d;
        background-color: #ffffff;
        width: 150px;
        height: 26px;
        border-radius: 0 20px 20px 0;
        padding: 0 7px;
        margin-top: -3px;
    }
    .choose-move .content .right .list .item p{
        font-size: 8px;
        font-weight: normal;
        color: #ffffff;
        background-color: #3D3d3d;
        width: 150px;
        height: 26px;
        border-radius: 0 20px 20px 0;
        padding: 0 7px;
        display: flex;
        align-items: center;
    }
    .choose-move .content .vs{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #4C84F7;
        border: 2px solid #ffffff;
    }
    .choose-move .content .vs p{
        font-size: 20px;
        color: #ffffff;
    }

    /* 关于罗尼科技 */
    .about-move{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
    }
    .about-move .title{
        text-align: center;
    }
    .about-move .title h1{
        color: #010203;
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .about-move .title p{
        color: #2D2D2F;
        font-size: 18px;
    }
    .about-move .about-move-nav{
        width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .about-move .about-move-nav button{
        margin-top: 30px;
        width: 30%;
        padding: 5px 8px;
        border-radius: 30px;
        border: 1px solid #000000;
        color: #000000;
        font-weight: 500;
        font-size: 18px;
        background-color: #e1eeff;
        cursor: pointer;
    }
    .about-move .about-move-nav button.active{
        background-color: #5e93f2;
        color: #ffffff;
        border: 1px solid #5e93f2;
    }
    .about-move .content {
        margin-top: 50px;
    }
    .about-move .content .item img{
        width: 100%;   
    }
    .about-move .content .item1{
        padding: 20px;
        background-image: url(../images/index/index_about_move_bg.png);
        background-size: cover;
    }
    .about-move .content .item1 div{
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .about-move .content .item1 div p{
        font-size: 14px;
        line-height: 30px;
    }
    .about-move .about-move-bottom{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .about-move .about-move-bottom .item{
        width: 19%;
        height: 120px;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 1px 0px 4px 0px #BFC3D0;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .about-move .about-move-bottom .item:nth-child(odd){
        margin-top: 10px;
    }
    .about-move .about-move-bottom .item img:nth-child(1){
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
    }
    .about-move .about-move-bottom .item p{
        font-size: 10px;
        font-weight: 400;
        color: #3D3D3D;
        width: 17px;
        text-align: center;
        border-bottom: 1px solid #4C84F7;
        margin-bottom: 5px;
    }
    .about-move .about-move-bottom .item span{
        display: inline-block;
        font-size: 10px;
        font-weight: 100;
        color: #3D3D3D;
        white-space: nowrap;
    }
    .about-move .about-move-bottom .item img:last-child{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .about-move .about-move-blue{
        position: absolute;
        left: 0px;
        top: 94%;
        width: 100%;
        height: 70px;
        border-radius: 0px 14px 0px 0px;
        opacity: 1;
        background-color: #5e8ff5;
        z-index: -1;
    }

    /* 核心优势 */
    .advantage-move{
        width: 100%;
        margin: 0 auto;
        margin-top: 70px;
    }
    .advantage-move .title{
        text-align: center;
    }
    .advantage-move .title h1{
        font-size: 28px;
        color: #010203;
        letter-spacing: 2px;
    }
    .advantage-move .advantage-move-nav{
        margin-top: 20px;
        max-width: 200%;
        white-space: nowrap;
        overflow-y: scroll;
        scrollbar-width: none;
        margin-left: 20px;
    }
    .advantage-move .advantage-move-nav button{
        width: 100px;
        height: 100px;
        margin-right: 10px;
        border-radius: 5px;
        border: 0;
        background-color: #c0d4f9;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .advantage-move .advantage-move-nav button img{
        width: 28px;
        height: 28px;
        margin-bottom: 5px;
    }
    .advantage-move .advantage-move-nav button.active{
        background-color: #4c84f7;
    }
    .advantage-move .advantage-move-box{
        width: 90%;
        margin: 30px auto;
    }
    .advantage-move .advantage-move-box .item{
        width: 100%;
        height: 167px;
        background-image: url(../images/index/advantage-move-box.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .advantage-move .advantage-move-box .item p{
        padding: 0 20px;
        color: #ffffff;
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
    }

    /* 服务流程 */
    .service-process{
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .service-process .title{
        text-align: center;
    }
    .service-process .title h1{
        font-weight: 700;
        font-size: 28px;
        color: #010203;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }
    .service-process .content{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .service-process .content>h5{
        position: absolute;
        top: 3%;
        left: 3%;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: normal;
        color: #4C84F7;
    }
    .service-process .content>div{
        position: absolute;
        left: 3%;
        display: flex;
        z-index: 2;
    }
    .service-process .content>div>span{
        font-size: 7px;
        color: #4C84F7;
        margin-right: 5px;
        margin-top: 3px;
    }
    .service-process .content>div>p{
        font-family: PingFang SC;
        font-size: 10px;
        font-weight: normal;
        color: #3D3D3D;
    }
    .service-process .content>div>div>p{
        font-family: PingFang SC;
        font-size: 10px;
        font-weight: normal;
        color: #4C84F7;
    }
    .service-process .content>div>div>p:nth-child(2){
        font-family: PingFang SC;
        font-size: 8px;
        font-weight: normal;
        color: #3D3D3D;
    }
    .service-process .content>div:nth-child(3){
        top: 18%;
    }
    .service-process .content>div:nth-child(4)>span{
        font-size: 10px;
        margin-left: -1px;
    }
    .service-process .content>div:nth-child(4){
        top: 33%;
    }
    .service-process .content>div:nth-child(5){
        top: 53%;
    }
    .service-process .content>div:nth-child(6){
        top: 68%;
    }
    .service-process .content>div:nth-child(5)>span,
    .service-process .content>div:nth-child(6)>span{
        color: #BACFF9;
    }
    .service-process .content .line{
        width: 33%;
        height: 0px;
        opacity: 1;
        border-top: 1px solid rgba(186, 207, 249, 0.8);
        position: absolute;
        top: 46%;
        left: 3.7%;
        transform: translate(-50%,-50%) rotate(90deg);
        z-index: 1;
    }
    .service-process .content button{
        position: absolute;
        bottom: 8%;
        left: 3%;
        width: 58px;
        height: 20px;
        border-radius: 2px;
        opacity: 1;
        background: #4C84F7;
        font-size: 10px;
        border: 0;
        color: #ffffff;
        border-radius: 3px;
        cursor: pointer;
    }
    .service-process .content img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 标杆案例 */
    .case-move{
        width: 100%;
        margin: 50px auto;
    }
    .case-move .title{
        text-align: center;
    }
    .case-move .title h1{
        font-size: 28px;
        color: #010203;
    }
    .case-move .list{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        padding:20px 10px;
        background-color: #ebf2fc;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .case-move .list .item{
        width: 32%;
        margin-bottom: 10px;
    }
    .case-move .list .item img{
        width: 100%;
    }

    /* 关于-新闻 */
    .news-move{
        width: 100%;
        margin: 30px auto;
    }
    .news-move .title{
        text-align: center;
    }
    .news-move .title h1{
        color: #010203;
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .news-move .title p{
        color: #2D2D2F;
        font-size: 18px;
    }
    .news-move .news-move-box{
        padding: 40px 0;
        background-color: #f7f9ff;
        margin-top: 30px;
    }
    .news-move .news-move-nav{
        width: 90%;
        margin: 0 auto;
    }
    .news-move .news-move-nav button{
        background-color: initial;
        border: 0;
        font-size: 16px;
        margin-right: 10px;
        font-weight: normal;
        color: #3D3D3D;
        cursor: pointer;
    }
    .news-move .news-move-nav button.active{
        color: #4C84F7;
    }
    .news-move .news-move-nav a{
        float: right;
        font-size: 12px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list{
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .news-move .news-move-box .list .item{
        padding: 10px;
        background-color: #ffffff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .news-move .news-move-box .list .item img{
        width: 105px;
        height: 56px;
        margin-right: 10px;
        display: none;
        border-radius: 8px;

    }
    .news-move .news-move-box .list .item .top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .news-move .news-move-box .list .item .top p{
        font-size: 14px;
        color: #3D3D3D;
    }
    .news-move .news-move-box .list .item .top span{
        font-size: 12px;
        color: #3D3D3D;
    }
    .news-move .news-move-box .list .item>div{
        width: 100%;
    }
    .news-move .news-move-box .list .item>div>p{
        font-size: 12px;
        color: #3D3D3D;
    }
    .news-move .news-move-box .list .item:hover img{
        display: block;
    }
    .news-move .news-move-box .list .item.active img{
        display: block;
    }
    .news-move .news-move-box .list .item:hover .top p{
        font-size: 12px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list .item.active .top p{
        font-size: 12px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list .item:hover .top span{
        font-size: 10px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list .item.active .top span{
        font-size: 10px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list .item:hover div>p{
        font-size: 10px;
        color: #4C84F7;
    }
    .news-move .news-move-box .list .item.active div>p{
        font-size: 10px;
        color: #4C84F7;
        
    }
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:10px;}