.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eee; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

.index-banner {
  width: 100%;
  height: auto; }
  .index-banner a {
    width: 100%;
    display: block; }

#translate {
  display: none; }

.headerBox {
  height: 118px; }
  .headerBox .header {
    position: fixed;
    width: 100%;
    background-color: #eee;
    height: 118px;
    z-index: 50; }
    .headerBox .header.on {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .headerBox .header.on .searchBox {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .headerBox .header .logo {
      width: 300px;
      height: auto;
      position: absolute;
      top: 11px;
      left: 50%;
      transform: translateX(-50%); }
      .headerBox .header .logo img {
        display: block;
        margin: 0 auto; }
    .headerBox .header .headerTop {
      width: 100%;
      height: 43px;
      position: relative; }
      .headerBox .header .headerTop:after {
        width: 50%;
        height: 100%;
        background-color: #a77f2d;
        content: '';
        transform: skew(-45deg);
        position: absolute;
        top: 0;
        left: -150px; }
      .headerBox .header .headerTop:before {
        width: 50%;
        height: 100%;
        background-color: #44352f;
        content: '';
        transform: skew(45deg);
        position: absolute;
        top: 0;
        right: -150px; }
      .headerBox .header .headerTop .w1290 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .headerBox .header .headerTop .w1290 .topLeft {
          display: flex; }
          .headerBox .header .headerTop .w1290 .topLeft .t {
            font-size: 12px;
            line-height: 43px;
            color: #fff;
            display: flex;
            align-items: center;
            margin-right: 32px; }
            .headerBox .header .headerTop .w1290 .topLeft .t:last-child {
              margin-right: 0; }
            .headerBox .header .headerTop .w1290 .topLeft .t img {
              margin-right: 5px; }
        .headerBox .header .headerTop .w1290 .lan {
          position: relative; }
          .headerBox .header .headerTop .w1290 .lan .tits {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 43px;
            color: #fff;
            cursor: pointer; }
            .headerBox .header .headerTop .w1290 .lan .tits span {
              font-size: 14px;
              font-weight: bold; }
            .headerBox .header .headerTop .w1290 .lan .tits img {
              margin-left: 5px; }
          .headerBox .header .headerTop .w1290 .lan #select {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            height: 43px;
            cursor: pointer; }
    .headerBox .header .nav ul {
      display: flex;
      justify-content: space-between; }
      .headerBox .header .nav ul li {
        position: relative; }
        .headerBox .header .nav ul li .tits {
          font-size: 15px;
          line-height: 75px;
          display: flex;
          align-items: center;
          font-weight: bold;
          color: #222; }
          .headerBox .header .nav ul li .tits img {
            margin-left: 5px; }
        .headerBox .header .nav ul li dl {
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          top: 100%;
          z-index: 99;
          margin-top: -1px;
          -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          width: 160px;
          padding: 10px 15px;
          left: -1.04167vw;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .headerBox .header .nav ul li dl:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 32px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent #fff;
            display: block;
            box-sizing: border-box; }
          .headerBox .header .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .headerBox .header .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 14px;
              position: relative;
              color: #768492; }
              @media (min-width: 1024px) {
                .headerBox .header .nav ul li dl dd a:hover {
                  color: #e1b26c; } }
        @media (min-width: 1024px) {
          .headerBox .header .nav ul li:hover .tits {
            color: #a77f2d; }
          .headerBox .header .nav ul li:hover dl {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            -webkit-transform: rotateX(0);
            transform: rotateX(0); } }
      .headerBox .header .nav ul .kb {
        width: 300px; }
    .headerBox .header .searchBox {
      width: 380px;
      height: 50px;
      background-color: #eee;
      position: absolute;
      bottom: -37px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center; }
      .headerBox .header .searchBox .xxx {
        width: 444px;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%); }
      .headerBox .header .searchBox:after {
        width: 100%;
        height: 100%;
        background-color: #eee;
        position: absolute;
        left: -18px;
        top: 0;
        transform: skew(35deg);
        content: '';
        z-index: -1; }
      .headerBox .header .searchBox:before {
        width: 100%;
        height: 100%;
        background-color: #eee;
        position: absolute;
        right: -18px;
        top: 0;
        transform: skew(-35deg);
        content: '';
        z-index: -1; }
      .headerBox .header .searchBox .icon {
        width: 92px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox .header .searchBox .text {
        flex: 1;
        position: relative; }
        .headerBox .header .searchBox .text:after {
          width: 3px;
          height: 24px;
          background-color: #e3e3e3;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) skew(20deg);
          left: 0; }
        .headerBox .header .searchBox .text:before {
          width: 3px;
          height: 24px;
          background-color: #e3e3e3;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) skew(-20deg);
          right: 0; }
        .headerBox .header .searchBox .text input {
          width: 100%;
          font-size: 12px;
          line-height: 50px;
          color: #333;
          height: 50px;
          text-align: center;
          border: none;
          background: none; }
    .headerBox .header .navClick {
      display: none;
      width: 22px;
      height: 18px;
      right: 4%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .headerBox .header .navClick span {
        width: 100%;
        height: 2px;
        background-color: #333;
        display: block;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        margin-bottom: 6px; }
        .headerBox .header .navClick span:last-child {
          margin-bottom: 0; }
      .headerBox .header .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        right: 0px; }
      .headerBox .header .navClick.on span:nth-child(2) {
        display: none; }
      .headerBox .header .navClick.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0;
        right: 0; }
  @media (max-width: 1366px) {
    .headerBox .header .headerTop:after {
      left: -95px; }
    .headerBox .header .headerTop:before {
      right: -95px; }
    .headerBox .header .headerTop .w1290 .topLeft .t {
      margin-right: 12px; }
    .headerBox .header .nav ul .kb {
      width: 190px; } }
  @media (max-width: 1200px) {
    .headerBox .header .nav ul li .tits {
      font-size: 13px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; }
      .headerBox .header {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .headerBox .header .headerTop {
          height: auto;
          position: static; }
          .headerBox .header .headerTop:after {
            display: none; }
          .headerBox .header .headerTop:before {
            display: none; }
          .headerBox .header .headerTop .w1290 {
            position: static;
            width: auto;
            max-width: 0; }
            .headerBox .header .headerTop .w1290 .topLeft {
              display: none; }
            .headerBox .header .headerTop .w1290 .lan {
              position: absolute;
              top: 0;
              right: calc(4% + 28px); }
              .headerBox .header .headerTop .w1290 .lan .tits {
                color: #000;
                line-height: 50px; }
        .headerBox .header .nav {
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100% - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none; }
          .headerBox .header .nav .w1290 {
            height: 100%;
            max-width: 100%; }
          .headerBox .header .nav ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            padding-top: 20px;
            background-color: #eee; }
            .headerBox .header .nav ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .headerBox .header .nav ul li .tits {
                font-size: 16px;
                line-height: 46px;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal; }
              .headerBox .header .nav ul li dl {
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .headerBox .header .nav ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .headerBox .header .nav ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; }
        .headerBox .header .searchBox {
          display: none; }
        .headerBox .header .logo {
          position: relative;
          margin-left: 4%;
          top: auto;
          left: auto;
          transform: translateX(0);
          width: 92px; }
          .headerBox .header .logo img {
            width: 100%; }
        .headerBox .header .navClick {
          display: block; } }

.indexTitle {
  width: 100%;
  display: flex;
  position: relative; }
  .indexTitle:after {
    width: 100%;
    height: 1px;
    background-color: #785818;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; }
  .indexTitle span {
    font-size: 22px;
    /* font-size: 28px; */
    line-height: 46px;
    background-color: #a77f2d;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
    z-index: 5; }
  .indexTitle .img {
    width: 31px;
    position: relative;
    z-index: 5; }
  .indexTitle a {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0; }
  @media (max-width: 1200px) {
    .indexTitle span {
      font-size: 22px; } }
  @media (max-width: 768px) {
    .indexTitle span {
      font-size: 18px;
      line-height: 34px;
      padding: 0 15px; }
    .indexTitle .img {
      width: 22px; } }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); }
  .hoverPic:hover a .tits {
    color: #a77f2d !important; } }

.index {
  padding-bottom: 72px; }
  @media (max-width: 768px) {
    .index {
      padding-bottom: 40px; } }
  .index .box1 {
    width: 100%;
    height: auto;
    position: relative; }
    .index .box1 .bg {
      width: 100%;
      position: absolute;
      top: 30px;
      left: 0; }
    .index .box1 .boxNew {
      position: relative;
      z-index: 5;
      height: 578px; }
      .index .box1 .boxNew .dt {
        width: 428px;
        position: absolute;
        bottom: -67px;
        left: 50%;
        transform: translateX(-50%); }
      .index .box1 .boxNew ul {
        --width: 135px;
        --margin: -135px; }
        .index .box1 .boxNew ul li {
          width: var(--width);
          height: var(--width);
          border-radius: 100%;
          position: absolute;
          margin-left: var(--margin);
          margin-top: var(--margin); }
          .index .box1 .boxNew ul li a {
            width: 100%;
            display: block;
            position: relative; }
            .index .box1 .boxNew ul li a .img {
              width: 100%;
              border-radius: 100%;
              position: relative;
              z-index: 5;
              overflow: hidden; }
              .index .box1 .boxNew ul li a .img:after {
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                border: 6px solid #a4a4a4;
                border-radius: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                z-index: 6;
                border-radius: 100%; }
            .index .box1 .boxNew ul li a .tits {
              font-size: 13px;
              line-height: 16px;
              color: #222;
              text-align: center;
              padding: 0 7px 9px;
              position: absolute;
              white-space: nowrap;
              left: 0;
              top: 50%;
              transform: translate(-99%, -50%);
              font-weight: bold; }
              .index .box1 .boxNew ul li a .tits:after {
                width: 120%;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                background-color: #a2a2a2; }
          .index .box1 .boxNew ul li:nth-child(1) {
            left: 17.8%;
            top: 100%; }
          .index .box1 .boxNew ul li:nth-child(2) {
            left: 23.4%;
            top: 75%; }
          .index .box1 .boxNew ul li:nth-child(3) {
            left: 32.1%;
            top: 55.4%; }
          .index .box1 .boxNew ul li:nth-child(4) {
            left: 43.1%;
            top: 43%; }
            .index .box1 .boxNew ul li:nth-child(4) .tits {
              top: 20%;
              transform: translate(-99%, -50%); }
          .index .box1 .boxNew ul li:nth-child(5) {
            left: 50%;
            top: 39%;
            margin-left: calc(var(--margin)/2); }
            .index .box1 .boxNew ul li:nth-child(5) .tits {
              top: 0;
              left: 50%;
              transform: translate(-50%, -47px); }
              .index .box1 .boxNew ul li:nth-child(5) .tits:after {
                width: 100%; }
          .index .box1 .boxNew ul li:nth-child(n+6) .tits {
            left: 100%;
            transform: translate(0%, -50%); }
            .index .box1 .boxNew ul li:nth-child(n+6) .tits:after {
              left: -20%; }
          .index .box1 .boxNew ul li:nth-child(6) {
            left: 67.5%;
            top: 43%; }
            .index .box1 .boxNew ul li:nth-child(6) .tits {
              top: 20%;
              left: 95%; }
          .index .box1 .boxNew ul li:nth-child(7) {
            left: 78.5%;
            top: 55.4%; }
          .index .box1 .boxNew ul li:nth-child(8) {
            left: 87.2%;
            top: 75%; }
          .index .box1 .boxNew ul li:nth-child(9) {
            left: 92.7%;
            top: 100%; }
          @media (min-width: 1024px) {
            .index .box1 .boxNew ul li:hover a .img:after {
              border-color: #b59554; }
            .index .box1 .boxNew ul li:hover a .tits {
              color: #b59554; }
              .index .box1 .boxNew ul li:hover a .tits:after {
                background-color: #b59554; } }
    @media (max-width: 1366px) {
      .index .box1 .boxNew ul {
        --width: 110px;
        --margin: -110px; } }
    @media (max-width: 1024px) {
      .index .box1 .boxNew {
        height: 455px; }
        .index .box1 .boxNew .dt {
          width: 320px; }
        .index .box1 .boxNew ul {
          --width: 90px;
          --margin: -90px; } }
    @media (max-width: 768px) {
      .index .box1 .bg {
        height: 100%;
        object-fit: cover; }
      .index .box1 .boxNew {
        height: auto; }
        .index .box1 .boxNew .dt {
          display: none; }
        .index .box1 .boxNew ul {
          display: flex;
          flex-wrap: wrap;
          padding-top: 30px;
          --width: 80px; }
          .index .box1 .boxNew ul li {
            height: auto !important;
            position: relative;
            left: auto !important;
            top: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            width: 33.33333%;
            margin-bottom: 15px; }
            .index .box1 .boxNew ul li a .img {
              width: 100px;
              border-radius: 15px;
              margin: 0 auto; }
              .index .box1 .boxNew ul li a .img:after {
                border-width: 3px; 
                border-radius: inherit;
              }
            .index .box1 .boxNew ul li a .tits {
              font-size:10px;
              position: relative;
              top: auto !important;
              left: auto !important;
              transform: translateX(0) !important;
              margin-top: 10px; }
              .index .box1 .boxNew ul li a .tits:after {
                width: 100% !important;
                left: 0 !important; } }
  .index .box2 {
    margin: 100px auto 0;
    position: relative; }
    .index .box2 .con {
      width: 46.9%;
      float: left; }
      .index .box2 .con .tits {
        font-size: 30px;
        line-height: 30px;
        color: #222;
        font-weight: bold; }
      .index .box2 .con .tit {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 30px; }
      .index .box2 .con .tit1 {
        margin-top: 45px; }
        .index .box2 .con .tit1 .t {
          display: flex;
          align-items: center;
          margin-bottom: 44px; }
          .index .box2 .con .tit1 .t:last-child {
            margin-bottom: 0; }
          .index .box2 .con .tit1 .t img {
            width: 64px;
            margin-right: 12px; }
          .index .box2 .con .tit1 .t .tt {
            width: 380px;
            max-width: calc(100% - 76px); }
            .index .box2 .con .tit1 .t .tt .ttt {
              font-size: 16px;
              line-height: 18px;
              font-weight: bold;
              color: #000; }
            .index .box2 .con .tit1 .t .tt .ttt1 {
              font-size: 14px;
              line-height: 20px;
              color: #666;
              margin-top: 10px; }
    .index .box2 .pic {
      width: 48.8%;
      height: 100%;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0; }
      .index .box2 .pic .img {
        width: 100%;
        position: absolute;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0; }
      .index .box2 .pic .icon {
        width: 92px;
        height: 92px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #44352f;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .box2 .pic .icon:after {
          width: 120px;
          height: 120px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '';
          background-color: #44352f;
          opacity: 0.1;
          border-radius: 100%; }
        .index .box2 .pic .icon img {
          width: 26px; }
    @media (max-width: 1200px) {
      .index .box2 {
        margin: 70px auto 0; }
        .index .box2 .con .tits {
          font-size: 24px;
          line-height: 26px; }
        .index .box2 .con .tit {
          margin-top: 15px; }
        .index .box2 .con .tit1 {
          margin-top: 20px; }
          .index .box2 .con .tit1 .t {
            margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .index .box2 {
        margin: 30px auto 0; }
        .index .box2 .con {
          width: 100%;
          float: none;
          margin-top: 15px; }
          .index .box2 .con .tits {
            font-size: 18px;
            /* font-size: 20px; */
            line-height: 22px; }
          .index .box2 .con .tit {
            font-size: 13px;
            line-height: 22px; }
            /* line-height: 19px; } */
          .index .box2 .con .tit1 .t img {
            width: 50px;
            margin-right: 10px; }
          .index .box2 .con .tit1 .t .tt {
            flex: 1;
            max-width: none; }
            .index .box2 .con .tit1 .t .tt .ttt {
              font-size: 15px;
              line-height: 17px; }
            .index .box2 .con .tit1 .t .tt .ttt1 {
              font-size: 13px;
              line-height: 20px;
              /* line-height: 18px; */
              margin-top: 5px; }
        .index .box2 .pic {
          width: 100%;
          height: 32vh;
          position: relative; }
          .index .box2 .pic .icon {
            width: 60px;
            height: 60px; }
            .index .box2 .pic .icon img {
              width: 14px; }
            .index .box2 .pic .icon:after {
              width: 76px;
              height: 76px; } }
  .index .indexItemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .index .indexItemBox .item {
      width: 47.6%;
      background-color: #fff;
      margin-top: 30px; }
      .index .indexItemBox .item a {
        width: 100%;
        display: flex;
        align-items: center; }
        .index .indexItemBox .item a .pic {
          width: 50%;
          height: 112px; }
        .index .indexItemBox .item a .con {
          width: 50%;
          padding: 0 10px;
          box-sizing: border-box;
          color: #222; }
          .index .indexItemBox .item a .con .tits {
            font-size: 12px;
            line-height: 14px;
            font-weight: bold; }
          .index .indexItemBox .item a .con .time {
            font-size: 12px;
            line-height: 14px;
            margin-top: 7px; }
      @media (min-width: 1024px) {
        .index .indexItemBox .item:hover a .con .tits {
          color: #a77f2d; } }
    @media (max-width: 1024px) {
      .index .indexItemBox .item {
        margin-top: 20px; } }
  .index .indexItem1 {
    width: 100%;
    background-color: #fff; }
    .index .indexItem1 a {
      width: 100%;
      display: block; }
      .index .indexItem1 a .pic {
        width: 100%;
        height: 225px; }
      .index .indexItem1 a .con {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 22px;
        color: #222; }
        .index .indexItem1 a .con .tits {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold; }
        .index .indexItem1 a .con .tit {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 9px; }
        .index .indexItem1 a .con .time {
          font-size: 12px;
          line-height: 14px;
          margin-top: 13px; }
    @media (max-width: 768px) {
      .index .indexItem1 a .pic {
        height: 28vh; } }
  .index .box3 {
    padding-top: 45px; }
    .index .box3 .content {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      .index .box3 .content .conLeft {
        width: 48.8%;
        float: left; }
        .index .box3 .content .conLeft .picBox {
          width: 100%;
          height: auto; }
          .index .box3 .content .conLeft .picBox a {
            width: 100%;
            display: block;
            position: relative;
            height: 470px;
            overflow: hidden; }
            .index .box3 .content .conLeft .picBox a img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
            .index .box3 .content .conLeft .picBox a .con {
              width: 480px;
              max-width: 92%;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              background-color: rgba(0, 0, 0, 0.76);
              bottom: 38px;
              color: #fff;
              text-align: center;
              padding-top: 25px;
              padding-bottom: 28px; }
              .index .box3 .content .conLeft .picBox a .con .tits {
                width: 365px;
                max-width: 90%;
                margin: 0 auto;
                font-weight: bold;
                font-size: 20px;
                line-height: 24px; }
              .index .box3 .content .conLeft .picBox a .con .time {
                font-size: 12px;
                line-height: 14px;
                margin-top: 13px; }
          @media (min-width: 1024px) {
            .index .box3 .content .conLeft .picBox:hover a img {
              transform: scale(1.1); } }
      .index .box3 .content .conRight {
        width: 23.3%; }
        .index .box3 .content .conRight .indexItemBox .item {
          width: 100%; }
        .index .box3 .content .conRight .itemBox1 {
          width: 100%;
          background-color: #fff;
          box-sizing: border-box;
          padding: 15px 20px;
          margin-top: 30px; }
          .index .box3 .content .conRight .itemBox1 .item a {
            width: 100%;
            display: block;
            color: #222;
            padding: 12px 0; }
            .index .box3 .content .conRight .itemBox1 .item a .tits {
              font-size: 12px;
              line-height: 14px;
              min-height: 28px; }
            .index .box3 .content .conRight .itemBox1 .item a .time {
              font-size: 12px;
              line-height: 14px;
              margin-top: 7px; }
    @media (max-width: 1024px) {
      .index .box3 .content {
        flex-wrap: wrap; }
        .index .box3 .content .conLeft {
          width: 100%; }
        .index .box3 .content .conRight {
          margin-top: 20px;
          width: calc(50% - 10px); }
          .index .box3 .content .conRight .itemBox1 {
            margin-top: 20px;
            padding: 6px 20px; } }
    @media (max-width: 768px) {
      .index .box3 .content {
        margin-top: 15px; }
        .index .box3 .content .conLeft .picBox a {
          height: 32vh; }
          .index .box3 .content .conLeft .picBox a .con {
            padding-top: 15px;
            padding-bottom: 17px;
            bottom: 10px; }
            .index .box3 .content .conLeft .picBox a .con .tits {
              font-size: 16px;
              line-height: 20px; }
        .index .box3 .content .conLeft .indexItemBox {
          display: none; }
        .index .box3 .content .conRight {
            display: none;
          width: 100%;
          margin-top: 15px; }
          .index .box3 .content .conRight .indexItemBox {
            display: none; }
          .index .box3 .content .conRight .itemBox1 {
            display: none; } }
  .index .box4 {
    color: #fff;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 90px; }
    .index .box4 .tits {
      text-align: center;
      font-size: 30px;
      line-height: 32px;
      font-weight: bold; }
    .index .box4 .tit {
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
      width: 1025px;
      margin: 30px auto 0;
      text-align: center; }
    .index .box4 .itemBox {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px; }
      .index .box4 .itemBox .item {
        width: 228px;
        height: 107px;
        background-color: rgba(209, 146, 16, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin: 0 22px; }
        .index .box4 .itemBox .item img {
          margin-right: 16px; }
        .index .box4 .itemBox .item .t .tt {
          font-weight: bold;
          font-size: 30px;
          /* font-size: 36px; */
          line-height: 38px; }
        .index .box4 .itemBox .item .t .tt1 {
          font-size: 12px;
          line-height: 14px; }
    @media (max-width: 1200px) {
      .index .box4 {
        padding-top: 60px;
        padding-bottom: 70px; }
        .index .box4 .tits {
          font-size: 24px;
          line-height: 26px; }
        .index .box4 .itemBox .item img {
          height: 50px; }
        .index .box4 .itemBox .item .t .tt {
          font-size: 22px;
          /* font-size: 28px; */
          line-height: 30px; } }
    @media (max-width: 1024px) {
      .index .box4 .itemBox {
        justify-content: space-between; }
        .index .box4 .itemBox .item {
          width: 23%;
          margin: 0; }
          .index .box4 .itemBox .item img {
            margin-right: 10px;
            height: 40px; } }
          .index .box4 .itemBox .item .t {
            width: 106px;
          }  
    @media (max-width: 768px) {
      .index .box4 {
        margin-top: 30px;
        padding: 30px 0; }
        .index .box4 .tits {
          font-size: 20px;
          line-height: 22px; }
        .index .box4 .tit {
          font-size: 13px;
          line-height: 22px;
          /* line-height: 18px; */
          margin: 15px auto 0; }
        .index .box4 .itemBox {
          flex-wrap: wrap;
          margin-top: 25px; }
          .index .box4 .itemBox .item {
            width: 48.5%;
            margin-bottom: 3%;
            height: 88px; } }
  .index .box5 {
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between; }
    .index .box5 .box {
      width: calc(50% - 15px); }
      .index .box5 .box .boxNew {
        display: flex;
        justify-content: space-between; }
        .index .box5 .box .boxNew .indexItem1 {
          margin-top: 30px;
          width: calc(50% - 15px); }
        .index .box5 .box .boxNew .indexItemBox {
          width: calc(50% - 15px); }
          .index .box5 .box .boxNew .indexItemBox .item {
            width: 100%; }
    @media (max-width: 1024px) {
      .index .box5 .box .boxNew {
        display: block; }
        .index .box5 .box .boxNew .indexItem1 {
          width: 100%;
          margin-top: 20px; }
        .index .box5 .box .boxNew .indexItemBox {
          margin-top: 0;
          width: 100%; } }
    @media (max-width: 768px) {
      .index .box5 {
        margin: 30px auto 0;
        display: block; }
        .index .box5 .box {
          width: 100%;
          margin-bottom: 20px; }
          .index .box5 .box .boxNew .indexItem1 {
            margin-top: 15px; }
          .index .box5 .box .boxNew .indexItemBox {
            display: none; } }
  .index .box6 {
    margin: 50px auto 0; }
    .index .box6 .list {
      display: flex;
      margin-top: 30px;
      justify-content: space-between; }
      .index .box6 .list .item {
        width: 23.3%; }
        .index .box6 .list .item a {
          width: 100%;
          display: block;
          background-color: #fff; }
          .index .box6 .list .item a .pic {
            width: 100%;
            height: 170px; }
            .index .box6 .list .item a .pic .icon {
              width: 40px;
              height: 40px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-color: #a77f2d;
              display: flex;
              align-items: center;
              justify-content: center;
              background-image: url("../images/video.png");
              background-size: 11px auto;
              background-repeat: no-repeat;
              background-position: center;
              border-radius: 100%; }
              .index .box6 .list .item a .pic .icon:after {
                width: 54px;
                height: 54px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0.4;
                background-color: #a77f2d;
                content: '';
                border-radius: 100%; }
          .index .box6 .list .item a .con {
            padding: 16px 20px;
            box-sizing: border-box;
            width: 100%;
            position: relative; }
            .index .box6 .list .item a .con .time {
              font-size: 12px;
              line-height: 30px;
              background-color: #fff;
              padding: 0 20px;
              position: absolute;
              top: -20px;
              color: #222;
              left: 0; }
              .index .box6 .list .item a .con .time:after {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 10px;
                background-color: #fff;
                z-index: 1;
                content: '';
                transform: skew(35deg); }
              .index .box6 .list .item a .con .time span {
                position: relative;
                z-index: 10; }
            .index .box6 .list .item a .con .tits {
              font-size: 16px;
              line-height: 20px;
              color: #222;
              font-weight: bold; }
    @media (max-width: 1200px) {
      .index .box6 .list .item {
        width: 32%; }
        .index .box6 .list .item:nth-child(4) {
          display: none; } }
    @media (max-width: 1024px) {
      .index .box6 .list {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .index .box6 {
        margin: 20px auto 0; }
        .index .box6 .list {
          margin-top: 15px; }
          .index .box6 .list .item {
            width: 100%; }
            .index .box6 .list .item:not(:nth-child(1)) {
              display: none; } }
  .index .box7 {
    margin: 50px auto 0; }
    .index .box7 ul {
      width: 100%;
      border: 1px solid #dadada;
      border-bottom: none;
      border-right: none;
      box-sizing: border-box; }
      .index .box7 ul li {
        width: 11.11111%;
        float: left;
        height: 100px;
        /* height: 125px; */
        position: relative;
        box-sizing: border-box;
        border-bottom: 1px solid #dadada;
        border-right: 1px solid #dadada; }
        .index .box7 ul li a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .index .box7 ul li a img {
            max-width: 60%;
            /* max-width: 80%; */
            max-height: 60%;
            /* max-height: 80%; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        @media (min-width: 1024px) {
          .index .box7 ul li:hover {
            background-color: #fff; } }
    @media (max-width: 1200px) {
      .index .box7 ul li {
        width: 16.66667%; } }
    @media (max-width: 768px) {
      .index .box7 {
        margin: 30px auto 0; }
        .index .box7 ul li {
          width: 33.33333%;
          height: 50px; } }
          /* height: 80px; } } */

.footer {
  position: relative; }
  .footer .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 44px;
    background-color: #eee; }
    .footer .logo:after {
      width: 50%;
      height: 100%;
      position: absolute;
      left: -15px;
      content: '';
      background-color: #eee;
      transform: skew(33deg); }
    .footer .logo:before {
      width: 50%;
      height: 100%;
      position: absolute;
      right: -15px;
      content: '';
      background-color: #eee;
      transform: skew(-33deg); }
    .footer .logo img {
      width: 219px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      z-index: 10; }
  .footer .footerNew {
    width: 100%;
    height: auto;
    padding-top: 82px;
    padding-bottom: 55px;
    background-color: #343434; }
    .footer .footerNew .footerLeft {
      width: 28.3%;
      float: left;
      box-sizing: border-box;
      position: relative; }
      .footer .footerNew .footerLeft .tx {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #c1870e; }
      .footer .footerNew .footerLeft .tits {
        font-size: 13px;
        /* font-size: 14px; */
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        margin-top: 22px;
        border-bottom: 1px dashed #fff;
        padding-bottom: 15px; }
      .footer .footerNew .footerLeft .tit {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        margin-top: 10px; }
        .footer .footerNew .footerLeft .tit .t {
          box-sizing: border-box;
          position: relative;
          padding: 9px 0 9px 30px; }
          .footer .footerNew .footerLeft .tit .t img {
            position: absolute;
            left: 0;
            top: 7px; }
          .footer .footerNew .footerLeft .tit .t a {
            color: #fff; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerLeft .tit .t a:hover {
                color: #c1870e; } }
    .footer .footerNew .nav {
      width: 38.1%;
      margin-left: 2.39583vw;
      float: left; }
      .footer .footerNew .nav dl {
        width: 44.7%;
        float: left; }
        .footer .footerNew .nav dl dt {
          font-size: 18px;
          line-height: 24px;
          color: #c1870e;
          font-weight: bold;
          margin-bottom: 20px; }
        .footer .footerNew .nav dl dd {
          font-size: 12px;
          line-height: 30px; }
          .footer .footerNew .nav dl dd a {
            color: #fff;
            display: block; }
            @media (min-width: 1024px) {
              .footer .footerNew .nav dl dd a:hover {
                color: #c1870e; } }
        .footer .footerNew .nav dl:nth-child(2) {
          float: right;
          width: 55.3%; }
          .footer .footerNew .nav dl:nth-child(2) dd a {
            width: 50%;
            float: left; }
    .footer .footerNew .footerRight {
      width: 32.6%;
      top: 76px;
      position: absolute;
      right: 0;
      z-index: 5; }
      .footer .footerNew .footerRight .logoBox {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .footer .footerNew .footerRight .logoBox a {
          width: 31.9%;
          margin-right: 2.15%;
          display: block;
          margin-bottom: 28px; }
          .footer .footerNew .footerRight .logoBox a:nth-child(3) {
            margin-right: 0; }
      .footer .footerNew .footerRight .share {
        display: flex;
        justify-content: center;
        margin-top: 14px; }
        .footer .footerNew .footerRight .share a {
          width: 44px;
          display: block;
          margin: 0 6px; }
  .footer .foot {
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #707070; }
    .footer .foot a {
      color: #fff; }
  @media (max-width: 1024px) {
    .footer .footerNew .footerLeft {
      width: 355px; }
    .footer .footerNew .nav {
      display: none; }
    .footer .footerNew .footerRight {
      width: 50%;
      margin-left: 0; } }
  @media (max-width: 768px) {
    .footer .logo {
      max-width: 87%;
      top: -1px;
      height: 36px; }
      .footer .logo img {
        width: 150px;
        bottom: 10px; }
    .footer .footerNew {
      padding-top: 60px;
      padding-bottom: 20px; }
      .footer .footerNew .footerLeft {
        width: 100%;
        float: none; }
        .footer .footerNew .footerLeft .logo {
          height: 26px; }
        .footer .footerNew .footerLeft .tits {
          padding-bottom: 10px;
          margin-top: 10px; }
      .footer .footerNew .footerRight {
        width: 100%;
        position: relative;
        margin-top: 15px;
        top: auto; }
    .footer .footerNew .footerRight .logoBox a {
      margin-bottom: 10px; }
    .footer .footerNew .footerRight .share {
      margin-top: 0; }
      .footer .footerNew .footerRight .share a {
        width: 30px; }
    .footer .foot {
      font-size: 12px;
      line-height: 16px;
      padding: 10px 0;
      height: auto; }
      .footer .foot a {
        display: block; } }

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