body{
    display: flex;
    flex-direction: column;
}
.cz_navigationintroduce{
    width: 100%;
    margin: 405px auto 0;
}
/* 介绍背景图片 */
.ejcd_box{
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #EFEFEF;
}
.topimg{
    display: block;
    width: 100%;
}
.integration{
    display: block;
    margin: 20px auto;
}
.navi_details{
    overflow: hidden;
}
.rdgc_shuffling{
    width: 100%;
    height: 350px;
    background: #F4FAFF;
}
.rddetails{
    display: block;
    margin: 0 auto;
}
.computer_synopsis{
    width: 1200px;
    margin: 0 auto;
    text-indent: 2.3rem;
    color: #656565;
    line-height: 30px;
    padding: 10px 0;
}
.picScroll-left {
    width: 1250px;
    height: 280PX;
    overflow: hidden;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    top: 35px;
}

.picScroll-left .hd {
    overflow: hidden;
    /* height: 30px; */
    padding: 0 10px;
}

.picScroll-left .hd .prev{
    display: block;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin-top: 96px;
    left: -23px;
}
.picScroll-left .prev img{
    display: block;
    width: 100px;
}
.picScroll-left .hd .next {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin-top: 90px;
    right: -35px;
}
.picScroll-left .next img{
    display: block;
    width: 120px;
    height: 115px;
}
.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
    height: 260px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 339px!important;
    height: 260px!important;
    margin: 0 14px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .tempWrap{
    width: 1105px!important;
    height: 265px;
    margin-left: 59px;
}
.prompt{
    width: 100%;
    height: 30px;
    background: #000000;
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 30px;
    opacity: 0.8;
}
/* 公司招聘 */
.gs_navibkgd{
    border-bottom: 2px solid #3676CD;
}
.gs_hidden{
    display: none;
}
.gs_details::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.gs_details::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.gs_details::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.roof img {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
}