


.section-title {
    /*background-image: url("/static/jnmc/css/index/../../image/title-bg/lxwm.jpg");*/
}


.consult-content {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}

.information-content {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}

.information-map {
    width: 100%;
    height: 300px;
    background-color: #dddddd;
}

.information-other {
    display: flex;

}

.information-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
}

.information-box {
    flex: none;
    display: flex;
    padding: 15px 0;
}
.information-box img {
    margin-right: 20px;
}
.information-text__info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.information-site {
    flex: 1;
}
.information-site img{
    width: 633px;
    height: auto;
    transform-origin: right bottom;
    transform: scale(1.1);
}
.anchorBL{
    display: none;
}


/*ÊäÈë¿òÑùÊ½*/
.jnmc-inputbox {
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
}

.jnmc-label {
    font-size: 18px;
    color: #444444;
    flex: none;
    width: 150px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 50px;
    /*display: flex;*/
    /*align-items: center;*/
}

.jnmc-input {
    flex: auto;
}

.jnmc-input input {
    border: unset;
    background-color: #f5f7fa;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
    transition: all .3s;
}

.jnmc-input input:focus {
    background-color: #e5e7eb;
    outline: none;
    border: unset;
    color: #444444;
}

.jnmc-input textarea {
    border: unset;
    background-color: #f5f7fa;
    width: 100%;
    height: 100px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all .3s;
    box-sizing: border-box;
    resize: vertical;
}

.jnmc-input textarea:focus {
    background-color: #e5e7eb;
    outline: none;
    border: unset;
    color: #444444;
}

.jnmc-verification {
    flex: none;
    width: 250px;
    height: 50px;
    margin-left: 20px;
    background-color: #AAAAAA;
}

.jnmc-submit {
    text-align: center;
    padding-top: 50px;
}

.jnmc-submit input {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #0078c5;
    text-align: center;
    color: #0078c5;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s;
    font-size: 18px;
}

.jnmc-submit input:hover {
    background-color: #0baae4;
    border-color: #0baae4;
    color: #FFFFFF;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #AAAAAA;
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #AAAAAA;
    font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 16px;
}