html.page-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/Bg.jpg');
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  /*background: linear-gradient( #1abc9c, transparent), linear-gradient( 90deg, skyblue, transparent), linear-gradient( -90deg, coral, transparent);
  background-blend-mode: screen;
*/
  /*background: linear-gradient(to left, #5f2c82, #49a09d);*/
}

/* 底部footer样式 */
.jinrishici-footer {
    position:absolute; 
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size:10px; 
    color:#696969
}
.gabeian-footer {
    position:absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size:12px;
}
.beian-footer {
    position:absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size:12px;
}

/* 菜单 */
.content-home .nav .item a {
    font-family: "Linux Biolinum", "Noto Serif SC", serif;
    font-size: 15px;
}
