/* 顶部样式 */
body{
    padding-top: 0;
}
/* .role-header{
    position: relative;
    transition: all 0.5s ease-in-out;
} */
/********/

div.greybg{
    background: #fbfbfb;
}
.banner{
    height: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../image/boe-sy-bg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 160px;
}
.banner p:first-child{
    font-size: 54px;
    margin-bottom: 30px;
}
.banner p:last-child{
    margin-top: 26px;
}
.retail-content{
    margin-top: 117px;
    /* padding-bottom: 70px; */
}
.retail-top .el-tabs__nav{
    float: right;
}
.el-tabs__header{
    margin: 0;
}
.retail-top .el-tabs__nav-wrap::after{
    height: 1px;
    background-color: #dfdfdf;
}
.retail-top .el-tabs__active-bar{
    background-color: #ff5f18;
}
.retail-top .el-tabs__item{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    height: 45px;
    padding: 0 35px;
}
.retail-top .el-tabs__item.is-active{
    color: #ff5f18;
}
.retail-title{
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.retail-top{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.retail-top-container.isfixed .el-tabs__nav-wrap::after{
    display: none;
}
.retail-top-container.isfixed{
    position: fixed;
    top: 61px;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    padding-top: 12px;
    /* transition: top 0.5s ease-in-out; */
}
.sub-container{
    padding: 70px 0;
}
.sub-title{
    text-align: center;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    letter-spacing: 2px;
}
.inner-container{
    width: 1200px;
    margin: 0 auto;
}
/* 架构 */
.jiagou-con .inner-content{
    width: 100%;
    height: 100%;
    background: #FF844D;
    border-radius: 0px 54px 54px 54px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
    position: absolute;
    left: 5px;
    text-align: center;
}
.inner-circle{
    width: 200px;
    height: 70px;
    background: #FEEEE7;
    border-radius: 0px 54px 54px 54px;
    position: relative;
}
.left .circle{
    position: relative;
}
.left .harf-circle{
    width: 228px;
    height: 44px;
    border-bottom: 1px solid #ff5f18;
    border-right: 1px solid #ff5f18;
    border-bottom-right-radius: 44px;
    position: absolute;
    bottom: -18px;
    left: 5px;
}
.fang{
    width: 242px;
    height: 89px;
    border-top: 1px solid #FF5F18;
    border-right: 1px solid #FF5F18;
    position: absolute;
    left: 233px;
    top: 44px;
}
.left-top{
    display: flex;
    position: relative;
}
.left-top .point{
    width: 9px;
    height: 9px;
    background: #FF5F18;
    border-radius: 50%;
    top: -4px;
    position: absolute;
    left: -4px;
}
.left > div, .right > div{
    margin-top: 100px;
}
.left-middle .fang{
    border-right: none;
}
.left-bottom .fang{
    border-top: none;
    border-bottom: 1px solid #ff5f18;
    top: -44px;
}
.left-bottom.left-top .point{
    top: 84px;
}
.jiagou-con{
    display: flex;
    margin: 50px auto 0;
    padding-left: 50px;
}
.inner-circle.inner-circle-right{
    border-radius: 54px 0px 54px 54px;
}
.jiagou-con .inner-circle-right .inner-content{
    border-radius: 54px 0px 54px 54px;
    left: -5px;
}
.middle{
    margin-left: 260px;
}
.middle .harf-circle{
    width: 213px;
    height: 15px;
    border-bottom: 1px solid #ff5f18;
    border-right: 1px solid #ff5f18;
    border-bottom-right-radius: 44px;
    position: absolute;
    bottom: -18px;
    left: -5px;
}
.middle .fang{
    top: 84px;
    left: 94px;
    border-left: 1px solid #ff5f18;
    border-top: none;
    border-bottom: none;
    border-right: none;
    height: 147px;
}
.middle .fang .point{
    top: -2px;
    left: -5px;
}
.middle-middle{
    width: 341px;
    height: 200px;
    background: #fff;
    padding-top: 34px;
    margin-top: 145px;
    position: relative;
    left: -74px;
}
.middle-middle > div{
    width: 267px;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 132px;
    color: #FF5F18;
    text-align: center;
    margin: 0 auto;
}
.middle-middle img{
    width: 28px;
    margin-right: 17px;
}
.right .harf-circle{
    width: 228px;
    height: 44px;
    border-bottom: 1px solid #ff5f18;
    border-left: 1px solid #ff5f18;
    border-bottom-left-radius: 44px;
    position: absolute;
    bottom: -18px;
    left: -30px;
}
.right .fang{
    width: 242px;
    height: 89px;
    border-top: 1px solid #FF5F18;
    border-left: 1px solid #FF5F18;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: -271px;
    top: 44px;
}
.right .left-top .point{
    left: 235px;
}
.right .left-bottom .fang{
    border-top: none;
    border-bottom: 1px solid #ff5f18;
    top: -44px;
}
.right .left-middle .fang{
    border-left: none;
}
.right{
    margin-left: 106px;
    position: relative;
    z-index: -1;
}
.bottom-btn{
    text-align: center;
    margin-top: 70px;
}
.bottom-btn a{
    width: 170px;
    height: 50px;
    background: #FF5F18;
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.27);
    border-radius: 36px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.icon-items{
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 50px 0 40px;
}
.icon-items .img-con{
    width: 92px;
    height: 92px;
    background: #fff3ee;
    border-radius: 50%;
    padding: 18px;
    margin-bottom: 20px;
}
.store-types{
    display: flex;
    justify-content: space-between;
}
.store-types li{
    width: 280px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px 14px 0px 14px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.store-types li img{
    width: 100%;
    height: 290px;
    background: #F5F5F5;
    border-radius: 0px 14px 0px 0px;
    margin-bottom: 30px;
}
.desc-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 68px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 85px;
}
.desc-item:last-child{
    margin-bottom: 0;
}
.desc-item > div:first-child{
    margin-right: 150px;
}
.desc-item .desc-title{
    font-size: 34px;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.desc-item .desc-subtitle{
    font-size: 20px;
    color: #999999;
    margin-bottom: 30px;
}
.desc-item .bottom-btn{
    margin-top: 30px;
    text-align: left;
}
.huojia-item{
    height: 168px;
    background: #FFFFFF;
    border-radius: 0px 14px 0px 14px;
    padding: 36px 25px 36px 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 30px;
    border: 2px solid transparent;
}
.huojia-item .huojia-name{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.huojia-item .huojia-name img{
    margin-left: 10px;
}
.huojia-con{
    padding-top: 20px;
}
.huojia-item:hover{
    border-color: #FF5F18;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);    
}
.scene-con{
    display: flex;
    margin-top: 50px;
}
.el-tabs--left{

}
.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__nav-wrap.is-left::after{
    display: none;
}
.el-tabs--left .el-tabs__item.is-left{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    height: 26px;
    margin-bottom: 34px;
    padding: 0;
}
.el-tabs--left .el-tabs__item.is-left.is-active{
    font-weight: bold;
    color: #FF5F18;
    border-bottom: 1px solid #ff5f18;
    
}
.scene-content{
    /* margin-left: 30px; */
    height: 350px;
    background: rgba(51,51,51,0.85);
    border-radius: 0px 14px 0px 14px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* width: calc(100% - 75px); */
    padding: 111px 40px 0;
    letter-spacing: 1px;
}
.scene-bottom{
    font-size: 22px;
}
.scene-content .split{
    color: #a5a5a5;
}
.scene-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
}
.scene-desc{
    width: 33%;
    text-align: center;
}
.scene-bottom{
    text-align: center;
    margin-top: 40px;
}
.scene1{
    background: url(../image/boe-shouyin/scene1.png) no-repeat center center;
    background-size: 100% 100%;
}
.scene2{
    background: url(../image/boe-shouyin/scene2.png) no-repeat center center;
    background-size: 100% 100%;
}
.scene{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: flex;
}
.scene > div > div:first-child{
    font-size: 20px;
    margin-bottom: 20px;
}
.scene .width1{
    width: 305px;
    padding-right: 32px;
    margin-right: 32px;
}
.scene .width1.width2{
    width: 306px;
}
.scene > div{
    border-right: 1px solid #A5A5A5;
}
.scene > div:last-child{
    border-right: none;
}
.service-item{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    height: 195px;
    background: #FFFFFF;
    border-radius: 0px 14px 0px 14px;
    padding-top: 30px;
    border: 2px solid transparent;
}
.service-name{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin: 20px 0 10px 0;
}
.servie-con{
    margin: 50px auto 0;
}
.service-item:hover{
    border-color: #ff5f18;
    color: #666;
}
.service-item:hover .service-name{
    color: #333;
}
.sub-title2{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.price-bottom{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}
.price-bottom-item p:last-child{
    margin-top: 20px;
}

.table-top{
    display: flex;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.td-first{
    width: 220px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-left: 50px;
}
.td-first > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.table-top .table-td{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    width: 327px;
    position: relative;
    height: 567px;
}
.table-top .table-td .circle{
    width: 8px;
    height: 8px;
    background: #DFDFDF;
    border-radius: 50%;
    display: inline-block;
    margin: 7px 10px 0 0;
}
.table-top .top-title{
    color: #FFFFFF;
    background: #ff5f18;
    height: 108px;
    padding: 25px 20px 0;
    text-align: center;
}
.top-title div:first-child{
    font-size: 20px;
    margin-bottom: 10px;
}
.table-top > div,.table-header > div{
    border-left: 1px solid #dfdfdf;
}
.table-top .top-content{
    padding: 0 30px;
}
.table-top .top-content > div{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}
.table-top .top-content > div:first-child{
    margin-top: 40px;
}
.table-top .top-content > div > span:last-child{
    width: calc(100% - 18px);
}
.top-btn{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.top-btn .price span{
    font-size: 42px;
}
.top-btn .price{
    margin-bottom: 20px;
}
.top-btn  a{
    width: 170px;
    height: 40px;
    background: linear-gradient(90deg, #FFB695 0%, #FF9868 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.18);
    display: inline-block;
    border-radius: 36px;
    color: #fff;
    line-height: 40px;
}
.table-top .table-td:nth-child(3) a,.table-top .table-td:nth-child(3) .top-title{
    background: linear-gradient(90deg, #FC976A 0%, #FF8147 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.39);
}
.table-top .table-td:last-child a,.table-top .table-td:last-child .top-title{
    background: linear-gradient(90deg, #FE621D 0%, #FF5F18 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.51);
}
.table-top .table-td:nth-child(2) .top-title{
    background: linear-gradient(90deg, #FFB695 0%, #FF9868 100%);
    box-shadow: 0px 3px 6px rgba(255, 95, 24, 0.18);
}
.table-header{
    display: flex;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.table-header .table-td{
    width: 163.5px;
    text-align: center;
}
.table-header .table-td:last-child,.table-header .table-td:nth-child(2){
    width: 327px;
}
.table-header >div{
    height: 50px;
    line-height: 50px;
}
.table-header .td-first{
    font-size: 14px;
}
.table-subtitle{
    height: 50px;
    background: #F8FBFF;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-left: 50px;
}
.table-header.table-content{
    color: #999;
}
.table-content img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}
.table-header:last-child{
    border-bottom: 1px solid #dfdfdf;
}
.el-carousel__indicators--vertical{
    width: 37px;
    top: 0;
}
.el-carousel__indicators--labels .el-carousel__indicator{
    padding: 0;
    margin-bottom: 30px;
}
.el-carousel__indicator--vertical .el-carousel__button{
    width: 37px;
    font-size: 18px;
    padding: 0;
    height: 31px;
    background: transparent;
    color: #666;
    opacity: 1;
}
.el-carousel__container{
    height: 350px;
    width: calc(100% - 67px);
    position: absolute;
    right: 0;
}
.el-carousel__indicator.is-active button{
    color: #ff5f18;
    font-weight: bold;
}
.el-carousel__indicators--labels .el-carousel__indicator.is-active{
    border-bottom: 1px solid #ff5f18;
}