@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#home {
  height: 100%;
  min-width: 1024px;
  box-sizing: border-box;
  /*包含以下四种的链接*/
  /*正常的未被访问过的链接*/
  /*已经访问过的链接*/
  /*鼠标划过(停留)的链接*/
  /* 正在点击的链接*/ }
  #home ul,
  #home li {
    list-style: none; }
  #home * {
    box-sizing: border-box; }
  #home a {
    text-decoration: none;
    padding: 10px 0;
    color: #686868; }
  #home a:link {
    text-decoration: none;
    color: #686868; }
  #home a:visited {
    text-decoration: none;
    color: #686868; }
  #home a:hover {
    text-decoration: none;
    color: #f39801; }
  #home a:active {
    text-decoration: none;
    color: #f39801; }
  #home .home1 {
    color: #f39801;
    border-bottom: 2px solid #f39801; }
    #home .home1 a {
      color: #f39801; }
  #home .home-tab {
    height: 105px;
    min-width: 1024px;
    padding: 30px 55px;
    overflow: hidden;
    position: fixed;
    z-index: 11;
    width: calc(100% - 17px);
    background: white;
    top: 0;
    left: 0; }
    #home .home-tab .tab-left {
      float: left; }
    #home .home-tab .tab-right {
      float: right;
      overflow: hidden;
      padding-top: 6px; }
      #home .home-tab .tab-right .tab-list {
        float: left;
        font-size: 17px;
        color: #686868;
        width: 150px;
        text-align: center; }
        #home .home-tab .tab-right .tab-list div {
          display: inline-block;
          padding-bottom: 10px; }
  #home .home-main {
    height: 100%;
    overflow: auto; }
  #home .home-title {
    background: #f7f8f2;
    padding-top: 105px; }
    #home .home-title img {
      width: 100%; }
  #home .home-middle {
    background: #f7f8f2;
    text-align: center;
    padding: 55px;
    overflow: hidden; }
    #home .home-middle .home-left {
      float: left;
      width: 60%; }
    #home .home-middle .middle-title {
      line-height: 40px;
      padding: 105px 0 30px; }
      #home .home-middle .middle-title .title1 {
        color: #010101;
        font-size: 32px; }
      #home .home-middle .middle-title .title2 {
        color: #676765;
        font-size: 15px; }
    #home .home-middle .midde-main {
      text-align: left; }
      #home .home-middle .midde-main .main-title {
        color: #040404;
        font-size: 26px;
        line-height: 40px; }
      #home .home-middle .midde-main .main-info {
        margin-top: 25px;
        color: #676863;
        font-size: 18px;
        line-height: 32px;
        text-indent: 36px; }
    #home .home-middle .main-entry {
      overflow: hidden;
      margin-top: 64px; }
      #home .home-middle .main-entry li {
        float: left;
        width: 20%;
        font-size: 18px;
        text-align: center;
        color: #646462; }
        #home .home-middle .main-entry li img {
          width: 60%; }
        #home .home-middle .main-entry li div {
          width: 80%;
          margin: 0 auto; }
    #home .home-middle .home-right {
      float: right;
      width: 40%; }
      #home .home-middle .home-right img {
        width: 100%; }
  #home .home-middle1 {
    background: white;
    text-align: center; }
    #home .home-middle1 .middle-image {
      line-height: 800px; }
      #home .home-middle1 .middle-image img {
        vertical-align: middle; }
        #home .home-middle1 .middle-image img:first-child {
          margin-right: 100px; }
      #home .home-middle1 .middle-image .link {
        cursor: pointer; }
  #home .home-middle2 {
    padding: 55px 0 0;
    position: relative;
    background: white;
    height: 900px;
    margin-bottom: 50px; }
    #home .home-middle2 .middle-title {
      background: #f7f8f2; }
    #home .home-middle2 #allmap {
      width: 100%;
      height: 600px; }
    #home .home-middle2 .middle-back {
      position: absolute;
      width: 98%;
      top: 700px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      background: rgba(200, 200, 200, 0.8);
      overflow: hidden;
      padding: 30px;
      height: 600px; }
      #home .home-middle2 .middle-back .back-list {
        display: flex;
        align-items: center;
        float: left;
        font-size: 16px;
        color: #656565;
        background: white;
        box-shadow: 0 0 4px #666;
        margin-right: 1%;
        margin-top: 18px;
        height: 50px;
        text-align: left;
        padding-left: 1%;
        border-radius: 8px;
        width: 32%; }
        #home .home-middle2 .middle-back .back-list img {
          vertical-align: middle;
          width: 24px;
          margin-right: 10px; }
        #home .home-middle2 .middle-back .back-list:nth-child(3n) {
          margin-right: 0; }
  #home .home-bottom {
    padding: 20px 55px;
    background: #333333; }
    #home .home-bottom .bottom-title {
      color: #e8e8e8;
      overflow: hidden;
      padding-bottom: 16px;
      border-bottom: 1px solid #656565; }
      #home .home-bottom .bottom-title .bottom-left {
        float: left;
        font-size: 20px;
        width: 200px; }
        #home .home-bottom .bottom-title .bottom-left img {
          width: 100%; }
      #home .home-bottom .bottom-title .bottom-right {
        float: right;
        overflow: hidden;
        padding-top: 13px; }
        #home .home-bottom .bottom-title .bottom-right .right-list {
          float: left;
          font-size: 17px;
          line-height: 17px;
          padding: 0 40px;
          border-right: 1px solid #656565; }
          #home .home-bottom .bottom-title .bottom-right .right-list div {
            display: inline-block;
            padding-bottom: 10px; }
          #home .home-bottom .bottom-title .bottom-right .right-list:last-child {
            border: none; }
    #home .home-bottom .bottom-footer {
      margin-top: 20px;
      color: #999999;
      font-size: 15px;
      line-height: 24px; }
      #home .home-bottom .bottom-footer .footer1 {
        margin-top: 30px; }

/*# sourceMappingURL=index.css.map */
