* {
    padding: 0;
    margin: 0;
}

.box {
    top: 50%;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 100px;
    justify-content: space-between;
    width: 60px;
    height: 280px;
    background:none !important;
}

.box>div {
    width: 60px;
    height: 60px;
    background-color: rgb(0, 63, 152);
    position: relative;
}

.as {
    position: absolute;
    width: 260px;
    height: 100px;
    left: -270px;
    top: 0;
    display: none;
    align-items: center;
    box-sizing: border-box;
    padding-left: 30px;
    background-color: white;
}

.as p {
    line-height: 20px;
}

.box>div:hover .as {
    display: flex;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 20%;
    right: -10px;
}

.erWerMa {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -120px;
    top: 0;
}

.box>div:nth-child(2):hover .erWerMa {
    display: block;
}

.as img {
    width: 50px;
    margin-right: 20px;
}

.icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main {
    width: 1200px;
    margin: 0 auto;
}

.main-form {
    display: flex;
    justify-content: space-between;
}

.main-form .left {
    width: 40%;
}

.main-form .right {
    width: 60%;
}

.left-list {
    margin-top: 30px;
}

.left-list img {
    margin-right: 15px;

}

.left-list li {
    list-style: none;
    display: flex;
    align-items: center;
}

.main-form {
    font-size: 14px;
}

.main-form .right>div>label {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    text-align: right;
}

.main-form .right>div {
    margin-top: 20px;
    display: flex;

}

.main-form input,
textarea,
select {
    border: 1px solid #ddd;
    padding: 10px 10px;
    vertical-align: middle;
    overflow: hidden;
    outline: none;
    border-radius: 10px 0 10px 0;
}

.btn {
    border: 1px solid #1F92D1;
    background: #005bc3;
    padding: 8px 20px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 100px;
}
.map{
    margin: 20px auto;
    width: 100%;
    height: 500px;
}