select::-ms-expand {
  display: none; }

body, html {
  background-color: #000;
  color: #ebdba8; }

a {
  color: #ebdba8; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.fz38 {
  font-size: 38px;
  line-height: 38px; }
  @media (max-width: 1366px) {
    .fz38 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .fz38 {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .fz38 {
      font-size: 20px;
      line-height: 20px; } }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1200 {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1600 {
  width: 1600px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1760 {
  width: 1760px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.headerBox {
  width: 100%;
  height: 90px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }

.header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff; }
  .header .logo {
    width: 220px;
    top: 22px;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    z-index: 4; }
  .header .nav .searchBox {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: none; }
    .header .nav .searchBox .search {
      width: 92%;
      height: 40px;
      margin: 0 auto;
      border-radius: 5px;
      background-color: #151515; }
      .header .nav .searchBox .search .submit {
        width: 40px;
        height: 40px;
        float: left;
        border: none;
        background: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        background-image: url("../img/search1.png"); }
      .header .nav .searchBox .search .text {
        width: calc(100% - 40px);
        height: 40px;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        border: none;
        background: none;
        text-transform: uppercase; }
        .header .nav .searchBox .search .text::-webkit-input-placeholder {
          color: white; }
        .header .nav .searchBox .search .text::-moz-placeholder {
          color: white; }
        .header .nav .searchBox .search .text:-ms-input-placeholder {
          color: white; }
  .header .nav ul {
    text-align: center;
    font-size: 0; }
    .header .nav ul li {
      display: inline-block;
      height: 90px;
      padding: 0 18px;
      position: relative; }
      .header .nav ul li .tits {
        width: 86px;
        height: 90px;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 90px;
        color: #000;
        position: relative;
        font-weight: bold; }
        .header .nav ul li .tits:after {
          width: 86px;
          height: 8px;
          position: absolute;
          bottom: 10px;
          left: 0;
          content: '';
          background-image: url("../img/nav_bg.png");
          background-position: center;
          background-repeat: no-repeat;
          opacity: 0;
          transition: all .5s; }
      .header .nav ul li:nth-child(4) {
        margin-right: 145px; }
      .header .nav ul li:nth-child(5) {
        margin-left: 145px; }
      .header .nav ul li dl {
        width: 160px;
        top: 90px;
        left: 50%;
        margin-left: -80px;
        background-color: rgba(255, 255, 255, 0.85);
        position: absolute;
        padding: 22px 0 12px;
        display: none; }
        .header .nav ul li dl dd {
          font-size: 16px;
          line-height: 36px;
          transition: all .5s;
          font-weight: bold; }
          .header .nav ul li dl dd a {
            display: block;
            width: 100%;
            color: #333; }
          @media (min-width: 1024px) {
            .header .nav ul li dl dd:hover {
              background-color: #a18a5e; }
              .header .nav ul li dl dd:hover a {
                color: #fff; } }
      .header .nav ul li.on .tits:after {
        opacity: 1;
        bottom: 19px; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits:after {
          opacity: 1;
          bottom: 19px; }
        .header .nav ul li:hover dl {
          display: block; } }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none;
    margin-right: 4%; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #333;
      display: block;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(1) {
        margin-bottom: 6px; }
      .header .navClick span:nth-child(2) {
        margin-bottom: 6px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      right: 0px; }
    .header .navClick.on span:nth-child(2) {
      display: none; }
    .header .navClick.on span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      right: 0; }
  @media (max-width: 1366px) {
    .header .logo {
      width: 180px;
      top: 26px;
      margin-left: -90px; }
    .header .nav ul li {
      padding: 0 10px; }
    .header .nav ul li:nth-child(4) {
      margin-right: 110px; }
    .header .nav ul li:nth-child(5) {
      margin-left: 110px; } }
  @media (max-width: 1100px) {
    .header .nav ul li .tits {
      width: 70px;
      font-size: 16px; }
      .header .nav ul li .tits:after {
        width: 70px;
        background-size: 100% auto; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .logo {
        width: 132px;
        margin-left: -61px;
        top: 11px; }
      .header .nav {
        display: none;
        width: 100%;
        height: calc(100% - 50px);
        background-color: rgba(0, 0, 0, 0.95);
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 100;
        overflow-y: scroll; }
        .header .nav .searchBox {
          display: block; }
        .header .nav ul {
          padding-bottom: 20px; }
          .header .nav ul li {
            width: 92%;
            margin: 0 auto !important;
            height: auto; }
            .header .nav ul li .tits {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12);
              text-align: left;
              width: 100%;
              font-size: 16px;
              line-height: 50px;
              height: auto;
              color: #fff; }
              .header .nav ul li .tits:after {
                display: none !important; }
            .header .nav ul li dl {
              width: 100%;
              position: relative;
              top: auto;
              left: auto;
              display: block;
              margin-left: 0;
              background: none;
              padding: 10px 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.12);
              display: none; }
              .header .nav ul li dl dd {
                width: 100%;
                display: block;
                font-size: 14px;
                line-height: 34px;
                font-weight: normal;
                text-align: left; }
                .header .nav ul li dl dd a {
                  color: #fff;
                  display: block;
                  opacity: 0.7; }
      .header .navClick {
        display: block; } }

.index-banner {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .index-banner ul {
    width: 100%;
    height: 100%; }
    .index-banner ul li {
      width: 100%;
      height: 100%;
      position: relative; }
      .index-banner ul li a {
        width: 100%;
        height: 100%;
        display: block; }
      .index-banner ul li .con {
        position: absolute;
        top: 70%;
        left: 30%;
        color: #fff;
        opacity: 0;
        transition: all 2s;
        -webkit-transition: all 2s;
        color: #fff;
        z-index: 10; }
        .index-banner ul li .con .tits {
          font-size: 60px;
          line-height: 1.1em;
          margin-bottom: 0.4em; }
          @media (max-width: 1366px) {
            .index-banner ul li .con .tits {
              font-size: 40px; } }
          @media (max-width: 1024px) {
            .index-banner ul li .con .tits {
              font-size: 36px; } }
          @media (max-width: 768px) {
            .index-banner ul li .con .tits {
              font-size: 22px; } }
        .index-banner ul li .con .tit {
          font-size: 48px;
          line-height: 1.1em; }
          @media (max-width: 1366px) {
            .index-banner ul li .con .tit {
              font-size: 30px; } }
          @media (max-width: 1024px) {
            .index-banner ul li .con .tit {
              font-size: 24px; } }
          @media (max-width: 768px) {
            .index-banner ul li .con .tit {
              font-size: 16px; } }
      .index-banner ul li .icon {
        width: 90px;
        height: 90px;
        display: block;
        background-image: url("../img/video.png");
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        transform: translateY(40px);
        opacity: 0;
        transition: all .5s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .index-banner ul li .video {
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 9;
        background-color: #000; }
        .index-banner ul li .video video {
          width: 100%;
          height: 100%; }
      .index-banner ul li.swiper-slide-active .con {
        opacity: 1;
        margin-right: 0px;
        left: 50%; }
      .index-banner ul li.swiper-slide-active .icon {
        transform: translateY(0);
        opacity: 1; }
      @media (max-width: 1024px) {
        .index-banner ul li.swiper-slide-active .con {
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); } }
  .index-banner .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    z-index: 10;
    bottom: 8.4%; }
    .index-banner .btns span {
      width: 21px;
      height: 21px;
      background: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/banner_icon.png");
      opacity: 1;
      margin: 0 13px;
      display: inline-block; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-image: url("../img/banner_icon_h.png"); }
  @media (max-width: 768px) {
    .index-banner {
      height: 320px; }
      .index-banner .btns {
        bottom: 4%; }
        .index-banner .btns span {
          width: 15px;
          height: 15px;
          margin: 0 5px; }
      .index-banner ul li .icon {
        width: 40px;
        height: 40px; }
      .index-banner ul li .video {
        height: 320px;
        display: none !important; } }

.indexMore {
  width: 192px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/pag_bg.png");
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .indexMore:hover {
      color: #fff;
      background-image: url("../img/moreBg.png"); } }
  @media (max-width: 1024px) {
    .indexMore {
      width: 161px;
      height: 42px;
      line-height: 42px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .indexMore {
      font-size: 14px;
      line-height: 32px;
      width: 124px;
      height: 32px; } }

.index .index-product {
  background-image: url("../img/index_bg1.jpg");
  padding-top: 5.8%;
  padding-bottom: 5.7%;
  position: relative; }
  .index .index-product .pic {
    width: 50.875%;
    margin-left: -1.875%;
    float: left; }
  .index .index-product .con {
    width: 45%;
    float: right;
    padding-top: 7%; }
    .index .index-product .con .title {
      margin-left: 6.7%; }
      .index .index-product .con .title img {
        max-width: 100%; }
    .index .index-product .con .conNew {
      width: 100%;
      height: auto;
      position: relative;
      margin-top: 32px; }
      .index .index-product .con .conNew .conn {
        width: 86.8%;
        height: 76%;
        position: absolute;
        top: 12%;
        left: 6.6%;
        color: #ebdba8;
        overflow: hidden; }
        .index .index-product .con .conNew .conn .tits {
          font-size: 30px;
          line-height: 30px;
          font-weight: normal; }
        .index .index-product .con .conNew .conn .tit {
          font-size: 18px;
          line-height: 24px;
          font-weight: normal;
          margin-top: 20px; }
          .index .index-product .con .conNew .conn .tit p {
            margin-bottom: 15px; }
    .index .index-product .con .indexMore {
      margin-top: 40px; }
  .index .index-product .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    z-index: 10;
    bottom: 8.4%; }
    .index .index-product .btns span {
      width: 21px;
      height: 21px;
      background: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/banner_icon.png");
      opacity: 1;
      margin: 0 13px;
      display: inline-block; }
      .index .index-product .btns span.swiper-pagination-bullet-active {
        background-image: url("../img/banner_icon_h.png"); }
.index .index-herbs {
  padding-top: 5.2%;
  padding-bottom: 10.8%;
  position: relative; }
  .index .index-herbs .bgBox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1; }
    .index .index-herbs .bgBox .img {
      width: 100%;
      height: 100%;
      display: none; }
  .index .index-herbs .title {
    text-align: center; }
    .index .index-herbs .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .index .index-herbs .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .index .index-herbs .list {
    width: calc(100% - 80px);
    margin: 6.5% auto 0; }
    .index .index-herbs .list ul li {
      width: 21.7%;
      float: left;
      margin-right: 17.45%; }
      .index .index-herbs .list ul li:last-child {
        margin-right: 0; }
      .index .index-herbs .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-herbs .list ul li a .pic {
          width: 100%;
          position: relative;
          overflow: hidden;
          border-radius: 100%; }
          .index .index-herbs .list ul li a .pic .img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6); }
            .index .index-herbs .list ul li a .pic .img img {
              width: 100%; }
              .index .index-herbs .list ul li a .pic .img img.img2 {
                display: none; }
        .index .index-herbs .list ul li a p {
          text-align: center;
          font-size: 20px;
          line-height: 20px;
          margin-top: 30px; }
      .index .index-herbs .list ul li.on a .pic .img img.img1 {
        display: none; }
      .index .index-herbs .list ul li.on a .pic .img img.img2 {
        display: block; }
    .index .index-herbs .list .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      z-index: 10;
      margin-top: 40px; }
      .index .index-herbs .list .btns span {
        width: 21px;
        height: 21px;
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../img/banner_icon.png");
        opacity: 1;
        margin: 0 13px;
        display: inline-block; }
        .index .index-herbs .list .btns span.swiper-pagination-bullet-active {
          background-image: url("../img/banner_icon_h.png"); }
.index .index-box {
  padding-top: 12.5%;
  padding-bottom: 11.7%; }
  .index .index-box .box {
    width: 540px;
    float: right;
    text-align: center; }
    .index .index-box .box .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .index .index-box .box .tit {
      font-size: 42px;
      line-height: 42px;
      text-transform: uppercase;
      margin-top: 30px; }
    .index .index-box .box .tit1 {
      font-size: 24px;
      line-height: 24px;
      margin-top: 36px; }
    .index .index-box .box .tit2 {
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      margin-top: 17px; }
    .index .index-box .box .boxNew {
      margin-top: 68px; }
      .index .index-box .box .boxNew .item {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 32px 0; }
        .index .index-box .box .boxNew .item .icon {
          width: 81px;
          float: left;
          margin-left: 80px; }
        .index .index-box .box .boxNew .item .txt {
          float: left;
          margin-left: 40px;
          text-align: left; }
          .index .index-box .box .boxNew .item .txt ul li {
            display: none; }
            .index .index-box .box .boxNew .item .txt ul li .t {
              font-size: 20px;
              line-height: 20px; }
            .index .index-box .box .boxNew .item .txt ul li .t1 {
              font-size: 16px;
              line-height: 22px;
              margin-top: 15px; }
      .index .index-box .box .boxNew .btns {
        text-align: center;
        font-size: 0;
        width: 100%;
        margin-top: 30px; }
        .index .index-box .box .boxNew .btns span {
          width: 21px;
          height: 21px;
          border-radius: 100%;
          display: inline-block;
          margin: 0 5px;
          background-size: cover;
          background-image: url("../img/banner_icon.png");
          background-repeat: no-repeat;
          cursor: pointer; }
          .index .index-box .box .boxNew .btns span.on {
            background-image: url("../img/banner_icon_h.png"); }
.index .index-news {
  padding: 5.2% 0; }
  .index .index-news .w1760 {
    box-sizing: border-box;
    padding: 5.3% 80px 4.8%; }
    .index .index-news .w1760 .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      float: left; }
    .index .index-news .w1760 .title .tit {
      width: 244px;
      height: 54px;
      text-align: center;
      font-size: 18px;
      line-height: 54px;
      display: block;
      float: right;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/index_bg6.png");
      margin-top: 22px; }
      @media (min-width: 1024px) {
        .index .index-news .w1760 .title .tit:hover {
          color: #fff;
          background-image: url("../img/join_bg4.png"); } }
    .index .index-news .w1760 .content {
      margin-top: 45px; }
      .index .index-news .w1760 .content .boxLeft {
        width: 47.5%;
        float: left; }
        .index .index-news .w1760 .content .boxLeft a {
          width: 100%;
          height: auto;
          display: block; }
          .index .index-news .w1760 .content .boxLeft a .pic {
            overflow: hidden; }
            .index .index-news .w1760 .content .boxLeft a .pic img {
              transition: all 1.5s; }
          .index .index-news .w1760 .content .boxLeft a .con {
            width: calc(100% - 40px);
            margin: 37px auto 0; }
            .index .index-news .w1760 .content .boxLeft a .con .tits {
              font-size: 24px;
              line-height: 28px;
              height: 28px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index .index-news .w1760 .content .boxLeft a .con .time {
              font-size: 20px;
              line-height: 22px;
              margin-top: 20px; }
            .index .index-news .w1760 .content .boxLeft a .con .tit {
              font-size: 16px;
              line-height: 28px;
              height: 56px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 10px; }
            .index .index-news .w1760 .content .boxLeft a .con .more {
              width: 140px;
              height: 40px;
              text-align: center;
              font-size: 14px;
              line-height: 40px;
              background-size: cover;
              background-image: url("../img/index_bg7.png");
              background-repeat: no-repeat;
              background-position: center;
              margin-top: 38px; }
      .index .index-news .w1760 .content .boxRight {
        width: 46.125%;
        float: right;
        margin-top: 45px; }
        .index .index-news .w1760 .content .boxRight ul li {
          border-top: 1px solid rgba(236, 220, 168, 0.1);
          padding: 36px 0; }
          .index .index-news .w1760 .content .boxRight ul li a {
            font-size: 18px;
            line-height: 30px;
            display: block;
            opacity: 0.5; }
            .index .index-news .w1760 .content .boxRight ul li a .t {
              width: 70%;
              height: 30px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              float: left; }
            .index .index-news .w1760 .content .boxRight ul li a .time {
              float: right; }
            @media (min-width: 1024px) {
              .index .index-news .w1760 .content .boxRight ul li a:hover {
                opacity: 1; } }
@media (max-width: 1366px) {
  .index .index-herbs .title .tit {
    font-size: 36px;
    line-height: 36px; }
  .index .index-box .box .tit {
    font-size: 34px;
    line-height: 34px; }
  .index .index-news .w1760 .content .boxRight ul li {
    padding: 24px 0; } }
@media (max-width: 1200px) {
  .index .index-product .con .conNew .conn .tits {
    font-size: 24px;
    line-height: 24px; }
  .index .index-product .con .conNew .conn .tit {
    font-size: 16px;
    margin-top: 10px; }
  .index .index-herbs .title .tits {
    width: 115px;
    height: 55px;
    line-height: 55px;
    font-size: 16px; }
  .index .index-herbs .title .tit {
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px; }
  .index .index-box .box .tits {
    width: 115px;
    height: 55px;
    line-height: 55px;
    font-size: 16px; }
  .index .index-box .box .tit {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px; }
  .index .index-box .box .tit1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px; }
  .index .index-box .box .boxNew {
    margin-top: 45px; }
  .index .index-news .w1760 {
    padding: 5.3% 40px 4.8%; }
  .index .index-news .w1760 .title .tits {
    width: 115px;
    height: 55px;
    line-height: 55px;
    font-size: 16px; }
  .index .index-news .w1760 .title .tit {
    height: 43px;
    width: 195px;
    line-height: 43px;
    margin-top: 12px; }
  .index .index-news .w1760 .content .boxRight {
    margin-top: 0; }
    .index .index-news .w1760 .content .boxRight ul li {
      padding: 15px 0; }
      .index .index-news .w1760 .content .boxRight ul li a {
        font-size: 16px;
        line-height: 28px; }
  .index .index-news .w1760 .content .boxLeft a .con {
    width: calc(100% - 20px);
    margin: 15px auto 0; }
    .index .index-news .w1760 .content .boxLeft a .con .tits {
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .index .index-news .w1760 .content .boxLeft a .con .time {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; } }
@media (max-width: 1024px) {
  .index .index-product .con .conNew {
    margin-top: 20px; }
  .index .index-product .con .indexMore {
    margin-top: 25px; }
  .index .index-product .con .conNew .conn .tits {
    font-size: 18px;
    line-height: 18px; }
  .index .index-product .con .conNew .conn .tit {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  .index .index-herbs .list ul li {
    width: 29%;
    margin-right: 6.5%; }
  .index .index-box .box .boxNew {
    margin-top: 35px; } }
@media (max-width: 768px) {
  .index .index-product .pic {
    width: 80%;
    margin: 0 auto;
    float: none; }
  .index .index-product .con {
    width: 100%;
    float: none;
    padding-top: 20px; }
    .index .index-product .con .conNew {
      margin-top: 15px; }
      .index .index-product .con .conNew .conn .tit {
        font-size: 13px; }
  .index .index-product .btns {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto; }
    .index .index-product .btns span {
      width: 18px;
      height: 18px;
      margin: 0 5px; }
  .index .index-product .con .title {
    max-width: 80%; }
  .index .index-product .con .indexMore {
    margin-top: 20px; }
  .index .index-herbs .list .btns {
    margin-top: 15px;
    position: relative;
    bottom: auto;
    left: auto; }
    .index .index-herbs .list .btns span {
      width: 18px;
      height: 18px;
      margin: 0 5px; }
  .index .index-herbs .list ul li a p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .index .index-herbs .list {
    width: 100%; }
    .index .index-herbs .list ul li {
      width: 47%;
      margin-right: 6%; }
  .index .index-herbs .title .tits {
    font-size: 13px;
    width: 100px;
    height: 47px;
    line-height: 47px; }
  .index .index-herbs .title .tit {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px; }
  .index .index-box .box {
    width: 100%;
    float: none; }
  .index .index-box .box .tits {
    font-size: 13px;
    width: 100px;
    height: 47px;
    line-height: 47px; }
  .index .index-box .box .tit {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px; }
  .index .index-box .box .tit1 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px; }
  .index .index-box .box .tit2 {
    font-size: 13px;
    margin-top: 10px; }
  .index .index-box .box .boxNew {
    margin-top: 20px; }
  .index .index-box .box .boxNew .item {
    padding: 18px 0; }
  .index .index-box .box .boxNew .item .icon {
    margin-left: 20px;
    float: none;
    width: 50px; }
  .index .index-box .box .boxNew .item .txt {
    float: none;
    margin-left: 20px;
    margin-top: 10px; }
  .index .index-box .box .boxNew .item .txt ul li .t {
    font-size: 16px;
    line-height: 16px; }
  .index .index-box .box .boxNew .item .txt ul li .t1 {
    font-size: 13px;
    margin-top: 10px; }
  .index .index-box .box .boxNew .btns {
    margin-top: 10px; }
  .index .index-box .box .boxNew .btns span {
    width: 18px;
    height: 18px;
    margin: 0 7px; }
  .index .index-box {
    background-position: 17% center; }
  .index .index-news .w1760 {
    padding: 5.3% 10px 4.8%; }
    .index .index-news .w1760 .content {
      margin-top: 20px; }
      .index .index-news .w1760 .content .boxLeft {
        float: none;
        width: 100%; }
      .index .index-news .w1760 .content .boxRight {
        float: none;
        width: 100%;
        margin-top: 15px; }
        .index .index-news .w1760 .content .boxRight ul li {
          padding: 10px 0; }
          .index .index-news .w1760 .content .boxRight ul li a {
            font-size: 14px; }
  .index .index-news .w1760 .content .boxLeft a .con .tit {
    font-size: 13px;
    line-height: 20px;
    height: 40px; }
  .index .index-news .w1760 .content .boxLeft a .con .more {
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
    width: 112px;
    height: 32px; }
  .index .index-news .w1760 .title .tits {
    width: 100px;
    font-size: 13px;
    line-height: 47px;
    height: 47px; }
  .index .index-news .w1760 .title .tit {
    font-size: 14px;
    line-height: 32px;
    width: 145px;
    height: 32px; } }

.footerBox {
  height: 580px;
  position: relative; }
  .footerBox .footer .search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .footerBox .footer .search .submit {
      width: 20px;
      height: 80px;
      float: left;
      border: none;
      background: none;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/search.png"); }
    .footerBox .footer .search .text {
      width: calc(100% - 30px);
      float: right;
      height: 80px;
      background: none;
      border: none;
      font-size: 14px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: bold; }
      .footerBox .footer .search .text::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .footerBox .footer .search .text::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .footerBox .footer .search .text:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
  .footerBox .footer .nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px; }
    .footerBox .footer .nav dl {
      width: 130px;
      display: inline-block; }
      .footerBox .footer .nav dl dt {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px; }
        .footerBox .footer .nav dl dt a {
          color: #fff; }
      .footerBox .footer .nav dl dd {
        font-size: 14px;
        line-height: 24px; }
        .footerBox .footer .nav dl dd a {
          color: #fff; }
  .footerBox .foot {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .footerBox .foot p {
      font-size: 14px;
      line-height: 30px;
      padding: 25px 0;
      font-weight: bold;
      color: #fff;
      float: left; }
    .footerBox .foot .share {
      float: right;
      margin-top: 21px; }
      .footerBox .foot .share a {
        width: 37px;
        height: 37px;
        border-radius: 100%;
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        opacity: 1;
        margin-left: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .footerBox .foot .share a.bshare-weixin {
          background-image: url("../img/wx.png"); }
        .footerBox .foot .share a.bshare-sinaminiblog {
          background-image: url("../img/footer_icon3.png"); }
        .footerBox .foot .share a.bshare-twitter {
          background-image: url("../img/footer_icon1.png"); }
        .footerBox .foot .share a.bshare-linkedin {
          background-image: url("../img/footer_icon2.png"); }
  @media (max-width: 1024px) {
    .footerBox {
      height: auto; }
      .footerBox .footer {
        display: none; }
      .footerBox .foot {
        position: relative;
        bottom: auto;
        left: 0; } }
  @media (max-width: 860px) {
    .footerBox .foot {
      height: auto;
      padding: 25px 0;
      background: none; }
      .footerBox .foot p {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0;
        line-height: 24px; }
      .footerBox .foot .share {
        width: 100%;
        text-align: center;
        margin-top: 15px; }
        .footerBox .foot .share a {
          display: inline-block;
          margin: 0 5px;
          float: none; } }

.banner {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 50px; }
  @media (max-width: 768px) {
    .banner {
      min-height: 40px; } }

.home {
  width: 100%;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 53px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .home a {
    color: #fff; }
  @media (max-width: 768px) {
    .home {
      height: 40px;
      line-height: 40px;
      font-size: 13px; } }

.mnav {
  width: 100%;
  height: 60px;
  background-color: #fff; }
  .mnav .mnav-new {
    width: 100%;
    text-align: center;
    font-size: 0; }
    .mnav .mnav-new a {
      width: 106px;
      height: 60px;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      line-height: 60px;
      color: #969696;
      position: relative;
      margin: 0 20px; }
      .mnav .mnav-new a:after {
        width: 86px;
        height: 8px;
        position: absolute;
        bottom: 0px;
        left: 10px;
        content: '';
        background-image: url("../img/nav_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        transition: all .5s; }
      .mnav .mnav-new a.on {
        color: #000; }
        .mnav .mnav-new a.on:after {
          opacity: 1;
          bottom: 10px; }
      @media (min-width: 1024px) {
        .mnav .mnav-new a:hover {
          color: #000; }
          .mnav .mnav-new a:hover:after {
            opacity: 1;
            bottom: 10px; } }
  .mnav.net .mnav-new a {
    width: 128px; }
    .mnav.net .mnav-new a:after {
      background-image: url("../img/nav_bg2.png");
      width: 100%;
      left: 0; }
  @media (max-width: 600px) {
    .mnav.abu {
      overflow-x: scroll; }
      .mnav.abu .mnav-new {
        width: 600px; }
    .mnav.net {
      display: none; }
    .mnav.ser {
      display: none; }
    .mnav.abu {
      display: none; } }
  @media (max-width: 768px) {
    .mnav {
      height: 45px; }
      .mnav .mnav-new a {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        margin: 0 5px; } }

.manv-m {
  display: none;
  height: 45px;
  width: 100%;
  position: relative;
  background-color: #fff; }
  .manv-m .tits {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 45px;
    color: #000;
    cursor: pointer; }
    .manv-m .tits span {
      margin-left: 30px;
      float: left; }
    .manv-m .tits i {
      width: 18px;
      background-image: url("../img/down.png");
      background-repeat: no-repeat;
      height: 45px;
      background-position: center;
      float: right;
      margin-right: 30px;
      display: block;
      background-size: 100%;
      transition: all .5s; }
    .manv-m .tits.on i {
      transform: rotate(180deg); }
  .manv-m ul {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    border-top: 1px solid #eee;
    display: none; }
    .manv-m ul li {
      border-bottom: 1px solid #eee;
      font-size: 14px;
      line-height: 40px; }
      .manv-m ul li a {
        width: calc(100% - 60px);
        padding: 0 30px;
        color: #666;
        display: block; }
  @media (max-width: 600px) {
    .manv-m {
      display: block; } }

.news {
  padding-top: 5.7%;
  padding-bottom: 6.8%; }
  .news .item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 10px;
    box-sizing: border-box; }
    .news .item a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .news .item a .pic {
        width: 32.2%;
        float: left;
        overflow: hidden; }
        .news .item a .pic img {
          transition: all 1.5s; }
      .news .item a .con {
        width: 64.4%;
        float: right;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        .news .item a .con .tits {
          font-size: 20px;
          line-height: 26px;
          height: 26px;
          color: #ebdba8;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .news .item a .con .time {
          font-size: 13px;
          line-height: 14px;
          color: #fff;
          opacity: 0.6;
          margin-top: 24px; }
        .news .item a .con .txt {
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          height: 48px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 23px; }
    @media (min-width: 1024px) {
      .news .item:hover a .pic img {
        transform: scale(1.1); } }
  .news ul {
    margin-bottom: 60px; }
    .news ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .news ul li a {
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        padding: 25px 10px; }
        .news ul li a .t {
          opacity: 0.8;
          max-width: 70%;
          float: left; }
        .news ul li a .time {
          opacity: 0.5;
          float: right; }
        @media (min-width: 1024px) {
          .news ul li a:hover .t {
            opacity: 1; }
          .news ul li a:hover .time {
            opacity: 0.8; } }
  @media (max-width: 1024px) {
    .news .item a .con .time {
      margin-top: 8px; }
    .news .item a .con .txt {
      margin-top: 10px;
      font-size: 14px;
      line-height: 22px;
      height: 44px; }
    .news ul li a {
      padding: 15px 10px; }
    .news .item {
      padding: 25px 10px; } }
  @media (max-width: 768px) {
    .news .item a .pic {
      width: 100%;
      float: none; }
    .news .item a .con {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;
      transform: translateY(0);
      margin-top: 15px; }
      .news .item a .con .tits {
        font-size: 16px;
        line-height: 20px;
        height: 20px; }
      .news .item a .con .txt {
        font-size: 13px;
        line-height: 20px;
        height: 40px; }
    .news ul {
      margin-bottom: 30px; }
    .news ul li a {
      font-size: 13px;
      line-height: 24px;
      padding: 10px 5px; } }

.page {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page a, .page span {
    font-size: 18px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    width: 50px;
    font-weight: bold;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box; }
    .page a.p, .page span.p {
      width: 120px;
      border: none;
      background-color: #151515;
      color: #fff; }
    @media (min-width: 1024px) {
      .page a:hover, .page span:hover {
        background-image: url("../img/page_bg.jpg");
        color: #fff !important;
        border: none; }
        .page a:hover.p, .page span:hover.p {
          background-image: url("../img/page_bg1.jpg"); } }
  .page span {
    border: none;
    color: #fff !important;
    background-image: url("../img/page_bg.jpg"); }
  @media (max-width: 1024px) {
    .page a, .page span {
      width: 30px;
      line-height: 30px;
      font-size: 14px; }
      .page a.p, .page span.p {
        width: 60px; } }

.newsInfo {
  padding-bottom: 7%; }
  .newsInfo .home {
    background-color: #d3c192;
    position: relative; }
  .newsInfo .content {
    padding-top: 5.2%; }
    .newsInfo .content .tits {
      text-align: center;
      font-size: 32px;
      line-height: 40px; }
    .newsInfo .content .tag {
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #fff;
      margin-top: 22px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 40px; }
      .newsInfo .content .tag span {
        margin: 0 17px;
        padding-left: 23px;
        background-position: left center;
        background-repeat: no-repeat;
        line-height: 16px;
        display: inline-block; }
        .newsInfo .content .tag span.s1 {
          background-image: url("../img/info1.png"); }
        .newsInfo .content .tag span.s2 {
          background-image: url("../img/info2.png"); }
      .newsInfo .content .tag .dy {
        padding-left: 23px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../img/info3.png");
        color: #fff;
        line-height: 16px;
        display: inline-block;
        margin: 0 17px; }
        @media (min-width: 1024px) {
          .newsInfo .content .tag .dy:hover {
            color: #ebdba8; } }
      .newsInfo .content .tag .t {
        display: inline-block;
        margin: 0 17px; }
        .newsInfo .content .tag .t a {
          font-size: 14px;
          line-height: 16px;
          color: #fff; }
          .newsInfo .content .tag .t a.on {
            color: #ebdba8; }
    .newsInfo .content .con {
      width: 960px;
      max-width: 100%;
      margin: 6.7% auto;
      font-size: 16px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.7); }
      .newsInfo .content .con img {
        max-width: 100%;
        height: auto !important; }
    .newsInfo .content .paging {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 30px; }
      .newsInfo .content .paging a {
        width: 48%;
        display: block; }
        .newsInfo .content .paging a .t {
          width: 192px;
          height: 50px;
          float: left;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/pag_bg.png");
          text-align: center;
          font-size: 16px;
          line-height: 50px;
          color: #fff; }
        .newsInfo .content .paging a span {
          margin-left: 20px;
          width: calc(100% - 212px);
          color: #fff;
          font-size: 16px;
          line-height: 50px;
          height: 50px;
          float: left;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        @media (min-width: 1024px) {
          .newsInfo .content .paging a:hover .t {
            background-image: url("../img/pag_bg_h.png"); }
          .newsInfo .content .paging a:hover span {
            color: #ebdba8; } }
        .newsInfo .content .paging a.right .t {
          float: right; }
        .newsInfo .content .paging a.right span {
          text-align: right;
          float: right;
          margin-right: 20px;
          margin-left: 0; }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .newsInfo .content .paging a span {
      width: calc(100% - 176px);
      font-size: 15px;
      line-height: 42px;
      margin-left: 15px; }
    .newsInfo .content .paging a.right span {
      margin-right: 15px; }
    .newsInfo .content .paging a .t {
      width: 161px;
      height: 42px;
      line-height: 42px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .newsInfo .content .tits {
      font-size: 18px;
      line-height: 24px; }
    .newsInfo .content .tag {
      margin-top: 10px;
      padding-bottom: 15px; }
      .newsInfo .content .tag span {
        margin-bottom: 5px; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 24px; }
    .newsInfo .content .paging a span {
      display: none; }
    .newsInfo .content .paging {
      padding-top: 15px; }
    .newsInfo .content .paging a {
      width: 124px; }
    .newsInfo .content .paging a .t {
      font-size: 14px;
      line-height: 32px;
      width: 124px;
      height: 32px; } }

.partners {
  padding-top: 5.2%;
  padding-bottom: 3.6%; }
  .partners ul li {
    width: 23.3%;
    float: left;
    margin-right: 2.2%;
    margin-bottom: 30px; }
    .partners ul li:nth-child(4n) {
      margin-right: 0; }
    .partners ul li .pic {
      width: 100%;
      height: 140px;
      background-color: #121212;
      position: relative;
      display: block; }
      .partners ul li .pic img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .partners ul li p {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin-top: 20px; }
  @media (max-width: 1100px) {
    .partners ul li {
      width: 32%;
      margin-right: 2%; }
      .partners ul li:nth-child(4n) {
        margin-right: 2%; }
      .partners ul li:nth-child(3n) {
        margin-right: 0; }
      .partners ul li p {
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 768px) {
    .partners ul li {
      width: 48%;
      margin-right: 3%;
      margin-bottom: 15px; }
      .partners ul li:nth-child(3n) {
        margin-right: 3%; }
      .partners ul li:nth-child(2n) {
        margin-right: 0; }
    .partners ul li p {
      font-size: 13px;
      margin-top: 10px;
      line-height: 17px; } }

.stock .box1 {
  padding-top: 8.2%;
  padding-bottom: 6.25%; }
  .stock .box1 .pic {
    width: 50%;
    float: right; }
  .stock .box1 .con {
    color: #fff;
    width: 42.9%;
    float: left;
    padding-top: 37px; }
    .stock .box1 .con .tits {
      font-size: 36px;
      line-height: 44px; }
    .stock .box1 .con .tit {
      font-size: 16px;
      line-height: 26px;
      opacity: 0.7;
      margin-top: 40px; }
.stock .box2 {
  background-color: #121212;
  padding-top: 6.1%;
  padding-bottom: 9.375%; }
  .stock .box2 .conLeft {
    width: 40%;
    float: left;
    color: #fff; }
    .stock .box2 .conLeft .t {
      font-size: 16px;
      line-height: 18px; }
    .stock .box2 .conLeft .t1 {
      font-size: 36px;
      line-height: 44px;
      margin-top: 13px; }
  .stock .box2 .conRight {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
    float: right;
    width: 50%;
    color: #fff;
    padding-top: 30px; }
.stock .box3 {
  padding: 6.25% 0;
  position: relative; }
  .stock .box3 .pic {
    width: 43.3%;
    float: left;
    position: relative;
    z-index: 4; }
  .stock .box3 .con {
    width: 50%;
    float: right;
    padding-top: 8.8%;
    position: relative;
    z-index: 4; }
    .stock .box3 .con .tits {
      font-size: 36px;
      line-height: 44px;
      color: #fff; }
    .stock .box3 .con .tit {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      opacity: 0.7;
      margin-top: 50px; }
  .stock .box3 .bg {
    width: 67.6%;
    position: absolute;
    bottom: 18%;
    right: -6%; }
.stock .box4 {
  background-color: #121212;
  padding-top: 6.77%;
  padding-bottom: 7.3%; }
  .stock .box4 .pic {
    width: 50%;
    float: right; }
    .stock .box4 .pic p {
      background-color: #2a2a2a;
      display: inline-block;
      padding: 0 30px;
      font-size: 16px;
      line-height: 76px;
      color: rgba(255, 255, 255, 0.5); }
  .stock .box4 .con {
    width: 43.3%;
    float: left;
    color: #fff;
    padding-top: 54px; }
    .stock .box4 .con .t {
      font-size: 36px;
      line-height: 44px; }
    .stock .box4 .con .t1 {
      font-size: 16px;
      line-height: 26px;
      opacity: 0.7;
      margin-top: 40px; }
.stock .box5 {
  position: relative; }
  .stock .box5 .con {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0; }
    .stock .box5 .con .conRight {
      width: 50%;
      float: right;
      color: #fff; }
      .stock .box5 .con .conRight .tits {
        font-size: 36px;
        line-height: 44px; }
      .stock .box5 .con .conRight .tit {
        font-size: 16px;
        line-height: 26px;
        opacity: 0.7;
        margin-top: 40px; }
@media (max-width: 1366px) {
  .stock .box1 .con .tits {
    font-size: 26px;
    line-height: 34px; }
  .stock .box2 .conLeft .t1 {
    font-size: 26px;
    line-height: 34px; }
  .stock .box3 .con .tits {
    font-size: 26px;
    line-height: 34px; }
  .stock .box4 .con .t {
    font-size: 26px;
    line-height: 34px; }
  .stock .box5 .con .conRight .tits {
    font-size: 26px;
    line-height: 34px; } }
@media (max-width: 1024px) {
  .stock .box1 .con .tits {
    font-size: 20px;
    line-height: 26px; }
  .stock .box1 .con .tit {
    margin-top: 15px; }
  .stock .box2 .conLeft .t1 {
    font-size: 20px;
    line-height: 26px; }
  .stock .box3 .con .tits {
    font-size: 20px;
    line-height: 26px; }
  .stock .box3 .con .tit {
    margin-top: 20px; }
  .stock .box4 .con .t {
    font-size: 20px;
    line-height: 26px; }
  .stock .box5 .con .conRight .tits {
    font-size: 20px;
    line-height: 26px; }
  .stock .box4 .con .t1 {
    margin-top: 15px; }
  .stock .box5 .con .conRight .tit {
    margin-top: 15px; }
  .stock .box4 .pic p {
    line-height: 50px;
    font-size: 14px; } }
@media (max-width: 768px) {
  .stock .box1 .pic {
    width: 100%;
    float: none; }
  .stock .box1 .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
    .stock .box1 .con .tits {
      font-size: 18px;
      line-height: 24px; }
    .stock .box1 .con .tit {
      font-size: 13px;
      line-height: 24px; }
  .stock .box2 .conLeft {
    float: none;
    width: 100%; }
    .stock .box2 .conLeft .t1 {
      font-size: 18px;
      line-height: 24px; }
  .stock .box2 .conRight {
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 24px;
    padding-top: 10px; }
  .stock .box3 .pic {
    width: 100%;
    float: none; }
  .stock .box3 .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
    .stock .box3 .con .tits {
      font-size: 18px;
      line-height: 24px; }
    .stock .box3 .con .tit {
      font-size: 13px;
      line-height: 24px;
      margin-top: 10px; }
  .stock .box4 .pic {
    width: 100%;
    float: none; }
  .stock .box4 .con {
    width: 100%;
    float: none;
    padding-top: 10px; }
    .stock .box4 .con .t {
      font-size: 18px;
      line-height: 24px; }
    .stock .box4 .con .t1 {
      font-size: 13px;
      line-height: 24px;
      margin-top: 10px; }
  .stock .box5 img {
    width: 170%; }
  .stock .box5 .con {
    top: 10%; }
  .stock .box5 .con .conRight {
    width: 100%; }
    .stock .box5 .con .conRight .tits {
      font-size: 18px;
      line-height: 24px; }
    .stock .box5 .con .conRight .tit {
      font-size: 13px;
      line-height: 24px;
      margin-top: 10px; } }

.join {
  padding-top: 4.7%;
  padding-bottom: 5.2%; }
  .join.w1200 {
    z-index: 10; }
  .join .title .tits {
    width: 158px;
    height: 75px;
    margin: 0 auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 75px;
    background-image: url("../img/title_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .join .title .tit {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-top: 30px; }
  .join .top {
    padding: 42px 50px;
    background-color: #121212;
    margin-top: 50px;
    position: relative;
    z-index: 10; }
    .join .top .t {
      width: 27.3%;
      margin-right: 6.3%;
      float: left; }
      .join .top .t span {
        font-size: 16px;
        line-height: 46px;
        color: #fff;
        float: left; }
      .join .top .t .sel {
        width: calc(100% - 80px);
        float: right;
        position: relative; }
        .join .top .t .sel .tt {
          box-sizing: border-box;
          width: 100%;
          height: 46px;
          border: 1px solid rgba(255, 255, 255, 0.2);
          position: relative;
          cursor: pointer; }
          .join .top .t .sel .tt em {
            margin-left: 15px;
            font-size: 15px;
            line-height: 46px;
            color: #fff;
            opacity: 0.7; }
          .join .top .t .sel .tt i {
            width: 12px;
            height: 46px;
            background-image: url("../img/sj.png");
            display: block;
            position: absolute;
            top: 0;
            right: 12px;
            background-position: center;
            background-repeat: no-repeat; }
        .join .top .t .sel ul {
          width: 100%;
          height: auto;
          border: 1px solid rgba(255, 255, 255, 0.2);
          background-color: #121212;
          top: 45px;
          left: 0;
          position: absolute;
          box-sizing: border-box;
          display: none; }
          .join .top .t .sel ul li {
            width: 100%;
            height: auto;
            font-size: 15px;
            line-height: 40px;
            color: rgba(255, 255, 255, 0.6);
            padding-left: 15px;
            cursor: pointer;
            box-sizing: border-box; }
            @media (min-width: 1024px) {
              .join .top .t .sel ul li:hover {
                background-color: #000; } }
    .join .top .search {
      width: 32.8%;
      float: left; }
      .join .top .search span {
        font-size: 16px;
        line-height: 46px;
        color: #fff;
        float: left; }
      .join .top .search .searchNew {
        width: calc(100% - 80px);
        float: right;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        box-sizing: border-box; }
        .join .top .search .searchNew .text {
          width: calc(100% - 70px);
          height: 44px;
          border: none;
          background: none;
          float: left;
          padding-left: 15px;
          font-size: 15px;
          line-height: 30px;
          color: #fff;
          opacity: 0.7; }
        .join .top .search .searchNew .submit {
          width: 55px;
          height: 44px;
          float: right;
          border: none;
          background: none;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../img/join_icon1.png"); }
  .join .list {
    margin-top: 30px; }
    .join .list .tabs {
      width: 100%;
      height: 74px;
      font-size: 16px;
      line-height: 74px;
      color: #fff;
      background-color: #121212; }
      .join .list .tabs .t {
        float: left; }
        .join .list .tabs .t.t1 {
          width: calc(20% - 20px);
          padding-left: 20px; }
        .join .list .tabs .t.t2 {
          width: 14.2%;
          text-align: center;
          margin-right: 8.3%; }
    .join .list ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px 0; }
      .join .list ul li .item {
        font-size: 16px;
        line-height: 80px;
        color: #fff;
        position: relative;
        cursor: pointer; }
        .join .list ul li .item .t {
          float: left; }
          .join .list ul li .item .t.t1 {
            width: calc(20% - 20px);
            padding-left: 20px; }
          .join .list ul li .item .t.t2 {
            width: 14.2%;
            text-align: center;
            margin-right: 8.3%; }
        .join .list ul li .item i {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 20px;
          right: 30px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/join_icon2.png");
          display: block; }
        .join .list ul li .item.on i {
          background-image: url("../img/join_icon3.png"); }
      .join .list ul li .con {
        width: calc(100% - 30px);
        margin: 0 auto;
        font-size: 15px;
        line-height: 24px;
        color: #bbb;
        padding-bottom: 50px;
        display: none; }
        .join .list ul li .con .apply {
          width: 204px;
          height: 52px;
          text-align: center;
          font-size: 14px;
          line-height: 52px;
          color: #fff;
          margin-top: 35px;
          display: block;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/join_bg1.png"); }
    .join .list .moreClick {
      width: 244px;
      height: 54px;
      text-align: center;
      font-size: 16px;
      line-height: 54px;
      display: block;
      margin: 60px auto 0;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/join_bg2.png"); }
  @media (max-width: 1200px) {
    .join .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .join .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; }
    .join .top {
      padding: 28px 30px; }
    .join .top .t {
      width: 30.6%;
      margin-right: 3%; }
    .join .list ul li .item {
      line-height: 60px; }
    .join .list ul li .item i {
      top: 10px; }
    .join .list .tabs {
      height: 56px;
      line-height: 56px; } }
  @media (max-width: 890px) {
    .join .top {
      padding: 15px 10px; }
      .join .top .t {
        width: 100%;
        float: none;
        margin-bottom: 10px; }
        .join .top .t span {
          font-size: 13px;
          line-height: 36px; }
        .join .top .t .sel {
          width: calc(100% - 65px); }
          .join .top .t .sel .tt {
            height: 36px; }
            .join .top .t .sel .tt em {
              line-height: 36px;
              font-size: 13px; }
            .join .top .t .sel .tt i {
              height: 36px; }
          .join .top .t .sel ul {
            top: 35px;
            z-index: 10; }
            .join .top .t .sel ul li {
              font-size: 13px;
              line-height: 34px; }
      .join .top .search {
        width: 100%;
        float: none; }
        .join .top .search span {
          font-size: 13px;
          line-height: 36px; }
        .join .top .search .searchNew {
          width: calc(100% - 65px);
          height: 36px; }
          .join .top .search .searchNew .text {
            font-size: 13px;
            height: 36px; }
          .join .top .search .searchNew .submit {
            width: 36px;
            height: 36px;
            background-size: 16px; } }
  @media (max-width: 768px) {
    .join .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .join .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .join .list .tabs {
      font-size: 13px;
      line-height: 40px;
      height: 40px; }
    .join .list .tabs .t.t1 {
      width: calc(60% - 10px);
      padding-left: 10px; }
    .join .list .tabs .t.t2 {
      width: 18%;
      margin-right: 0; }
    .join .list .tabs .t:nth-child(3), .join .list .tabs .t:nth-child(4) {
      display: none; }
    .join .list ul li .item {
      font-size: 14px;
      line-height: 40px; }
    .join .list ul li .con {
      width: calc(100% - 20px);
      font-size: 13px;
      line-height: 22px;
      padding-bottom: 25px; }
    .join .list ul li .item .t:nth-child(3), .join .list ul li .item .t:nth-child(4) {
      display: none; }
    .join .list ul li .item .t.t1 {
      width: calc(60% - 10px);
      padding-left: 10px; }
    .join .list ul li .item .t.t2 {
      width: 18%;
      margin-right: 0; }
    .join .list ul li .item i {
      width: 20px;
      height: 20px;
      top: 10px; }
    .join .list ul li .con .apply {
      font-size: 14px;
      line-height: 32px;
      width: 128px;
      height: 32px; }
    .join .list .moreClick {
      font-size: 14px;
      line-height: 36px;
      width: 162px;
      height: 36px;
      margin: 20px auto 0; }
    .join .top {
      margin-top: 25px; } }

.joinTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .joinTk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .joinTk .box {
    width: 800px;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .joinTk .box .title {
      text-align: center;
      padding-top: 60px; }
      .joinTk .box .title img {
        display: block;
        margin: 0 auto; }
      .joinTk .box .title .tits {
        font-size: 42px;
        line-height: 44px;
        color: #181818;
        margin-top: 30px; }
      .joinTk .box .title .tit {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        margin-top: 15px; }
    .joinTk .box .fileBox {
      width: 455px;
      margin: 40px auto 0; }
      .joinTk .box .fileBox .t {
        width: 320px;
        height: 50px;
        float: left;
        position: relative;
        background-image: url("../img/join_bg3.png");
        background-size: cover;
        background-repeat: no-repeat; }
        .joinTk .box .fileBox .t .file {
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          cursor: pointer; }
        .joinTk .box .fileBox .t span {
          text-align: center;
          font-size: 16px;
          line-height: 50px;
          width: 100%;
          display: block;
          color: #777; }
      .joinTk .box .fileBox .t1 {
        text-align: center;
        float: left;
        font-size: 15px;
        line-height: 50px;
        margin-left: 17px;
        color: #777; }
      .joinTk .box .fileBox .text {
        width: calc(100% - 140px);
        float: left;
        height: 48px;
        border: 1px solid #ccc;
        background: none;
        padding-left: 20px;
        font-size: 16px;
        line-height: 30px;
        color: #333; }
      .joinTk .box .fileBox img {
        float: left;
        margin-left: 10px; }
    .joinTk .box .txt {
      text-align: center;
      font-size: 15px;
      line-height: 24px;
      color: #666;
      margin-top: 16px; }
      .joinTk .box .txt span {
        color: #d80111; }
    .joinTk .box .click {
      width: 244px;
      height: 54px;
      background-image: url("../img/join_bg4.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      text-align: center;
      display: block;
      margin: 35px auto 0;
      font-size: 16px;
      line-height: 54px;
      color: #fff; }
    .joinTk .box .close {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 35px;
      right: 35px;
      display: block;
      background-image: url("../img/join_close.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  @media (max-width: 900px) {
    .joinTk .box {
      width: 360px;
      height: 360px; }
      .joinTk .box .title {
        padding-top: 30px; }
        .joinTk .box .title img {
          width: 90px; }
        .joinTk .box .title .tits {
          font-size: 22px;
          line-height: 22px;
          margin-top: 10px; }
        .joinTk .box .title .tit {
          font-size: 13px;
          line-height: 15px;
          margin-top: 10px; }
      .joinTk .box .fileBox {
        width: 310px;
        margin: 15px auto 0; }
        .joinTk .box .fileBox .t {
          width: 192px;
          height: 30px; }
          .joinTk .box .fileBox .t span {
            line-height: 30px;
            font-size: 12px; }
        .joinTk .box .fileBox .t1 {
          font-size: 12px;
          line-height: 30px; }
        .joinTk .box .fileBox .text {
          width: calc(100% - 124px);
          height: 34px;
          font-size: 14px; }
        .joinTk .box .fileBox img {
          width: 90px;
          height: 36px; }
      .joinTk .box .txt {
        font-size: 13px;
        line-height: 22px;
        width: 80%;
        margin: 12px auto 0; }
      .joinTk .box .click {
        font-size: 14px;
        line-height: 32px;
        width: 146px;
        height: 32px;
        margin: 20px auto 0; }
      .joinTk .box .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px; } }

.service {
  padding-top: 4.2%;
  padding-bottom: 6.875%; }
  .service .title {
    text-align: center; }
    .service .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .service .title .tit {
      font-size: 30px;
      line-height: 30px;
      margin-top: 30px; }
  .service .txt {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 55px; }
  .service .list {
    margin-top: 5.8%; }
    .service .list .tits {
      font-size: 18px;
      line-height: 26px; }
    .service .list ul {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 25px;
      margin-bottom: 20px; }
      .service .list ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        line-height: 26px;
        color: rgba(255, 255, 255, 0.7);
        padding: 29px 0; }
        .service .list ul li .t {
          margin-left: 15px; }
        .service .list ul li .t1 {
          margin-left: 15px;
          margin-top: 5px; }
          .service .list ul li .t1 .tt {
            padding-left: 25px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../img/service_icon1.png");
            cursor: pointer;
            margin-right: 68px;
            float: left; }
            .service .list ul li .t1 .tt:last-child {
              margin-right: 50px; }
            .service .list ul li .t1 .tt.on {
              background-image: url("../img/service_icon1_h.png"); }
          .service .list ul li .t1 .tb {
            width: calc(100% - 30px);
            padding: 10px 15px;
            background: none;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background-color: rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            line-height: 26px;
            height: 78px; }
    .service .list .text {
      width: 100%;
      height: 110px;
      background: none;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      margin-top: 83px; }
      .service .list .text::-webkit-input-placeholder {
        color: #ebdba8; }
      .service .list .text:-moz-placeholder {
        color: #ebdba8; }
      .service .list .text::-moz-placeholder {
        color: #ebdba8; }
      .service .list .text:-ms-input-placeholder {
        color: #ebdba8; }
    .service .list .box .text {
      width: 48.3%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      height: 102px;
      margin-top: 55px; }
    .service .list .box img {
      margin-top: 108px;
      display: block;
      float: left; }
    .service .list .click {
      width: 244px;
      height: 54px;
      text-align: center;
      font-size: 15px;
      line-height: 54px;
      color: #fff;
      display: block;
      margin-top: 80px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/join_bg4.png"); }
  @media (max-width: 1200px) {
    .service .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .service .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; }
    .service .list ul li .t1 .tt {
      margin-right: 40px; } }
  @media (max-width: 960px) {
    .service .list ul li .t {
      float: none; }
    .service .list ul li .t1 {
      float: none;
      margin-left: 15px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .service .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .service .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .service .list ul li {
      padding: 10px 0;
      font-size: 13px;
      line-height: 24px; }
    .service .list ul li .t1 .tt {
      margin-right: 20px; }
      .service .list ul li .t1 .tt:last-child {
        margin-right: 0; }
    .service .txt {
      font-size: 13px;
      line-height: 24px;
      margin-top: 15px; }
    .service .list .tits {
      font-size: 16px;
      line-height: 22px; }
    .service .list .text {
      font-size: 13px;
      line-height: 24px;
      margin-top: 20px; }
    .service .list .box .text {
      width: 100%;
      float: none;
      margin-top: 15px;
      height: 40px;
      font-size: 13px; }
    .service .list .box .text.text1 {
      width: calc(100% - 120px);
      float: left; }
    .service .list .box img {
      width: 110px;
      height: 41px;
      margin-top: 15px;
      float: right; }
    .service .list .click {
      font-size: 14px;
      line-height: 32px;
      width: 146px;
      height: 32px;
      margin-top: 20px; } }

.contact .home {
  background-color: #d3c192;
  position: relative; }
.contact .content {
  padding: 6.5% 0; }
  .contact .content .w1200 {
    background-color: #121212; }
    .contact .content .w1200 .map {
      width: 46.8%;
      height: 430px;
      float: left; }
    .contact .content .w1200 .con {
      margin-left: 6.2%;
      float: left;
      padding-top: 120px; }
      .contact .content .w1200 .con .tits {
        font-size: 24px;
        line-height: 26px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: inline-block;
        padding-bottom: 20px; }
      .contact .content .w1200 .con .tit {
        font-size: 16px;
        line-height: 40px;
        margin-top: 30px; }
        .contact .content .w1200 .con .tit .t {
          margin-bottom: 14px;
          padding-left: 45px;
          background-position: left center;
          background-repeat: no-repeat;
          color: #fff; }
@media (max-width: 1200px) {
  .contact .content .w1200 .con {
    margin-left: 15px; } }
@media (max-width: 1024px) {
  .contact .content .w1200 .map {
    width: 100%;
    height: 280px;
    float: none; }
  .contact .content .w1200 .con {
    width: calc(100% - 10px);
    padding-left: 10px;
    float: none;
    padding-top: 15px;
    margin-left: 0; }
    .contact .content .w1200 .con .tits {
      font-size: 18px;
      padding-bottom: 10px;
      line-height: 22px; }
    .contact .content .w1200 .con .tit {
      font-size: 14px;
      margin-top: 15px; } }

.anchorBL {
  display: none !important; }

.online {
  padding-bottom: 7.3%; }
  .online .home {
    position: relative; }
  .online .box {
    width: 960px;
    height: auto;
    margin: 0 auto 0;
    padding-top: 7.7%;
    max-width: 92%; }
    .online .box .t {
      margin-bottom: 25px; }
      .online .box .t .text {
        width: 48.6%;
        height: 50px;
        box-sizing: border-box;
        border: 1px solid #d1d1d1;
        background-color: #fff;
        padding-left: 22px;
        opacity: 0.9;
        font-size: 15px;
        line-height: 50px;
        color: #777;
        background-color: #fff; }
        .online .box .t .text:focus {
          border: 1px solid #ebdba8; }
        .online .box .t .text::-webkit-input-placeholder {
          color: #777; }
        .online .box .t .text:-moz-placeholder {
          color: #777; }
        .online .box .t .text::-moz-placeholder {
          color: #777; }
        .online .box .t .text:-ms-input-placeholder {
          color: #777; }
      .online .box .t img {
        float: left;
        margin-left: 10px; }
    .online .box .txt {
      width: 100%;
      height: 230px;
      border: 1px solid #d1d1d1;
      background-color: #fff;
      box-sizing: border-box;
      padding: 10px 22px;
      font-size: 15px;
      line-height: 30px;
      color: #777; }
      .online .box .txt:focus {
        border: 1px solid #ebdba8; }
      .online .box .txt::-webkit-input-placeholder {
        color: #777; }
      .online .box .txt:-moz-placeholder {
        color: #777; }
      .online .box .txt::-moz-placeholder {
        color: #777; }
      .online .box .txt:-ms-input-placeholder {
        color: #777; }
    .online .box .submit {
      width: 244px;
      height: 54px;
      background: none;
      background-image: url("../img/join_bg4.png");
      background-size: cover;
      background-repeat: no-repeat;
      border: none;
      text-align: center;
      display: block;
      font-size: 15px;
      line-height: 54px;
      color: #fff;
      margin-top: 25px; }
  @media (max-width: 768px) {
    .online .box .t {
      margin-bottom: 0; }
    .online .box .t .text {
      width: 100%;
      margin-bottom: 10px;
      height: 42px;
      line-height: 42px;
      font-size: 13px; }
    .online .box .t .text.text1 {
      width: calc(100% - 120px); }
    .online .box .t img {
      width: 110px;
      height: 42px; }
    .online .box .txt {
      font-size: 13px;
      line-height: 26px;
      height: 160px;
      margin-bottom: 10px; }
    .online .box .submit {
      font-size: 14px;
      line-height: 32px;
      width: 146px;
      height: 32px; } }

.product {
  padding-bottom: 6%; }
  .product .home {
    position: relative;
    background-color: #d7c595; }
  .product .content {
    margin-top: 3.125%; }
    .product .content .title {
      font-size: 30px;
      line-height: 30px; }
    .product .content .list {
      margin-top: 40px; }
      .product .content .list ul li {
        width: 31.7%;
        float: left;
        margin-right: 2.45%;
        margin-bottom: 40px; }
        .product .content .list ul li:nth-child(3n) {
          margin-right: 0; }
        .product .content .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .product .content .list ul li a .pic {
            width: 100%;
            background-color: #0d0d0d;
            position: relative; }
            .product .content .list ul li a .pic .bg {
              width: 100%;
              height: auto;
              opacity: 0;
              transition: all .5s; }
            .product .content .list ul li a .pic .img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              max-width: 80%;
              max-height: 80%; }
          .product .content .list ul li a p {
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            color: #fff;
            margin-top: 20px; }
        @media (min-width: 1024px) {
          .product .content .list ul li:hover a .pic .bg {
            opacity: 0.3; } }
    .product .content .info {
      margin-top: 40px; }
      .product .content .info .top {
        padding-bottom: 8.3%; }
        .product .content .info .top .list1 {
          width: 48.3%;
          float: left; }
          .product .content .info .top .list1 ul li {
            width: 100%;
            height: 520px;
            background-color: #121212;
            position: relative; }
            .product .content .info .top .list1 ul li img {
              max-width: 90%;
              max-height: 90%;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              margin: auto; }
          .product .content .info .top .list1 .btns {
            width: 100%;
            margin-top: 30px;
            text-align: center;
            font-size: 0; }
            .product .content .info .top .list1 .btns span {
              opacity: 1;
              background: none;
              border: 1px solid #ebdba8;
              width: 8px;
              height: 8px;
              border-radius: 100%;
              margin: 0 10px;
              cursor: pointer;
              display: inline-block; }
              .product .content .info .top .list1 .btns span.swiper-pagination-bullet-active {
                background-color: #ebdba8; }
        .product .content .info .top .con {
          width: 44.2%;
          float: right;
          padding-top: 7%; }
          .product .content .info .top .con .tits {
            font-size: 30px;
            line-height: 30px; }
          .product .content .info .top .con .tit {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            margin-top: 25px; }
      .product .content .info .conn {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        line-height: 36px;
        color: #fff;
        opacity: 0.8;
        padding-top: 50px; }
  @media (max-width: 1200px) {
    .product .content .info .top .list1 ul li {
      height: 460px; } }
  @media (max-width: 768px) {
    .product .content .list ul li {
      width: 48%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .product .content .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .product .content .list ul li:nth-child(2n) {
        margin-right: 0; }
    .product .content .list ul li a p {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; }
    .product .content .list {
      margin-top: 20px; }
    .product .content .title {
      font-size: 20px;
      line-height: 20px; }
    .product .content .list ul li a .pic .bg {
      opacity: 1; }
    .product .content .list ul li a .pic .img {
      max-width: 70%;
      max-height: 70%; }
    .product .content .info .top .list1 {
      width: 100%;
      float: none; }
      .product .content .info .top .list1 ul li {
        height: 400px; }
      .product .content .info .top .list1 .btns {
        margin-top: 10px; }
    .product .content .info .top .con {
      width: 100%;
      float: none;
      padding-top: 15px; }
      .product .content .info .top .con .tits {
        font-size: 20px;
        line-height: 20px; }
      .product .content .info .top .con .tit {
        font-size: 14px;
        line-height: 22px; }
    .product .content .info .conn {
      padding-top: 20px;
      font-size: 14px;
      line-height: 26px; }
    .product .content .info {
      margin-top: 20px; } }

.about .box1 {
  padding: 5% 0; }
  .about .box1 .title {
    text-align: center; }
    .about .box1 .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .about .box1 .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .about .box1 .txt {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    color: #fff;
    margin-top: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 6.5%; }
  .about .box1 .pic {
    width: 960px;
    max-width: 100%;
    margin: 6.7% auto 0;
    display: block; }
  .about .box1 .txt1 {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 6.9%;
    padding-top: 6.6%; }
  .about .box1 .item {
    margin-top: 6.6%; }
    .about .box1 .item .item1 {
      position: relative; }
      .about .box1 .item .item1 .con {
        float: left;
        margin-left: 40px;
        position: relative;
        z-index: 5; }
        .about .box1 .item .item1 .con p {
          padding-left: 35px;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          background-position: left 17px;
          background-repeat: no-repeat;
          background-image: url("../img/about_icon1.png");
          margin-bottom: 30px; }
          .about .box1 .item .item1 .con p span {
            font-size: 48px;
            color: #ebdba8; }
      .about .box1 .item .item1 .pic1 {
        width: 27.5%;
        float: right;
        margin-top: 16.5%; }
      .about .box1 .item .item1 .pic2 {
        width: 35.8%;
        left: 31.5%;
        top: 9%;
        position: absolute; }
    .about .box1 .item .item2 {
      width: 100%;
      height: auto;
      margin-top: -5.3%;
      position: relative; }
      .about .box1 .item .item2 .pic1 {
        width: 53.3%;
        height: auto; }
      .about .box1 .item .item2 .tits {
        width: 37.5%;
        position: absolute;
        right: 0;
        bottom: 20px; }
  .about .box1 .txt2 {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    color: #fff;
    margin-top: 4.2%; }
.about .box2 {
  background-color: #0d0d0d;
  padding: 4.9% 0 5.6%; }
  .about .box2 .box {
    position: relative; }
    .about .box2 .box .pic {
      width: 50%;
      float: left; }
    .about .box2 .box .con {
      width: 100%;
      position: absolute;
      top: 25%;
      left: 0; }
      .about .box2 .box .con .conn {
        width: 46.6%;
        float: right;
        font-size: 16px;
        line-height: 24px;
        opacity: .8;
        text-indent: 2em;
        color: #fff; }
.about .box3 {
  padding-top: 10.4%;
  padding-bottom: 8.8%; }
  .about .box3 .pic {
    width: 100%; }
  .about .box3 .txt {
    width: 72.5%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
    text-indent: 2em;
    margin-top: 5%; }
  .about .box3 .img {
    width: 15.3%;
    position: absolute;
    right: 3.3%;
    top: 55%; }
.about .box4 {
  padding-top: 6%;
  background-color: #0d0d0d;
  padding-bottom: 7.8%; }
  .about .box4 .item .pic {
    width: 48.3%;
    float: left; }
  .about .box4 .item .tit {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
    text-indent: 2em;
    width: 46.7%;
    float: right;
    padding-top: 45px; }
  .about .box4 .txt {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
    text-indent: 2em;
    margin-top: 56px; }
@media (max-width: 1366px) {
  .about .box1 .title .tit {
    font-size: 36px;
    line-height: 36px; }
  .about .box2 .box .con {
    top: 10%; } }
@media (max-width: 1200px) {
  .about .box1 .title .tits {
    width: 115px;
    height: 55px;
    line-height: 55px;
    font-size: 16px; }
  .about .box1 .title .tit {
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px; } }
@media (max-width: 1024px) {
  .about .box1 .txt {
    font-size: 13px;
    line-height: 24px; }
  .about .box1 .txt1 {
    font-size: 13px;
    line-height: 24px; }
  .about .box1 .txt2 {
    font-size: 13px;
    line-height: 24px; }
  .about .box2 .box .con .conn {
    font-size: 13px;
    line-height: 24px; }
  .about .box3 .txt {
    font-size: 13px;
    line-height: 24px; }
  .about .box4 .item .tit {
    padding-top: 20px;
    font-size: 13px;
    line-height: 24px; }
  .about .box4 .txt {
    font-size: 13px;
    line-height: 24px; }
  .about .box1 .item .item1 .con p {
    font-size: 13px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 15px;
    background-position: left 11px; }
    .about .box1 .item .item1 .con p span {
      font-size: 30px; } }
@media (max-width: 768px) {
  .about .box1 .txt2 {
    margin-top: 20px; }
  .about .box1 .item .item2 {
    margin-top: 5%; }
  .about .box1 .title .tits {
    width: 100px;
    font-size: 13px;
    line-height: 47px;
    height: 47px; }
  .about .box1 .title .tit {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px; }
  .about .box1 .txt {
    margin-top: 20px; }
  .about .box1 .item .item1 .con {
    margin-left: 0; }
  .about .box1 .item .item1 .pic1 {
    margin-top: -3%; }
  .about .box1 .item .item1 .pic2 {
    left: auto;
    top: auto;
    right: 0;
    bottom: -90%; }
  .about .box1 .item .item1 .con p {
    margin-bottom: 10px; }
  .about .box2 .box .pic {
    width: 100%;
    float: none; }
  .about .box2 .box .con {
    position: relative;
    left: auto;
    top: auto; }
    .about .box2 .box .con .conn {
      width: 100%;
      margin-top: 10px; }
  .about .box3 .txt {
    width: 100%; }
  .about .box3 .img {
    top: 10%; }
  .about .box4 .item .pic {
    width: 100%;
    float: none; }
  .about .box4 .item .tit {
    width: 100%;
    float: none;
    padding-top: 10px; }
  .about .box4 .txt {
    margin-top: 20px; } }

.culture {
  padding-top: 5%;
  padding-bottom: 3.6%; }
  .culture .title {
    text-align: center; }
    .culture .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .culture .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .culture .txt {
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
    margin-top: 33px; }
  .culture .itemBox {
    background-color: #121212;
    padding-top: 50px;
    margin-top: 6.3%;
    padding-bottom: 62px; }
    .culture .itemBox .itemNew {
      width: calc(100% - 160px);
      margin: 0 auto;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 52px; }
      .culture .itemBox .itemNew .item {
        width: 29.3%;
        float: left;
        margin-right: 6.05%;
        color: #fff; }
        .culture .itemBox .itemNew .item:last-child {
          margin-right: 0; }
        .culture .itemBox .itemNew .item .icon {
          width: 100%;
          height: 66px; }
          .culture .itemBox .itemNew .item .icon img {
            max-height: 100%; }
        .culture .itemBox .itemNew .item .tits {
          font-size: 20px;
          line-height: 20px;
          margin-top: 36px; }
        .culture .itemBox .itemNew .item .tit {
          font-size: 16px;
          line-height: 24px;
          opacity: 0.8;
          margin-top: 16px; }
  .culture .box {
    margin-top: 6.67%; }
    .culture .box .item {
      margin-bottom: 6.67%; }
      .culture .box .item .pic {
        width: 48.3%;
        float: left; }
      .culture .box .item .con {
        width: 41.67%;
        margin-right: 4.17%;
        float: right;
        padding-top: 52px; }
        .culture .box .item .con .tits {
          font-size: 28px;
          line-height: 40px; }
        .culture .box .item .con .tit {
          font-size: 16px;
          line-height: 24px;
          color: #ccc;
          margin-top: 30px; }
      .culture .box .item:nth-child(2n) .pic {
        float: right; }
      .culture .box .item:nth-child(2n) .con {
        float: left;
        margin-left: 4.17%;
        margin-right: 0; }
  @media (max-width: 1366px) {
    .culture .title .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .culture .box .item .con .tits {
      font-size: 22px;
      line-height: 30px; }
    .culture .box .item .con {
      padding-top: 25px; }
    .culture .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .culture .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; } }
  @media (max-width: 960px) {
    .culture .txt {
      font-size: 13px;
      line-height: 24px;
      margin-top: 10px; }
    .culture .itemBox .itemNew {
      width: calc(100% - 40px);
      padding-top: 25px; }
    .culture .itemBox {
      padding-top: 25px;
      padding-bottom: 30px; }
    .culture .itemBox .itemNew .item {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 15px; }
    .culture .itemBox .itemNew .item .icon {
      height: 40px; }
      .culture .itemBox .itemNew .item .icon img {
        max-height: 100%; }
    .culture .itemBox .itemNew .item .tits {
      margin-top: 10px;
      font-size: 16px;
      line-height: 16px; }
    .culture .itemBox .itemNew .item .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 8px; }
    .culture .box .item .pic {
      width: 100%;
      float: none !important; }
    .culture .box .item .con {
      width: 100%;
      float: none !important;
      margin-right: 0;
      margin-left: 0 !important;
      padding-top: 15px; }
      .culture .box .item .con .tits {
        font-size: 18px;
        line-height: 26px; }
      .culture .box .item .con .tit {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .culture .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .culture .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; } }

.honor {
  padding-top: 5%;
  padding-bottom: 5.2%; }
  .honor .title {
    text-align: center; }
    .honor .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .honor .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .honor .list1 {
    margin-top: 60px; }
    .honor .list1 ul li {
      width: 31.4%;
      float: left;
      margin-right: 2.9%;
      margin-bottom: 40px; }
      .honor .list1 ul li:nth-child(3n) {
        margin-right: 0; }
      .honor .list1 ul li .pic {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #000; }
        .honor .list1 ul li .pic img {
          position: relative;
          z-index: 5; }
        .honor .list1 ul li .pic .img {
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          top: 5px;
          left: 5px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          z-index: 4;
          position: absolute; }
      .honor .list1 ul li p {
        margin-left: 15px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        opacity: 0.8;
        margin-top: 20px; }
      .honor .list1 ul li .txt {
        width: calc(100% - 30px);
        margin: 10px auto 0;
        font-size: 14px;
        line-height: 20px;
        color: #999;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 1024px) {
          .honor .list1 ul li .txt {
            display: none; } }
  @media (max-width: 1366px) {
    .honor .title .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .honor .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .honor .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; }
    .honor .list1 {
      margin-top: 40px; } }
  @media (max-width: 960px) {
    .honor .list1 ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .honor .list1 ul li:nth-child(3n) {
        margin-right: 3%; }
      .honor .list1 ul li:nth-child(2n) {
        margin-right: 0; }
      .honor .list1 ul li p {
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .honor .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .honor .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .honor .list1 {
      margin-top: 20px; } }

.duty {
  padding-top: 5%;
  padding-bottom: 6%; }
  .duty .title {
    text-align: center; }
    .duty .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .duty .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .duty .list {
    margin-top: 5.3%;
    position: relative; }
    .duty .list .line {
      width: 1px;
      height: calc(100% - 30px);
      position: absolute;
      top: 0;
      left: 171px;
      background-color: rgba(255, 255, 255, 0.2); }
    .duty .list ul li {
      position: relative; }
      .duty .list ul li .year {
        width: 135px;
        position: absolute;
        top: 47.5px;
        left: 0;
        font-size: 16px;
        line-height: 25px;
        color: #ebdba8;
        text-align: right; }
        .duty .list ul li .year:after {
          width: 13px;
          height: 13px;
          position: absolute;
          top: 6px;
          right: -43px;
          display: block;
          background-position: center;
          background-size: cover;
          background-image: url("../img/print.png");
          content: ''; }
      .duty .list ul li .con {
        width: calc(100% - 220px);
        float: right; }
        .duty .list ul li .con .item {
          width: 100%;
          height: auto;
          background-color: #121212;
          margin-bottom: 30px;
          padding: 47.5px 40px;
          box-sizing: border-box; }
          .duty .list ul li .con .item .conn {
            width: 815px;
            max-width: 100%;
            font-size: 16px;
            line-height: 25px;
            color: #fff; }
  @media (max-width: 1366px) {
    .duty .title .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .duty .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .duty .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .duty .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .duty .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .duty .list ul li .year {
      width: 55px;
      font-size: 14px;
      top: 20px; }
      .duty .list ul li .year:after {
        right: -18px; }
    .duty .list ul li .con {
      width: calc(100% - 80px); }
    .duty .list ul li .con .item {
      padding: 15px 10px;
      margin-bottom: 15px; }
      .duty .list ul li .con .item .conn {
        font-size: 13px;
        line-height: 22px; }
    .duty .list .line {
      left: 66px; } }

.history {
  padding-top: 5%;
  padding-bottom: 5.2%; }
  .history .title {
    text-align: center; }
    .history .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .history .title .tit {
      font-size: 48px;
      line-height: 48px;
      margin-top: 30px; }
  .history .yearBox {
    margin-top: 6.67%;
    position: relative; }
    .history .yearBox:after {
      width: 100%;
      height: 1px;
      top: 30px;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      content: ''; }
    .history .yearBox .list {
      width: calc(100% - 96px);
      margin: 0 auto;
      position: relative;
      z-index: 4; }
      .history .yearBox .list ul li {
        width: 8.3333333333%;
        float: left;
        height: 60px;
        position: relative;
        cursor: pointer; }
        .history .yearBox .list ul li .print {
          width: 13px;
          height: 13px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("../img/print.png");
          border-radius: 100%;
          transition: all .5s; }
        .history .yearBox .list ul li .t {
          width: 100%;
          font-size: 14px;
          line-height: 16px;
          color: #fff;
          opacity: 0.8;
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center;
          transition: all .5s; }
        .history .yearBox .list ul li.on .print {
          width: 60px;
          height: 60px;
          background-image: url("../img/print_h.png"); }
        .history .yearBox .list ul li.on .t {
          bottom: 50%;
          font-size: 16px;
          line-height: 18px;
          margin-bottom: -9px; }
    .history .yearBox .a {
      width: 16px;
      height: 28px;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      background-size: cover;
      background-repeat: no-repeat; }
      .history .yearBox .a.prev {
        background-image: url("../img/prev.png");
        left: 0;
        animation: myfirst 1s linear infinite; }
      .history .yearBox .a.next {
        background-image: url("../img/next.png");
        right: 0;
        animation: myfirs 1s linear infinite; }
      .history .yearBox .a.swiper-button-disabled {
        display: none; }
  .history .conBox {
    width: 100%;
    margin-top: 6.67%; }
    .history .conBox .list ul li {
      width: 30.8%;
      height: 370px;
      margin-right: 3.8%;
      margin-bottom: 3.8%;
      border: 1px solid #121212;
      box-sizing: border-box;
      background-color: #121212;
      float: left; }
      .history .conBox .list ul li:nth-child(3n) {
        margin-right: 0; }
      .history .conBox .list ul li .box {
        width: 80%;
        margin: 0 auto;
        padding-top: 58px; }
        .history .conBox .list ul li .box .tits {
          font-size: 16px;
          line-height: 60px;
          height: 60px;
          color: #fff;
          opacity: 0.1; }
          .history .conBox .list ul li .box .tits span {
            font-size: 72px; }
        .history .conBox .list ul li .box .tit {
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          opacity: 0.8;
          margin-top: 40px; }
      @media (min-width: 1024px) {
        .history .conBox .list ul li:hover {
          border: 1px solid #887e60; }
          .history .conBox .list ul li:hover .box .tits {
            color: #ebdba8;
            opacity: 1; } }
  @media (max-width: 1366px) {
    .history .title .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .history .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .history .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; }
    .history .conBox .list ul li .box {
      padding-top: 30px; } }
  @media (max-width: 980px) {
    .history .conBox .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .history .conBox .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .history .conBox .list ul li:nth-child(2n) {
        margin-right: 0; }
    .history .yearBox .list ul li {
      width: 12.5%; }
    .history .conBox .list ul li .box .tit {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .history .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .history .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .history .yearBox .list {
      width: 100%; }
    .history .yearBox .list ul li {
      width: 25%; }
    .history .conBox .list ul li {
      width: 100%;
      float: none;
      margin-right: 0 !important;
      padding-bottom: 20px;
      height: auto; }
      .history .conBox .list ul li .box {
        width: 90%; }
        .history .conBox .list ul li .box .tits {
          font-size: 13px;
          line-height: 30px;
          height: 30px;
          opacity: 1; }
          .history .conBox .list ul li .box .tits span {
            font-size: 30px; }
        .history .conBox .list ul li .box .tit {
          font-size: 13px;
          line-height: 22px; }
    .history .yearBox .a {
      width: 12px;
      height: 21px;
      margin-top: -10px; } }

@keyframes myfirst {
  0% {
    left: 0; }
  50% {
    left: -10px; }
  100% {
    left: 0; } }
@-moz-keyframes myfirst {
  0% {
    left: 0; }
  50% {
    left: -10px; }
  100% {
    left: 0; } }
@-webkit-keyframes myfirst {
  0% {
    left: 0; }
  50% {
    left: -10px; }
  100% {
    left: 0; } }
@-o-keyframes myfirst {
  0% {
    left: 0; }
  50% {
    left: -10px; }
  100% {
    left: 0; } }
@keyframes myfirs {
  0% {
    right: 0; }
  50% {
    right: -10px; }
  100% {
    right: 0; } }
@-moz-keyframes myfirs {
  0% {
    right: 0; }
  50% {
    right: -10px; }
  100% {
    right: 0; } }
@-webkit-keyframes myfirs {
  0% {
    right: 0; }
  50% {
    right: -10px; }
  100% {
    right: 0; } }
@-o-keyframes myfirs {
  0% {
    right: 0; }
  50% {
    right: -10px; }
  100% {
    right: 0; } }
.herbs {
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/herbs_bg.jpg"); }
  .herbs .home {
    position: relative; }
    .herbs .home .home-new {
      float: left; }
    .herbs .home .nav {
      float: right; }
      .herbs .home .nav a {
        font-size: 14px;
        line-height: 54px;
        color: #fff;
        text-align: center;
        width: 106px;
        margin-left: 40px;
        position: relative;
        display: block;
        float: left; }
        .herbs .home .nav a:after {
          width: 106px;
          height: 8px;
          position: absolute;
          bottom: 0px;
          left: 0;
          content: '';
          background-image: url("../img/nav_bg1.png");
          background-position: center;
          background-repeat: no-repeat;
          opacity: 0;
          transition: all .5s; }
        .herbs .home .nav a.on:after {
          bottom: 5px;
          opacity: 1; }
        @media (min-width: 1024px) {
          .herbs .home .nav a:hover:after {
            bottom: 5px;
            opacity: 1; } }
  .herbs .box1 {
    padding-top: 12.4%; }
    .herbs .box1 .tits {
      width: 23.3%;
      height: auto;
      position: relative;
      z-index: 5;
      opacity: .5; }
    .herbs .box1 .txt {
      font-size: 19px;
      line-height: 30px;
      color: #fff;
      opacity: 0.8;
      width: 670px;
      max-width: 80%;
      margin-left: 10%;
      margin-top: 4.2%;
      position: relative;
      z-index: 5;
      opacity: 0.8; }
    .herbs .box1 .img {
      width: 20.9%;
      position: absolute;
      top: 40%;
      left: 34%; }
  .herbs .box2 {
    padding-top: 11.7%;
    padding-bottom: 9.375%;
    position: relative; }
    .herbs .box2 .conBox .item {
      text-align: center;
      display: none; }
      .herbs .box2 .conBox .item .tits {
        font-size: 48px;
        line-height: 48px; }
      .herbs .box2 .conBox .item .tit {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        margin-top: 20px; }
    .herbs .box2 .list {
      margin-top: 20px;
      position: relative; }
      .herbs .box2 .list .list-new {
        width: 782px;
        height: 810px;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        .herbs .box2 .list .list-new ul li {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          opacity: 0;
          transition: opacity 1s; }
          .herbs .box2 .list .list-new ul li .pic {
            min-width: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%; }
            .herbs .box2 .list .list-new ul li .pic .con {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.5);
              display: none; }
              .herbs .box2 .list .list-new ul li .pic .con .conn {
                width: 80%;
                margin: 20% auto 0; }
                .herbs .box2 .list .list-new ul li .pic .con .conn .img {
                  width: 100%; }
                .herbs .box2 .list .list-new ul li .pic .con .conn .txt {
                  font-size: 18px;
                  line-height: 30px;
                  color: #fff;
                  margin-top: 35px; }
          .herbs .box2 .list .list-new ul li.on {
            z-index: 10;
            opacity: 1; }
            .herbs .box2 .list .list-new ul li.on .pic .con {
              display: block; }
          .herbs .box2 .list .list-new ul li.onOne {
            z-index: 9;
            opacity: 1; }
          .herbs .box2 .list .list-new ul li.onTwo {
            z-index: 8;
            opacity: 1; }
      .herbs .box2 .list .a {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 50%;
        margin-top: -45px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 10; }
        .herbs .box2 .list .a.prev {
          left: 0;
          background-image: url("../img/left.png"); }
        .herbs .box2 .list .a.next {
          right: 0;
          background-image: url("../img/right.png"); }
    .herbs .box2 .yun1 {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 15; }
      .herbs .box2 .yun1.yun2 {
        z-index: 3;
        bottom: 8%; }
  .herbs .box3 {
    padding-top: 12.5%; }
    .herbs .box3 .jy {
      position: relative;
      padding-top: 11.5%;
      padding-bottom: 6.9%; }
      .herbs .box3 .jy .con {
        width: 50.4%;
        margin-left: 39.6%;
        font-size: 19px;
        line-height: 30px;
        color: #fff;
        opacity: 0.8;
        position: relative;
        z-index: 5; }
      .herbs .box3 .jy .img {
        width: 27.8%;
        top: -26%;
        left: 0;
        position: absolute;
        z-index: 5; }
      .herbs .box3 .jy .txt {
        position: absolute;
        right: 10%;
        top: -19%;
        z-index: 5;
        width: 22.25%;
        opacity: 0.5; }
      .herbs .box3 .jy .bg {
        width: 1000%;
        height: 100%;
        background-image: url("../img/herbs_bg1.jpg");
        background-repeat: repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .herbs .box3 .itemBox {
      margin-top: 20px;
      position: relative;
      overflow: initial; }
      .herbs .box3 .itemBox ul li {
        width: 100%;
        height: auto;
        margin-right: 10%; }
        .herbs .box3 .itemBox ul li .pic {
          width: 100%;
          height: auto;
          position: relative; }
          .herbs .box3 .itemBox ul li .pic .con {
            width: 91.6%;
            position: absolute;
            left: 4.2%;
            bottom: 45px;
            opacity: 0;
            transform: translateY(30px);
            transition: all .5s; }
            .herbs .box3 .itemBox ul li .pic .con .tits {
              font-size: 48px;
              line-height: 48px;
              font-weight: bold; }
            .herbs .box3 .itemBox ul li .pic .con .tit {
              font-size: 18px;
              line-height: 24px;
              color: #fff;
              margin-top: 25px; }
        .herbs .box3 .itemBox ul li .cc {
          width: 91.6%;
          margin: 38px auto 0;
          font-size: 18px;
          line-height: 24px;
          color: #fff;
          opacity: 0;
          transform: translateY(30px);
          transition: all .5s; }
        .herbs .box3 .itemBox ul li.swiper-slide-active .pic .con {
          opacity: 1;
          transform: translateY(0); }
        .herbs .box3 .itemBox ul li.swiper-slide-active .cc {
          opacity: 1;
          transform: translateY(0); }
      .herbs .box3 .itemBox .btns {
        opacity: 1 !important;
        width: 100%;
        height: 1px;
        background-color: rgba(235, 219, 168, 0.1);
        position: relative;
        margin-top: 67px; }
        .herbs .box3 .itemBox .btns .swiper-scrollbar-drag {
          height: 3px;
          background-color: #ebdba8;
          position: absolute;
          top: -1px;
          left: 0; }
  .herbs .box4 {
    padding-top: 8.75%; }
    .herbs .box4 .tits {
      width: 24.2%;
      opacity: 0.5; }
    .herbs .box4 .txt {
      font-size: 19px;
      line-height: 30px;
      color: #fff;
      opacity: 0.8;
      width: 630px;
      max-width: 80%;
      margin-left: 10%;
      margin-top: 55px; }
    .herbs .box4 .list {
      width: 100%;
      height: auto;
      margin-top: 9%;
      position: relative; }
      .herbs .box4 .list .list-new {
        width: 100%; }
        .herbs .box4 .list .list-new ul li {
          width: 33.3333333333%;
          position: relative;
          float: left; }
          .herbs .box4 .list .list-new ul li .pic {
            width: 72.5%;
            position: relative;
            float: right; }
            .herbs .box4 .list .list-new ul li .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.6);
              content: ''; }
          .herbs .box4 .list .list-new ul li .con {
            width: 65%;
            position: absolute;
            top: 17%;
            left: 0;
            z-index: 5;
            display: none; }
            .herbs .box4 .list .list-new ul li .con .t {
              font-size: 36px;
              line-height: 36px;
              color: #ebdba8; }
            .herbs .box4 .list .list-new ul li .con .t1 {
              font-size: 18px;
              line-height: 30px;
              color: #fff;
              opacity: 0.8;
              margin-top: 23px; }
          .herbs .box4 .list .list-new ul li:nth-child(1) {
            margin-top: 17%; }
          .herbs .box4 .list .list-new ul li:nth-child(2) .con {
            padding-left: 10px; }
          .herbs .box4 .list .list-new ul li:nth-child(3) {
            margin-top: 20%; }
            .herbs .box4 .list .list-new ul li:nth-child(3) .con {
              padding-left: 10px;
              top: auto;
              bottom: 10%; }
          @media (min-width: 1024px) {
            .herbs .box4 .list .list-new ul li:hover .con {
              display: block; } }
      .herbs .box4 .list .a {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 50%;
        margin-top: -45px;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 10;
        display: none; }
        .herbs .box4 .list .a.prev {
          left: 0;
          background-image: url("../img/left.png"); }
        .herbs .box4 .list .a.next {
          right: 0;
          background-image: url("../img/right.png"); }
  .herbs .box5 {
    padding-top: 10%; }
    .herbs .box5 .tits {
      width: 23.4%;
      opacity: 0.5; }
    .herbs .box5 .box {
      position: relative; }
      .herbs .box5 .box .con {
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0; }
        .herbs .box5 .box .con .txt {
          width: 675px;
          margin-left: 10%;
          max-width: 80%;
          font-size: 19px;
          line-height: 30px;
          color: #fff;
          opacity: 0.8; }
      .herbs .box5 .box ul {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
        .herbs .box5 .box ul li {
          width: 72px;
          height: 72px;
          position: absolute;
          background-image: url("../img/right.png");
          background-size: cover;
          cursor: pointer; }
          .herbs .box5 .box ul li a {
            display: block;
            width: 100%;
            height: 100%; }
            .herbs .box5 .box ul li a span {
              width: 100%;
              text-align: center;
              font-size: 22px;
              line-height: 22px;
              top: -40px;
              display: block;
              left: 0;
              position: absolute;
              display: none; }
          .herbs .box5 .box ul li:nth-child(1) {
            top: 35.5%;
            left: 37.5%; }
          .herbs .box5 .box ul li:nth-child(2) {
            top: 37.2%;
            left: 71.3%; }
          .herbs .box5 .box ul li:nth-child(3) {
            top: 58.6%;
            left: 47.9%; }
          @media (min-width: 1024px) {
            .herbs .box5 .box ul li:hover a span {
              display: block; } }
  @media (max-width: 1366px) {
    .herbs .box2 .conBox .item .tits {
      font-size: 36px;
      line-height: 36px; }
    .herbs .box3 .itemBox ul li .pic .con .tits {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .herbs .box3 .itemBox ul li .pic .con .tits {
      font-size: 26px;
      line-height: 26px; }
    .herbs .box2 .conBox .item .tits {
      font-size: 26px;
      line-height: 26px; }
    .herbs .box4 .list .list-new ul li .con .t {
      font-size: 26px;
      line-height: 26px; }
    .herbs .box2 .list .a {
      width: 50px;
      height: 50px;
      margin-top: -25px; }
    .herbs .box1 .txt {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box2 .conBox .item .tit {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box2 .list .list-new ul li .pic .con .conn .txt {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box3 .jy .con {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box4 .txt {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box4 .list .list-new ul li .con .t1 {
      font-size: 16px;
      line-height: 26px; }
    .herbs .box5 .box .con .txt {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 1100px) {
    .herbs .box2 .list .list-new {
      width: 600px;
      height: 640px; } }
  @media (max-width: 1024px) {
    .herbs .box4 .list .list-new ul li .con {
      display: block; }
    .herbs .box5 .box ul li a span {
      display: block; } }
  @media (max-width: 800px) {
    .herbs .box2 .list .list-new {
      width: 300px;
      height: 340px; } }
  @media (max-width: 768px) {
    .herbs .box4 .list .list-new {
      width: 70%; }
    .herbs .box4 .list .a {
      display: block;
      width: 50px;
      height: 50px;
      margin-top: -25px; }
    .herbs .box3 .itemBox ul li .pic .con {
      bottom: auto;
      position: relative;
      margin: 10px auto 0;
      left: auto;
      width: 100%; }
    .herbs .box3 .itemBox ul li .pic .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .herbs .box3 .itemBox ul li .pic .con .tit {
      font-size: 13px;
      line-height: 18px;
      margin-top: 10px; }
    .herbs .box3 .itemBox ul li .cc {
      font-size: 13px;
      line-height: 20px;
      margin: 5px auto 0;
      width: 100%; }
    .herbs .box3 .itemBox .btns {
      margin-top: 20px; }
    .herbs .box2 .conBox .item .tits {
      font-size: 20px;
      line-height: 20px; }
    .herbs .box4 .list .list-new ul li .con .t {
      font-size: 20px;
      line-height: 20px; }
    .herbs .box1 .txt {
      font-size: 13px;
      line-height: 22px;
      margin-left: 0;
      max-width: 100%; }
    .herbs .box2 .conBox .item .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 5px; }
    .herbs .box2 .list .list-new ul li .pic .con .conn .txt {
      font-size: 13px;
      line-height: 22px;
      margin-top: 10px; }
    .herbs .box3 .jy .con {
      font-size: 13px;
      line-height: 22px;
      width: 100%;
      margin-left: 0; }
    .herbs .box3 .itemBox .item .con .conn .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 15px; }
    .herbs .box3 .itemBox .item .pic .cc {
      font-size: 13px;
      line-height: 22px; }
    .herbs .box4 .txt {
      font-size: 13px;
      line-height: 22px;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-top: 15px; }
    .herbs .box4 .list .list-new ul li .con .t1 {
      font-size: 13px;
      line-height: 22px; }
    .herbs .box5 .box .con .txt {
      font-size: 13px;
      line-height: 22px; }
    .herbs .box2 .list .list-new ul li .pic .con .conn {
      margin: 10% auto 0;
      width: 80%; }
      .herbs .box2 .list .list-new ul li .pic .con .conn .img {
        height: 80px; }
        .herbs .box2 .list .list-new ul li .pic .con .conn .img img {
          max-height: 100%; }
    .herbs .box3 .itemBox .item .con .yun {
      display: none; }
    .herbs .box3 .itemBox .item .con .conn {
      width: 80%;
      margin-left: 20%;
      float: none;
      margin-right: 0; }
    .herbs .box3 .itemBox .tabs {
      left: 0;
      margin-left: 0; }
    .herbs .box3 .itemBox .item .con {
      padding-top: 15px; }
    .herbs .box3 .itemBox .tabs ul {
      width: 120px;
      left: 0;
      transform: translateX(0); }
      .herbs .box3 .itemBox .tabs ul li {
        width: 100px;
        font-size: 14px;
        line-height: 36px; }
    .herbs .box4 .list .list-new ul li {
      width: 100%;
      margin-right: 0;
      margin-top: 0 !important;
      float: none;
      margin-bottom: 15px; }
    .herbs .box4 .list .list-new ul li:nth-child(3) .con {
      bottom: auto;
      top: 17%; }
    .herbs .box5 .box img {
      width: 160%;
      margin-left: -30%; }
    .herbs .box5 .box .con {
      top: 15px; }
      .herbs .box5 .box .con .txt {
        width: 100%; }
    .herbs .box5 .box ul li {
      width: 40px;
      height: 40px; }
    .herbs .home {
      z-index: 15; }
    .herbs .home .nav {
      width: 100%;
      text-align: center; }
      .herbs .home .nav a {
        margin-left: 15px;
        font-size: 12px;
        line-height: 40px;
        float: none;
        margin: 0 10px;
        display: inline-block; }
        .herbs .home .nav a:nth-child(1) {
          width: 86px; }
        .herbs .home .nav a:nth-child(2) {
          width: 60px; }
    .herbs .home .nav a:after {
      width: 86px;
      background-image: url("../img/nav_bg.png"); }
    .herbs .box1 .tits {
      width: 36%; }
    .herbs .box3 .jy .txt {
      width: 36%;
      top: -30%;
      right: 0; }
    .herbs .box4 .tits {
      width: 36%; }
    .herbs .box1 .tits, .herbs .box3 .jy .txt, .herbs .box4 .tits, .herbs .box5 .tits {
      opacity: 1; }
    .herbs .box5 .tits {
      width: 36%; }
    .herbs .box5 .box ul li a span {
      font-size: 18px;
      line-height: 18px;
      top: -25px; } }

.gap {
  padding-top: 5.2%;
  padding-bottom: 6.25%; }
  .gap .title {
    text-align: center; }
    .gap .title .tits {
      width: 158px;
      height: 75px;
      margin: 0 auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 75px;
      background-image: url("../img/title_bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .gap .title .tit {
      font-size: 36px;
      line-height: 36px;
      margin-top: 30px; }
  .gap .content {
    position: relative; }
    .gap .content .map {
      width: 65.3%;
      margin: 0 auto;
      transition: all .5s; }
      .gap .content .map div {
        width: 100% !important;
        height: 100% !important; }
        .gap .content .map div canvas {
          width: 100% !important;
          height: 100% !important; }
    .gap .content .click {
      padding-left: 37px;
      font-size: 16px;
      line-height: 24px;
      background-position: left 0;
      background-repeat: no-repeat;
      background-image: url("../img/click.png");
      position: absolute;
      right: 0;
      padding-top: 10px;
      bottom: 35%; }
    .gap .content .cc {
      width: 380px;
      position: absolute;
      right: -10%;
      top: 50%;
      transform: translateY(-50%);
      display: none;
      background-color: rgba(255, 255, 255, 0.89);
      padding-top: 56px;
      padding-bottom: 45px;
      z-index: 20; }
      .gap .content .cc .tits {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        opacity: 0.8;
        width: calc(100% - 50px);
        margin: 0 auto; }
      .gap .content .cc .item {
        margin-top: 15px;
        width: calc(100% - 50px); }
        .gap .content .cc .item .pic {
          width: 100%;
          height: auto;
          position: relative;
          display: block; }
          .gap .content .cc .item .pic a {
            width: 100%;
            height: auto;
            display: block;
            position: relative; }
            .gap .content .cc .item .pic a:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.4);
              content: ''; }
        .gap .content .cc .item .t {
          font-size: 18px;
          line-height: 30px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          color: #000000;
          opacity: 0.8;
          margin-top: 15px;
          padding-bottom: 7px; }
        .gap .content .cc .item .t1 {
          font-size: 16px;
          line-height: 24px;
          color: #000000;
          opacity: 0.8;
          margin-top: 16px; }
        .gap .content .cc .item .btns {
          text-align: center;
          font-size: 0;
          width: 100%;
          margin-top: 30px;
          display: none; }
          .gap .content .cc .item .btns span {
            width: 21px;
            height: 21px;
            cursor: pointer;
            opacity: 1;
            margin: 0 5px;
            background: none;
            display: inline-block;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../img/121.png"); }
            .gap .content .cc .item .btns span.swiper-pagination-bullet-active {
              background-image: url("../img/banner_icon_h.png"); }
      .gap .content .cc .close {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/clo.png");
        cursor: pointer; }
    .gap .content.on .map {
      float: left; }
    .gap .content.on .click {
      display: none; }
  @media (max-width: 1460px) {
    .gap .content .cc {
      right: -5%; }
    .gap .content.on .map {
      margin-left: -5%; } }
  @media (max-width: 1366px) {
    .gap .title .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .gap .title .tits {
      width: 115px;
      height: 55px;
      line-height: 55px;
      font-size: 16px; }
    .gap .title .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 20px; }
    .gap .content .cc {
      right: 0; }
    .gap .content.on .map {
      margin-left: 0; } }
  @media (max-width: 860px) {
    .gap .content .map {
      margin: 0 auto;
      float: none; }
    .gap .content .cc {
      width: 100%;
      position: relative;
      right: auto;
      left: auto;
      transform: translateX(0);
      background-color: #fff;
      padding-top: 27px;
      padding-bottom: 20px;
      border-radius: 5px;
      margin-top: 15px; }
      .gap .content .cc .tits {
        color: #333;
        font-size: 16px;
        line-height: 16px;
        width: calc(100% - 20px); }
    .gap .content .cc .item {
      margin-top: 10px;
      width: calc(100% - 20px); }
    .gap .content .cc .item .t {
      color: #333;
      font-size: 16px;
      line-height: 24px;
      margin: 5px auto 0;
      width: 90%; }
    .gap .content .cc .item .t1 {
      color: #333;
      font-size: 13px;
      line-height: 20px;
      margin: 10px auto 0;
      width: 90%; }
    .gap .content .cc .item .btns {
      margin-top: 15px; }
    .gap .content .cc .close {
      width: 36px;
      height: 36px; } }
  @media (max-width: 768px) {
    .gap .title .tits {
      width: 100px;
      font-size: 13px;
      line-height: 47px;
      height: 47px; }
    .gap .title .tit {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .gap .content .cc .item .btns span {
      width: 15px;
      height: 15px; }
    .gap .content .click {
      font-size: 14px;
      background-size: 20px;
      padding-left: 26px;
      padding-top: 5px;
      left: 0;
      bottom: 0;
      right: auto; } }

.network {
  padding-top: 4.4%;
  padding-bottom: 8.9%; }
  .network .box1 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .network .box1 .map {
      width: 44.2%;
      float: left; }
    .network .box1 .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
    .network .box1 .con {
      width: 44.2%;
      float: right;
      top: 25%;
      position: absolute !important;
      right: 0;
      z-index: 1000; }
      .network .box1 .con ul li {
        margin-right: 15px; }
      .network .box1 .con .tits {
        font-size: 28px;
        line-height: 28px;
        color: #ebdba8; }
      .network .box1 .con .tit {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        opacity: 0.7;
        margin-top: 24px;
        height: 208px;
        overflow: hidden; }
      .network .box1 .con .btns {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        font-size: 0; }
        .network .box1 .con .btns span {
          width: 21px;
          height: 21px;
          background: none;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/banner_icon.png");
          opacity: 1;
          float: left;
          margin-right: 15px;
          display: inline-block; }
          .network .box1 .con .btns span.swiper-pagination-bullet-active {
            background-image: url("../img/banner_icon_h.png"); }
  .network .box2 {
    padding-top: 4.375%; }
    .network .box2 .tits {
      text-align: center;
      font-size: 30px;
      line-height: 30px; }
    .network .box2 .itemBox {
      margin-top: 5.8%; }
      .network .box2 .itemBox .item {
        width: 47.5%;
        background-color: #0d0d0d;
        padding: 54px 0; }
        .network .box2 .itemBox .item .icon {
          width: 120px;
          height: auto;
          float: left;
          margin-left: 8.8%; }
          .network .box2 .itemBox .item .icon img {
            width: 100%; }
        .network .box2 .itemBox .item .txt {
          font-size: 22px;
          line-height: 22px;
          color: #fff;
          margin-left: 48px;
          float: left;
          padding-top: 38px; }
          .network .box2 .itemBox .item .txt span {
            display: block;
            font-size: 16px;
            margin-top: 8px; }
  @media (max-width: 1200px) {
    .network .box1 .con .tits {
      font-size: 22px;
      line-height: 22px; }
    .network .box2 .tits {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .network .box1 .map {
      width: 100%;
      float: none;
      margin-left: 0 !important;
      height: 300px !important; }
    .network .box1 .con {
      width: 100%;
      padding-top: 10px;
      float: none;
      position: relative !important;
      top: auto; }
      .network .box1 .con .tits {
        font-size: 18px;
        line-height: 18px; }
      .network .box1 .con .tit {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
        height: 192px; }
      .network .box1 .con .btns span {
        width: 18px;
        height: 18px;
        margin: 0 5px;
        float: none; }
    .network .box2 .tits {
      font-size: 20px;
      line-height: 20px; }
    .network .box2 .itemBox .item .icon {
      width: 60px;
      margin-left: 10px; }
    .network .box2 .itemBox .item .txt {
      margin-left: 10px;
      padding-top: 12px;
      font-size: 18px;
      line-height: 18px; }
      .network .box2 .itemBox .item .txt span {
        font-size: 14px;
        margin-top: 4px; }
    .network .box2 .itemBox .item {
      width: 100%;
      margin-bottom: 15px;
      padding: 25px 0; } }

.bbgd {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  margin-left: -407px;
  margin-top: -305px;
  display: none; }
  .bbgd a.jxfw {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -60px;
    background: #1d58a6; }
  .bbgd a {
    display: block;
    width: 100px;
    height: 110px;
    position: absolute;
    bottom: 110px;
    z-index: 999; }
    .bbgd a.hh1 {
      left: 180px; }
    .bbgd a.hh3 {
      left: 502px; }
    .bbgd a.hh2 {
      left: 334px; }

.bbbg {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 199; }

.vvvv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }
  .vvvv .bgz {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .vvvv .videoBox {
    width: 1366px;
    height: 620px;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000; }
    .vvvv .videoBox video {
      width: 100%;
      height: 100%; }

.click-close {
  width: 40px;
  height: 40px;
  background: #fff url("../img/close.png") center no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000000;
  display: none;
  cursor: pointer; }

@media (max-width: 1366px) {
  .vvvv .videoBox {
    width: 900px;
    height: 480px; } }
@media (max-width: 1024px) {
  .vvvv .videoBox {
    width: 100%;
    height: 100%; } }
.error {
  padding-top: 14.6%;
  padding-bottom: 12%; }
  .error .tits {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #ebdba8; }
  .error a {
    width: 204px;
    height: 52px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 52px;
    color: #ebdba8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/4041.png"); }
  .error .pic {
    width: 1709px;
    margin: 80px auto 0;
    max-width: 90%; }
  @media (max-width: 768px) {
    .error {
      padding: 24% 0 20%; }
      .error .tits {
        font-size: 20px;
        line-height: 20px; }
      .error a {
        width: 122px;
        height: 31px;
        font-size: 14px;
        line-height: 31px;
        margin: 20px auto 0; }
      .error .pic {
        margin: 60px auto 0; }
        .error .pic img {
          width: 300%;
          margin-left: -100%; } }

.layui-layer-content {
  color: #333 !important; }

/*# sourceMappingURL=style.css.map */
