.one{
    background-image: url(../img/bg12.jpg);
    background-size: 100% 100%;
    
}
.obox{
    padding: 100px 0;

}
.otext{
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2em;
}
.orbox{
    position: relative;
    top: 0;
    left: 0;
}
.orbox img{
    position: absolute;
    top: -190px;
    left: 27%;
    width: 35%;
}
.two{
    display: block;
    color: #000;
    background-image: url(../img/bg13.jpg);
}
.tbox{
    width: 70%;
    margin: 100px auto;
    background-image: url(../img/bgk.png);
    background-size: 100% 100%;
    padding: 25px;
}

.tbot{
    background-image: url(../img/bg16.png);
    background-size: 100% 100%;   
}
.ttop img{
    width:100%;
    border-radius: 10px 10px 0 0;
}
.ticon{
    width: 80px;
    margin:0 10px;
    vertical-align: bottom;
}
.ttit{
    font-size: 40px;
    padding:10px;
    color: #000;
}
.ttext{
    text-indent: 2em;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 2em;
    padding: 10px;
}