@charset "utf-8";

.content {
    position: relative;
}

.contact_cont .location {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.contact_map {
    position: relative;
    width: 100%;
    height: 580px;
}

.contact_mid {
    padding-top: 48px;
}

.contact_title {
    padding-bottom: 14px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.4;
    background-image: url(/template/default/index/4344/images/about_line.svg);
    background-size: 30px 3px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.contact_info {
    margin-top: 38px;
    padding-top: 16px;
    border-top: 1px solid #D9D9D9;
}

.info_left {
    flex: 1;
    max-width: 1156px;
    padding-right: 50px;
}

.info_right {
    width: 120px;
}

.info_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.info_one p {
    display: flex;
    align-items: center;
}

.info_one .more {
    margin-left: 6px;
}

.info_one .line {
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 31px;
    background-color: #EEE;
}

.info_one p span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #F7F7F7;
}

.info_one p .text {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
}


.more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;

    border-radius: 29px;
    border: 1px solid #D9D9D9;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.more span {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}

.more a:hover span {
    background-color: var(--white-color);
}

.more a:hover span svg path {
    stroke: var(--main-color);
}

.contact_cont .code_img p {
    color: #666;
    padding-top: 5px;
    font-size: 16px;
}

.info_two {
    padding-top: 38px;
}

.info_two .title {
    position: relative;
    padding-bottom: 14px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.info_two .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #EEE;
}

.info_two .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 1px;
    background-color: var(--main-color);

}

.info_one p {
    margin-top: 24px;
}

.info_one .more {
    margin-top: 24px;
}

.info_one .line {
    margin-top: 24px;
}

@media screen and (max-width:991px) {
    .info_one p {
        width: 100%;
    }
    .info_one .line {
        display: none !important;
    }
 

}

@media (max-width:767px) {

    .contact_map {
        height: 380px;
    }
    .contact_info {
        flex-wrap: wrap;
    }
    .info_left {
        flex: inherit;
        width: 100%;
        padding-right: 0;
    }
    .info_right {
        margin: 0 auto;
        margin-top: 25px;
    }
}


/* mess */
.contact_form {
    position: relative;
    margin-top: 80px;
    padding: 140px 0 40px 0;
    background-color: #F9F9F9;
    overflow: hidden;
    z-index: 1;
}

.contact_form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4344/images/mess_bg.png);
    z-index: -1;
}

.recuit label {
    width: 100px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    color: var(--dark);
}

.recuit input[type=text] {
    width: 100%;
    padding: 10px 20px;
    float: left;
    background-color: var(--white-color);
    outline: 0;
    box-shadow: none;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    color: var(--dark);
    border-radius: 6px;
}

.recuit input[type=radio] {
    height: 34px;
    margin-top: 0px;
    vertical-align: -12px;
    margin-right: 6px;
    -webkit-appearance: radio;
}

.message_form {
    padding-top: 40px;
}

.message_form .red {
    font-size: 16px;
    color: var(--main-color);
}

.recuit .form-group {
    display: flex;
    align-items: center;
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 16px;
}

.recuit .message_group {
    align-items: flex-start;
}

.back {
    width: 172px;
    margin-right: 26px;
    border-radius: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    font-size: 16px;
}

.back svg {
    margin-right: 10px;
}

.back:hover {
    background-color: rgba(153, 153, 153, 1);
    color: var(--white-color);
}

.back:hover svg path {
    stroke: var(--white-color);
    fill: var(--white-color);
}

.recuit button {
    width: 172px;
    height: 50px;
    border-radius: 86px;

    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
}

.last_button .reset {
    background-color: var(--white-color);
    margin-right: 16px;
    color: #666;
}

.last_button .btn {
    background: var(--main-color);
    color: #FFF;
}

.recuit textarea {
    width: 100%;
    float: left;
    background: var(--white-color);
    padding: 5px 20px 20px 20px !important;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 35px;
    color: var(--dark);
    height: 200px;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    resize: none;
}

.message_code span {
    margin-left: 5px;
}

.message_code span img {
    max-height: 50px;
}

.text-area {
    flex: 1;
    position: relative;
    display: block;
}

.recuit .mess01 {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.recuit .mess02 {

    padding-bottom: 10px;
}

.recuit .mess03 {
    float: left;
}

.recuit .mess03 #message_code {
    width: 366px;
    height: 48px;
    margin-right: 28px;
}
.recuit .mess03 span img {
    height: 48px;
}

.text-area label.error {
    position: absolute;
    bottom: -20px;
    padding-right: 0;
    text-align: left;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: var(--main-color);
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;

    border-radius: 8px;
    background: #FFF;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.col-md-4 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}

.col-md-12 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.input_select_box {
    position: relative;
    flex: 1;
}

.input_select_box input {
    outline: none;
    z-index: 1;
    padding: 15px 16px;
    padding-left: 62px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: var(--font-medium);
    font-weight: 400;
}

.input_select_box .icon {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 12px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 9;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    left: -1px;
    top: 56px;
    width: calc(100% + 2px);
    background: #F5F6F8;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding: 4px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #CCCCCC;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}


@media screen and (max-width:991px) {
   
    .contact_form {
        margin-top: 40px;
        padding: 60px 0 40px 0;
    }    
    .recuit .form-group {
        margin-bottom: 32px;
    }

    .recuit .mess03 #message_code {
        width: 300px;
    }

}

@media screen and (max-width:767px) {
    .contact_form {
        padding: 80px 0 20px 0;
    }
    .recuit input[type="text"] {
        padding: 10px 16px;
    }
    .recuit textarea {
      
        padding: 5px 16px 20px 16px !important;
       
    }
    .form-control {
        height: 50px;
    }

    .recuit .mess03 #message_code {
        width: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .recuit .form-group {
        flex-wrap: wrap;
    }

    .recuit label {
        width: 100%;
    }

    .recuit .mess01 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .text-area label.error {
        bottom: inherit;
        left: inherit;
        right: 0;
        top: -25px;
        width: 70%;
        text-align: right;
    }

    .last_button {
        justify-content: space-between;
    }

    .back {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .recuit button {
        width: calc(50% - 10px);
    }
    .recuit label {
        text-align: left;
    }
    .recuit .mess03 span img{
        height: 50px;
    }
}<!--ºÄÊ±1758367635.0511Ãë-->