body {
    margin: 0;
    font-weight: normal;
    font-family: 微软雅黑;
}

.bannerImg {
    max-width: 100%;
}

.bannerText {
    position: absolute;
    top: 30%;
    left: 17%;
    z-index: 5;
    color: #FFFFFF;
}

.bannerTitle {
    font-size: 80px;
    font-weight: bold;
}

.desc {
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0;
}

.bannerA {
    padding: 6px 32px;
    font-size: 16px;
    color: #4585f2;
    background: #FFFFFF;
    border-radius: 40px;
    text-decoration: none;
    transition: all .3s;
}

.bannerA:hover {
    padding: 8px 37px;
    margin-left: -10px;
    font-size: 20px;
}

.textInt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 140px 0 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.textTitle {
    position: relative;
    font-size: 40px;
    color: #666666;
    text-align: center;
    padding-bottom: 7px;

}

.textDesc {
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 45px;
}

.textInfo {
    color: #818181;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.imgList {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 10%;
}

.listImg {
    margin: 0 20px;
    width: 490px;
    height: 440px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(210 210 210 / 20%);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.listImg:hover {
    transform: scale(1.1);
}

.officeList {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 10%;
    flex-wrap: wrap;
}

.listImg1 {
    transition: all .5s;
}

.listImg1:hover {
    transform: scale(1.1);
}

.hoverImg1 {
    width: 470px;
    height: 270px;
    margin-bottom: 13px;
}

.bodyInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    padding: 150px 200px 150px 20%;
    background-color: #FCFCFC;
}

.iconD {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    margin: 0 70px;
    color: #4b4b4b;
    transition: all .5s;
}

.iconD:hover {
    margin-top: -40px;
}

.iconI {
    width: 50px;
    height: 50px;
}

.iconT {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 5px 0;
    color: #4b4b4b;
}

.iconTitle {
    font-size: 29px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    color: #4b4b4b;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    margin-left: 70px;
    color: #a8a8a8;
}

.rowLine {
    width: 1px;
    height: 110px;
    background-color: #e6f4ff;
}

.imgData {
    margin: 60px 15%;
    background-color: #FDFDFD;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imgDiv {
    width: 50%;
}

.imgItem {
    margin: 10px;
    padding: 40px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all .5s;
    height: 230px;
}

.imgItem:hover {
    transform: translateY(-8px);
}

.imgSmall {
    width: 122px;
    height: 98px;
}

.imgLeft {
    display: flex;
    flex-direction: column;
}

.leftTitle {
    font-weight: bold;
    color: #4585f2;
    font-size: 24px;
    text-align: left;
}

.leftDesc {
    margin-top: 20px;
    color: #333333;
    font-size: 14px;
    text-align: left;
    width: 80%;
    line-height: 25px;
}

.textBottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #FCFCFC;
}

.footer {
    width: 100%;
    background-color: violet;
    color: white;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
}

.line {
    width: 65px;
    height: 3px;
    background-color: #4585f2;
}

#container {
    width: 100%;
    height: 500px;
}

a {
    color: #fff;
    text-decoration: none;
}