.map{
    width: 520px;
    height: 400px;
    margin-bottom: 50px;
}
.top{
    padding: 100px 0;
}
.contact_us{
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 40px;
}
.second_ul{
    display: none;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    z-index: 10;
}
.header{
    position: relative;
    box-shadow: 0 2px 10px #ddd;
}
nav>ul>li>a{
    color: #000;
}
.second_ul{
    position: absolute;
}
.contact_us>p>span{
    display: inline-block;
    vertical-align: middle;
    background-position: 101px 54px;
    background-size: 80px 80px;
    background: url(../../images/ic_contact.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.square{
    width: 200px;
    height: 60px;
    color: #fff;
    background: #f85032;
    position: relative;
    padding: 8px 0 0 20px;
}
.square>h1{
    font-size: 18px;
}
.square>p{
    font-size: 14px;
}
.contact_us>p:nth-child(2),.contact_us>p:nth-child(3),.contact_us>p:last-child{
    text-align: left;
}
.w550{
    width: 550px;
    height: 400px;
}
.footer_01{
    padding: 80px 0;
    background-color: #f2f4f4;
}
.name p,.phone p,.message{
    font-size: 16px;
    color: #000;
    line-height: 40px;
    margin-top: 15px;
}
.name input,.phone input{
    width: 400px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
    font-family: 'PingFang SC','STHeitiSC-Light','Microsoft YaHei','Helvetica',Sans-serif !important;
}
textarea{
    width: 100%;
    height: 200px;
    max-width: 1120px;
    max-height: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
    font-family: 'PingFang SC','STHeitiSC-Light','Microsoft YaHei','Helvetica',Sans-serif!important;
}
button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: 0;
    background-color: #f85032;
    border-radius: 5px;
    color: #fff;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    font-family: 'PingFang SC','STHeitiSC-Light','Microsoft YaHei','Helvetica',Sans-serif!important;
}
button:hover{
    box-shadow: 0 0 5px #8688ea;
}
.popTip{
    display: flex;
    display: none;
    width: 180px;
    height: 40px;
    background-color: #ddd;
    color: #000;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #bbb;
    position: fixed;
    z-index: 10;
    top: 35%;
    left: 50%;
    margin-left: -90px;
}
.popTip img{
    display: inline-block;
    width: 24px;
    position: absolute;
    top: 8px;
    left: 10px;
}
.textTip{
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 42px;
}
















