.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.sec1 {
    padding: 130px 0 0;
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    text-align: center;
}

.sec1 .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    margin: 30px 0 85px;
}

.sec1 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 82px;
}

.sec1 .wrap .content .img {
    width: 129px;
    display: flex;
    justify-content: center;
}

.sec1 .wrap .content .img img {
    transition: 0.6s;
}


.sec2 {
    padding: 170px 0 0;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    text-align: center;
}

.sec2 .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    margin: 22px 0 69px;
}

.sec2 .wrap .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.sec2 .wrap .content .item {
    background: #FBFBFB;
  border-radius: 14px;
    padding: 50px 60px;
    position: relative;
}

.sec2 .wrap .content .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .wrap .content .item .icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
}

.sec2 .wrap .content .item h5 {
  font-weight: bold;
  font-size: 24px;
  color: #2461AD;
  margin-bottom: 34px;
}
.sec2 .wrap .content .item .item_text_box li .icon {
  width: 29px;
  height: 29px;
}
.sec2 .wrap .content .item .item_text_box li {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
.sec2 .wrap .content .item .item_text_box li p {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 42px;
}
.sec2 .wrap .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px;
}

.sec2 .wrap .content .item:hover:after {
    opacity: 1;
}

.sec2 .wrap .list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

.sec2 .wrap .list .item {
    line-height: 1;
    padding: 50px 60px 100px;
    width: 687px;
    border-radius: 14px;
    border: 1px solid #EAEAEA;
}

.sec2 .wrap .list .item h5 {
    font-weight: bold;
    font-size: 24px;
    color: #2461AD;
}

.sec2 .wrap .list .item .item_addr {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin: 18px 0 20px;
}

.sec2 .wrap .list .item .item_text {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.sec3 {
    padding: 193px 0 156px;
    position: relative;
}

.sec3 .map {
    width: 1170px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sec3 .wrap .l {
    width: 530px;
}
.sec3 .wrap .l .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 54px;
}

.sec3 .wrap .l .text {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    margin: 64px 0 70px;
}

.sec3 .wrap .l .tel {
    display: flex;
    align-items: center;
}

.sec3 .wrap .l .tel .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #2461AD;
    border-radius: 50%;
    margin-right: 35px;
}

.sec3 .wrap .l .tel .icon img {
    display: block;
    width: 20px;
}

.sec3 .wrap .l .tel p {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    color: #2461AD;
    line-height: 32px;
}

.sec3 .wrap .r {
    width: 680px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 73px 75px 52px;
}

.sec3 .wrap .r .r_title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 49px;
    line-height: 1;
}

.sec3 .wrap .r .item {
    margin-bottom: 27px;
}

.sec3 .wrap .r .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 13px;
}

.sec3 .wrap .r .item input {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.sec3 .wrap .r .item input::placeholder {
    color: #999999;
}

.sec3 .wrap .r .item textarea {
    width: 100%;
    height: 126px;
    border: 1px solid #EBEBEB;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.sec3 .wrap .r .item textarea::placeholder {
    color: #999999;
}

.sec3 .wrap .r button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 52px;
    background: #2461AD;
    border-radius: 26px;
    margin: 25px 0 0;
}

.sec3 .wrap .r button p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.sec3 .wrap .r button .icon {
    width: 14px;
    margin-left: 7px;
}

.sec4 {
    background: #FBFBFB;
    padding: 87px 0 58px;
}

.sec4 .wrap {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

.sec4 .wrap .item {
    display: flex;
    align-items: center;
    width: 423px;
    height: 124px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0 50px;
}

.sec4 .wrap .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.6s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.sec4 .wrap .item .icon {
    width: 51px;
    margin-right: 24px;
}

.sec4 .wrap .item .r h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 16px;
}

.sec4 .wrap .item .r .more {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.sec4 .wrap .item .r .more:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #2461AD;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.sec4 .wrap .item .r .more p {
    font-weight: bold;
    font-size: 14px;
    color: #2461AD;
    margin-right: 5px;
}

.sec4 .wrap .item .r .more .iconfont {
    font-size: 12px;
    color: #2461AD;
}

.sec4 .wrap .item .r .more:hover:after {
    transform: scaleX(1);
}

.sec4 .wrap .item:hover:after {
    opacity: 1;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .sec3 .wrap .l {
        width: 27.5vw;
    }
    .sec1{
        padding: 6.7708333333vw 0px 0px;
    }
    .sec1 .wrap{
        width: 72.9166666667vw;
    }
    .sec1 .wrap .title{
        font-size: 1.875vw;
    }
    .sec1 .wrap .text{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 4.4270833333vw;
    }
    .sec1 .wrap .content{
        gap: 2.0833333333vw 4.2708333333vw;
    }
    .sec1 .wrap .content .img{
        width: 6.71875vw;
    }
    .sec2{
        padding: 8.8541666667vw 0px 0px;
    }
    .sec2 .wrap{
        width: 72.9166666667vw;
    }
    .sec2 .wrap .title{
        font-size: 1.875vw;
    }
    .sec2 .wrap .text{
        font-size: 0.9375vw;
        margin: 1.1458333333vw 0px 3.59375vw;
    }
    .sec2 .wrap .content{
        gap: 1.3020833333vw;
    }
    .sec2 .wrap .content .item{
        border-radius: 0.7291666667vw;
        padding: 2.6041666667vw 3.125vw;
    }
    .sec2 .wrap .content .item::after{
        border-radius: 0.7291666667vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
    }
    .sec2 .wrap .content .item .icon{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    .sec2 .wrap .content .item h5{
        font-size: 1.25vw;
        margin-bottom: 1.7708333333vw;
    }
    .sec2 .wrap .content .item .item_text_box li .icon{
        width: 1.5104166667vw;
        height: 1.5104166667vw;
    }
    .sec2 .wrap .content .item .item_text_box li{
        gap: 0px 1.1458333333vw;
    }
    .sec2 .wrap .content .item .item_text_box li p{
        font-size: 0.9375vw;
        line-height: 2.1875vw;
    }
    .sec2 .wrap .content .item p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec2 .wrap .list{
        margin: 1.5625vw 0px 0px;
    }
    .sec2 .wrap .list .item{
        padding: 2.6041666667vw 3.125vw 5.2083333333vw;
        width: 35.78125vw;
        border-radius: 0.7291666667vw;
    }
    .sec2 .wrap .list .item h5{
        font-size: 1.25vw;
    }
    .sec2 .wrap .list .item .item_addr{
        font-size: 0.9375vw;
        margin: 0.9375vw 0px 1.0416666667vw;
    }
    .sec2 .wrap .list .item .item_text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec3{
        padding: 10.0520833333vw 0px 8.125vw;
    }
    .sec3 .map{
        width: 60.9375vw;
    }
    .sec3 .wrap{
        width: 72.9166666667vw;
    }
    .sec3 .wrap .l .title{
        font-size: 1.6666666667vw;
        line-height: 2.8125vw;
    }
    .sec3 .wrap .l .text{
        font-size: 0.9375vw;
        margin: 3.3333333333vw 0px 3.6458333333vw;
    }
    .sec3 .wrap .l .tel .icon{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        margin-right: 1.8229166667vw;
    }
    .sec3 .wrap .l .tel .icon img{
        width: 1.0416666667vw;
    }
    .sec3 .wrap .l .tel p{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }
    .sec3 .wrap .r{
        width: 35.4166666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.25vw 0px;
        border-radius: 0.625vw;
        padding: 3.8020833333vw 3.90625vw 2.7083333333vw;
    }
    .sec3 .wrap .r .r_title{
        font-size: 1.25vw;
        margin-bottom: 2.5520833333vw;
    }
    .sec3 .wrap .r .item{
        margin-bottom: 1.40625vw;
    }
    .sec3 .wrap .r .item h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }
    .sec3 .wrap .r .item input{
        height: 3.28125vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.7291666667vw;
    }
    .sec3 .wrap .r .item textarea{
        height: 6.5625vw;
        padding: 1.0416666667vw;
        font-size: 0.7291666667vw;
    }
    .sec3 .wrap .r button{
        width: 7.2916666667vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .sec3 .wrap .r button p{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .r button .icon{
        width: 0.7291666667vw;
        margin-left: 0.3645833333vw;
    }
    .sec4{
        padding: 4.53125vw 0px 3.0208333333vw;
    }
    .sec4 .wrap{
        gap: 0px 2.6041666667vw;
    }
    .sec4 .wrap .item{
        width: 22.03125vw;
        height: 6.4583333333vw;
        border-radius: 0.625vw;
        padding: 0px 2.6041666667vw;
    }
    .sec4 .wrap .item::after{
        border-radius: 0.625vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
    }
    .sec4 .wrap .item .icon{
        width: 2.65625vw;
        margin-right: 1.25vw;
    }
    .sec4 .wrap .item .r h5{
        font-size: 0.9375vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec4 .wrap .item .r .more::after{
        bottom: -0.15625vw;
    }
    .sec4 .wrap .item .r .more p{
        font-size: 0.7291666667vw;
        margin-right: 0.2604166667vw;
    }
    .sec4 .wrap .item .r .more .iconfont{
        font-size: 0.625vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .text1 h5 {
        width: 90vw;
    }
    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.8;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .title,.sec2 .wrap .title {
        font-size: 22px;
    }
    .sec1 .wrap .text,.sec2 .wrap .text {
        font-size: 15px;
        margin: 10px 0 30px;
    }
    .sec1 .wrap .content {
        justify-content: space-between;
    }
    .sec1 .wrap .content .img {
        width: 45%;
    }
    .sec1 .wrap .content {
        gap: 50px 0;
    }
    .sec2 {
        padding: 80px 0 0;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .content .item {
        padding: 20px;
        border-radius: 6px;
    }
    .sec2 .wrap .content .item h5, .sec2 .wrap .list .item h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec2 .wrap .content .item .item_text_box li p {
        font-size: 15px;
        line-height: 20px;
    }
    .sec2 .wrap .content .item .item_text_box li {
        margin-bottom: 20px;
        gap: 6px;
    }
    .sec2 .wrap .content .item .item_text_box li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .sec2 .wrap .list {
        flex-wrap: wrap;
        margin: 30px 0 0;
        gap: 30px;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        padding: 20px;
        border-radius: 6px;
    }
    .sec2 .wrap .content .item .item_text_box li .icon {
        width: 18px;
        height: 20px;
    }
    .sec2 .wrap .content {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .sec2 .wrap .list .item .item_addr {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .sec2 .wrap .list .item .item_text {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec3 {
        padding: 60px 0 80px;
    }
    .sec3 .wrap {
        width: 90%;
        display: block;
    }
    .sec3 .wrap .l {
        width: 100%;
    }
    .sec3 .wrap .l .title {
        font-size: 20px;
        line-height: 1.6;
    }
    .sec3 .wrap .l .text {
        font-size: 15px;
        line-height: 1.8;
        margin: 10px 0 30px;
    }
    .sec3 .wrap .l .tel .icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .sec3 .wrap .l .tel p {
        font-size: 16px;
        line-height: 1.4;
    }
    .sec3 .wrap .l .tel .icon img {
        width: 14px;
    }
    .sec3 .wrap .r {
        width: 100%;
        margin: 30px 0 0;
        padding: 20px;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
        border-radius: 6px;
    }
    .sec3 .wrap .r .item h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .r .item {
        margin-bottom: 20px;
    }
    .sec3 .wrap .r .item textarea {
        height: 150px;
        padding: 15px;
        font-size: 14px;
        border-radius: 4px;
    }
    .sec3 .wrap .r button {
        width: 140px;
        height: 40px;
        font-size: 15px;
        border-radius: 20px;
    }
    .sec3 .map {
        width: 90vw;
    }
    .sec3 .wrap .r button p {
        font-size: 15px;
    }
    .sec3 .wrap .r button .icon {
        width: 14px;
        margin-left: 10px;
    }
    .sec3 .wrap .r .item input {
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
    }
    .sec3 .wrap .r .r_title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap {
        width: 90%;
        margin: 0 auto;
        gap: 30px 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec4 .wrap .item {
        width: 100%;
        height: unset;
        padding: 20px 30px;
        border-radius: 6px;
    }
    .sec4 .wrap .item .icon {
        width: 40px;
        margin: 0 25px 0 0;
    }
    .sec4 .wrap .item .r h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec4 .wrap .item .r .more p {
        font-size: 15px;
        margin-right: 6px;
    }
    .sec4 .wrap .item .r .more .iconfont {
        font-size: 12px;
    }
}
