.main{
    /*width: 100%;*/
    overflow: hidden;
}
.main .company-abstract{
    width: 1920px;
    height: 970px;
    overflow: hidden;
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/company-abstract-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0;
}
.main .company-abstract .bg_hei{
    width: 100%;
    height: 970px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    left: 0;
    top: 0;
}
.main .company-abstract .article-building{
    position: relative;
    width: 1050px;
    margin: 0 auto;
    margin-top: 120px;
    color: #fefefe;
}
.main .company-abstract .article-building .about-us-h2{
    font: 74px/170px 'Microsoft Yahei';
    text-align: center;
}
/*企业文化*/
.main .culture-wrap{
    width: 100%;
    height: 1100px;
    background-color: #f4f4f4;
}
.tit{
    width: 1200px;
    padding-top: 70px;
    margin: 0 auto 60px auto;
    text-align: center;
}
.tit .tit-content{
    width: 180px;
    height: 87px;
    display: inline-block;
    background: url("../images/ab-border.png") no-repeat;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
}
.tit .tit-content .c_name {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: black;
}
.tit .tit-content .e_name {
    display: inline-block;
    font-size: 13px;
    color: #999;
}
.culture-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
.culture-content .culture-mission{
    width: 370px;
    height: 370px;
    display:inline-block;
    margin-bottom: 30px;
}
.culture-content .culture-mission:nth-child(1n){
    background-color: #ffffff;
    color: #222222;
}
.culture-content .culture-mission:nth-child(2n){
    background-color: #ffa200;
    color: #ffffff;
}
.culture-content .culture-mission .culture-icon{
    width: 80px;
    height: 85px;
    margin: 50px auto 25px auto;
}
.culture-content .culture-mission .culture-icon .icon{
    width: 80px;
    height: 85px;
    position: absolute;
    transition: 1s ease;
    z-index: 5;
}
.culture-content .culture-mission:hover .culture-icon .icon{
    animation: turn 1s infinite;
    animation-iteration-count:1;
}
@-webkit-keyframes turn {
    to {
        -webkit-transform: rotateY(360deg);
    }
}
@keyframes turn {
    to {
        transform: rotateY(360deg);
    }
}
.culture-c{
    width: 370px;
    margin: 0 auto;
    text-align: center;
}
.culture-c h4 {
    font: 34px/64px 'Microsoft Yahei';
}
.culture-c div{
    width: 370px;
    height: 120px;
    /*display: table-cell;*/
    /*vertical-align: middle*/
}
.culture-c div span{
    font: 16px/30px 'Microsoft Yahei';
    /*font-size: 1.16rem;*/
}
/*员工成长*/
.group-up{
    display: block;
    width: 100%;
    height: 1100px;
    background-color: #ffffff;
}
.group-up-conternt{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}
.group-up-conternt .g-u-c-top{
    width: 1200px;
    height: 400px;
    margin-bottom: 50px;
}
.img-swiper{
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: left;
}
.img-swiper .swiper-container {
    width: 600px;
    height: 400px;
}
.img-swiper .swiper-container .swiper-wrapper {
    width: 600px;
    height: 400px;
}
.img-swiper .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.img-swiper .swiper-container .img-swiper-pagination {
    position: relative;
    top: -50px;
    z-index: 9;
    text-align: center;
}
.g-u-c-top-text{
    width: 600px;
    height: 400px;
    float: right;
    padding: 15px 50px 0 85px;
    text-align: justify;
}
.g-u-c-top-text h3{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
}
.g-u-c-top-text p{
    line-height: 33px;
    position: relative;
    font-size: 16px;
    display: inline-block;
}
.g-u-c-top-text p img{
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: -40px;
}
.group-up-conternt .g-u-c-bottom{
    width: 1200px;
    height: 400px;
    overflow: hidden;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
.g-u-c-bottom div{
    width: 370px;
    height: 300px;
}
.g-u-c-bottom div img{
    width: 100%;
    height: 100%;
}