.gbcbox {
    width: 100%;
    height: 400px;
}


/* 企业文化 */

.culturebox .titlebox {
    width: 214px;
}

.culturebox ul {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.culturebox ul li {
    flex:1;
    text-align: center;
    position: relative;
}

.culturebox ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #ecebee;
    position: absolute;
    top: 5%;
    right: 0;
}

.culturebox ul li:last-child:after {
    width: 0;
    height: 0;
}

.culturebox ul li .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f2f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.culturebox ul li .imgbox img {
    width: 100px;
    height: 100px;
}

.culturebox ul li h1 {
    font-size: 22px;
    color: #393939;
    margin: 25px 0 20px 0;
    text-align: center;
    font-weight: normal;
}

.culturebox ul li p {
    font-size: 17px;
    color: #9c9c9c;
    line-height: 30px;
	text-align:center;
}


/* 公司地址 */

.addressside .titlebox {
    width: 214px;
}

.addressside .addressbox {
    width: 1200px;
    margin: 50px auto 40px auto;
    overflow: hidden;
}

.addressside .addressbox .headaddress {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.addressside .addressbox .headaddress .lftbox {
    width: 607px;
    height: 242px;
    padding: 20px 30px;
    float: left;
}

.addressside .addressbox .headaddress .lftbox h1 {
    height: 58px;
    line-height: 58px;
    font-size: 19px;
    color: #393939;
    position: relative;
}

.addressside .addressbox .headaddress .lftbox h1:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background-color: #0096ff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.addressside .addressbox .headaddress .lftbox ul {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.addressside .addressbox .headaddress .lftbox li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.addressside .addressbox .headaddress .lftbox li .iconfont {
    font-size: 18px;
    color: #6ddcff;
    float: left;
    margin-right: 15px;
}

.addressside .addressbox .headaddress .lftbox li p {
    font-size: 14px;
    color: #6b6b6b;
    float: left;
}

.addressside .addressbox .headaddress .ritbox {
    width: 533px;
    height: 288px;
    float: right;
}

.addressside .addressbox .headaddress .ritbox img {
    width: 533px;
    height: 288px;
}

.addressside .addressbox .otheraddress {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

.addressside .addressbox .otheraddress .list {
    width: 260px;
    height: 140px;
    background-color: #fff;
    padding: 15px;
}

.addressside .addressbox .otheraddress .list h1 {
    font-size: 14px;
    color: #393939;
    padding-bottom: 10px;
    position: relative;
}

.addressside .addressbox .otheraddress .list h1:after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0096ff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.addressside .addressbox .otheraddress .list .addrs {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

.addressside .addressbox .otheraddress .list .addrs .iconfont {
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

.addressside .addressbox .otheraddress .list .addrs p {
    width: 230px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    float: left;
}