body{
    background: url(../images/about_cz/about_cz.jpg) no-repeat;
    display: flex;
    flex-direction: column;
}
.cz_navigationintroduce{
    width: 100%;
    margin: 405px auto 100px;
}
/* 介绍背景图片 */
.ejcd_box{
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #EFEFEF;
}
.gs_navigation{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.gs_navigation li{
    cursor: pointer;
    width: 300px;
    height: 130px;
}
.gs_navigation img{
    width: 77px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
}
.gs_uncheck{
    width: 50%;
    height: 128px;
    margin: 0 auto;
    text-align: center;
    line-height: 130px;
}
.white{
    display: none!important;
}

.company_content_box{
    width: 1250px;
    margin: 100px auto 0;
}
/* 公司介绍导航 */
.navi_details{
    width: 1250px;
    display: none;
    overflow: hidden;
}
.details{
    width: 577px;
}
.gs_name{
    font-size: 28px;
    font-weight: bold;
}
.gs_content{
    color: #3A79CE;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}
.gs_details{
    margin-top: 20px;
    color: #6E6E6E;
    line-height: 32px;
}
.gs_details p{
    text-indent: 2.8rem;
    font-size: 22px;
    line-height: 50px;
}
/* 公司介绍 */
.shuffling{
    width: 540px;
    height: 390px;
}
.shuffling img{
    width: 540px;
    height: 806px;
}
/* 公司轮播图 */
.certificate{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
/* 公司证书 */
.address_details{
    width: 490px;
}
.contact{
    font-size: 28px;
    font-weight: bold;
    color: #363636;
}
.positioning{
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.positioning img{
    display: block;
    margin-top: 5px;
}
.positioning p{
    font-weight: bold;
    margin-left: 40px;
    font-size: 17px;
}
.wxh{
    width: 130px;
    height: 130px;
    display: block;
    margin-top: 15px;
}
.map_address{
    width: 710px;
    height: 320px;
}
#container {
    width: 100%;
    height: 100%;
  }
/* 公司地址 */
.position{
    width: 100%;
    height: 60px;
    background: url("../images/about_cz/more.jpg") no-repeat;
    margin-bottom: 15px;
    cursor: pointer;
}
.position span{
    display: block;
    font-size: 24px;
    margin-left: 33px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.sorting{
    color: #3676CD;
}
.position_area{
    margin-left: 27px!important;
    font-size: 20px!important;
}
.position_drop-down{
    width: 100%;
    display: none;
}
.position_drop-down p{
    width: 87%;
}
.requirements{
    margin: 25px auto 0;
    font-weight: bold;
    font-size: 21px;
}
.requirements_content{
    margin: 15px auto 0;
    font-weight: 500;
}
.requirements_email{
    margin: 28px auto 0;
    color: #F09140;
    font-weight: 500;
    padding-bottom: 30px;
}
/* 公司招聘 */
.gs_navibkgd{
    border-bottom: 2px solid #3676CD;
}
.gs_According{
    /* visibility: visible!important; */
    display: block!important;
}
.gs_hidden{
    display: none;
}
.gs_recruitment{
    color: #fff!important;
    background: url("../images/about_cz/packup.jpg") no-repeat!important;
}
.gs_sorting{
    color: #fff;
}
.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);
}
/* 公司介绍导航特效 */
.list_box{
    border-bottom: 1px solid #F0F0F0;
}
.Level3{
    overflow: hidden;
    width: 320px;
    height: 39px;
    margin: 0 auto;
}
.Level3 li{
    width: 106px;
    height: 39px;
    color: #000;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    font-size: 21px;
}
.Level3background{
    background: url("../images/about_cz/sj_selected.png") no-repeat;
    color: #fff!important;
}
.picture_box{
    width: 1250px;
    margin-top: 10px;
    display: none;
}
.picScroll-left {
    width: 1250px;
    height: 560PX;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.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: 226px;
    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: 219px;
    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: 300px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 339px!important;
    height: 479px!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%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .tempWrap{
    width: 1105px!important;
    height: 485px;
    margin-left: 59px;
}


.picScroll-left2 {
    width: 1250px;
    height: 560PX;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.picScroll-left2 .hd {
    overflow: hidden;
    /* height: 30px; */
    padding: 0 10px;
}

.picScroll-left2 .hd .prev{
    display: block;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin-top: 117px;
    left: -23px;
}
.picScroll-left2 .prev img{
    display: block;
    width: 100px;
}
.picScroll-left2 .hd .next {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin-top: 110px;
    right: -22px;
}
.picScroll-left2 .next img{
    display: block;
    width: 120px;
    height: 115px;
}
.picScroll-left2 .hd .next {
    background-position: 0 -50px;
}

.picScroll-left2 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left2 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left2 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left2 .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-left2 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left2 .bd {
    padding: 10px;
    height: 300px;
}

.picScroll-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left2 .bd ul li {
    width: 337px!important;
    height: 310px!important;
    margin: 0 14px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-left2 .bd ul li .pic {
    text-align: center;
}

.picScroll-left2 .bd ul li .pic img {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picScroll-left2 .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left2 .title{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size:15px
}
.picScroll-left2 .tempWrap{
    width: 1105px!important;
    height: 312px;
    margin-left: 59px;
}
