/*--------------------导航开始--------------------*/
.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;
}
/*--------------------导航结束--------------------*/


/*--------------------banner开始--------------------*/
.container_banner{
    background: url("/skin/ruifang/images/youshi/banner.jpg") no-repeat scroll center top;
    height: 450px;
    margin: 0 auto;
    min-width: 1190px;
    overflow: hidden;
    width: 100%;
}
/*--------------------banner结束--------------------*/

/*--------------------瑞方优势开始--------------------*/
.youshi {
    padding-top: 20px;
    background: #ffffff;
    position: relative;
}
.youshi-right,
.youshi-left {
    width: 1190px;
    height: 380px;
    margin: 20px auto 0;
    overflow: hidden;
}
.youshi-right{
    width: 100%;
    height: 380px;
    margin: 20px auto 0;
    overflow: hidden;
    background-color: #F5F5F5;
}
.youshi-left .text-box {
    float: left;
    margin: 30px 0 0 70px;
}
.youshi-left img{
    float: right;
}
.youshi-right .text-box {
    float: right;
    margin: 30px 155px 0 0;
}
.youshi-right img{
    float: left;
    margin-left: 80px;
}
.youshi h2{
    color: #646464;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
}
.youshi h3{
    padding-bottom:15px;
    text-align: center;
    font-size: 22px;
}
.youshi li {
    line-height: 25px;
    color: #999;
    list-style-type: initial;
    font-size: 16px;
    margin-top: 8px;
}
/*--------------------瑞方优势结束--------------------*/


/*--------------------文章调用开始--------------------*/
.newsWrap {
    margin: 60px auto ;
    overflow: hidden;
    width: 1190px;
}
.newsWrap .news {
    border: 1px solid #595757;
    border-radius: 5px;
    float: left;
    height: 270px;
    margin-right: 25px;
    overflow: hidden;
    width: 378px;
}
.newsWrap .news p {
    height: 38px;
    margin: 38px 15px 0;
}
.newsWrap .news p .news-more {
    color: #666;
    float: right;
    margin-right: 10px;
}
.newsWrap p .strong {
    color: #D8261C;
    font-size: 21px;
}
.newsWrap hr {
    color: #767878;
    margin: 0 20px;
}
.newsWrap .news ul {
    padding: 0 20px;
}
.newsWrap .news ul li {
    line-height: 26px;
    list-style-type: none;
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
}
.newsWrap .news ul li a {
    color: #666;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 295px;
}
.newsWrap .news a:hover {
    color: #D8261C;
    text-decoration: none;
}
.newsWrap .news li span {
    color: #7a7a7a;
}
.newsWrap .news .news-more {
    margin-top: 12px;
    text-align: right;
}
.newsWrap .news-03 {
    margin-right: 0;
}
/*--------------------文章调用结束--------------------