/* banner */
.banner{
    width:100%;
    min-width: 1200px;
    height:500px;
    background: url(../img/aboutbanner.png) no-repeat center center;
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 公司简介 */
.synopsis{
    width:100%;
    height:600px;   
    background: #fff;
}
.synopsis-content{
    width:1200px;
    height:600px;
    margin:0 auto;
    padding-top: 40px;  
    display: flex;
    justify-content: space-between;
}
.synopsis-content .synopsis-img{
    width:500px;
    height:600px;
}
.synopsis-content .synopsis-main{
    width: 638px;
    height: 600px;
    position: relative;
}
.synopsis-content .synopsis-main h1{
    width: 638px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background: #2CB7B9;
    color: #fff;
    font-size:32px;
    font-weight:500;
    position: absolute;
    top: 0;left: 0;
    z-index: 2;
}
.synopsis-content .synopsis-main h2{
    font-size: 24px;
    font-weight:bold;
    margin-top: 114px;
    margin-left: 38px;
    color: #333;
}
.synopsis-content .synopsis-main h3{
    font-size: 24px;
    font-weight: 400;
    color: #999;
    margin-top: 8px;
    margin-left: 38px;
}
.synopsis-content .synopsis-main span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 28px;
    margin-top: 24px;
    margin-left: 38px;
}
.synopsis-content .synopsis-main span:nth-child(4){
    margin-top: 48px;
}
.synopsis-content .synopsis-main .leftTop{
    width: 40px;
    height: 40px;
    background: #F8835E;
    position: absolute;
    left: -30px;top: 45px;
    z-index: 1;
}
.synopsis-content .synopsis-main .rightBottom{
    width: 40px;
    height: 40px;
    background: #2CB7B9;
    position: absolute;
    bottom: 0;right: 0;
}
/* 团队介绍 */
.team{
    width: 100%;
    height: 800px;
    background: #fff;
    padding-top: 40px;
}
.team .team-content{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    padding-top: 64px;
    box-sizing: border-box;
}
.team .team-content .team-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;    
}
.team .team-content .team-title h1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.team .team-content .team-title h2{
    font-size: 24px;
    font-weight: 400;
    color: #999;
    margin-top: 8px;
}
.team .team-content .team-main{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.team .team-content .team-main .team-item{
    width: 280px;
}
.team .team-content .team-main .team-item img{
    width: 280px;
    height: 400px;
}
.team .team-content .team-main .team-item p{
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #2CB7B9;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 18px;
}
.team .team-content .team-main .team-item:nth-child(1) p{
    background: #F8835E;
}
.team .team-content .team-main .team-item span{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}
/* 公司地址 */
.address{
    width:100%;
    height:800px;
    background: #fff;
    padding-top:40px;
    box-sizing: border-box;
}
.address .address-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;   
    margin-top: 40px; 
}
.address .address-title h1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.address .address-title h2{
    font-size: 24px;
    font-weight: 400;
    color: #999;
    margin-top: 8px;
}
.address-content .address-JiNan,.address-content .address-ShangHai{
    width:1200px;
    height:260px;
    margin:0 auto;
    margin-top:40px;
    position: relative;
}
.address-JiNan #address-JiNanMap,.address-ShangHai #address-ShangHaiMap{
    width:1200px;
    height:260px;
}
.address-JiNan .address-JiNanAddress,.address-ShangHai .address-ShangHaiAddress{
    width:1200px;
    height:48px;
    position: absolute;
    bottom:0;
    background: #2CB7B9;
    color:#fff;
    line-height:48px;
    text-align: center;
}