.section {
    padding: 80px 0 101px;
}

.section .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.section .wrap .box {
    display: flex;
    justify-content: space-between;
}

.section .wrap .box .l, .section .wrap .box .r {
    width: 720px;
    background: #F3F4F8;
    border-radius: 20px;
    padding: 70px 30px 40px;
}

.section .wrap .box .l .little_title, .section .wrap .box .r .little_title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 30px;
    color: #004178;
    text-transform: uppercase;
}

.section .wrap .box .l .des, .section .wrap .box .r .des {
    margin: 30px 0 40px;
    font-weight: 400;
    font-size: 16px;
    color: #5B81A1;
    line-height: 24px;
}

.section .wrap .box .l form, .section .wrap .box .r form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.section .wrap .box .l form input, .section .wrap .box .r form input {
    width: 320px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.section .wrap .box .l form input::placeholder, .section .wrap .box .r form input::placeholder {
    color: #92AABE;
}

.section .wrap .box .l form textarea, .section .wrap .box .r form textarea {
    width: 660px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    border: none;
    line-height: 24px;
}

.section .wrap .box .l form textarea::placeholder, .section .wrap .box .r form textarea::placeholder {
    color: #92AABE;
}

.section .wrap .box .l form button, .section .wrap .box .r form button {
    margin: 10px 0 0;
    width: 660px;
    height: 70px;
    background: #004178;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .box .l form button p, .section .wrap .box .r form button p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .box .l .alert, .section .wrap .box .r .alert {
    font-weight: 400;
    font-size: 18px;
    color: #5B81A1;
}

.section .wrap .box .l .alert span, .section .wrap .box .r .alert span {
    color: #d92c2c;
}

.section .wrap .box .l .map{
    height: 460px;
    position: relative;
}
.section .wrap .box .l .map img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .6s ease;
}
.section .wrap .box .l .map img.on{
    opacity: 1;
}
.section .wrap .box .l .map, .section .wrap .box .r .map {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.section .wrap .box .l .map img, .section .wrap .box .r .map img {
    display: block;
    width: 100%;
}

.section .wrap .box .l .contact_list, .section .wrap .box .r .contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.section .wrap .box .l .dis{
    display: flex;
    gap: 20px;
    margin: 25px 0 0 0;
}

.section .wrap .box .l .dis .list{
    height: 40px;
    width: fit-content;
    padding: 0 20px;
    border-radius: 30px;
    border: 1px solid #004178;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #004178;
    cursor: pointer;
    transition: .6s ease;
}
.section .wrap .box .l .dis .list.on{
    background: #004178;
    color: #fff;
}

.section .wrap .box .l .contact_list .item, .section .wrap .box .r .contact_list .item {
    width: 300px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.section .wrap .box .l .contact_list .item .icon, .section .wrap .box .r .contact_list .item .icon {
    width: 40px;
    height: 40px;
    background: #004178;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.section .wrap .box .l .contact_list .item .icon img, .section .wrap .box .r .contact_list .item .icon img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}

.section .wrap .box .l .contact_list .item p, .section .wrap .box .r .contact_list .item p {
    font-weight: 500;
    font-size: 18px;
    flex: 1;
    color: #004178;
}

.section .wrap .box .l .contact_list .item:nth-last-child(1),
.section .wrap .box .r .contact_list .item:nth-last-child(1),
.section .wrap .box .l .contact_list .item:nth-last-child(2),
.section .wrap .box .r .contact_list .item:nth-last-child(2)
{
    width: 100%;
    align-items: flex-start;
}

.section .wrap .box .l .contact_list .item:nth-last-child(1) p, .section .wrap .box .r .contact_list .item:nth-last-child(1) p {
    width: 540px;
    font-weight: 400;
    font-size: 18px;
    color: #004178;
    line-height: 24px;
    transform: translateY(7px);
}

.section .wrap .box .l .contact_share, .section .wrap .box .r .contact_share {
    margin: 32px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

.section .wrap .box .l .contact_share .icon, .section .wrap .box .r .contact_share .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(0, 65, 120, 0.07);
    border-radius: 50%;
    transition: 0.6s;
}

.section .wrap .box .l .contact_share .icon img, .section .wrap .box .r .contact_share .icon img {
    display: block;
    max-width: 60%;
    max-height: 60%;
    transition: 0.6s;
}

.section .wrap .box .l .contact_share .icon:hover, .section .wrap .box .r .contact_share .icon:hover {
    background: #004178;
}

.section .wrap .box .l .contact_share .icon:hover img, .section .wrap .box .r .contact_share .icon:hover img {
    filter: brightness(0) invert(1);
}

.download_nav {
    border-bottom: 1px solid #BFCCD5;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    background: #FFFFFF;
    z-index: 99;
}

.download_nav .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.download_nav .wrap .item {
    display: block;
    line-height: 50px;
    padding: 0 35px;
    font-weight: 400;
    font-size: 16px;
    color: #004178;
    transition: 0.6s;
    cursor: pointer;
}

.download_nav .wrap .item:hover, .download_nav .wrap .item.on {
    background: #004178;
    color: #FFFFFF;
}

/*# sourceMappingURL=contact.css.map */
