/* 地图 */
#platform{
    
}
.link_down{
margin-top: 400px;
}
.contact_map {
    margin-top: 60px;
    position: relative;
}
.center{
    /*width: 252px !important;*/
}
.bottom{
    height: 25px !important;
}
.contact_login {
    position: absolute;
    width: 466px;
    height: 557px;
    background: #fff;
    bottom: -400px;
    left: 360px;
    padding: 43px 74px 0;
    box-shadow: 0 -2px 22px 2px rgba(45, 45, 45, 0.08);
}

.contact_login h3 {
    font-size: 20px;
    color: #1a1a1a;
}

.contact_login p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.contact_login ul {
    margin-top: 15px;
}

.contact_login ul li {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.contact_login2 input {
    width: 318px;
    height: 40px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dedede;
    padding-left: 13px;
    margin-top: 20px;
}
.contact_login2 textarea{
    width: 318px;
    height: 100px;
    color: #999;
    font-size: 14px;
    padding-left:13px;
    margin-top: 20px;
    line-height: 30px;
    resize: none;
    outline: none;
    border: 1px solid #dedede;
	font-family:"微软雅黑";
}
.contact_login2 button{
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background: #90a5fc;
    font-size: 16px;
    color: #fff;
    border: none;
    float: right;
    margin-top: 20px;
}