.company_profile{
    padding:2% 0;
    background:#f0f0f0;
}
.company_profile ul{
    overflow:hidden;
}
.company_profile li{
    float:left;
}
.company_profile ul > li{
    width:50%;
}
.company_profile ul > li:last-child{
    background:#fff;
}
.company_profile ul > li:last-child h1{
    font-size:2.3rem;
    font-size:23px\9;
    color:rgba(0,0,0,0.75);
    text-align: center;
    padding-bottom:14px;
    background:#fff url('../img/border_bottom.jpg') no-repeat bottom center;
    margin-top:4%;
    margin-bottom:2%;
}
.company_profile ul > li:last-child p{
    width:73%;
    font-size:1.33rem;
    font-size:14px\9;
    color:#373737;
    margin:0 auto;
    line-height:2rem;
    line-height:20px\9;
}
.company_profile ul li li{
    width:32%;
    margin-left:1%;
    overflow: hidden;
}
.company_profile ul li li:last-child{
    margin-right:1%;
}
.company_profile ul li li img{
    float:left;
    width:100%;
}
.company_course h1{
    font-size:2.3rem;
    font-size:23px\9;
    color:rgba(0,0,0,0.75);
    text-align: center;
    padding-bottom:30px;
    background:#f0f0f0 url('../img/border_bottom.jpg') no-repeat center 70%;
    margin-bottom:1%;
}
.company_course ul{
    overflow: hidden;
    width:70%;
    margin-left:15%;
    margin-bottom:1%;
}
.company_course li{
    float:left;
    text-align:center;
    width:19.5%;
}
.company_course li:nth-child(odd){
    background:#f0f0f0;
}
.company_course li:nth-child(even){
    background:#fff;
    border:1px solid #a6a3a4;
}
.company_course dl{
    display: inline-block;
    margin-top:15%;
}
.company_course dt{
    font-size:2.1rem;
    font-size:21px\9;
    font-weight:bold;
    color:rgba(0,0,0,0.5);
    margin:2% 0;
}
.company_course dd{
    font-size:1.33rem;
    font-size:14px\9;
    color:rgba(0,0,0,0.5);
    margin:1% 0;
}
.company_status{
    background:#f0f0f0;
}
.company_status h1{
    font-size:2.3rem;
    font-size:23px\9;
    color:rgba(0,0,0,0.75);
    text-align: center;
    padding-bottom:30px;
    background:#f0f0f0 url('../img/border_bottom.jpg') no-repeat center 70%;
    margin-bottom:4%;
    margin-top:10%;
}
.company_status ul{
    overflow: hidden;
}
.company_status li{
    float:left;
    width:50%;
    overflow: hidden;
}
.company_status li img{
    float:left;
    width:100%;
}
.company_status li p{
    padding:0 17%;
    font-size:1.33rem;
    font-size:14px\9;
    color:#373737;
    text-indent:2.3rem;
    text-indent:23px\9;
    line-height:2rem;
    line-height:20px\9;
    margin:1% 0;
}
