#score{
    background-color: #ff7e00;
}


#section1{
    /*background-image: url('/images/devPage/bg.png');*/
    background-image: url('https://dn-okchexian.qbox.me/images/scorePage/okscore.png');
    background-size: cover;
    height: 700px;
}

#bg_1{
    margin: 0;
}


#section2{
    background-color: #ffffff;
    height: 400px;
}

#bg_2{
    margin: 0 8%;
    width: 84%;
    overflow: hidden;
}


#section3{
    background-color: #f2f3f5;
    height: 400px;
}

#bg_3{
    margin: 0 13%;
    width: 74%;
    overflow: hidden;
}

#section4{
    background-color: #ffb940;
    height: 400px;
}

#bg_4{
    margin: 0 8%;
    width: 84%;
    overflow: hidden;
}

#section5{
    background-color: #ffffff;
    height: 400px;
}

#bg_5{
    margin: 0 13%;
    width: 74%;
    overflow: hidden;
}

.tables{
    width: 100%;
    height: 30%;
}

.blocks{
    height: 50%;
    overflow: hidden;
    padding-top: 30px;
    width: 48%;
}

.left_text{
    padding-right: 0;
}

.right_text{
    padding-left: 0;
    /*padding-right: 30%;*/
}

.lText_head{
    font-size: 40px;
    color: #444444;
    letter-spacing: 2px;
}

.ltHead_line{
    color: #ff7e00;
    font-size: 36px;
    margin-top: -20px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.lText_info{
    font-size: 15px;
    color: #444444;
    line-height: 180%;
}

.lImgBlock {
    padding: 10% 0 10% 15%;
    text-align: center;
    overflow: hidden;
    /*width: 40%;*/
}

.lImgBlock img{
    width: 70%;
}

.rImgBlock {
    padding: 10% 15% 10% 0;
    text-align: center;
    overflow: hidden;
    /*width: 40%;*/
}

.rImgBlock img{
    width: 70%;
}