#header{
    border-bottom: 1px solid #dddddd;
}
.company_intro .content{
    width: 100%;
    margin-top: 95px;
    display: flex;
    position:relative;
}

.company_left_nav div{
    width: 100px;
    padding: 20px 50px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}
.null{
    flex: 1;
}
.company_left_nav{
    flex: 1;
    position: fixed;
}
.company_right{
    flex: 3;
    margin-top: 20px;
}
.company_right_title{
    border-left: 6px solid #53BFFC;
    padding-left: 10px;
}
.company_right_text p{
    text-indent: 2em;
    line-height: 34px;
}

.company_right_text p:nth-of-type(1){
    margin-top: 20px;
}

.company_culture{
    margin-top: 50px;
}

.company_culture_img{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.company_honor{
    margin-top: 50px;
}

.text_img{
    position: relative;
}
.text_img .text_1{
    position: absolute;
    right: 10px;
    bottom: 20px;
    text-align: right;
}
.text_1 p:nth-of-type(1){
    font-size: 30px;
    color: #98570b;
    line-height: 40px;
    font-weight: bold;
}
.text_1 p:nth-of-type(2){
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 10px;
}

/*荣誉展示*/
.company_honor_img{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company_honor_img img{
    margin-top: 10px;

}
.long_img{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.long_img img{
    position: absolute;
    left: 2px;
    cursor: pointer;
}
.long_img img:hover{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 60 !important;
}
.long_img img:nth-of-type(2){
    position: absolute;
    left: 30px;
    z-index: 10;
}
.long_img img:nth-of-type(3){
    position: absolute;
    left: 60px;
    z-index: 11;
}
.long_img img:nth-of-type(4){
    position: absolute;
    left: 90px;
    z-index: 12;
}
.long_img img:nth-of-type(5){
    position: absolute;
    left: 120px;
    z-index: 13;
}
.long_img img:nth-of-type(6){
    position: absolute;
    left:150px;
    z-index: 14;
}
.long_img img:nth-of-type(7){
    position: absolute;
    left: 180px;
    z-index: 15;
}
.long_img img:nth-of-type(8){
    position: absolute;
    left: 210px;
    z-index: 16;
}
.long_img img:nth-of-type(9){
    position: absolute;
    left: 240px;
    z-index: 17;
}
.long_img img:nth-of-type(10){
    position: absolute;
    left: 270px;
    z-index: 18;
}
.long_img img:nth-of-type(11){
    position: absolute;
    left: 300px;
    z-index: 19;
}
.long_img img:nth-of-type(12){
    position: absolute;
    left: 330px;
    z-index: 20;
}
.long_img img:nth-of-type(13){
    position: absolute;
    left: 360px;
    z-index: 21;
}
.long_img img:nth-of-type(14){
    position: absolute;
    left: 390px;
    z-index: 22;
}
.long_img img:nth-of-type(15){
    position: absolute;
    left: 420px;
    z-index: 23;
}
.long_img img:nth-of-type(16){
    position: absolute;
    left: 450px;
    z-index: 24;
}
.long_img img:nth-of-type(17){
    position: absolute;
    left: 480px;
    z-index: 25;
}
.long_img img:nth-of-type(18){
    position: absolute;
    left: 510px;
    z-index: 26;
}
.long_img img:nth-of-type(19){
    position: absolute;
    left: 540px;
    z-index: 27;
}
.long_img img:nth-of-type(20){
    position: absolute;
    left: 570px;
    z-index: 28;
}
.long_img img:nth-of-type(21){
    position: absolute;
    left: 600px;
    z-index: 29;
}
.long_img img:nth-of-type(22){
    position: absolute;
    left: 630px;
    z-index: 30;
}
.long_img img:nth-of-type(23){
    position: absolute;
    left: 660px;
    z-index: 31;
}
.max{width:100%;height:auto;}
.min{width:100px;height:auto;}

.company_office{
    margin-top: 460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company_office img{
    margin-bottom: 15px;
}

/*团队活动*/
.company_team{
    margin-top: 50px;
    margin-bottom: 50px;
}
.box_all{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.company_team_box{
    width: 240px;
    height: 220px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px 1px #dddddd;
    margin-bottom: 20px;
}
.company_team_box:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.company_team_box .team_box_img{
    background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;;
    flex: 4;
}
.company_team_box .team_box_img[class*=img_1]{
    background: url("../img/team_1.png");
}
.company_team_box .team_box_img[class*=img_2]{
    background: url("../img/team_2.png");
}
.company_team_box .team_box_img[class*=img_3]{
    background: url("../img/team_3.png");
}
.company_team_box .team_box_img[class*=img_4]{
    background: url("../img/team_4.png");
}
.company_team_box .team_box_img[class*=img_5]{
    background: url("../img/team_5.png");
}
.company_team_box .team_box_img[class*=img_6]{
    background: url("../img/team_6.png");
}
.company_team_box .team_box_text{
    padding-top: 20px;
    text-align: center;
    flex: 1;
}

