html, body {
  position: relative;
  height: 100%; }

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0; }

.jd-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  color: #fff; }
  .jd-nav .navbar {
    width: 1080px;
    margin: auto; }
  .jd-nav .logo {
    width: 222px;
    height: 36px;
    margin-left: -70px;
    margin-top: -7px; }
  .jd-nav .nav li a {
    color: #fff;
    width: 100px;
    height: 50px;
    text-align: center; }
    .jd-nav .nav li a:hover {
      background: #cd5e00; }
    .jd-nav .nav li a:active {
      background: #cd5e00; }
    .jd-nav .nav li a.active {
      background: #cd5e00; }
  .jd-nav .nav-drop-down-box {
    position: relative; }
    .jd-nav .nav-drop-down-box .nav-drop-down-menu {
      width: 540px;
      background: #cd5e00;
      color: #333;
      position: absolute;
      top: 50px;
      padding-left: 0;
      list-style-type: none;
      display: none; }
      .jd-nav .nav-drop-down-box .nav-drop-down-menu li {
        float: left;
        width: 100px;
        height: 45px;
        line-height: 45px;
        text-align: center; }
      .jd-nav .nav-drop-down-box .nav-drop-down-menu li a {
        line-height: 30px; }
      .jd-nav .nav-drop-down-box .nav-drop-down-menu li.drop-down-active {
        background: #a8a8a8; }
        .jd-nav .nav-drop-down-box .nav-drop-down-menu li.drop-down-active a {
          background: #a8a8a8;
          text-decoration-line: none; }
      .jd-nav .nav-drop-down-box .nav-drop-down-menu li:hover {
        background: #a8a8a8; }
        .jd-nav .nav-drop-down-box .nav-drop-down-menu li:hover a {
          background: #a8a8a8;
          text-decoration-line: none; }

.footer {
  width: 100%;
  background: #282937;
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.6;
  text-align: right;
  padding-right: 120px; }
  .footer a {
    color: #fff; }

.index {
  background: #0b1027; }
  .index .swiper-container {
    width: 100%;
    height: 100%; }
  .index .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .index .swiper-pagination {
    bottom: 320px !important;
    left: 50%;
    transform: translateX(-50%); }
  .index .swiper-pagination-bullet {
    width: 27px;
    height: 25px;
    background: url("/assets/img/3_2.png");
    opacity: 1;
    border-radius: inherit;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 50% 80%; }
    .index .swiper-pagination-bullet:active, .index .swiper-pagination-bullet:focus, .index .swiper-pagination-bullet:hover, .index .swiper-pagination-bullet:visited {
      border: 0 !important; }
  .index .swiper-pagination-bullet-active {
    width: 27px;
    height: 25px;
    background: url("/assets/img/3_1.png") !important;
    opacity: 1;
    border-radius: inherit;
    background-size: 100% 100%; }
    .index .swiper-pagination-bullet-active:active, .index .swiper-pagination-bullet-active:focus, .index .swiper-pagination-bullet-active:hover, .index .swiper-pagination-bullet-active:visited {
      border: 0 !important; }
  .index-content {
    position: absolute;
    background: #0b1027;
    left: 0;
    bottom: 0;
    width: 100%; }
    .index-content .index-content-container {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      width: 1080px;
      margin-bottom: 10px; }
      .index-content .index-content-container .index-content-news {
        background: #ce5f00;
        padding: 30px 60px;
        width: 79%;
        float: left;
        margin-right: 1%;
        height: 128px;
        position: relative; }
        .index-content .index-content-container .index-content-news .news-box-title {
          font-family: FZDBSJW--GB1-0;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 21px;
          letter-spacing: 0px;
          color: #ffffff;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .index-content .index-content-container .index-content-news .news-box-title-new {
            font-family: Georgia;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #ffe1a1;
            margin-left: 5px; }
        .index-content .index-content-container .index-content-news .news-box-content {
          width: 46%;
          float: left;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-overflow-ellipsis: white;
          margin-right: 4%;
          word-break: break-all;
          border-bottom: 1px dashed #fff; }
          .index-content .index-content-container .index-content-news .news-box-content a {
            text-decoration-line: none; }
          .index-content .index-content-container .index-content-news .news-box-content-box {
            float: left; }
            .index-content .index-content-container .index-content-news .news-box-content-box-date {
              width: 20%;
              font-family: SimSun;
              font-size: 12px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 30px;
              letter-spacing: 0px;
              color: #ffffff; }
            .index-content .index-content-container .index-content-news .news-box-content-box-title {
              cursor: pointer;
              width: 70%;
              margin-left: 2%;
              font-family: SimSun;
              font-size: 12px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 30px;
              letter-spacing: 0px;
              color: #ffffff;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-overflow-ellipsis: white;
              word-break: break-all; }
        .index-content .index-content-container .index-content-news .paginate-div {
          position: absolute;
          right: 90px;
          top: 30px; }
          .index-content .index-content-container .index-content-news .paginate-div span {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #a8a8a8; }
          .index-content .index-content-container .index-content-news .paginate-div .active {
            background: #fff !important; }
      .index-content .index-content-container .news-more {
        width: 20%;
        height: 128px;
        float: right;
        background: #242d4a;
        position: relative; }
        .index-content .index-content-container .news-more img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .index-content .index-content-container .index-content-nav {
        background: red;
        margin-top: 8px; }
        .index-content .index-content-container .index-content-nav .section {
          width: 19%;
          padding: 25px 30px;
          float: left;
          margin-right: 1%;
          cursor: pointer;
          height: 118px; }
          .index-content .index-content-container .index-content-nav .section-title {
            font-family: MicrosoftYaHei;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 16px;
            letter-spacing: 0px;
            color: #ffffff;
            margin-bottom: 5px; }
          .index-content .index-content-container .index-content-nav .section-subtitle {
            font-family: ArialMT;
            font-size: 11px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 16px;
            letter-spacing: 0px;
            color: #ffffff; }
          .index-content .index-content-container .index-content-nav .section:nth-child(1) {
            background: #8b6248; }
            .index-content .index-content-container .index-content-nav .section:nth-child(1):hover {
              background: #282a37; }
          .index-content .index-content-container .index-content-nav .section:nth-child(2) {
            background: #935649; }
            .index-content .index-content-container .index-content-nav .section:nth-child(2):hover {
              background: #282a37; }
          .index-content .index-content-container .index-content-nav .section:nth-child(3) {
            background: #4c6067; }
            .index-content .index-content-container .index-content-nav .section:nth-child(3):hover {
              background: #282a37; }
          .index-content .index-content-container .index-content-nav .section:nth-child(4) {
            background: #4c5567; }
            .index-content .index-content-container .index-content-nav .section:nth-child(4):hover {
              background: #282a37; }
          .index-content .index-content-container .index-content-nav .section:nth-child(5) {
            background: #242d4a;
            margin-right: 0;
            width: 20%; }
            .index-content .index-content-container .index-content-nav .section:nth-child(5):hover {
              background: #282a37; }
      .index-content .index-content-container .footer {
        margin-top: 9px;
        width: 100%; }

.about-us {
  background: #f1f3f1; }
  .about-us .head-image {
    height: 285px;
    overflow-y: hidden; }
  .about-us .content {
    width: 1080px;
    margin: auto; }
    .about-us .content .down {
      width: 70px;
      height: 50px;
      margin-left: -35px;
      margin-top: -25px; }
    .about-us .content .section {
      margin-top: 60px; }
      .about-us .content .section .left {
        float: left;
        text-align: right;
        padding-right: 3%;
        width: 30%; }
        .about-us .content .section .left img {
          width: 220px; }
      .about-us .content .section .right {
        width: 70%;
        float: right;
        font-size: 16px;
        line-height: 32px; }
        .about-us .content .section .right p {
          font-family: SimSun;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 30px;
          letter-spacing: 0px;
          color: #333333; }
        .about-us .content .section .right .event-section {
          font-size: 16px;
          margin-bottom: 30px; }
          .about-us .content .section .right .event-section .event-date {
            color: #fff;
            padding: 0px 9px;
            background: #cd5e00;
            display: inline-block;
            line-height: 28px; }
          .about-us .content .section .right .event-section .event-info {
            font-family: SimSun;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #333333; }
          .about-us .content .section .right .event-section .event-link {
            padding: 10px 15px;
            font-family: SimSun;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #ffffff;
            display: inline-block;
            background: #403d5a;
            text-decoration-line: none; }
        .about-us .content .section .right .swiper-container {
          position: relative; }
        .about-us .content .section .right .img-j {
          position: absolute;
          width: 138px;
          bottom: 0px;
          right: 0;
          z-index: 10; }
          .about-us .content .section .right .img-j .left-j {
            width: 68px !important;
            height: 50px;
            display: inline-block;
            float: left;
            margin-right: 2px; }
          .about-us .content .section .right .img-j .right-j {
            width: 68px !important;
            height: 50px;
            display: inline-block;
            float: left; }
      .about-us .content .section-block {
        width: 25%;
        height: 221px;
        float: left;
        font-family: FZDBSJW--GB1-0;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #333333; }
        .about-us .content .section-block-info {
          border: solid 1px #ccc;
          background: #fff;
          margin: auto; }

.assets-operation {
  background: #f1f3f1; }
  .assets-operation .head-image {
    height: 285px;
    overflow-y: hidden; }
  .assets-operation .content .down {
    width: 70px;
    height: 50px;
    margin-left: -35px;
    margin-top: -25px; }
  .assets-operation .content .section {
    width: 1080px;
    margin: auto;
    margin-top: 60px; }
    .assets-operation .content .section .left {
      float: left;
      text-align: right;
      padding-right: 3%;
      width: 30%; }
      .assets-operation .content .section .left img {
        width: 220px; }
    .assets-operation .content .section .right {
      width: 70%;
      float: right;
      font-size: 16px;
      line-height: 32px; }
      .assets-operation .content .section .right p {
        font-family: SimSun;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #333333; }
      .assets-operation .content .section .right .swiper-container {
        position: relative; }
      .assets-operation .content .section .right .img-j {
        position: absolute;
        width: 138px;
        bottom: 0px;
        right: 0;
        z-index: 10; }
        .assets-operation .content .section .right .img-j .left-j {
          width: 68px !important;
          height: 50px;
          display: inline-block;
          float: left;
          margin-right: 2px; }
        .assets-operation .content .section .right .img-j .right-j {
          width: 68px !important;
          height: 50px;
          display: inline-block;
          float: left; }
    .assets-operation .content .section .event-section {
      font-size: 16px;
      margin-bottom: 30px; }
      .assets-operation .content .section .event-section .event-date {
        float: left;
        color: #fff;
        padding: 0px 9px;
        background: #cd5e00;
        display: inline-block;
        line-height: 28px;
        text-align: left;
        margin-bottom: 30px; }
      .assets-operation .content .section .event-section .event-info {
        font-family: SimSun;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #333333;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        word-wrap: break-word;
        word-break: break-all; }
      .assets-operation .content .section .event-section .event-link {
        padding: 10px 15px;
        font-family: SimSun;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        display: inline-block;
        background: #403d5a;
        text-decoration-line: none; }
    .assets-operation .content .section-block {
      width: 25%;
      height: 221px;
      float: left;
      font-family: FZDBSJW--GB1-0;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333; }
      .assets-operation .content .section-block-info {
        width: 152px;
        height: 221px;
        border: solid 1px #ccc;
        background: #fff;
        text-align: center;
        border-bottom: 2px solid #cd5e00;
        cursor: pointer; }
        .assets-operation .content .section-block-info.section-block-info1 {
          background: #cd5e00; }
        .assets-operation .content .section-block-info:hover {
          background: #4a4367; }
        .assets-operation .content .section-block-info img {
          margin-top: 42px;
          width: 77px; }
      .assets-operation .content .section-block:nth-child(2) .section-block-info {
        margin-left: 12.5%; }
      .assets-operation .content .section-block:nth-child(3) .section-block-info {
        margin-left: 27.5%; }
      .assets-operation .content .section-block:nth-child(4) .section-block-info {
        float: right; }
  .assets-operation .content .left-section {
    width: 112px;
    position: fixed;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background: none;
    display: none; }
    .assets-operation .content .left-section-block {
      width: 100%;
      height: auto;
      float: none;
      font-family: FZDBSJW--GB1-0;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333;
      margin-top: 10px; }
      .assets-operation .content .left-section-block-info {
        border: solid 1px #ccc;
        background: #fff;
        text-align: center;
        border-bottom: 2px solid #cd5e00;
        cursor: pointer; }
        .assets-operation .content .left-section-block-info.left-section-block-info1 {
          background: #cd5e00; }
        .assets-operation .content .left-section-block-info:hover {
          background: #4a4367; }
        .assets-operation .content .left-section-block-info img {
          margin-top: 14px;
          width: 77px; }

.news {
  background: #f1f3f1; }
  .news .head-image {
    height: 285px;
    overflow-y: hidden; }
  .news .content {
    width: 1080px;
    margin: auto; }
    .news .content .down {
      width: 70px;
      height: 50px;
      margin-left: -35px;
      margin-top: -25px; }
    .news .content .section {
      margin-top: 60px; }
      .news .content .section .left {
        width: 25%;
        float: left;
        text-align: right;
        padding-right: 3%;
        position: relative; }
        .news .content .section .left img {
          width: 220px; }
      .news .content .section .swiper-container {
        position: relative; }
      .news .content .section .img-j {
        position: absolute;
        width: 138px;
        top: 130px;
        left: 220px;
        z-index: 10; }
        .news .content .section .img-j .left-j {
          width: 68px !important;
          height: 50px;
          display: inline-block;
          float: left;
          margin-right: 2px; }
        .news .content .section .img-j .right-j {
          width: 68px !important;
          height: 50px;
          display: inline-block;
          float: left; }
      .news .content .section .right {
        width: 75%;
        float: right; }
        .news .content .section .right-img img {
          width: 336px;
          height: 186px;
          float: left; }
        .news .content .section .right .right-date {
          width: 122px;
          height: 51px;
          background: #666666;
          float: left;
          margin-top: 10px; }
          .news .content .section .right .right-date .date-month {
            font-family: ArialMT;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 16px;
            letter-spacing: 0px;
            color: #ffffff;
            float: left;
            margin-left: 20px;
            margin-top: 10px; }
          .news .content .section .right .right-date .date-date {
            font-family: ArialMT;
            font-size: 40px;
            line-height: 51px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #fefefe;
            margin-right: 18px;
            float: right; }
        .news .content .section .right-content {
          width: 474px;
          height: 186px;
          float: left;
          padding: 43px 58px;
          background: #e0e1e0;
          position: relative; }
          .news .content .section .right-content.default {
            margin-top: 10px;
            height: 50px;
            width: inherit;
            padding: 0 12px; }
            .news .content .section .right-content.default .news-title {
              color: #7f7f7f;
              font-size: 14px;
              line-height: 51px; }
          .news .content .section .right-content .news-title {
            font-family: SimSun;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            line-height: 21px;
            letter-spacing: 0px;
            color: #cd5e00;
            margin-bottom: 20px; }
          .news .content .section .right-content .news-content {
            font-family: SimSun;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 21px;
            letter-spacing: 0px;
            color: #666666; }
        .news .content .section .right .right-section {
          cursor: pointer; }
          .news .content .section .right .right-section:hover {
            cursor: pointer; }
            .news .content .section .right .right-section:hover .right-date {
              background: #cd5e00; }
            .news .content .section .right .right-section:hover .news-title {
              color: #cd5e00 !important; }
        .news .content .section .right .event-section {
          font-size: 16px;
          margin-bottom: 30px; }
          .news .content .section .right .event-section .event-date {
            color: #fff;
            padding: 0px 9px;
            background: #cd5e00;
            display: inline-block;
            line-height: 28px; }
          .news .content .section .right .event-section .event-info {
            font-family: SimSun;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #333333; }
  .news .pagination > li > a, .news .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #403d5a;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid rgb(64,61,90); */ }
  .news .pagination > .active > a, .news .pagination > .active > a:focus, .news .pagination > .active > a:hover, .news .pagination > .active > span, .news .pagination > .active > span:focus, .news .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #cd5e00;
    border-color: #cd5e00; }

.statement {
  background: #f1f3f1; }
  .statement .content {
    width: 1080px;
    margin: auto;
    background: #f1f3f1; }
    .statement .content .down {
      width: 70px;
      height: 50px;
      margin-left: -35px;
      margin-top: -25px; }
    .statement .content .section {
      margin-top: 60px;
      background: #f1f3f1; }
      .statement .content .section .left {
        float: left;
        text-align: right;
        padding-right: 3%;
        width: 30%; }
        .statement .content .section .left img {
          width: 220px; }
      .statement .content .section .right {
        width: 70%;
        float: right;
        font-size: 16px;
        line-height: 32px; }
        .statement .content .section .right .statement-section {
          font-size: 16px;
          margin-bottom: 18px; }
          .statement .content .section .right .statement-section .statement-title {
            background: #333;
            color: #fff;
            display: inline-block;
            padding: 3px 6px; }
          .statement .content .section .right .statement-section .statement-desc {
            font-size: 14px;
            line-height: 30px;
            color: #333;
            margin-top: 18px;
            margin-bottom: 30px; }

/*# sourceMappingURL=web.css.map */
