.sec1 {
    padding: 236px 0 0;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    margin: 0 0 110px;
    text-align: center;
}

.sec1 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.sec1 .wrap .map_box {
    width: 100%;
    height: 694px;
    position: relative;
    margin: 0 0 335px;
}

.sec1 .wrap .map_box .map {
    width: 100%;
    height: 100%;
}
.sec1 .wrap .map_box .map img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .wrap .map_box .text_box {
    background: #FFFFFF;
    box-shadow: 4px 7px 20px 0px rgba(1, 0, 18, 0.05);
    border-radius: 12px;
    width: 618px;
    padding: 75px 121px 73px 87px;
    position: absolute;
    left: 130px;
    top: 191px;
    z-index: 989;
}

.sec1 .wrap .map_box .text_box > h5 {
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    margin: 0 0 60px;
}

.sec1 .wrap .map_box .text_box ul {
    margin: 0 0 50px;
}

.sec1 .wrap .map_box .text_box ul li {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 71px 25px 14px;
    margin: 0 0 25px;
}

.sec1 .wrap .map_box .text_box ul li:nth-last-child(1) {
    border-bottom: none;
}

.sec1 .wrap .map_box .text_box ul li .icon {
    width: 18px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    margin-top: 3px;
}

.sec1 .wrap .map_box .text_box ul li .icon img {
    display: block;
    height: unset;
    max-width: 97%;
}

.sec1 .wrap .map_box .text_box ul li h5 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 32px 0 0;
    line-height: 26px;
}

.sec1 .wrap .map_box .text_box ul li p {
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    line-height: 26px;
    width: 230px;
}

.sec1 .wrap .map_box .text_box .text p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.sec1 .wrap .list {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0 90px;
    border-bottom: 1px solid #D3D3D3;
}

.sec1 .wrap .list .item .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    opacity: 0.3;
    transition: 0.6s;
}

.sec1 .wrap .list .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 30px 0 36px;
    transition: 0.6s;
}

.sec1 .wrap .list .item p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.sec1 .wrap .list .item:hover .icon {
    filter: grayscale(0);
    opacity: 1;
}

.sec1 .wrap .list .item:hover h5 {
    color: #014099;
}

.sec2 {
    padding: 140px 0 108px;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    text-align: center;
    margin: 0 0 100px;
}

.sec2 .wrap .title h3 {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    margin: 0 0 30px;
}

.sec2 .wrap .title p {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
}

.sec2 .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec2 .wrap form .item {
    width: 670px;
    display: flex;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
    margin-bottom: 45px;
}

.sec2 .wrap form .item h5 {
    font-weight: 400;
    font-size: 16px;
    color: #181818;
}

.sec2 .wrap form .item input {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    border: none;
    width: 600px;
}

.sec2 .wrap form .item textarea {
    width: 1300px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    border: none;
    height: 80px;
}

.sec2 .wrap form .item1 {
    width: 100%;
}

.sec2 .wrap form .item1 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    background: #014099;
    box-shadow: 1px 1px 1px 0px rgba(1, 64, 153, 0.3);
    border-radius: 24px;
    margin: 15px auto 0;
}

.sec2 .wrap form .item1 button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.map_label {
    width: 148px;
    height: 31px;
    background: #014099;
    box-shadow: 4px 7px 20px 0px rgba(1, 0, 18, 0.05);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map_label:after {
    content: "";
    width: 8px;
    height: 7px;
    background: #014099;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 12px;
    bottom: -5px;
}

.map_label img {
    display: block;
    width: 28px;
}

.map_label p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 0 9px;
}

.BMapLabel {
    background: unset !important;
    border: none !important;
}

template {
    display: none;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 12.2916666667vw 0px 0px;
    }
    .sec1 .wrap{
        width: 86.4583333333vw;
    }
    .sec1 .wrap .title{
        margin: 0px 0px 5.7291666667vw;
    }
    .sec1 .wrap .title h1{
        font-size: 2.0833333333vw;
    }
    .sec1 .wrap .map_box{
        height: 36.1458333333vw;
        margin: 0px 0px 17.4479166667vw;
    }
    .sec1 .wrap .map_box .text_box{
        box-shadow: rgba(1, 0, 18, 0.05) 0.2083333333vw 0.3645833333vw 1.0416666667vw 0px;
        border-radius: 0.625vw;
        width: 32.1875vw;
        padding: 3.90625vw 6.3020833333vw 3.8020833333vw 4.53125vw;
        left: 6.7708333333vw;
        top: 9.9479166667vw;
    }
    .sec1 .wrap .map_box .text_box > h5{
        font-size: 1.6666666667vw;
        margin: 0px 0px 3.125vw;
    }
    .sec1 .wrap .map_box .text_box ul{
        margin: 0px 0px 2.6041666667vw;
    }
    .sec1 .wrap .map_box .text_box ul li{
        padding: 0px 3.6979166667vw 1.3020833333vw 0.7291666667vw;
        margin: 0px 0px 1.3020833333vw;
    }
    .sec1 .wrap .map_box .text_box ul li .icon{
        width: 0.9375vw;
        height: 0.9895833333vw;
        margin-right: 0.5729166667vw;
        margin-top: 0.15625vw;
    }
    .sec1 .wrap .map_box .text_box ul li h5{
        font-size: 0.8333333333vw;
        margin: 0px 1.6666666667vw 0px 0px;
        line-height: 1.3541666667vw;
    }
    .sec1 .wrap .map_box .text_box ul li p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        width: 11.9791666667vw;
    }
    .sec1 .wrap .map_box .text_box .text p{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
    .sec1 .wrap .list{
        width: 72.9166666667vw;
        padding: 0px 0px 4.6875vw;
    }
    .sec1 .wrap .list .item .icon{
        width: 2.5vw;
        height: 2.5vw;
    }
    .sec1 .wrap .list .item h5{
        font-size: 1.0416666667vw;
        margin: 1.5625vw 0px 1.875vw;
    }
    .sec1 .wrap .list .item p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec2{
        padding: 7.2916666667vw 0px 5.625vw;
    }
    .sec2 .wrap{
        width: 72.9166666667vw;
    }
    .sec2 .wrap .title{
        margin: 0px 0px 5.2083333333vw;
    }
    .sec2 .wrap .title h3{
        font-size: 1.875vw;
        margin: 0px 0px 1.5625vw;
    }
    .sec2 .wrap .title p{
        font-size: 0.9375vw;
    }
    .sec2 .wrap form .item {
        width: 34.8958333333vw;
        padding: 0px 0px 1.25vw;
        margin-bottom: 2.34375vw;
    }
    .sec2 .wrap form .item1 {
        width: 100%;
    }
   .sec2 .wrap form .item h5{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap form .item input{
        font-size: 0.8333333333vw;
        width: 31.25vw;
    }
    .sec2 .wrap form .item textarea{
        width: 67.7083333333vw;
        font-size: 0.8333333333vw;
        height: 4.1666666667vw;
    }
    .sec2 .wrap form .item1 button{
        width: 7.2916666667vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        margin: 0.78125vw auto 0px;
    }
    .sec2 .wrap form .item1 button p{
        font-size: 0.8333333333vw;
    }
    .map_label{
        width: 7.7083333333vw;
        height: 1.6145833333vw;
        box-shadow: rgba(1, 0, 18, 0.05) 0.2083333333vw 0.3645833333vw 1.0416666667vw 0px;
        border-radius: 0.8333333333vw;
    }
    .map_label::after{
        width: 0.4166666667vw;
        height: 0.3645833333vw;
        left: 0.625vw;
        bottom: -0.2604166667vw;
    }
    .map_label img{
        width: 1.4583333333vw;
    }
    .map_label p{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0px 0.46875vw;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 {
        padding: 80px 0 0;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .title h1 {
        font-size: 24px;
    }
    .sec1 .wrap .title {
        margin-bottom: 30px;
    }
    .sec1 .wrap .map_box {
        height: unset;
        box-shadow: 4px 7px 20px 0px rgba(1, 0, 18, 0.05);
    }
    .sec1 .wrap .map_box .map {
        height: 300px;
    }
    .sec1 .wrap .map_box .text_box {
        position: unset;
        box-shadow: unset;
        width: 100%;
        padding: 30px;
    }
    .sec1 .wrap .map_box .text_box > h5 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .sec1 .wrap .map_box .text_box ul li {
        padding: 20px 0;
    }
    .sec1 .wrap .map_box .text_box ul li .icon {
        width: 18px;
        height: 19px;
        margin-right: 11px;
        margin-top: 3px;
    }
    .sec1 .wrap .map_box .text_box ul li h5 {
        font-size: 16px;
        color: #666666;
        margin: 0 32px 0 0;
        line-height: 26px;
    }
    .sec1 .wrap .map_box .text_box ul li p {
        font-weight: 500;
        font-size: 14px;
        color: #222222;
        line-height: 26px;
        width: calc(100% - 101px);
    }
    .map_label {
        width: 148px;
        height: 31px;
        background: #014099;
        box-shadow: 4px 7px 20px 0px rgba(1, 0, 18, 0.05);
        border-radius: 16px;
    }
    .map_label img {
        width: 28px;
    }
    .map_label p {
        font-size: 16px;
        margin: 0 0 0 9px;
    }
    .map_label::after {
        width: 8px;
        height: 7px;
        left: 12px;
        bottom: -5px;
    }
    .sec1 .wrap .map_box .text_box .text p {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .list {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .sec1 .wrap .list .item {
        margin: 30px 0 0;
    }
    .sec1 .wrap .list .item .icon {
        width: 48px;
        height: 48px;
        margin: 0 auto;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        text-align: center;
    }
    .sec1 .wrap .list .item h5 {
        font-size: 18px;
        text-align: center;
        margin: 20px 0 10px;
    }
    .sec1 .wrap .list .item p {
        font-size: 14px;
        line-height: 2;
    }
    .sec2 {
        padding: 50px 0 80px;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .title {
        margin-bottom: 40px;
    }
    .sec2 .wrap .title h3 {
        font-size: 24px;
    }
    .sec2 .wrap .title p {
        font-size: 16px;
    }
    .sec2 .wrap form .item {
        width: 100%;
        padding: 0 0 20px;
        margin-bottom: 30px;
    }
    .sec2 .wrap form .item h5 {
        font-size: 16px;
        line-height: 40px;
    }
    .sec2 .wrap form .item input {
        width: calc(100% - 70px);
        height: 40px;
        font-size: 16px;
    }
    .sec2 .wrap form .item1 h5 {
        line-height: 28px;
    }
    .sec2 .wrap form .item textarea {
        width: calc(100% - 100px);
        height: 200px;
        font-size: 16px;
        line-height: 28px;
    }
    .sec2 .wrap form .item1 button {
        width: 140px;
        height: 48px;
        border-radius: 24px;
        margin: 15px auto 0;
    }
    .sec2 .wrap form .item1 button p {
        font-size: 16px;
    }
}
