#page-index .brand {
  position: relative;
  padding: 40px; }
  #page-index .brand .words {
    width: 550px;
    position: relative;
    margin-left: 100px; }
  #page-index .brand .avatar {
    position: absolute;
    top: 20px;
    right: 60px; }

#page-index .direction {
  margin-top: 25px;
  background: url(../images/20171007113405.jpg) no-repeat;
  background-size: 100% auto;
  padding: 30px;
  height: 300px;
  text-align: center;
  min-width: 1100px; }
  #page-index .direction .words {
    width: 600px;
    margin: auto;
    margin-top: 10px; }

#page-index .core {
  min-width: 1100px;
  background: url(../images/banner-sculpture.jpg) no-repeat center;
  background-size: auto 100%;
  height: 300px; }
  #page-index .core .words {
    width: 380px;
    position: relative;
    top: 50px;
    left: 40px; }

#page-index .productor {
  min-width: 1100px;
  background: url(../images/banner-ebook-search.jpg) no-repeat center;
  background-size: auto 100%;
  height: 300px; }
  #page-index .productor .words {
    width: 380px;
    position: absolute;
    top: 35px;
    right: 140px; }

#page-index .custom {
  min-width: 1100px;
  text-align: center;
  padding: 30px;
  height: 200px;
  border-top: 1px solid #E4E4E4; }
  #page-index .custom .contents {
    overflow: hidden;
    text-align: center; }
    #page-index .custom .contents .img {
      display: inline-block;
      width: 150px;
      height: 150px; }
      #page-index .custom .contents .img img {
        width: 100%; }
