/*--------------------导航开始--------------------*/
.nav-about {
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    min-width: 1190px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.nav-about ul {
        padding: 0;
    margin: auto;
    text-align: center;
    width: 550px;
}
.nav-about li {
    padding: 0 10px;
    line-height: 40px;
    float: left;
    font-size: 16px;
}
.nav-about a {
    color: #646464;
}
.nav-about a:hover {
    color: #D8261C;
}
.nav-about .active a {
    color: #D8261C;
}
.nav-about em {
    margin-left: 20px;
    color: #646464;
}
/*--------------------导航结束--------------------*/

/*--------------------简介开始--------------------*/
.content {
    width: 1000px;
    margin: 0 auto;
    color: #666;
}
h1 {
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    width: 100%;
    height: 80px;
    margin: 30px auto 0;
}
h2{
    font-size: 22px;

}
.rf-describe {
    height: 520px;
    width: 100%;
}
.rf-describe p {
    font-size: 16px;
}
.rf-describe p img {
    width: 460px;
    height: 332px;
    display: inline-block;
    float: left;
}
.tupian{
    height: 332px;
    display: inline-block;
    float: left;
}
.tupian-a {
    width: 48%;
    height: 332px;
    display: inline-block;
    float: left;
    text-align: center;
}
.tupian-b {
    width: 48%;
    height: 332px;
    display: inline-block;
    float: right;
    text-align: center;
}
.tupian img{
    width: 460px;
    height: 332px;
    display: inline-block;
    float: left;
}
.tupian p{
    margin-top: 10px;
    display: block;
}
.rf-timer {
    width: 950px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}
.rf-timer .timer-itme {
    width: 50%;
    margin-bottom: -10px;
    padding-bottom: 20px;
}
.rf-timer .timer-itme span{
    width: 14px;
    height: 14px;
    background-color: #D8261C;
    border-radius: 50%;
    margin-left: -7px;
    margin-right: -7px;
    display: inline-block;
}
.rf-timer .timer-itme-right {
    margin-left: 50%;
    text-align: left;
    border-left: 1px solid #ccc;
}
.rf-timer .timer-itme-right p {
    padding-left: 35px;
}
.rf-timer .timer-itme-left{
    text-align: right;
    border-right: 1px solid #ccc;
}
.rf-timer .timer-itme-left p {
    padding-right: 35px;
}

.rf-timer .timer-time {
    color: #555;
    font-size: 30px;
    margin-top: -30px;
}
.rf-timer .timer-content {
    color: #555;
    font-size: 16px;
}
/*--------------------简介结束--------------------*/

/*--------------------联系我们开始--------------------*/
.contactus {
    margin: 20px auto;
    padding: 100px 383px;
    width: 1150px;
    height: 280px;
    background-image: url(/skin/ruifang/images/about/contactus.png);
}
.contactus p{
    font-size: 16px;
}
.contentus-map {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}
/*--------------------联系我们结束--------------------*/

/*业务合作*/
.rfhezuo{
    width: 1000px;
    height: 1300px;
    background-image: url(/skin/ruifang/images/about/hezuo1.jpg);
}

/*加入我们*/
.jianli{
    width: 1000px;
    height: 1300px;
    background-image: url(/skin/ruifang/images/about/jianli.jpg);
}
.table>thead>tr>th{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #ddd;
    line-height:1.8;
}
.table>tbody>tr>td{
    color: #000;
    font-size: 16px;
    text-align: left;
    border: 0 none;
    line-height:1.8;
}
td a{
    color: #666;
}