/*shinewonder_intro start*/
.shinewonder_intor{
    position: relative;
    width: 100%;
    padding-bottom: 98px;
}
.shinewonder_intor_title{
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 26px;
    color: #000;
    text-align: center;
    padding-top: 92px;
    padding-bottom: 46px;
}
.shinewonder_intor_content{
    position: relative;
    width: 1200px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -600px;
    background: #fff;
    overflow: hidden;
}
.know_left{
    float: left;
}
.shinewonder_intor_content_right{
    float: left;
    width: 762px;
    box-sizing: border-box;
    padding: 102px 30px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #8c8c8c;
    line-height: 26px;
}
.business_concept{
    position: relative;
    width: 100%;
}
.about_shinewonder_img{
    width:100%;
}
.business_concept_content{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.business_concept_content_title{
    text-align: center;
    box-sizing: border-box;
    padding: 45px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 26px;
    color: #000;
}
.business_concept_content_wrap{
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}
.business_concept_content_center{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 4px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
/*shinewonder_intro end*/