/**
  * 关于我们
 */

/*菜单*/

body {
  font-family:'Ali-Regular';
}

.about_us_menus {
    position: fixed;
    width:120px;
    right: 30px;
    top: 400px;
    background: rgba(255, 255, 255, 0.5);
    /*z-index: 999;*/
    display: none;
}

.about_us_menus ul {
    border-left: 3px solid #333333;
}

.about_us_menus ul .li001 {
    position: relative;
    font-family: 'Ali-Regular';
    font-size: 16px;
    height: 63px;
    padding-left: 15px;
    font-weight: 600;
}

.about_us_menus ul .li001 .span001{
    position: absolute;
    top: -4px;

}
.about_us_menus ul .li001 .yuan001{
    position: absolute;
    top: -2px;
    width: 15px;
    left: -9px;
}


.about_us_name{
    margin-top:30px ;
    text-align: center;
}
.about_us_name h2{
    font-size:36px;
    font-family:'Ali-Regular';
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:45px;
}
.about_us_name span{
    font-size:24px;
    /*font-family:Arial;*/
    /*font-weight:bold;*/
    color:rgba(153,153,153,1);
    line-height:41px;
}

.hr001{
    width: 960px;
    margin:20px  auto;
    border: 1px solid #f2f2f2;
}

.hr002{
    width: 960px;
    margin:20px  auto;
    border: 2px solid #BFBFBF;
}
