﻿@charset "utf-8";

.contact_top {
    background-color: #F1F8FD;
}


.tab_box .pub-t1 {
    display: none;
    opacity: 0;
    width: 100%;
    overflow: hidden;
}

.tab_box .pub-t1.d-show {
    display: block;
    opacity: 1;
}

.contact_text {
    position: relative;
    padding-top: 30px;
    padding-bottom: 65px;
    width: 100%;
    min-height: 15vh;
    z-index: 1;
}

.contact_text .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.contact_text .t {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}


.text_cont {
    display: flex;
    padding-top: 24px;
}

.text_cont .text_left {
    width: 45%;
    padding-right: 50px;
}

.text_cont .text_left p {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text_cont .text_left strong {
    display: block;
    padding-top: 10px;

}

.text_cont .text_left strong a {
    color: var(--main-color);
    font-family: 'Rubik Medium';
    font-weight: 500;
    line-height: 1.2;
}

.text_cont .text_right p {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text_cont .text_right p img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.text_cont .text_right .index_more {
    padding-top: 10px;
}

.contact_map {
    width: 100%;
    height: 682px;
}

@media (max-width:991px) {
    .contact_map {
        height: 500px;
    }

}

@media (max-width:767px) {
    .text_cont {
        flex-wrap: wrap;
    }
    .text_cont .text_left {
        width: 100%;
        padding-right:0;
        padding-bottom: 20px;
    }
    .contact_map {
        height: 300px;
    }
    .contact_text {
        padding-top: 30px;
        padding-bottom: 45px;
    }

}

/* message */
.contact_message {
    position: relative;
    padding: 70px 0 75px 0;
    background-color: #FFF;
    overflow: hidden;
    z-index: 1;
}
.mess_bg01 {
    position: absolute;
    left: -5%;
    bottom:-28%;
    width:35%;
    z-index: -1;
}

.mess_bg02 {
    position: absolute;
    left: 8%;
    bottom: -45%;
    width: 30%;
    max-width: 534px;
    z-index: -1;
}

.black {
    color: var(--dark);
}

.blue {
    color: var(--main-color);
}

.mess_left {}

.mess_left .title {
    font-weight: 700;
    line-height: 1.5;
}

.mess_left .title strong {
    display: block;
}

.mess_left .title .black {
    color: var(--dark);
}

.mess_left .title .blue {
    color: var(--main-color);
}

.mess_left .text {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.mess_left .text span {
    margin-right: 8px;
}

.mess_right {
    flex: 1;
    padding-left: 155px;
}

.indus_mess .indus_form ._list {
    padding-bottom: 30px;
    margin-left: -12px;
    margin-right: -12px;
}

.indus_form ._list .text {
    color: var(--dark);
    font-size: 18px;
    font-weight: 400;
}

.indus_mess .indus_form ._list .w50 {
    float: left;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.indus_mess .indus_form .big_width {
    padding-left: 12px;
    padding-right: 12px;
}

.indus_mess .indus_form ._list .i_ {
    margin-top: 8px;
    border-radius: 8px 0px 8px 8px;
    background: #F1F8FD;
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
}
.indus_mess .indus_form ._list .i_.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.indus_mess .indus_form ._list .input_box {
    float: left;
    padding: 10px 0;
    height: 56px;
    width: 100%;
    position: relative;
}

.indus_mess .indus_form ._list .textarea_box {
    height: 196px;
}

.indus_mess .indus_form ._list .textarea_box .input_box {
    height: 100%;
}

.indus_mess .indus_form ._list .textarea_box textarea {
    width: 100%;
    height: 100%;
    line-height: 36px;
    border: none;
    background-color: transparent;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    resize: none;
}

.indus_mess .indus_form ._list .other .select_box {
    width: 100%;
}

.indus_mess .other .input {
    width: calc(100% - 95px);
    right: 0;
    left: inherit;
    padding-left: 16px;
}

.indus_mess .indus_form ._list label {
    float: left;
    width: 85px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}

.indus_mess .star {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--main-color);
}

.input {
    display: block;
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: 0;
    line-height: 36px;
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form label.error {
    position: absolute;
    left: -14px;
    top: 100%;
    font-size: 14px;
    color: var(--main-color);
    line-height: 24px;
    width: auto;
}

.last_submit .code_w50 {
    max-width: 492px;
}

.indus_mess .indus_form .btn {
    padding-top: 40px;
    display: flex;
}

.pop_tc .indus_mess .indus_form .btn button {
    width: 100%;
}

.indus_mess .indus_form .btn button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.indus_mess .indus_form .btn .index_more:first-child {
    margin-right: 16px;
}


.select_box .span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.select_box .span input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 46px;
    border: none;
    background: transparent;
    padding-right: 16px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.select_box .span .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.select_box .span .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow-right-g.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.select_box .drop_down_ {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    max-height: 300px;
    overflow-y: auto;

    background-color: #F1F8FD;
    padding: 10px 20px;
    border-radius: 0px 0px 8px 8px;
    display: none;
    width: 100%;
    z-index: 8;
}

.select_box .drop_down_ p {
    color: #666;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
}

.select_box .drop_down_ p:hover {
    color: #666;
}

.indus_mess .indus_form ._list .i_ input::-webkit-input-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-webkit-input-placeholder {
    color: #D0D2D3;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form ._list .i_ input::-moz-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-moz-placeholder {
    color: #D0DBE2;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.indus_mess .indus_form ._list .i_ input::-ms-input-placeholder,
.indus_mess .indus_form ._list .i_ textarea::-ms-input-placeholder {
    color: #D0D2D3;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.last_submit {
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.code {
    margin-top: 8px;
}

.code_yz {
    display: flex;
}

.code_yz .i_ {
    width: calc(100% - 128px);
    margin-right: 14px;
}

.code img {
    width: 128px;
    height: 56px;
}
@media (max-width:1200px) {
    .mess_right {
        padding-left: 100px;
    }
}
@media (max-width:991px){
    .ipad_flex {
        flex-wrap: wrap;
    }
    .mess_right {
        padding-left: 0;
        flex: inherit;
        width: 100%;
        padding-top: 30px;
    }


}
@media (max-width:767px) {
    .contact_message {
        padding: 40px 0 50px 0;
    }
    .mess_right {
        flex:inherit;
        padding-left:0;
    }
    .indus_mess .indus_form ._list{
        margin: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .indus_mess .indus_form ._list .w50 {
        width:100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .last_submit {
        padding-top: 30px !important;
    }
    .indus_mess .indus_form .btn {
        justify-content: space-between;
    }
    .indus_mess .indus_form .btn button {
        width: 49%;
        margin-right: 0 !important;
    }
    .last_submit .index_more a {
        width: 100%;
    }
}
