.top{
    width: 100%;
}
.top-img{
    width: 100%;
    height:190px;
}

.item_content {
    width: 100%;
    height: auto;
}

.module-title{
    width: 1051px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.line_introduce {
    margin-top: 30px;
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 5px;
    background: inherit;
    background-color: rgba(255, 0, 0, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map {
    border-radius: 20px;
    width: 1200px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-600px);
    overflow: hidden;
    margin-top: 40px;
}

.map > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    animation: zoom 3s; /* 应用动画 */
}
 
@keyframes zoom {
  0% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1); 
  }
}
.form {
    top: 50px;
    width: 1200px;
    height: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-600px);
}

.form > div > div > input {
    border: 1px solid rgba(224, 224, 224, 1);
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.form > div > div > div > input {
    border: 1px solid rgba(224, 224, 224, 1);
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    padding: 5px;
    border-radius: 5px;
}

.form-group {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin: 30px 0;
}

.content-form-group {
    width: 100%;
    margin: 30px 0;
}

.name_phone {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
}

.name_phone > div {
    width: 50%!important;
    text-align: left;
}

.name_phone > div:nth-child(2) {
    justify-content: flex-end;
}

.name_phone > div > label {
    width: 100px;
    font-weight: bold;
}

.name_phone > div > div {
    width: 200px;
}

.name_phone > div > div > input {
    width: 200px;
}

.control-label {
    font-size: x-large;
    font-weight: bold;
}

.content-form-group > div {
    float: right;
    width: 1100px;
    height: 180px;
}

.content_text {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(224, 224, 224, 1);
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    padding: 5px;
    border-radius: 5px;
}

.email > label {
    width: 100px;
    font-weight: bold;
}

.email > div {
    width: 1100px;
}

.submit-div {
    justify-content: center;
    margin-top: 250px;
}

.submit-div > div {
    width: 350px;
    height: auto;
    background: inherit;
    border: none;
    border-radius: 22px;
}

.submit-div > div > button {
    width: 100%;
    position: static;
    font-size: larger;
    color: white;
    background-color: #00c297;
    opacity: 1;
    border-radius: 22px;
    cursor: pointer;
}
