.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.banner .text {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
}

.section {
    width: 100%;
    overflow: hidden;
}

.section .warp {
    width: 1400px;
    margin: 187px auto 0;
}

.section .warp .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #242424;
    margin-bottom: 64px;
}

.section .warp .content {
    background: #FFFFFF;
    box-shadow: 0px 3px 54px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
}

.section .warp .content .map {
    width: 100%;
    height: 538px;
    border-radius: 8px 8px 0px 0px;
}

.section .warp .content .map #allmap {
    width: 100%;
    height: 100%;
}

.section .warp .content .text {
    height: 120px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section .warp .content .text div {
    display: flex;
    align-items: center;
}

.section .warp .content .text div span {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
}

.section .warp .content .text div .line {
    margin-left: 40px;
    margin-right: 19px;
    width: 20px;
    height: 1px;
    background: #CCCCCC;
    transform: rotate(290deg);
}

.section .warp .content .text div p {
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}

.section .warp .content .text .circle {
    width: 40px;
    height: 40px;
    background: #2497C6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .warp .content .text .circle svg {
    width: 20px;
    fill: #fff;
}

.section .warp .site {
    display: flex;
    align-items: center;
    margin-top: 90px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 82px;

    justify-content: space-between;
}

.section .warp .site .con {
    display: flex;
    align-items: center;
}

.section .warp .site .con:last-child {
    margin-right: 0;
}

.section .warp .site .con .circle {
    width: 43px;
    height: 43px;
    background: #2497C6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .warp .site .con .circle .iconfont {
    font-size: 15px;
    color: #fff;
}

.section .warp .site .con p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #181818;
    margin-left: 17px;
}

.section2 {
    width: 100%;
    overflow: hidden;
}

.section2 .warp {
    width: 1400px;
    margin: 106px auto 126px;
}

.section2 .warp .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #242424;
}

.section2 .warp .content {
    display: flex;
    justify-content: space-between;
    margin-top: 71px;
}

.section2 .warp .content .item {
    width: 629px;
}

.section2 .warp .content .item span {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
}

.section2 .warp .content .item .line {
    width: 100%;
    height: 1px;
    background: #ECECEC;
    margin-top: 22px;
    margin-bottom: 58px;
}

.section2 .warp .content .item .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #242424;
    line-height: 33px;
}

.section2 .warp .content .item form .con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section2 .warp .content .item form .con input {
    width: calc(305px - 25px);
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding-left: 25px;
    font-size: 14px;
}

.section2 .warp .content .item form .con input::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9A9A9A;
}

.section2 .warp .content .item form .con textarea {
    width: 100%;
    height: 175px;
    background: #FFFFFF;
    padding-left: 25px;
    padding-top: 19px;
    border: 1px solid #E0E0E0;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    font: 400 13.3333px Arial;
}

.section2 .warp .content .item form .con textarea::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9A9A9A;
    position: relative;
    top: -3px;
}

.section2 .warp .content .item form button {
    width: 139px;
    height: 48px;
    background: #4BABD3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 42px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}

.section2 .warp .content .item form button:hover {
    background: #246f8d;
}
