.sec1 {
    padding: 70px 0 130px;
}

.sec1 .wrap {
    width: 1460px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 64px;
}

.sec1 .wrap .l .content .item {
    display: flex;
    align-items: center;
}

.sec1 .wrap .l .content .item:not(:last-child) {
    margin: 0 0 45px;
}

.sec1 .wrap .l .content .item .circle {
    width: 55px;
    height: 55px;
    background: #005cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
}

.sec1 .wrap .l .content .item .circle .iconfont {
    color: #ffffff;
    font-size: 20px;
}

.sec1 .wrap .l .content .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.sec1 .wrap .l .content .item .text .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 5px 0 0 0;
    display: block;
}

.sec1 .wrap .l .content .item .text .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    display: block;
    margin: 5px 0 0 0;
}

.sec1 .wrap .r {
    position: relative;
}

.sec1 .wrap .r .bg {
    position: absolute;
    width: 797px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sec1 .wrap .r .ewm_box {
    display: flex;
}

.sec1 .wrap .r .ewm_box .ewm .img {
    width: 200px;
    margin: 0 0 12px;
}

.sec1 .wrap .r .ewm_box .ewm p {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    text-align: center;
}

.sec1 .wrap .r .ewm_box .ewm:not(:nth-last-child(1)) {
    margin-right: 40px;
}

.sec2 {
    display: flex;
    justify-content: space-between;
}

.sec2 .l {
    width: 50vw;
    background: #f5f5f5;
    padding: 104px 0 0 calc((100vw - 1400px) / 2);
}

.sec2 .l p {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    /*margin: 0 0 50px;*/
}

.sec2 .l form input {
    width: 620px;
    height: 60px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 0 15px;
    display: block;
    position: relative;
}

.sec2 .l form .item {
    position: relative;
}

.sec2 .l form .item label {
    content: "*";
    color: red;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 2;
}

.sec2 .l form input::placeholder {
    color: #999999;
}

.sec2 .l form button {
    width: 150px;
    height: 50px;
    background: #005cff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    margin: 100px 0 0;
    justify-content: center;
}

.sec2 .l form button p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.sec2 .map {
    width: 50vw;
    height: 720px;
}

.sec2 .map .map_box {
    width: 140px;
    height: 60px;
    background: #005cff;
    box-shadow: 3px 4px 5px 0px rgba(0, 46, 127, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec2 .map .map_box img {
    display: block;
    width: 100px;
}

.sec2 .map .map_box:after {
    content: "";
    width: 14px;
    height: 8px;
    background: #005cff;
    position: absolute;
    bottom: 0;
    left: 40px;
    transform: translateY(100%);
    clip-path: polygon(4px 0, 100% 0, 0% 100%);
}

.template {
    display: none;
}
@media screen and (max-width: 1919px) {
  .sec1{
    padding: 3.6458333333vw 0px 6.7708333333vw;
  }
  .sec1 .wrap{
    width: 76.0416666667vw;
  }
  .sec1 .wrap .l .title{
    font-size: 1.875vw;
    margin: 0px 0px 3.3333333333vw;
  }
  .sec1 .wrap .l .content .item:not(:last-child){
    margin: 0px 0px 2.34375vw;
  }
  .sec1 .wrap .l .content .item .circle{
    width: 2.8645833333vw;
    height: 2.8645833333vw;
    margin: 0px 0.625vw 0px 0px;
  }
  .sec1 .wrap .l .content .item .circle .iconfont{
    font-size: 1.0416666667vw;
  }
  .sec1 .wrap .l .content .item .text p{
    font-size: 0.7291666667vw;
  }
  .sec1 .wrap .l .content .item .text .p1{
    font-size: 1.25vw;
    margin: 0.2604166667vw 0px 0px;
  }
  .sec1 .wrap .l .content .item .text .p2{
    font-size: 1.0416666667vw;
    margin: 0.2604166667vw 0px 0px;
  }
  .sec1 .wrap .r .bg{
    width: 41.5104166667vw;
  }
  .sec1 .wrap .r .ewm_box .ewm .img{
    width: 10.4166666667vw;
    margin: 0px 0px 0.625vw;
  }
  .sec1 .wrap .r .ewm_box .ewm p{
    font-size: 0.8333333333vw;
  }
  .sec1 .wrap .r .ewm_box .ewm:not(:nth-last-child(1)){
    margin-right: 2.0833333333vw;
  }
  .sec2 .l{
    padding: 5.4166666667vw 0px 0px calc(-36.4583333333vw + 50vw);
  }
  .sec2 .l p{
    font-size: 1.875vw;
    /*margin: 0px 0px 2.6041666667vw;*/
  }
  .sec2 .l form input{
    width: 32.2916666667vw;
    height: 3.125vw;
    border-radius: 0.2604166667vw;
    padding: 0px 1.5625vw;
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.78125vw;
  }
  .sec2 .l form .item label{
    font-size: 0.625vw;
    left: 0.78125vw;
  }
  .sec2 .l form button{
    width: 7.8125vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    margin: 5.2083333333vw 0px 0px;
  }
  .sec2 .l form button p{
    font-size: 0.8333333333vw;
  }
  .sec2 .map{
    height: 37.5vw;
  }
  .sec2 .map .map_box{
    width: 7.2916666667vw;
    height: 3.125vw;
    box-shadow: rgba(0, 46, 127, 0.3) 0.15625vw 0.2083333333vw 0.2604166667vw 0px;
    border-radius: 0.4166666667vw;
  }
  .sec2 .map .map_box img{
    width: 5.2083333333vw;
  }
  .sec2 .map .map_box::after{
    width: 0.7291666667vw;
    height: 0.4166666667vw;
    left: 2.0833333333vw;
    clip-path: polygon(0.2083333333vw 0px, 100% 0px, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 {
        padding: 50px 0 60px;
    }
    .sec1 .wrap .l .title {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .sec1 .wrap .l .content .item .circle {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }
    .sec1 .wrap .l .content .item .circle .iconfont {
        font-size: 18px;
    }
    .sec1 .wrap .l .content .item .text p {
        font-size: 16px;
    }
    .sec1 .wrap .l .content .item .text .p1 {
        font-size: 14px !important;
    }
    .sec1 .wrap .l .content .item .text .p2 {
        font-size: 14px;
    }
    .sec1 .wrap .l .content .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .sec1 .wrap .r {
        margin: 30px 0 0;
    }
    .sec1 .wrap .r .ewm_box {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec1 .wrap .r .ewm_box .ewm p {
        font-size: 14px;
    }
    .sec1 .wrap .r .ewm_box .ewm .img {
        width: 27vw;
    }
    .sec2 {
        display: block;
    }
    .sec2 .l {
        width: 100%;
        padding: 40px 5vw;
    }
    .sec2 .map {
        width: 100%;
        height: 300px;
    }
    .sec2 .l p {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .sec2 .l form input {
        width: 100%;
        height: 40px;
        margin: 0 0 15px;
    }
    .sec2 .l form input {
        font-size: 14px;
        padding: 0 20px;
    }
    .sec2 .l form button p {
        font-size: 14px;
    }
    .sec2 .l form button {
        width: 90px;
        height: 32px;
        border-radius: 32px;
        margin: 25px 0 0;
    }
    .sec2 .map .map_box {
        width: 140px;
        height: 60px;
        border-radius: 8px;
    }
    .sec2 .map .map_box img {
        width: 100px;
    }
    .sec2 .map .map_box::after {
        width: 14px;
        height: 8px;
        left: 40px;
        clip-path: polygon(4px 0, 100% 0, 0% 100%);
    }
}