/* 区块1 */
.contact-section1-container{
    width: 100%;
    margin-top: 1px;
}
.contact-section1-container-header{
    width: 100%;
    height: 18.125rem;
    position: relative;
}
.contact-section1-container-header-bg{
    width: 100%;
    height: 18.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section1-container-header-bg-img{
    width: 100%;
    height: 18.125rem;
    object-fit: cover;
}
.contact-section1-container-header-content{
    width: 100%;
    height: 18.125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(27,29,54,0.75);
}
.contact-section1-container-header-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contact-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.5rem;
    color: #ffffff;
}

/* 区块2 */
.contact-section2-container{
    width: 100%;
    padding: 2.5rem 0;
}
.contact-section2-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.contact-section2-container-right{
    width: calc(18.75rem - 3.75rem);
    padding: 0.9375rem 1.875rem;
    background: rgba(117,119,123,0.2);
    border-radius: 0 6.25rem 0 0;
    overflow: hidden;
}
.contact-section2-container-right-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: bold;
    padding-top: 1.25rem;
}
.contact-section2-container-right-company-name{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
}
.contact-section2-container-right-company-address{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding-top: 1.25rem;
}
.contact-section2-container-right-contact-methods{
    width: 100%;
    padding-top: 2.5rem;
}
.contact-section2-container-right-contact-method{
    width: 100%;
    text-align: left;
    font-size: 1rem;
}
.contact-section2-container-right-contact-method a{
    color: #e9511d;
    text-decoration: none;
}
.contact-section2-container-right-worktime{
    width: 100%;
    padding-top: 2.5rem;
}
.contact-section2-container-right-worktime-title{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
}
.contact-section2-container-right-worktime-value{
    width: 100%;
    text-align: left;
    font-size: 1rem;
}
.contact-section2-container-right-social-medias{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.contact-section2-container-right-social-media{
    width: 2.375rem;
    height: 2.375rem;
    background: #1e235a;
    border-radius: 1.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
}
.contact-section2-container-right-social-media:last-of-type{
    margin-right: 0;
}
.contact-section2-container-right-social-media-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section2-container-right-social-media-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.contact-section2-container-left{
    flex: 1;
    padding-right: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section2-container-left-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section2-container-left-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: bold;
}
.contact-section2-container-left-header-description{
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    font-size: 1rem;
}
.contact-section2-container-left-header-desc-list{
    width: calc(100% - 2.5rem);
    padding-left: 2.5rem;
    padding-top: 1.25rem;
}
.contact-section2-container-left-header-desc{
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
}
.contact-section2-container-left-body{
    width: 100%;
    padding-top: 2.5rem;
}
.contact-section2-container-left-desc-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-section2-container-left-desc{
    width: calc(50% - 2.5rem);
    padding: 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.contact-section2-container-left-desc-icon{
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-section2-container-left-desc-icon-img{
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
}
.contact-section2-container-left-desc-icon-img:last-of-type{
    display: none;
}
.contact-section2-container-left-desc:hover .contact-section2-container-left-desc-icon-img:first-of-type{
    display: none;
}
.contact-section2-container-left-desc:hover .contact-section2-container-left-desc-icon-img:last-of-type{
    display: block;
}
.contact-section2-container-left-desc-title{
    width: 100%;
    padding-top: 0.625rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
}
.contact-section2-container-left-desc-email{
    width: 100%;
    padding-top: 0.625rem;
    text-align: center;
    font-size: 1.125rem;
    color: #e9511d;
    text-decoration: none;
}

/* 区块3 */
.contact-section3-container{
    width: 100%;
    padding: 2.5rem 0;
}
.contact-section3-form{
    width: 100%;
}
.contact-section3-form-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section3-form-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: bold;
}
.contact-section3-form-body{
    width: 35rem;
    padding-top: 1.25rem;
    font-size: 0.875rem;
}
.contact-section3-form-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.contact-section3-form-item{
    flex: 1;
    padding-right: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-section3-form-item:last-of-type{
    padding-right: 0;
}
.contact-section3-form-item-label{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding-bottom: 0.625rem;
    display: block;
    user-select: none;
}
.contact-section3-form-item-input{
    width: calc(100% - 1.25rem);
    padding: 0 0.625rem;
    height: 2.5rem;
    background: rgba(102,102,102,.15);
    text-align: left;
    line-height: 2.5rem;
    font-size: 0.875rem;
    border: none;
    outline: none;
}
select.contact-section3-form-item-input{
    width: 100%;
}
textarea.contact-section3-form-item-input{
    width: calc(100% - 1.25rem);
    min-height: 5rem;
    padding: 0.625rem 0.625rem;
    line-height: 1.7;
}
.contact-section3-form-item-label a{
    color: #e9511d;
    text-decoration: none;
}
.contact-section3-form-item-btn{
    padding: 0 1.875rem;
    min-width: 11.875rem;
    height: 2.75rem;
    border-radius: 0 2.875rem 0 0;
    border: rgba(233,81,29,1) solid 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.75rem;
    font-weight: bold;
    background: rgba(233,81,29,1);
    cursor: pointer;
    margin-right: 0;
}
.contact-section3-form-item-btn:hover{
    background: #1e235a;
    border: #1e235a solid 1px;
}
.contact-section3-form-item p{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-section3-form-item p span{
    width: 100%;
}
.contact-section3-form-item .wpcf7-list-item{
    margin: 0;
}
.contact-section3-form-item .wpcf7-not-valid-tip{
    font-size: 0.75rem;
    padding-top: 0.625rem;
}
.contact-section3-form-group:nth-of-type(5) .contact-section3-form-item p{
    align-items: flex-end;
}