body {
    background: #F9F9F9;
}

.crumbs_links {
    background: #F9F9F9;
}

.sec1 {
    padding: 155px 0 0;
}

.sec1 .wrap .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 90px;
}

.sec1 .wrap .list {
    display: flex;
    gap: 50px;
    margin: 90px 0 0;
  flex-wrap: wrap;
}

.sec1 .wrap .list .item {
    width: 500px;
}

.sec1 .wrap .list .item .item_box {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1s;
    padding: 60px 47px;
}

.sec1 .wrap .list .item .item_box .item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sec1 .wrap .list .item .item_box .item_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec1 .wrap .list .item .item_box .h5 {
    font-weight: bold;
    font-size: 28px;
    color: #005FD5;
}

.sec1 .wrap .list .item .item_box .name {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin: 37px 0 35px;
}

.sec1 .wrap .list .item .item_box ul li {
    margin: 30px 0 0;
}

.sec1 .wrap .list .item .item_box ul li .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.sec1 .wrap .list .item .item_box ul li .th {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 7px;
}

.sec1 .wrap .list .item .item_box ul li .th p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.sec1 .wrap .list .item .item_box ul li .th .icon {
    width: 16px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .list .item .item_box ul li .th .icon img {
    display: block;
    max-height: 100%;
}


.sec1 .wrap .list .item .item_box:hover {
    transform: translateY(-20px);
}

.sec1 .wrap .map {
    width: 100%;
    margin: 80px 0 0;
}

.sec1 .wrap .map img {
    display: block;
    width: 100%;
}

.sec2 {
    padding: 90px 0;
}

.sec2 .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 72px;
}

.sec2 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 0;
}

.sec2 form .item {
    width: 500px;
}

.sec2 form .item.select_item {
    position: relative;
    z-index: 3;
}

.sec2 form .item .h5 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.sec2 form .item input {
    width: 100%;
    height: 82px;
    border: unset;
    border-bottom: 1px solid #DFDFDF;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.sec2 form .item input::placeholder {
    color: #000000;
    opacity: 0.4;
}

.sec2 form .item .select {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
    z-index: 3;
}

.sec2 form .item .select .show {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sec2 form .item .select .show .txt {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
    transition: 0.6s;
}

.sec2 form .item .select .show .iconfont {
    width: 22px;
    height: 22px;
    background: #005FD5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #FFFFFF;
    transform: rotate(90deg);
    border-radius: 50%;
}

.sec2 form .item .select.selected .show .txt {
    opacity: 1;
}

.sec2 form .item.sp {
    width: 100%;
}

.sec2 form .item.sp .h5 {
    margin-bottom: 38px;
}

.sec2 form .item.sp textarea {
    width: 100%;
    height: 302px;
    background: #F1F2F4;
    border-radius: 10px;
    padding: 38px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.sec2 form .item.sp textarea::placeholder {
    color: #000000;
    opacity: 0.4;
}

.sec2 form button {
    width: 120px;
    height: 40px;
    background: #005FD5;
    border-radius: 21px;
    margin: -30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sec2 form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec2 form button .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 8.0729166667vw 0px 0px;
    }
    .sec1 .wrap .title{
        font-size: 1.5625vw;
        line-height: 2.6041666667vw;
        margin-bottom: 4.6875vw;
    }
    .sec1 .wrap .list{
        gap: 2.6041666667vw;
        margin: 4.6875vw 0px 0px;
    }
    .sec1 .wrap .list .item{
        width: 26.0416666667vw;
    }
    .sec1 .wrap .list .item .item_box{
        padding: 3.125vw 2.4479166667vw;
    }
    .sec1 .wrap .list .item .item_box .h5{
        font-size: 1.4583333333vw;
    }
    .sec1 .wrap .list .item .item_box .name{
        font-size: 1.0416666667vw;
        margin: 1.9270833333vw 0px 1.8229166667vw;
    }
    .sec1 .wrap .list .item .item_box ul li{
        margin: 1.5625vw 0px 0px;
    }
    .sec1 .wrap .list .item .item_box ul li .p{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .list .item .item_box ul li .th{
        gap: 0.625vw;
        margin-bottom: 0.3645833333vw;
    }
    .sec1 .wrap .list .item .item_box ul li .th p{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .list .item .item_box ul li .th .icon{
        width: 0.8333333333vw;
        height: 0.9375vw;
    }
    .sec1 .wrap .list .item .item_box:hover{
        transform: translateY(-1.0416666667vw);
    }
    .sec1 .wrap .map{
        margin: 4.1666666667vw 0px 0px;
    }
    .sec2{
        padding: 4.6875vw 0px;
    }
    .sec2 .title{
        font-size: 1.5625vw;
        line-height: 2.6041666667vw;
        margin-bottom: 3.75vw;
    }
    .sec2 form{
        gap: 3.6458333333vw 0px;
    }
    .sec2 form .item{
        width: 26.0416666667vw;
    }
    .sec2 form .item .h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.4166666667vw;
    }
    .sec2 form .item input{
        height: 4.2708333333vw;
        font-size: 0.8333333333vw;
    }
    .sec2 form .item .select .show{
        height: 4.2708333333vw;
    }
    .sec2 form .item .select .show .txt{
        font-size: 0.8333333333vw;
    }
    .sec2 form .item .select .show .iconfont{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        font-size: 0.4166666667vw;
    }
    .sec2 form .item.sp .h5{
        margin-bottom: 1.9791666667vw;
    }
    .sec2 form .item.sp textarea{
        height: 15.7291666667vw;
        border-radius: 0.5208333333vw;
        padding: 1.9791666667vw;
        font-size: 0.8333333333vw;
    }
    .sec2 form button{
        width: 6.25vw;
        height: 2.0833333333vw;
        border-radius: 1.09375vw;
        margin: -1.5625vw auto 0px;
        gap: 0.8333333333vw;
    }
    .sec2 form button p{
        font-size: 0.8333333333vw;
    }
    .sec2 form button .iconfont{
        font-size: 0.5208333333vw;
    }

}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 40px 0;
    }
    .sec1 .wrap .list .item {
        width: 100%;
    }
    .sec1 .wrap .list .item .item_box {
        padding: 25px;
    }
    .sec1 .wrap .list .item .item_box .h5 {
        font-size: 18px;
    }
    .sec1 .wrap .list .item .item_box .name {
        font-size: 15px;
        margin: 10px 0;
    }
    .sec1 .wrap .list .item .item_box ul li .th {
        gap: 8px;
        margin-bottom: 8px;
    }
    .sec1 .wrap .list .item .item_box ul li .th .icon {
        width: 14px;
        height: 14px;
    }
    .sec1 .wrap .list .item .item_box ul li .th p {
        font-size: 15px;
    }
    .sec1 .wrap .list .item .item_box ul li .p {
        font-size: 15px;
    }
    .sec1 .wrap .title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .sec1 .wrap .list {
        gap: 20px;
    }
    .sec1 .wrap .list .item .item_box ul li {
        margin: 12px 0 0;
    }
    .sec1 .wrap .map {
        margin: 30px 0 0;
        height: 70vw;
    }
    .sec1 .wrap .map img {
        height: 100%;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 35px;
    }
    .sec2 form {
        gap: 20px 0;
    }
    .sec2 form .item {
        width: 100%;
    }
    .sec2 form .item .h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .sec2 form .item input {
        height: 50px;
        font-size: 14px;
    }
    .sec2 form .item .select .show {
        height: 50px;
    }
    .sec2 form .item .select .show .txt {
        font-size: 14px;
    }
    .sec2 form .item .select .show .iconfont {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .sec2 form .item.sp textarea {
        height: 150px;
        padding: 15px;
        font-size: 14px;
    }
    .sec2 form button {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        gap: 10px;
    }
    .sec2 form button p {
        font-size: 15px;
    }
    .sec2 form button .iconfont {
        font-size: 10px;
    }
}
