/*  内容盒子   */
.box2{
    width: 90%;
    margin: 0 auto;
    padding: 18px 0;
}
/*  公用标题   */
.box2 div{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
/*  公司简介   */
.introduce{
    font-size: 12px;
}
.introduce p{
    text-indent: 22px;
    line-height: 150%;
    margin-top: 20px;
}
.introduce img{
    height: auto;
    width: 100%;
}
.introduce-img{
    text-align: center;
}
/*  行业地位  */
.status{
    font-size: 12px;
}
.status p{
    line-height: 150%;
    position: relative;
    padding: 0 0 0 24px;
    margin-top: 30px;
}
.status p span{
    width: 5px;
    height: 5px;
    background: #1b73fa;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}
/*  公司文化  */
.culture p{
    text-indent: 22px;
    line-height: 150%;
    margin-top: 30px;
}
.culture-img{
    text-align: center;
}
.culture img{
    margin-top: 30px;
    width: 100%;
}
/*  公司荣誉  */
.honor-s,.honor-h{
    overflow: hidden;
}
.honor-s img{
    height: 230px;
}
.honor-s>li:nth-child(even){
    float: left;
}
.honor-s>li:nth-child(odd){
    float: right;
}
.honor-s>li>ul>li:last-child{
    width: 158px;
    text-align: center;
    margin: 12px 0 18px 0;
}
.honor-h img{
    height: 230px;
}
.honor-h li{
    text-align: center;
}
.honor-h li:last-child{
    margin: 12px 0 18px 0;
}
/*  经理致辞  */
.speech ul{
    overflow: hidden;
}
.speech p{
    text-indent: 22px;
    font-size: 12px;
    line-height: 150%;
    margin-top: 20px;
    clear: both;
}
.speech>ul>li:first-child{
    width: 60%;
    float: left;
    text-indent: 22px;
    font-size: 12px;
    line-height: 150%;
}
.speech>ul>li:first-child>ul>li{
    margin-top: 20px;
}
.speech>ul>li:last-child{
    width: 40%;
    float: right;
    text-align: center;
}
.speech>ul>li:last-child>ul>li:first-child{
    margin-top: 24px;
}
.speech>ul>li:last-child>ul>li{
    margin-top: 10px;
}
.manager{
    height: 170px;
}
.autograph{
    height: 17px;
}

/*关于YH533388银河-发展规划*/
.plan-l{
    position: relative;
    width: 1px;
    height: 1200px;
    background: #ebeef5;
    margin: 0 auto;
}
.plan-l div{
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    left: -45px;
    position: absolute;
    font-weight: normal;
}
.plan-l div:first-child{
    top: 0;
    background: #1482E0;
    color: #FFFFFF;
}
.plan-l div:last-child{
    bottom: 0;
    background: #ebeef5;
}
.ul-ct{
    position: absolute;
    top: 40px;
    left: -150px;
    height: 1200px;
}
.ul-ct li{
    width: 270px;
    padding: 20px;
    font-weight: normal;
    text-align: left;
    background: #f3f7fb;
    margin-top: 20px;
    border-radius: 8px;
}
.ul-ct li p{
    margin-top: 10px;
}
.ul-ct li p span{
    color: #1482E0;
}



