@charset "UTF-8";

.content-1330 {
    width: 1330px;
    margin: 0 auto
}

@media (max-width: 600px) {
    .content-1330 {
        width: 100%;
        margin: 70px auto 0
    }
}

.content-1432 {
    width: 1432px;
    margin: 0 auto
}

@media (max-width: 600px) {
    .content-1432 {
        width: 100%;
        margin: 0 auto
    }
}

.content-1432-2 {
    width: 1432px;
    margin: 0 auto;
    padding: 0 50px 0 60px
}

@media (max-width: 600px) {
    .content-1432-2 {
        width: 100%;
        padding: 0 10px
    }
}

.contact-top-bg {
    width: 100%;
    height: 460px;
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover
}

@media (max-width: 600px) {
    .contact-top-bg {
        height: 300px
    }
}

.contact-top-bgcolor {
    width: 100%;
    height: 100%;
    background-color: #256dbfe6;
    text-align: center;
    padding-top: 60px;
    color: #fff
}

@media (max-width: 600px) {
    .contact-top-bgcolor {
        padding-top: 20px
    }
}

.contact-top-font1 {
    font-size: 55px;
    font-family: RobotoSerif-Bold;
    margin-top: 30px;
    margin-bottom: 15px
}

@media (max-width: 600px) {
    .contact-top-font1 {
        font-size: 32px;
        margin-bottom: 10px;
        margin-top: 15px
    }
}

.contact-top-font2 {
    font-size: 24px
}

@media (max-width: 600px) {
    .contact-top-font2 {
        font-size: 18px
    }
}

.contact-type {
    padding-top: 50px;
    display: flex
}

@media (max-width: 600px) {
    .contact-type {
        display: block;
        padding-top: 20px
    }
}

.contact-type-item {
    width: 352px;
    text-align: center
}

@media (max-width: 600px) {
    .contact-type-item {
        width: 100%
    }
}

.contact-type-item-titleImg {
    height: 150px;
    align-content: space-evenly
}

@media (max-width: 600px) {
    .contact-type-item-titleImg {
        height: 100px
    }
}

.contact-type-item-ewm {
    border-right: 2px dashed #a0a0a0;
    padding: 6px 0;
    font-size: 30px;
    line-height: 38px;
    height: 211px
}

@media (max-width: 600px) {
    .contact-type-item-ewm {
        border: 0;
        font-size: 20px;
        line-height: 24px
    }
}

.contact-type-item:last-child .contact-type-item-ewm {
    border-right: none;
    display: flex;
    align-items: center;
    width: 260px;
    margin-left: 50px
}

.contact-type-item:last-child .contact-type-item-ewm a {
    text-decoration: none;
    color: #000
}

@media (max-width: 600px) {
    .contact-type-item:last-child .contact-type-item-ewm {
        width: 100%;
        margin: 0;
        height: 60px;
        text-align: center;
        display: block
    }
}

.content-1432-2 .form-title {
    font-size: 20px;
    font-family: RobotoSerif-Regular;
    margin: 105px 0 25px
}

@media (max-width: 600px) {
    .content-1432-2 .form-title {
        margin: 0 auto 10px;
        font-size: 16px
    }
}

.content-1432-2 .form-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.content-1432-2 .form-items .form-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 626px;
    margin: 0 70px 30px 0
}

@media (max-width: 600px) {
    .content-1432-2 .form-items .form-item {
        width: 100%;
        margin: 0 0 10px
    }
}

.content-1432-2 .form-items .form-item-label {
    line-height: 27px;
    margin-bottom: 15px;
    font-size: 26px
}

@media (max-width: 600px) {
    .content-1432-2 .form-items .form-item-label {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 7px
    }
}

.content-1432-2 .form-items .form-item-input {
    margin-top: 2px
}

.content-1432-2 .form-items .form-item-input input,
.content-1432-2 .form-items .form-item-input select {
    height: 42px;
    width: 100%;
    border: 0;
    background-color: #eef3fa;
    border-radius: 3px;
    text-indent: 5px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.content-1432-2 .form-items .form-item-input .textarea {
    height: 300px;
    width: 100%;
    background-color: #eef3fa;
    border: 0;
    padding: 10px 5px
}

@media (max-width: 600px) {
    .content-1432-2 .form-items .form-item-input .textarea {
        height: 100px
    }
}

.content-1432-2 .form-control {
    width: 574px;
    margin: 0 auto
}

@media (max-width: 600px) {
    .content-1432-2 .form-control {
        width: 90%
    }
}

.content-1432-2 .form-control button {
    width: 100%;
    height: 114px;
    background-color: #b9a662;
    text-align: center;
    line-height: 115px;
    border: 0;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease-in
}

@media (max-width: 600px) {
    .content-1432-2 .form-control button {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 20px
    }
}

.content-1432-2 .form-control button:hover {
    transform: scale(1.05)
}

.content-1432-2 .form-checkbox {
    display: flex;
    margin-bottom: 60px;
    align-items: start;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .3px;
    font-family: RobotoSerif-Regular
}

@media (max-width: 600px) {
    .content-1432-2 .form-checkbox {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px
    }
}

.content-1432-2 .form-checkbox input {
    margin-right: 20px;
    margin-top: 5px
}

.content-1432-2 .form-checkbox input[type=checkbox] {
    background-color: #fff;
    border: 2px solid #2b6abe;
    border-radius: 2px;
    width: 44px;
    height: 24px;
    outline: none
}

@media (max-width: 600px) {
    .content-1432-2 .form-checkbox input[type=checkbox] {
        margin-right: 10px;
        width: 80px;
        box-sizing: content-box;
        height: 14px;
        margin-top: 2px
    }
}

.content-1432-2 .form-checkbox input[type=checkbox]:checked {
    background-color: #2b6abe
}

.project {
    margin-top: 60px
}

@media (max-width: 600px) {
    .project {
        display: none
    }
}

.project-content {
    max-width: 887px;
    height: 263px;
    background: url(/static/assets_EN/index-project-bg-7oFo5cat.png) no-repeat;
    background-size: cover;
    font-size: 42px;
    color: #fff;
    line-height: 100px;
    padding: 110px 0 0 90px;
    font-family: RobotoSerif-Bold
}

.project-content span {
    margin-top: 10px
}

.project-content img {
    float: left;
    margin: 5px 20px auto auto
}