/* è”ç³»æˆ‘ä»¬ä¸“é¢˜é¡µ */
/* è”ç³»ä»‹ç» */
.page_contact_lxn {
    padding: 55px 0 110px;
}

.contact_top {
    justify-content: space-between;
}
.contact_top_tit {}
.contact_top_tit h3 {
    font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}
.contact_top_tit h5 {
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 0.55em;
}
.contact_top_ewm {
    width: 218px;
}
.contact_top_ewm ul {
    width: 100%;
    justify-content: space-between;
}
.contact_top_ewm li {
    width: 45%;
}
.contact_top_ewm li a {
    display: block;
}
.contact_top_ewm li img {
    width: 100%;
}
.contact_top_ewm li p {
    display: none;
}

.contact_maps {
    margin-top: 4%;
}
.contact_maps .maps_list {}
.contact_maps .maps_list ul {
    justify-content: space-between;
    align-items: unset;
}
.contact_maps .maps_list li {
	background-color: #f8f8f8;
    width: 48%;
    position: relative;
}
.contact_maps .maps_list li::after {
    content: "";
    display: block;
    width: 40px;
    height: 16px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #06428B;
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
.contact_maps .maps_list li.acts {
	background-color: #06428B;
}
.contact_maps .maps_list li.acts::after {
    opacity: 1;
    visibility: visible;
}
.contact_maps .maps_list li .twz {
    display: block;
    padding: 5.6% 8.4%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875;
	letter-spacing: 0px;
	color: #333333;
}
.contact_maps .maps_list li.acts .twz {
	color: #ffffff;
}
.contact_maps .maps_tab {
    margin-top: 4%;
    text-align: center;
}
.contact_maps .maps_tab ul {
}
.contact_maps .maps_tab li {
    width: 100%;
    overflow: hidden;
    display: none;
}
.contact_maps .maps_tab li.acts {
    display: block;
}

@media (min-width: 1921px) {
    .contact_top_tit h3 {
        font-size: 1.8vw;
    }
    .contact_top_tit h5 {
        font-size: 0.9vw;
    }
    .contact_top_ewm {
        width: 11vw;
    }
    .contact_maps .maps_list li .twz {
        font-size: 0.88vw;
    }
}
@media (max-width: 1650px) {
    .page_contact_lxn {
        padding: 3.3% 0 6.6%;
    }
    .contact_top_tit h3 {
        font-size: 2.2vw;
    }
    .contact_top_tit h5 {
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .page_contact_lxn {
        padding: 40px 0 70px;
    }
    .contact_top_tit h3 {
        font-size: 26px;
    }
    .contact_top_tit h5 {
        font-size: 16px;
    }
    .contact_maps .maps_list li .twz {
        font-size: 15px;
    }
    .contact_maps .maps_tab {
        max-height: 500px;
        overflow: hidden;
    }
}
@media (max-width: 990px) {
    .contact_maps .maps_tab {
        max-height: 420px;
    }
    .contact_top_tit h3 {
        font-size: 24px;
    }
    .contact_top_tit h5 {
        font-size: 15px;
        margin-top: 0.4em;
    }
    .contact_maps .maps_list li .twz {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_contact_lxn {
        padding: 24px 0 30px;
    }
    .contact_top {
        flex-flow: column;
    }
    .contact_top_tit h3 {
        font-size: 22px;
    }
    .contact_top_tit h5 {
        font-size: 14px;
        margin-top: 0.2em;
    }
    .contact_top_ewm {
        width: 100%;
        max-width: 180px;
        margin-top: 15px;
    }
    .contact_maps {
        margin-top: 20px;
    }
    .contact_maps .maps_list li .twz {
        font-size: 13px;
        padding: 15px 20px;
    }
    .contact_maps .maps_list ul {
        flex-flow: column;
    }
    .contact_maps .maps_list li {
        width: 100%;
    }
    .contact_maps .maps_list li:nth-child(n+2) {
        margin-top: 15px;
    }
    .contact_maps .maps_list li::after {
        display: none;
    }
}

/* ç•™è¨€ */
.page_contact_message {
    padding: 68px 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.page_contact_message .dth_wh {
    position: relative;
    z-index: 20;
}
.page_contact_message .back_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.contact_message_tit {
    text-align: center;
}
.contact_message_tit h3 {
    font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}
.contact_message_tit h5 {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 0px;
	color: #fffefe;
    margin-top: 0.5em;
}
.message_form {
    margin-top: 4.5%;
}
#message_form {
    padding: 5.5% 8.8%;
    background-color: #ffffff;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
#message_form input {
    border: none;
    background: none;
    outline: none;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    height: 3.75em;
    padding: 1em;
    border-radius: 5px;
}
#message_form input::placeholder {
    color: #999999;
}
#message_form textarea {
    border: none;
    background: none;
    outline: none;
    resize: none;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 2;
    padding: 1em;
    height: 8em;
    border-radius: 5px;
}
#message_form textarea::placeholder {
    color: #999999;
}
#message_form input:focus,
#message_form textarea:focus {
    outline: 1px solid #06428B;
}
.message_form_input,
.message_form_textarea {
    margin-bottom: 30px;
}
.message_form_input {
    width: calc(50% - 10px);
}
.message_form_input label,
.message_form_textarea label {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
    display: block;
    margin-bottom: 0.5em;
}
.message_form_input input,
.message_form_textarea textarea {
    display: block;
    width: 100%;
}
.message_form_input div {
    justify-content: space-between;
    align-items: center;
}
.message_form_textarea {
    width: 100%;
}
.message_form_input.sub {

}
.message_form_input.check {
    position: relative;
}
.message_form_input.check #checkcode {
    padding-right: 180px;
}
.message_form_input.check #codeimg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 150px;
    height: 40px;
}
#message_form input[name="btn"] {
	background-color: #06428B;
	border-radius: 5px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    width: 10em;
    height: 3.3em;
    margin-top: 2%;
    margin-left: auto;
}
#message_form input[name="btn"]:hover {
    background-color: #8c0614;
}
#message_form .statement {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #999999;
    padding-top: 4.1%;
}

@media (min-width: 1921px) {
    .page_contact_message {
        padding: 3.5vw 0;
    }
    .contact_message_tit h3 {
        font-size: 1.6vw;
    }
    .contact_message_tit h5 {
        font-size: 0.83vw;
    }
    #message_form .statement {
        font-size: 0.73vw;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 0.83vw;
    }
    #message_form input,
    #message_form textarea {
        font-size: 0.83vw;
    }
    .message_form_input.check #checkcode {
        padding-right: 9.3vw;
    }
    .message_form_input.check #codeimg {
        width: 7.8vw;
        height: 2.08vw;
        bottom: 0.5vw;
    }
}
@media (max-width: 1650px) {
    .page_contact_message {
        padding: 4.1% 0;
    }
    .contact_message_tit h3 {
        font-size: 2.2vw;
    }
    .contact_message_tit h5 {
        font-size: 15px;
    }
    #message_form input {
        font-size: 15px;
    }
    #message_form input[name="btn"] {
        font-size: 16px;
    }
    .message_form_input.check #codeimg {
        width: 132px;
        height: 36px;
    }
}
@media (max-width: 1200px) {
    .contact_message_tit h3 {
        font-size: 26px;
    }
    .contact_message_tit h5 {
        font-size: 14px;
        margin-top: 0.4em;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 14px;
    }
    #message_form input {
        font-size: 14px;
    }
    #message_form input[name="btn"] {
        font-size: 15px;
    }
    .message_form_input.check #codeimg {
        width: 120px;
        height: 32px;
    }
}
@media (max-width: 990px) {
    .page_contact_message {
        padding: 36px 0 20px;
    }
    .contact_message_tit h3 {
        font-size: 24px;
    }
    .message_form {
        margin-top: 24px;
    }
    #message_form {
        padding: 30px;
    }
    .message_form_input label, 
    .message_form_textarea label {
        font-size: 14px;
    }
    #message_form .statement {
        line-height: 1.8;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_contact_message {
        padding: 32px 0 5px;
    }
    .message_form {
        margin-top: 20px;
    }
    .contact_message_tit h3 {
        font-size: 22px;
    }
    .contact_message_tit h5 {
        line-height: 1.6;
    }
    #message_form {
        padding: 20px;
    }
    .message_form_input, 
    .message_form_textarea {
        margin-bottom: 20px;
    }
    .message_form_input,
    .message_form_textarea {
        width: 100%;
    }
    #message_form input[name="btn"] {
        font-size: 13px;
    }
    #message_form .statement {
        font-size: 12px;
    }
}