.banner {
    width: 100vw;
    /* display: none; */
    margin-top: 9.2vh;
}

#banner1 {
    display: block;
}

.body1 {
    width: 1200px;
    height: 700px;
    background: url(../img/Home/back2.png);
    background-size: 100% 100%;
    overflow: hidden;
    margin: auto;
    margin-top: -2px;
}

.body1 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.body1 h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 30px;
}

.body1 div {
    width: 80%;
    height: 400px;
    margin: auto;
    position: relative;
}

.body1 div .arrow {
    width: 25px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.body1 div .arrowR {
    width: 25px;
    height: 46px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

.body1 div .img {
    position: relative;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.body1 div .img1 {
    display: block;
}

.body1 p {
    width: 1000px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 26px;
    color: #fff;
    display: none;
    margin-top: 20px;
}

.body1 .text1 {
    display: block;
}

.body2 {
    width: 1200px;
    background: url(../img/client/back.png);
    overflow: hidden;
    margin: auto;
    background-size: 100%;
}

.body2 h1 {
    font-size: 50px;
    color: #036eb5;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.body2 p {
    width: 900px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 36px;
    margin-bottom: 60px;
    line-height: 28px;

}

.body2 img {
    width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.body3 {
    width: 1200px;
    margin: auto;
    background: #ece9e9;
    background-size: 100% 100%;
    overflow: hidden;
}

.body3 h1 {
    font-size: 50px;
    color: #036eb5;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.body3 h2 {
    font-size: 30px;
    color: #036eb5;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.body3 img {
    /* margin-bottom: 20px; */
    width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.body3 p {
    width: 1000px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 36px;
    margin-bottom: 60px;
    line-height: 28px;
}