body{
    margin:0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
.body{
    display:flex;
    justify-content:center;
    align-items:center;
}
.index_nav{
    height: 100%;
    width: 100%;
    min-width: 1200px;
    /* max-width: 1920px; */
    background: #fff;
    font-size: 18px;
}
.index_nav .inner_c {
    max-width:1400px;
    margin: 0 auto;
    min-width: 1200px;
    width: 82%;
}
.banner_body{
    width: 100%;
}
.banner_img{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
}
.banner_txt{
    font-size: 24px;
    font: 80px bolder;
    color: #fff;
    position: absolute;
    z-index: 5;
    /*left:20%;*/
    bottom:71%;
    /*translateX(-50%);*/
    padding-left: 130px;
    font-weight: 100;
}
.order_body{
    width: 100%;
    margin-top: 50px;
    text-align: -webkit-center;
}
.order_row{
    width: 100%;
    text-align: center;
}
.form_input{
    width: 240px;
    padding-right: 20px;
}
.officespace_body{
    width: 100%;
    padding-top: 30px;
}
.officespace_body.space-office_body{
    padding-top: 10px;
}
.officespace_body .news-table{
    width: 100%;
    overflow: hidden;
}
.officespace_body .news-table .news-cell{
    float: left;
    width: 45%;
}
.officespace_body .news-table .news-cell:nth-child(1){
    margin-right:10%;
}
.officespace_body .news-table .news-cell .news-table-flex{
    width:100%;
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
}
.officespace_body .news-table .news-cell .news-cell-f{
    padding: 10px 0;
}
.officespace_body .news-table .news-cell .news-cell-f .f-c{
    position: relative;
    height: 30px;
    padding-left: 22px;
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    color:#333;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}
.officespace_body .news-table .news-cell .news-cell-f .f-c:after{
    content: '';
    position: absolute;
    width:12px;
    height: 12px;
    left: 0;
    top: 9px;
    border-radius: 50%;
    background: #333;
}
.officespace_body .news-table .news-cell .news-cell-f .f-c .f-time{
    float:right;
    font-size: 14px;
    color:#999;
}
.officespace_body .news-table .news-cell .news-cell-f .f-c .f-c_title{
    width:420px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
    font-size: 14px;
}

.officespace_body .news-table .news-cell .news-table-flex .news-cell-h{
    font-size: 32px;
    text-align: left;
    line-height: 94px;
    height: 94px;
    color:#000;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-h .preview-more{
    font-size: 14px;
    margin-left: 8px;
    vertical-align: inherit;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b{
    display: flex;
    width:100%;
    height:150px;
    align-items: center;
    justify-content: start;
    position: relative;
    cursor: pointer;
    color:#333;
    text-decoration: none;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b .b-img{
    position: absolute;
    width:200px;
    height: 130px;
    left:0;
    top: 10px;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b .b-info {
    padding-left: 220px;
    width: 100%;
    box-sizing: border-box;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b .b-info .b-info-title{
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-weight: 700;
    height: 52px;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b .b-info .b-info-p{
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    height: 48px;
    width: 100%;
}
.officespace_body .news-table .news-cell .news-table-flex .news-cell-b .b-info .b-info-time{
    font-size: 14px;
    color:#999;
}
.officespace_des_body{
    margin: 0;
}
.officespace_title{
    font-size: 32px;
    color: #000;
    line-height: 100px;
}
.officespace_content{
    font-size: 16px;
    color: #333;
    margin: 0 0 30px 0;
}
.office_img_body{
    width: 100%;
}
.officespace_body .office_img_body.service_body{
    overflow: hidden;
}
.officespace_body .office_img_body.service_body .office_img_div{
    width: 22%;
    float:left;
    margin-right: 4%;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.officespace_body .office_img_body.service_body .office_img_div:nth-child(2) {
    margin: 0;
    margin-right: 4%;
}
.officespace_body .office_img_body.service_body .office_img_div:nth-child(4n) {
    margin-right: 0;
}
.officespace_body .office_img_body.service_body .office_img_div .img_div{
    display: block;
    width: 100%;
    border: 2px dashed #999;
    box-sizing: border-box;
    overflow: hidden;
    border-radius:4px;
    cursor: pointer;
    position: relative;
}
.officespace_body .office_img_body.service_body .office_img_div .img_div .img{
    width: 100%;
}
.officespace_body .office_img_body.service_body .office_img_div .img_div .name{
    position: absolute;
    bottom: 35px;
    font-size: 20px;
    width:100%;
    left:0;
    color:#333;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.office_img_body.office_model_body {
    background-image: url("./../img/office_bg.png");
    /* background-color: rgba(0,0,0,.5); */
    background-position: center center;
    background-repeat: no-repeat;
    height:560px;
    padding-top:265px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.office_img_body.office_model_body .masker-office {
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 560px;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.6s;
}
.office_img_body.office_model_body .masker-office:hover {
    background-color: rgba(0,0,0,0);
}
.office_img_body.office_model_body .tab{
    position: absolute;
    left: 60px;
    top:72px;
    overflow: hidden;
    z-index: 2;
}
.office_img_body.office_model_body .tab .tab_cell{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 23px;
    display: inline-block;
    margin-right: 40px;
    border: 2px solid #fff;
    cursor: pointer;
}
.office_img_body.office_model_body .tab .tab_cell.active{
    color:#fff;
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid transparent;
}
.office_img_body.office_model_body .tab .tab_cell:hover{
    color:#fff;
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid transparent;
}
.office_img_body.office_model_body .img_table {
    position: absolute;
    left:0;
    bottom: 0px;
    height: 260px;
    width: 100%;
    box-sizing: border-box;
    z-index:2;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.office_img_body.office_model_body .img_box{
    height: 170px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    display: none;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.office_img_body.office_model_body .img_box.active{
    display: block;
}
.office_img_body.office_model_body .masker-office:hover + .img_table{
    bottom: -260px;
}
.office_img_body.office_model_body .img_box .img_cell{
    float:left;
    height:170px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    width: 23.8%;
    overflow: hidden;
}
.office_img_body.office_model_body .img_box .img_cell .img_link{
    width:100%;
    display: block;
}

.office_img_body.office_model_body .img_box .img_cell .image{
    width: 100%;
    height:166px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.office_img_body.office_model_body .img_box .img_cell .image:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
}
.office_img_body.office_model_body .img_box .img_cell:nth-child(1){
    margin: 0 0.8% 0 0;
}
.office_img_body.office_model_body .img_box .img_cell:nth-child(2){
    margin: 0 0.8%;
}
.office_img_body.office_model_body .img_box .img_cell:nth-child(3){
    margin: 0 0.8%;
}
.office_img_body.office_model_body .img_box .img_cell:nth-child(4){
    margin: 0 0 0 0.8%;
}
.office_img_div{
    width: 33%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.office_img_div:nth-child(2){
    margin: 0 0.5%;
}
.office_img{
    width: 100%;
    height: 700px;
}
.office_txt{
    position: absolute;
    left:0;
    width:100%;
    bottom: 380px;
    z-index: 5;
    color: #fff;
    font-size: 56px;
    vertical-align: middle;
}
.landscape_img{
    width: 1490px;
    height: 620px;
}
.recruit_body{
    width: 100%;
    min-width: 1200px;
    max-width: 1920%;
}
.recruit_txt{
    font-size: 60px;
    color: #000;
    padding-left: 130px;
}
.hot_img{
    margin-left: 20px;
}

/*swiper*/
.swiper-container {
    width: 100%;
    height: 560px;
    color: #fff;
    text-align: center;
}
.swiper-slide {
    height: 100%;
    opacity: 0.4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 1200px;
    padding:0 12px;
    border-radius: 6px;
}
.swiper-slide-active {
    opacity: 1;
}
.red-slide {
    background: #ca4040;
}
.blue-slide {
    background: #4390ee;
}
.orange-slide {
    background: #ff8604;
}
.green-slide {
    background: #49a430;
}
.pink-slide {
    background: #973e76;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-container img {
    width: 100%;
}
.device {
    width: 100%;
    height: 560px;
    box-sizing: border-box;
    position: relative;
}
.arrow-left {
    position: absolute;
    left: 9%;
    z-index: 5;
    margin-top: 248px;
    background-color: rgba(255,255,255,.5);
    border-radius: 32px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.arrow-right {
    position: absolute;
    right: 9%;
    z-index: 5;
    margin-top: 248px;
    background-color: rgba(255,255,255,.5);
    border-radius: 32px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.arrow_img{
    width: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    height: 17px;
}

/*样式重写*/
.ivu-input-group-prepend{
    width: 70px;
}
.ivu-input-group{
    font-size: 18px;
}
.ivu-input{
    font-size: 18px;
    height: 50px;
}
.ivu-carousel{
    width: 80%;
    text-align: center;
}
.ivu-carousel-arrow.left {
    left: 170px;
}
.ivu-carousel-arrow.right {
    right: -20px;
}

/*招聘*/
.recruit-swiper-container {
    width: 100% !important;
    height: 350px !important;
    color: #fff;
    text-align: center;
}
.recruit-swiper-wrapper .swiper-slide {
    height: 350px !important;
    opacity: 0.4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 100% !important;

}
.recruit-swiper-slide-active {
    opacity: 1;
}
.red-slide {
    background: #ca4040;
}
.blue-slide {
    background: #4390ee;
}
.orange-slide {
    background: #ff8604;
}
.green-slide {
    background: #49a430;
}
.pink-slide {
    background: #973e76;
}
.recruit-swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.recruit-swiper-container img {
    width: 100%;
}
.recruit-device {
    width: 100% !important;
    height: 420px!important;
    box-sizing: border-box;
    padding-top: 100px!important;
}
.recruit-arrow-left {
    position: absolute;
    /*left: 34%!important;*/
    z-index: 5!important;
    width: 50px!important;
    height: 50px!important;
    /*margin-top: 8%!important;*/
    margin-left: 680px !important;
    margin-top: 155px!important;
}
.recruit-arrow-right {
    position: absolute;
    /*right: 35%!important;*/
    z-index: 5!important;
    width: 50px!important;
    height: 50px!important;
    /*margin-top: 7%!important;*/
    margin-left: 1160px!important;
    margin-top: 140px!important;
}
.recruit-arrow-left_img{
    width: 50px!important;
    height: 50px!important;
    transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
}
.recruit-arrow-right_img{
    width: 50px!important;
    top: 50%!important;
    left: 50%!important;
    position: absolute!important;
    height: 50px!important;
}
.swiper_body_div{
    width: 100%;
}
.swiper_body{
    width: 100%;
    display: inline-block;
    height: 300px;
}
.swiper_div{
    width: 90%;
    text-align: left;
    height: 220px;
    padding-top: 40px;
}
.swiper_div_icon{
    width: 120px !important;
    height: 110px;
    padding-left: 24px;
}
.swiper_des{
    display: inline-block;
    position: absolute;
    padding-left: 10px;
    box-sizing: border-box;
    width: 45%;
}
.company_bg{
    background: url("./../img/recruit/serve_icon_bg1.png");
    width: 323px;
    height: 70px;
}
.company_name{
    color: #fff;
    font-size: 19px;
    padding-left:25px;
    line-height: 70px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.company_des{
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    width: 323px;
}
.swiper_hr{
    margin:0 auto;
    height: 1px;
    background: #ddd;
    width: 90%;
}
.recruit-info{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.recruit-swiper-wrapper{
    position: relative;
    width: 100% !important;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container.swiper-container-website {
    width: 1520px;
    height: 395px;
    color: #fff;
    text-align: center;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.swiper-slide.website-swiper-slide {
    padding-right: 0;
    opacity: 1;
    height: 305px !important;
    padding:0 20px;
    box-sizing: border-box;
}
.swiper-slide.website-swiper-slide .swiper_body_div {
    width:100%;
    background: #f5f5f5;
    height: 305px !important;
    border-radius: 10px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-container.swiper-container-website .pagination{
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom: 10px;
}
.swiper-container.swiper-container-website .pagination .swiper-visible-switch.swiper-active-switch {
    background: #3691fc;
    border:1px solid #3691fc;
}
.swiper-container.swiper-container-website .pagination .swiper-visible-switch {
    background: #fff;
    border:1px solid #ccc;
    margin-right: 10px;
}

/*入驻企业*/
.enter_body{
    /* background: url("./../img/recruit/recruit_bg.png");
    width: 100%;
    min-width: 1200px; */
    /*height: 790px;*/
    /* margin-top: 100px;
    overflow: hidden;
    padding:0 0 20px; */
    padding-top:30px;
}
.enter_title{
    height: 100px;
    width: 100%;
}
.enter_title_text{
    font-size: 32px;
    color: #000;
    line-height: 100px;
}
.enter_business_body{
    height: 588px;
    width: 100%;
    background: url("./../img/recruit/recruit_bg.png");
    min-width: 1200px;
    overflow: hidden;
    padding:30px 0 0px;
    margin-top:10px;
}
.business_item_body{
    width: 18%;
    height: 100%;
    display: inline-flex;
    margin-left: 1%;
}
.item_div{
    width: 100%;
    height: 100%;
    margin: 0 1.5%;
}
.item_num_body{
    height: 30px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.num_div{
    height: 25px;
    border-radius: 12px;
    background: #000;
    float: left;
    width: 10%;
    display: inline-block;
}
.num_txt{
    color: #fff;
    font-size: 16px;
    background: #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: -1px;
}
.num_title{
    color: #333;
    font-size: 20px;
    padding-left: 10px;
    /*float: left;*/
    /*width: 90%;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*padding-left: 20px;*/
    /*display: inline-block;*/
}
.item_icon{
    height: 225px;
    width: 225px;
    padding: 12%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item_icon_img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.item_content_body{
    height: 250px;
    width: 88%;
    margin: 0 auto;
    background: #fff;
}
.item_content_div{
    padding: 30px 20px;
}
.item_content{
    text-align: left;
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.ivu-btn-primary{
    border-color: #fff !important;
}
.officespace_img{
    height: 560px;
}


/*bootstrap*/
.carousel_body{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 40px!important;
}
.swiper_body1{
    width: 30%;
    display: inline-block;
    height: 300px;
    background: #f3f4f4;
}
.swiper_body2{
    /*margin: 0 67px;*/
    margin: 0 60px;
}
.swiper_div_icon1{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.company_bg1{
    background: url(./../img/recruit/serve_icon_bg1.png);
    width: 44.5%;
    height: 70px;
    border-radius: 15px;
}
.company_des1{
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    width: 47%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper_hr1{
    margin: 0 auto;
    height: 2px;
    background: #ddd;
    width: 85%;
}
.carousel-control.left{
    background-image: none;
}
.recruit-arrow-left_img1 {
    width: 50px !important;
    height: 50px !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    position: absolute;
    left: -50px;
    top: -95px;
}
.carousel-control.right{
    background-image: none;
}
.recruit-arrow-right_img1 {
    width: 50px!important;
    top: -95px!important;
    right: -50px!important;
    position: absolute!important;
    height: 50px!important;
}
.carousel-control{
    opacity: 1.5;
}
.carousel-indicators {
        bottom: -50px;
}
#slidershow .carousel-indicators{
    bottom: 30px;
}
.carousel-indicators .active{
    width: 10px;
    height: 10px;
    margin-bottom: 1px;
    background-color: #2b85e4;
    margin-bottom: 1px;
    margin-left: 15px;
}
.carousel-indicators li{
    border: 1px solid #2b85e4;
    margin-left: 15px;
}
.service_img{
    width: 100%;
    height: 560px;
}
.service_office_txt {
    position: absolute;
    z-index: 5;
    width: 100%;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 46px;
    vertical-align: middle;
}

.ivu-cascader-menu .ivu-cascader-menu-item{
    width: 220px;
    text-align: left;
    font-size: 16px !important;
}
.swiper_div_icon1_div{
    border-radius: 50%;
    width: 80px;
    display: inline-block;
    height: 80px;
    margin-left: 20px;
}
.enter_business_body .swiper-container {
    width: 100%;
    height: 100%;
}
.enter_business_body .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 0 0;
}
.enter_business_body .swiper-pagination-company {
    position: absolute;
    bottom: 10px;
    right:40px;
}
@media screen and (min-width: 1701px) and (max-width: 1920px) { 
    .swiper-slide {
        width: 934px;
    }
    .officespace_img {
        height: 500px;
    }
    .service_img {
        height: 500px;
    }
    .swiper-container {
        height: 500px;
    }
    .device {
        height: 500px;
    }
    .arrow-left {
        margin-top: 218px;
    }
    .arrow-right {
        margin-top: 218px;
    }
    .office_img_body.office_model_body {
        height:410px;
    }
    .office_img_body.office_model_body .masker-office {
        height: 410px;
    }
    .office_img_body.office_model_body .tab{
        top:50px;
    }
    .office_img_body.office_model_body .img_table {
        height: 200px;
    }
    .office_img_body.office_model_body .masker-office:hover + .img_table{
        bottom: -220px;
    }
}
@media screen and (min-width: 1464px) and (max-width: 1700px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .swiper-slide {
        width: 934px;
    }
    .officespace_img {
        height: 500px;
    }
    .service_img {
        height: 500px;
    }
    .swiper-container {
        height: 500px;
    }
    .device {
        height: 500px;
    }
    .arrow-left {
        margin-top: 218px;
    }
    .arrow-right {
        margin-top: 218px;
    }
    .office_img_body.office_model_body {
        height:410px;
    }
    .office_img_body.office_model_body .masker-office {
        height: 410px;
    }
    .office_img_body.office_model_body .tab{
        top:50px;
    }
    .office_img_body.office_model_body .img_table {
        height: 200px;
    }
    .office_img_body.office_model_body .masker-office:hover + .img_table{
        bottom: -220px;
    }
}
@media screen and (max-width: 1463px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .swiper-slide {
        width: 934px;
    }
    .officespace_img {
        height: 500px;
    }
    .service_img {
        height: 500px;
    }
    .swiper-container {
        height: 500px;
    }
    .device {
        height: 500px;
    }
    .arrow-left {
        margin-top: 218px;
    }
    .arrow-right {
        margin-top: 218px;
    }
    .office_img_body.office_model_body {
        height:410px;
    }
    .office_img_body.office_model_body .masker-office {
        height: 410px;
    }
    .office_img_body.office_model_body .tab{
        top:50px;
    }
    .office_img_body.office_model_body .img_table {
        height: 200px;
    }
    .office_img_body.office_model_body .masker-office:hover + .img_table{
        bottom: -220px;
    }
}
