
#banner .arrow {
    position: absolute;
    top: 200px;
}

.bannerItem {
    position: relative;
    top: 0;
    left: 0;
}

.bannerText {
    width: 90%;
    position: absolute;
    top: 220px;
    left: 5%;
}

.bannerText .title {
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align: center;
    letter-spacing: 20px;

}

.bannerText .desc {
    margin-top: 40px;
    font-size: 24px;
    color: white;
    text-align: center;

}

.companyJianjie{
    width: 100%;
    -webkit-background-size: inherit;
    background-size: inherit;
    background-position: center;
    background-image: url(/imgextra/i3/2856811924/O1CN011Q5EUJ33KMwc00C_%21%212856811924.jpg);
    padding: 50px 0px;
}
.companydesc,.brandDesc{
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 36px;
    color: #343434;
}
.companyJianjie p{
    text-align: center;
}

.companyTitle{
    font-size:30px;
    font-weight: 600;
}

.companyJianjie img{
    width:15%;
    display: block;
    margin: 30px 0px 20px 0px;
    padding-left: 50px;
}
/*运营团队*/

.team{
    padding: 50px 0px;
    background: white;
    width: 100%;
}
.teamTitle{
    font-size: 36px;
    font-weight: 600;
    margin: 40px 0 20px;
}
.teamItemrow{
    width: 60%;
    margin: auto;
    margin-top: 40px;
}


.teamItemrow .item{
    width: 30%;
    margin-right: 3%;
}

.teamItemrow .item{
    margin-right:0%;
}

.teamItemrow .name{
    font-size: 22px;
    font-weight: 600;
}
.identity{
    font-size: 14px;
    margin-top: 5px;
    color: #484f62;
    font-weight: 600;
}

/**服务相关*/

.server{
    padding: 50px 0px;
    background: white;
    width: 100%;
}

.serverRow{
    width: 60%;
    margin: auto;
    margin-top: 30px;

}
.serverItem{
    width: 30%;
    margin-right: 3%;
}
.serverItem:last-child{
    margin-right:0%
}
.serverItem .iconbox{
    width: 60px;
    height: 60px;
    background: white;
    padding: 20px;
    border-radius: 60px;
    box-shadow: 0 5px 20px 0 rgba(28, 39, 60, .1)
}
.serverItem .iconbox img{
    display: block;
    margin: 0 auto;
}
.serverTitle{
    font-size: 36px;
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
}
.serverDesc{
    font-size:18px;
    color: #6b6a70;
}
.serverRowtitle{
    font-size: 20px;
    margin: 20px 0px 10px 0px;
    color: #595961;
    font-weight: 600;
}

.serverRowdesc{
    font-size: 16px;
    line-height: 28px;
    color: #79787e;
}


/**企业文化**/
.companyWenhua{
    padding: 60px 0px;
    width: 100%;
    -webkit-background-size: inherit;
    background-size: inherit;
    background-position: center;
    background-image: url(/imgextra/i2/2856811924/O1CN011Q5EUHiNeqp68qL_%21%212856811924.jpg);
}

.companyWenhuaTitle{
    font-size: 36px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
}
.companyWenhua .desc{
    font-size: 18px;
    color: white;
    line-height: 20px;
    letter-spacing: 10px;
    margin: 15px 0px;
}