@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-05-23 15:00:50
 * @version $Id$
 */

*{
    margin: 0;
    padding: 0;
}

.mainBox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    width: 1300px;
    height:500px;

}
.textBox h1{
    font-size:80px;
}
.textBox b{
    font-size:20px;
    line-height: 40px;
}
.mainBox img{
    vertical-align: middle;
}
.textBox{
    width:820px;
    vertical-align: middle;
    display: inline-block;
    height: 368px;
}
