

#contact{
    margin-top: 20px;
    overflow: hidden;
}
#contact .contact1{
    width: 100%;
    background: #f1f3f3;
}
#contact .contact1 .en{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 55px;
    margin-left: 50px;
}
#contact .contact1 .lxbt{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    margin-left: 50px;
}
#contact .contact1 .text{
    font-size: 12px;
    color: #636262;
    line-height: 25px;
    margin-top: 10px;
    width: 80%;
    margin-left: 50px;
}
#contact .contact1 a{
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 44px;
    line-height: 42px;
    border: 1px solid #ea5504;
    font-size: 14px;
    color: #ea5504;
    transition: all 0.2s linear 0s;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}
#contact .contact1 a:hover{background:#ea5504;color:white;}
#contact .contact2{
    width: 100%;
}
#contact .contact2 .tit{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 50px;
}
#contact .contact2 p{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-left: 50px;
    margin-bottom: 5px;
}
#contact .contact2 .tel{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    float: none;
    margin-left: 50px;
    height: auto;
}
#contact .contact2 .tel em{
    font-size: 18px;
}
#contact .contact2 a{
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 44px;
    line-height: 42px;
    border: 1px solid #ea5504;
    font-size: 14px;
    color: #ea5504;
    transition: all 0.2s linear 0s;
    margin-top: 20px;
    margin-left: 50px;
}
#contact .contact2 a:hover{background:#ea5504;color:white;}