.banner {
    width: 100vw;
    margin-top: 9.2vh;
}

header {
    /* background: rgba(0, 0, 0, 0.5) !important; */
}

.text {
    width: 1080px;
    height: 100px;
    /* background: url(../img/About/text.png); */
    background: #036eb5;
    background-size: 100% 100%;
    margin: auto;
    margin-top: -4px;
    padding: 0 60px;
    /* display: flex;
    justify-content: space-between; */
}

.text div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}

.text div h1 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    /* font-weight: 600; */
}

.text div p {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 0.38px;
}

.text h2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
    float: left;
    margin-left: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* font-weight: 600; */
}

.text h2::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    left: -14px;
    top: 0;
}

#container {
    width: 1200px;
    height: 550px;
    border-bottom: 4px solid #1075bb;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.body1 {
    width: 1200px;
    height: 600px;
    margin: auto;
    background: #ececec;
    /* overflow: hidden; */
    position: relative;
}

.body1 .left {
    margin: 70px 0 0 60px;
    overflow: hidden;
    float: left;
}

.body1 .left h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;

}

.body1 .left .input {
    margin-top: 26px;
    overflow: hidden;
}

.body1 .left .input input {
    float: left;
    width: 200px;
    height: 38px;
    border: 1px solid #c00d23;
    padding-left: 20px;
    font-size: 14px;
    float: left;
}

.body1 .left .input button {
    width: 55px;
    height: 40px;
    background: url(../img/About/ico1.png);
    background-size: 100% 100%;
}

.body1 .left .title {
    overflow: hidden;
    width: 248px;
    height: 40px;
    background: #fff;
    padding-left: 30px;
    margin-top: 20px;
}

.body1 .left .title p {
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    float: left;
    margin-right: 50px;
    font-weight: 600;
}

.body1 .right {
    /* float: right; */
    /* margin-top: 9vh;
    margin-bottom: 5vh;
    margin-right: 2vw; */
    position: absolute;
    transform: translateX(-50%) scale(0.65);
    /* right: -142px; */
    left: 50%;
    top: -102px;

}

.body1 .right img {
    width: 60.7vw;
}

.body1 .right div {
    position: absolute;
    border-radius: 20vw;
    transition: 1000ms;
}

.body1 .right div:hover {
    transform: scale(1.1);
    transition: 1000ms;
}

.body1 .right div:nth-child(2) {
    width: 19.6vw;
    height: 19.6vw;
    background: #c11aaf;
    opacity: 0.18;
    left: 10vw;
    top: 6vw;
}

.body1 .right div:nth-child(3) {
    width: 19.6vw;
    height: 19.6vw;
    background: #37d4f6;
    opacity: 0.18;
    left: 12vw;
    top: 16vw;
}

.body1 .right div:nth-child(4) {
    width: 12.1vw;
    height: 12.1vw;
    background: #eead2f;
    opacity: 0.18;
    left: 28vw;
    top: 15vw;
}

.body1 .right div:nth-child(5) {
    width: 12.4vw;
    height: 12.4vw;
    background: #13b63a;
    opacity: 0.18;
    left: 28vw;
    top: 27.5vw;
}

.body1 .right div:nth-child(6) {
    width: 10vw;
    height: 10vw;
    background: #1d5acb;
    opacity: 0.18;
    left: 36vw;
    top: 22.5vw;
}

.body1 .right div:nth-child(7) {
    width: 10.2vw;
    height: 10.2vw;
    background: #37c7f6;
    opacity: 0.18;
    left: 38vw;
    top: 6vw;
}