.fadein_videos {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .fadein_videos .box {
    overflow: hidden;
    width: 660px;
    background: #fff;
    border-radius: 8px;
    height: 450px;
    position: relative; }
    .fadein_videos .box img {
      width: 25px;
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 99;
      cursor: pointer; }
    .fadein_videos .box video {
      width: 100%;
      display: block;
      object-fit: cover;
      height: 100%; }

.mobile_fade, .menu {
  display: none; }

.content {
  overflow: hidden;
  width: 100%; }
  .content .banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/banner.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    padding-top: 104px; }
    .content .banner .mfont {
      overflow: hidden;
      width: 100%; }
      .content .banner .mfont p {
        font-size: .6rem;
        font-weight: bold;
        line-height: .87rem;
        color: #fff;
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        letter-spacing: .03rem; }
      .content .banner .mfont span {
        display: block;
        font-size: .4rem;
        opacity: .4;
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        font-weight: bold;
        line-height: .58rem;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .08rem;
        text-align: center; }
  .content .main_member_box {
    overflow: hidden;
    width: 100%;
    padding: 88px 0 67px 0; }
    .content .main_member_box .m {
      width: 1400px;
      overflow: hidden;
      margin: 0 auto; }
      .content .main_member_box .m .fade {
        overflow: hidden;
        width: 100%;
        margin-top: 50px; }
        .content .main_member_box .m .fade .item {
          overflow: hidden;
          width: 100%; }
          .content .main_member_box .m .fade .item .box {
            overflow: hidden;
            width: 100%;
            background: #F5F5F5;
            margin-top: 39px;
            padding: 10px;
            padding-left: 0;
            display: flex;
            align-items: center; }
            .content .main_member_box .m .fade .item .box .grow {
              flex: 1;
              background: #fff;
              display: flex;
              padding: 15px 0; }
              .content .main_member_box .m .fade .item .box .grow > div::after {
                content: '';
                width: 1px;
                background: #CCCCCC;
                height: 1.8rem;
                position: absolute;
                left: 0;
                top: .4rem; }
              .content .main_member_box .m .fade .item .box .grow .product {
                width: 30%;
                position: relative;
                padding-left: .2rem;
                }
                .content .main_member_box .m .fade .item .box .grow .product p {
                  font-size: 22px;
                  line-height: .38rem;
                  color: #383838;
                  font-weight: bold;
                  margin-bottom: 4px;
                  }
                .content .main_member_box .m .fade .item .box .grow .product ul {
                  overflow: hidden; }
                  .content .main_member_box .m .fade .item .box .grow .product ul li {
                    overflow: hidden;
                    display: flex;
                    align-items: center; }
                    .content .main_member_box .m .fade .item .box .grow .product ul li img {
                      display: block;
                      margin-right: 10px; }
                    .content .main_member_box .m .fade .item .box .grow .product ul li span {
                      font-size: 18px;
                      line-height: 2;
                      color: #666666;
                      }
              .content .main_member_box .m .fade .item .box .grow .code {
                overflow: hidden;
                width: calc(100% - 3.26rem - 4.5rem - 2.43rem);
                position: relative;
                padding-left: .2rem;
                width: 18%;
                }
                .content .main_member_box .m .fade .item .box .grow .code p {
                  font-size: .22rem;
                  line-height: .38rem;
                  color: #383838;
                  font-weight: bold; }
                .content .main_member_box .m .fade .item .box .grow .code img {
                  display: block;
                  width: 180px;
                  }
              .content .main_member_box .m .fade .item .box .grow .contact {
                overflow: hidden;
                width: 30%;
                position: relative;
                padding-left: .1rem;
                padding-right: .1rem;
                }
                .content .main_member_box .m .fade .item .box .grow .contact p {
                  font-size: 22px;
                  line-height: .38rem;
                  color: #383838;
                  font-weight: bold;
                  }
                .content .main_member_box .m .fade .item .box .grow .contact .line {
                  width: 1.8rem;
                  height: 1px;
                  background: #CCCCCC;
                  margin: .4rem 0; }
                .content .main_member_box .m .fade .item .box .grow .contact span {
                  display: block;
                  font-size: 18px;
                  color: #666666;
                  line-height: 2;
                  }
              .content .main_member_box .m .fade .item .box .grow .yw {
                overflow: hidden;
                width: 30%;
                padding: 0 .1rem 0 .2rem;
                max-width: 400px;
                }
                .content .main_member_box .m .fade .item .box .grow .yw span {
                  display: block;
                  font-size: 18px;
                  color: #666666;
                  line-height: 2;
                  margin-top: .14rem;
                  }
                .content .main_member_box .m .fade .item .box .grow .yw p {
                  font-size: 22px;
                  line-height: .38rem;
                  color: #383838;
                  font-weight: bold;
                  }
            .content .main_member_box .m .fade .item .box .title {
              display: block;
              font-size: 30px;
              font-weight: bold;
              writing-mode: vertical-rl;
              text-align: center;
              line-height: 60px;
              letter-spacing: 4px;
              color: #383838;
              width: 60px; }
          .content .main_member_box .m .fade .item .info {
            width: 100%;
            overflow: hidden; }
            .content .main_member_box .m .fade .item .info div {
              width: 514px;
              overflow: hidden;
              float: right;
              margin-left: .53rem;
              margin-bottom: .2rem; }
              .content .main_member_box .m .fade .item .info div img {
                display: block;
                width: 100%; }
            .content .main_member_box .m .fade .item .info span {
              display: block;
              font-size: 18px;
              color: #666666;
              line-height: 2;
              text-indent: 36px;
              margin-bottom: 20px; }
      .content .main_member_box .m .tabbar {
        width: 100%;
        display: flex;
        align-items: center; }
        .content .main_member_box .m .tabbar div {
          flex: 1;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          font-size: 34px;
          color: #999999;
          background: #F8F8F8; }
          .content .main_member_box .m .tabbar div.on {
            background: #E3CC9E;
            font-weight: bold;
            color: #9C6A28; }
  .content .main_culture_box {
    overflow: hidden;
    width: 100%; }
    .content .main_culture_box .tong_title {
      width: 100%; }
      .content .main_culture_box .tong_title p {
        text-align: center;
        font-size: 36px;
        line-height: 53px;
        color: #383838;
        font-weight: bold; }
      .content .main_culture_box .tong_title .line {
        width: 38px;
        height: 3px;
        background: #D43030;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 14px; }
      .content .main_culture_box .tong_title span {
        display: block;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        color: #9C6A28;
        font-weight: bold; }
    .content .main_culture_box .main_idea {
      width: 100%;
      background-image: url(../images/cultrue5.png);
      background-size: 100%;
      background-repeat: no-repeat;
      padding: 59px 0 0 0; }
      .content .main_culture_box .main_idea .m {
        width: 1400px;
        margin: 0 auto; }
        .content .main_culture_box .main_idea .m ul {
          display: flex;
          justify-content: space-between; }
          .content .main_culture_box .main_idea .m ul li {
            overflow: hidden;
            width: 21.42857142857143%;
            margin-top: 50px; }
            .content .main_culture_box .main_idea .m ul li .head {
              display: flex;
              align-items: center;
              margin-bottom: 20px; }
              .content .main_culture_box .main_idea .m ul li .head div {
                width: 6px;
                height: 24px;
                background: #9C6A28;
                border-radius: 10px;
                margin-right: 14px; }
              .content .main_culture_box .main_idea .m ul li .head p {
                font-size: 30px;
                font-weight: bold;
                color: #383838; }
            .content .main_culture_box .main_idea .m ul li span {
              display: block;
              font-size: 18px;
              color: #666666;
              line-height: 30px; }
    .content .main_culture_box .main_ip {
      overflow: hidden;
      width: 100%;
      padding: 61px 0 84px 0;
      position: relative; }
      .content .main_culture_box .main_ip .vbg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.2; }
      .content .main_culture_box .main_ip .m {
        width: 1400px;
        overflow: hidden;
        position: relative;
        z-index: 9;
        margin: 0 auto; }
        .content .main_culture_box .main_ip .m .box {
          width: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          margin-top: 11px; }
          .content .main_culture_box .main_ip .m .box img {
            display: block;
            width: 220px; }
          .content .main_culture_box .main_ip .m .box div {
            flex: 1;
            padding-left: 50px; }
            .content .main_culture_box .main_ip .m .box div span {
              display: block;
              font-size: 18px;
              color: #666666;
              line-height: 30px;
              text-indent: 37px;
              margin-top: 20px; }
    .content .main_culture_box .main_mission {
      overflow: hidden;
      width: 100%;
      background: #fff;
      padding: 54px 0 37px 0; }
      .content .main_culture_box .main_mission.brand {
        padding: 118px 0 32px 0; }
        .content .main_culture_box .main_mission.brand .font {
          width: 100%; }
          .content .main_culture_box .main_mission.brand .font span {
            text-align: center;
            display: block;
            text-indent: 0; }
      .content .main_culture_box .main_mission.jzg {
        background: #fff;
        padding: 36px 0 20px 0; }
        .content .main_culture_box .main_mission.jzg .font {
          width: 100%; }
          .content .main_culture_box .main_mission.jzg .font span {
            text-align: center;
            display: block;
            text-indent: 0; }
      .content .main_culture_box .main_mission.ovh {
        background: linear-gradient(#E8F1FB, #FFFFFF);
        padding: 37px 0 56px 0; }
        .content .main_culture_box .main_mission.ovh .font {
        /*  height: 300px;   */
          overflow: auto;
          padding-right: 53px; }
          .content .main_culture_box .main_mission.ovh .font::-webkit-scrollbar {
            width: 6px; }
          .content .main_culture_box .main_mission.ovh .font::-webkit-scrollbar-track {
            border-radius: 3px;
            background: rgba(255, 255, 255, 0.4); }
          .content .main_culture_box .main_mission.ovh .font::-webkit-scrollbar-thumb {
            border-radius: 7px;
            background-color: #ABBDD1; }
          .content .main_culture_box .main_mission.ovh .font em {
            font-weight: bold; }
      .content .main_culture_box .main_mission .m {
        width: 1400px;
        margin: 0 auto; }
        .content .main_culture_box .main_mission .m .font {
          width: 100%;
          margin-top: 28px; }
          .content .main_culture_box .main_mission .m .font span {
            display: block;
            font-size: 18px;
            color: #666666;
            line-height: 30px;
            text-indent: 36px;
            margin-bottom: 20px; }
    .content .main_culture_box .main_news {
      overflow: hidden;
      padding: 40px 0 0 0; }
      .content .main_culture_box .main_news .m {
        width: 1400px;
        margin: 0 auto; }
        .content .main_culture_box .main_news .m .slide {
          width: 100%;
          position: relative;
          margin-top: 21px; }
          .content .main_culture_box .main_news .m .slide .mySwiper {
            width: 100%;
            overflow: hidden;
            padding-bottom: 31px; }
            .content .main_culture_box .main_news .m .slide .mySwiper .swiper-pagination {
              font-size: 12px;
              bottom: 0; }
            .content .main_culture_box .main_news .m .slide .mySwiper .swiper-pagination-bullet {
              width: 16px;
              height: 8px;
              border-radius: 15px;
              background: #D5DFEA;
              transition: all .1s;
              margin: 0 6px; }
            .content .main_culture_box .main_news .m .slide .mySwiper .swiper-pagination-bullet-active {
              width: 40px;
              background: #2D5E98; }
            .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide {
              width: 23.14285714285714%;
              margin-right: 2.5%; }
              .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label {
                overflow: hidden;
                width: 100%;
                background: #F2F2F2; }
                .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label:hover .pic img {
                  transform: scale(1.03); }
                .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .pic {
                  overflow: hidden;
                  width: 100%;
                  height: 216px; }
                  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .pic img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: all .5s; }
                .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info {
                  overflow: hidden;
                  padding: 20px; }
                  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info p {
                    font-size: 18px;
                    color: #000000;
                    line-height: 26px;
                    font-weight: bold;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden; }
                  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div {
                    display: flex;
                    align-items: center;
                    margin-top: 25px; }
                    .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div img {
                      margin-right: 5px; }
                    .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div span {
                      font-size: 16px;
                      color: #A6A6A6; }
  .content .main_history_box {
    overflow: hidden;
    width: 100%;
    padding: 40px 0; }
    .content .main_history_box .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_history_box .m .fade {
        width: 100%;
        margin-top: 38px; }
        .content .main_history_box .m .fade .item {
          width: 100%;
          position: relative; }
          .content .main_history_box .m .fade .item::after {
            content: '';
            width: 1px;
            height: 100%;
            background: #C2CBDE;
            position: absolute;
            left: 10px;
            top: 0; }
          .content .main_history_box .m .fade .item ul {
            width: 100%;
            padding-top: 61px;
            position: relative; }
            .content .main_history_box .m .fade .item ul::after {
              content: '';
              width: 13px;
              height: 1px;
              background: #C2CBDE;
              position: absolute;
              left: 10px;
              top: 0; }
            .content .main_history_box .m .fade .item ul::before {
              content: '';
              width: 13px;
              height: 1px;
              background: #C2CBDE;
              position: absolute;
              left: 10px;
              bottom: 0; }
            .content .main_history_box .m .fade .item ul li {
              width: 100%;
              padding-left: 154px;
              position: relative;
              padding-bottom: 68px; }
              .content .main_history_box .m .fade .item ul li .grow {
                overflow: hidden; }
                .content .main_history_box .m .fade .item ul li .grow p {
                  font-size: 18px;
                  color: #000000;
                  line-height: 1.6; }
                .content .main_history_box .m .fade .item ul li .grow span {
                  display: block;
                  color: #2C5D98;
                  font-size: 18px;
                  margin-bottom: 30px;
                  position: relative;
                  padding-left: 24px; }
                  .content .main_history_box .m .fade .item ul li .grow span::after {
                    content: '';
                    width: 8px;
                    height: 8px;
                    background: #4A76AB;
                    border-radius: 50%;
                    position: absolute;
                    left: 0;
                    top: 9px; }
              .content .main_history_box .m .fade .item ul li .date {
                display: flex;
                position: absolute;
                left: 0;
                top: -5px;
                z-index: 99;
                align-items: center; }
                .content .main_history_box .m .fade .item ul li .date img {
                  width: 20px;
                  border-radius: 50%;
                  display: block; }
                .content .main_history_box .m .fade .item ul li .date div {
                  width: 77px;
                  height: 32px;
                  background-image: url(../images/history1.png);
                  background-size: 100% 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 20px;
                  color: #fff;
                  margin-left: 4px; }
      .content .main_history_box .m .tabbar {
        width: 100%;
        position: relative;
        padding: 0 51px;
        margin-top: 28px; }
        .content .main_history_box .m .tabbar::after {
          content: '';
          width: calc(100% - 102px);
          border: 1px dashed #81A2CC;
          position: absolute;
          left: 51px;
          bottom: 19px; }
        .content .main_history_box .m .tabbar .mySwiper {
          width: 100%;
          overflow: hidden; }
          .content .main_history_box .m .tabbar .mySwiper .swiper-slide {
            cursor: pointer;
            padding-bottom: 10px;
            width: 20%; }
            .content .main_history_box .m .tabbar .mySwiper .swiper-slide.on .label p {
              color: #2C5D98; }
            .content .main_history_box .m .tabbar .mySwiper .swiper-slide.on .label .dot {
              background: #D5DFEA; }
              .content .main_history_box .m .tabbar .mySwiper .swiper-slide.on .label .dot div {
                background: #2B5D97;
                border: 1px solid #2B5D97; }
            .content .main_history_box .m .tabbar .mySwiper .swiper-slide .label {
              width: 100%;
              position: relative; }
              .content .main_history_box .m .tabbar .mySwiper .swiper-slide .label p {
                font-size: 24px;
                color: #B2CDED;
                text-align: center;
                line-height: 32px;
                margin-bottom: 18px; }
              .content .main_history_box .m .tabbar .mySwiper .swiper-slide .label .dot {
                width: 18px;
                height: 18px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                z-index: 99;
                justify-content: center;
                margin: 0 auto;
                position: relative; }
                .content .main_history_box .m .tabbar .mySwiper .swiper-slide .label .dot div {
                  width: 10px;
                  height: 10px;
                  background: #fff;
                  border: 1px solid #81A2CC;
                  border-radius: 50%; }
        .content .main_history_box .m .tabbar .btn {
          cursor: pointer;
          position: absolute;
          bottom: 0;
          z-index: 99; }
          .content .main_history_box .m .tabbar .btn.prev {
            left: 0; }
          .content .main_history_box .m .tabbar .btn.next {
            right: 0; }
      .content .main_history_box .m .head {
        display: flex;
        align-items: center; }
        .content .main_history_box .m .head p {
          font-size: 36px;
          color: #383838;
          font-weight: bold;
          position: relative;
          line-height: 64px; }
          .content .main_history_box .m .head p::after {
            content: '';
            width: 38px;
            height: 3px;
            background: #D43030;
            position: absolute;
            left: 0;
            bottom: -5px; }
  .content .main_honor {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center center;
    padding: 40px 0 55px 0; }
    .content .main_honor .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_honor .m .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 32px; }
        .content .main_honor .m .box .list {
          overflow: hidden;
          width: 48.57142857142857%; }
          .content .main_honor .m .box .list ul {
            overflow: auto;
            width: 100%;
            display: flex;
            height: 629px;
            flex-wrap: wrap; }
            .content .main_honor .m .box .list ul::-webkit-scrollbar {
              width: 10px; }
            .content .main_honor .m .box .list ul::-webkit-scrollbar-track {
              border-radius: 3px;
              background: rgba(255, 255, 255, 0.4); }
            .content .main_honor .m .box .list ul::-webkit-scrollbar-thumb {
              border-radius: 7px;
              background-color: #E3CC9E; }
            .content .main_honor .m .box .list ul li {
              overflow: hidden;
              width: 26.47058823529412%;
              cursor: pointer;
              margin-right: 5.5%;
              margin-bottom: .39rem; }
              .content .main_honor .m .box .list ul li span {
                display: block;
                text-align: center;
                font-size: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 24px;
                margin-top: 16px;
                color: #fff; }
              .content .main_honor .m .box .list ul li div {
                overflow: hidden;
                width: 100%;
               
                display: flex;
                align-items: center;
                justify-content: center;
                height: 145px; }
                .content .main_honor .m .box .list ul li div img {
                  display: block;
                  max-width: 100%;
                  margin: 0 auto; }
        .content .main_honor .m .box .slide {
          overflow: hidden;
          width: 43.14285714285714%;
          position: relative;
          padding: 0 100px; }
          .content .main_honor .m .box .slide .mySwiper {
            width: 100%;
            overflow: hidden; }
            .content .main_honor .m .box .slide .mySwiper .swiper-slide {
              width: 100%;
              overflow: hidden; }
              .content .main_honor .m .box .slide .mySwiper .swiper-slide .label {
                overflow: hidden;
                width: 100%; }
                .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .pic {
                  width: 100%;
                  height: 5.6rem;
                  overflow: hidden; }
                  .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .pic img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: contain; }
                .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .font {
                  width: 100%;
                  height: 64px;
                  background: #3F6CA3;
                  padding: 0 10px; }
                  .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .font span {
                    display: block;
                    font-size: 24px;
                    width: 100%;
                    text-align: center;
                    line-height: 64px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #fff; }
          .content .main_honor .m .box .slide .btn {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 99; }
            .content .main_honor .m .box .slide .btn.prev {
              left: 0; background: none;}
            .content .main_honor .m .box .slide .btn.next {
              right: 0; background: none;}
      .content .main_honor .m .head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content .main_honor .m .head a {
          display: block; }
        .content .main_honor .m .head p {
          font-size: 36px;
          color: #fff;
          font-weight: bold;
          position: relative;
          line-height: 64px; }
          .content .main_honor .m .head p::after {
            content: '';
            width: 38px;
            height: 3px;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: -5px; }
  .content .main_introduce_box {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 60px 0; }
    .content .main_introduce_box .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_introduce_box .m .video {
        overflow: hidden;
        display: flex;
        background-image: url(../images/image.png.png);
        background-position: right -120px bottom -70px;
        background-repeat: no-repeat;
        margin-top: 50px; }
        .content .main_introduce_box .m .video .grow {
          overflow: hidden;
          flex: 1;
          padding: 80px 0 0 48px; }
          .content .main_introduce_box .m .video .grow .more {
            display: block;
            margin-top: 50px; }
          .content .main_introduce_box .m .video .grow .head {
            overflow: hidden; }
            .content .main_introduce_box .m .video .grow .head p {
              font-size: 36px;
              color: #383838;
              line-height: 53px;
              font-weight: bold; }
            .content .main_introduce_box .m .video .grow .head div {
              width: 38px;
              height: 3px;
              background: #D43030;
              margin: 8px 0 9px 0; }
            .content .main_introduce_box .m .video .grow .head span {
              display: block;
              font-size: 24px;
              line-height: 35px;
              color: #808080; }
        .content .main_introduce_box .m .video .fl {
          overflow: hidden;
          width: 10.6rem;
          position: relative; }
          .content .main_introduce_box .m .video .fl img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 1.11rem;
            cursor: pointer; }
          .content .main_introduce_box .m .video .fl video {
            width: 100%;
            display: block;
            border: none;
            object-fit: cover; }
      .content .main_introduce_box .m .introduce {
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .content .main_introduce_box .m .introduce .pic {
          width: 48.57142857142857%;
          overflow: hidden; }
          .content .main_introduce_box .m .introduce .pic img {
            display: block;
            width: 100%; }
          .content .main_introduce_box .m .introduce .pic ul {
            width: 100%;
            display: flex; }
            .content .main_introduce_box .m .introduce .pic ul li {
              flex: 1;
              padding: 24px 0 12px 0; }
              .content .main_introduce_box .m .introduce .pic ul li:nth-child(1) {
                background: #E3CC9E; }
              .content .main_introduce_box .m .introduce .pic ul li:nth-child(2) {
                background: #DBBF86; }
              .content .main_introduce_box .m .introduce .pic ul li:nth-child(3) {
                background: #E3CC9E; }
              .content .main_introduce_box .m .introduce .pic ul li > span {
                display: block;
                text-align: center;
                font-size: .2rem;
                line-height: .36rem;
                color: #9C6A28; }
              .content .main_introduce_box .m .introduce .pic ul li p {
                font-size: .2rem;
                color: #9C6A28;
                text-align: center; }
                .content .main_introduce_box .m .introduce .pic ul li p span {
                  font-size: .4rem;
                  font-weight: bold;
                  color: #9C6A28;
                  line-height: 1; }
        .content .main_introduce_box .m .introduce .grow {
          overflow: hidden;
          width: 47.42857142857143%; }
          .content .main_introduce_box .m .introduce .grow .more {
            display: block;
            margin-top: 35px; }
          .content .main_introduce_box .m .introduce .grow > span {
            display: block;
            font-size: 18px;
            color: #383838;
            line-height: 2;
            margin-top: 30px; }
          .content .main_introduce_box .m .introduce .grow .head {
            overflow: hidden; }
            .content .main_introduce_box .m .introduce .grow .head p {
              font-size: 36px;
              color: #383838;
              line-height: 53px;
              font-weight: bold; }
            .content .main_introduce_box .m .introduce .grow .head div {
              width: 38px;
              height: 3px;
              background: #D43030;
              margin: 8px 0 9px 0; }
            .content .main_introduce_box .m .introduce .grow .head span {
              display: block;
              font-size: 24px;
              line-height: 35px;
              color: #808080; }
  .content .main_navbar {
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E9E9E9; }
    .content .main_navbar p {
      font-size: 22px;
      font-weight: bold;
      margin-right: .62rem;
      color: #383838; }
    .content .main_navbar ul {
      height: 100%;
      display: flex;
      padding-left: 35px;
      position: relative; }
      .content .main_navbar ul::after {
        content: '';
        width: 1px;
        height: 24px;
        background: #E9E9E9;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .content .main_navbar ul li {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative; }
        .content .main_navbar ul li.on::after {
          width: 38px; }
        .content .main_navbar ul li:hover::after {
          width: 38px; }
        .content .main_navbar ul li::after {
          content: '';
          width: 0;
          height: 3px;
          background: #D43030;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          transition: all .1s; }
        .content .main_navbar ul li a {
          font-size: 18px;
          height: 100%;
          display: flex;
          align-items: center;
          padding: 0 35px;
          color: #383838; }
  .content .header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1); }
    .content .header .navbar {
      width: 100%;
      height: 50px;
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      position: relative; }
      .content .header .navbar .m {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%; }
        .content .header .navbar .m > li {
          height: 100%; }
          .content .header .navbar .m > li > a {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 18px;
            color: #fff;
            padding: 0 .58rem;
            position: relative;     white-space: nowrap;}
            .content .header .navbar .m > li > a::after {
              content: '';
              width: 0px;
              height: 3px;
              background: #fff;
              transition: all .2s;
              border-radius: 10px;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0; }
          .content .header .navbar .m > li.on > a {
            font-weight: bold; }
            .content .header .navbar .m > li.on > a::after {
              width: 38px; }
          .content .header .navbar .m > li:hover > a {
            font-weight: bold; }
            .content .header .navbar .m > li:hover > a::after {
              width: 38px; }
          .content .header .navbar .m > li:hover .slide {
            top: 100%;
            opacity: 1;
            visibility: inherit; }
          .content .header .navbar .m > li .slide {
            width: 100%;
            height: 50px;
            position: absolute;
            left: 0;
            top: 98%;
            opacity: 0;
            transition: all .2s;
            visibility: hidden;
            border-top: 1px solid rgba(255, 255, 255, 0.07);
            background: rgba(0, 0, 0, 0.1); }
            .content .header .navbar .m > li .slide .ms {
              width: 1400px;
              height: 100%;
              margin: 0 auto;
              display: flex;
              align-items: center; }
              .content .header .navbar .m > li .slide .ms div {
                height: 100%;min-width:100px }
                .content .header .navbar .m > li .slide .ms div a {
                  height: 100%;
                  font-size: 16px;
                  padding: 0 .38rem;
                  box-sizing: border-box;
                  display: flex;
                  align-items: center;
                  transition: all .06s;
                  color: #fff; }
                  .content .header .navbar .m > li .slide .ms div a:hover {
                    color: #ffffff;
                    font-weight:bold; }
    .content .header .top {
      width: 100%;
      height: 88px; }
      .content .header .top .m {
        width: 1400px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content .header .top .m .logo {
          display: block;
          width: 5.7rem;
}
        .content .header .top .m .fr {
          display: flex;
          align-items: center;
          height: 100%; }
          .content .header .top .m .fr p {
            font-size: 16px;
            color: #fff;
            margin-right: .6rem; }
            .content .header .top .m .fr p span {
              font-size: 24px; }
          .content .header .top .m .fr .search {
            width: 292px;
            height: 37px;
            border-radius: 40px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.29);
            display: flex;
            align-items: center;
            position: relative; }
            .content .header .top .m .fr .search input {
              width: 100%;
              height: 100%;
              border: none;
              outline: none;
              font-size: 16px;
              color: #fff;
              background: none;
              padding-left: 20px; }
            .content .header .top .m .fr .search img {
              width: 29px;
              display: block;
              cursor: pointer;
              position: absolute;
              right: 11px;
              top: 50%;
              transform: translateY(-50%);
              z-index: 99; }
  .content .footer {
    width: 100%;
    padding: 16px;
    background: #918E8E;
    display: flex;
    align-items: center;
    justify-content: center;    border-top: 3px solid #BB000D; }
    .content .footer span {
      font-size: 16px;
      margin: 0 .13rem;
      color: #fff; }
    .content .footer span a{

      color: #fff; }
  .content .main_index_box {
    overflow: hidden;
    width: 100%;
    padding: 36px 0; }
    .content .main_index_box .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_index_box .m .bottoms {
        display: flex;
        width: 100%;
        margin-top: 32px; }
        .content .main_index_box .m .bottoms .slide {
          width: calc(100% - 202px);
          display: flex; }
          .content .main_index_box .m .bottoms .slide .label {
            overflow: hidden;
            width: calc(100%/5 - 7px);
            margin-left: 7px;
            height: 156px;
            position: relative; }
            .content .main_index_box .m .bottoms .slide .label:hover img {
              transform: scale(1.03); }
            .content .main_index_box .m .bottoms .slide .label img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: all .5s; }
            .content .main_index_box .m .bottoms .slide .label span {
              display: block;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 20px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              width: 150px;
              height: 74px;
              font-weight: bold;
              background: rgba(0, 0, 0, 0.2);
              color: #fff; }
        .content .main_index_box .m .bottoms .type {
          width: 202px;
          height: 156px;
          background-image: url(../images/icon11.png);
          background-size: 100% 100%; }
          .content .main_index_box .m .bottoms .type a {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 36px 0 0 18px;
            display: block;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            color: #fff; }
      .content .main_index_box .m .tops {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .content .main_index_box .m .tops .link_video {
          overflow: hidden;
          width: 449px; }
          .content .main_index_box .m .tops .link_video ul {
            overflow: hidden;
            display: flex;
            justify-content: space-between; }
            .content .main_index_box .m .tops .link_video ul li {
              overflow: hidden;
              width: 48.10690423162584%;
              background: #FFFAF5;
              border: 1px solid #E6C2A3;
              margin-top: 24px;
              border-radius: 5px;
              height: 103px; }
              .content .main_index_box .m .tops .link_video ul li a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center; }
                .content .main_index_box .m .tops .link_video ul li a img {
                  width: .55rem;
                  margin-right: .12rem; }
                .content .main_index_box .m .tops .link_video ul li a span {
                  display: block;
                  font-size: 20px;
                  color: #000000; }
          .content .main_index_box .m .tops .link_video .video {
            overflow: hidden;
            width: 100%;
            height: 263px;
            position: relative; }
            .content .main_index_box .m .tops .link_video .video video {
              width: 100%;
              height: 100%;
              border: none;
              outline: none;
              display: block;
              object-fit: cover; }
            .content .main_index_box .m .tops .link_video .video .play {
              display: block;
              cursor: pointer;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              z-index: 99; }
        .content .main_index_box .m .tops .news {
          width: calc(100% - 28px - 449px); }
          .content .main_index_box .m .tops .news .fade {
            width: 100%;
            margin-top: 10px; }
            .content .main_index_box .m .tops .news .fade .item {
              width: 100%;
              display: flex;
              justify-content: space-between; }
              .content .main_index_box .m .tops .news .fade .item ul {
                overflow: hidden;
                width: calc(100% - 48.48484848484848% - 28px); }
                .content .main_index_box .m .tops .news .fade .item ul li {
                  overflow: hidden;
                  width: 100%;
                  height: 68px;
                  background: #F5F5F5;
                  margin-bottom: 24px; }
                  .content .main_index_box .m .tops .news .fade .item ul li:hover a .grow span {
                    color: #D43030; }
                  .content .main_index_box .m .tops .news .fade .item ul li:last-child {
                    margin-bottom: 0; }
                  .content .main_index_box .m .tops .news .fade .item ul li a {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    height: 100%; }
                    .content .main_index_box .m .tops .news .fade .item ul li a .grow {
                      flex: 1;
                      padding: 0 24px; }
                      .content .main_index_box .m .tops .news .fade .item ul li a .grow span {
                        display: block;
                        font-size: 18px;
                        color: #383838;
                        line-height: 28px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        transition: all .05s;
                        overflow: hidden; }
                    .content .main_index_box .m .tops .news .fade .item ul li a .date {
                      overflow: hidden;
                      width: 73px;
                      position: relative; }
                      .content .main_index_box .m .tops .news .fade .item ul li a .date::after {
                        content: '';
                        width: 1px;
                        height: 45px;
                        background: #D4D4D4;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%); }
                      .content .main_index_box .m .tops .news .fade .item ul li a .date p {
                        text-align: center;
                        font-size: 18px;
                        line-height: 27px;
                        color: #808080;
                        margin-bottom: 3px; }
                      .content .main_index_box .m .tops .news .fade .item ul li a .date span {
                        display: block;
                        text-align: center;
                        font-size: 14px;
                        line-height: 21px;
                        color: #AFAFAF; }
              .content .main_index_box .m .tops .news .fade .item .slide {
                overflow: hidden;
                width: 48.48484848484848%;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
                .content .main_index_box .m .tops .news .fade .item .slide:hover .pic img {
                  transform: scale(1.03); }
                .content .main_index_box .m .tops .news .fade .item .slide .info {
                  overflow: hidden;
                  position: relative;
                  padding: 14px 22px 12px 22px; }
                  .content .main_index_box .m .tops .news .fade .item .slide .info img {
                    display: block;
                    float: right; }
                  .content .main_index_box .m .tops .news .fade .item .slide .info p {
                    font-size: 18px;
                    color: #383838;
                    line-height: 28px;
                    font-weight: bold; }
                .content .main_index_box .m .tops .news .fade .item .slide .pic {
                  width: 100%;
                  height: 247px;
                  overflow: hidden;
                  position: relative; }
                  .content .main_index_box .m .tops .news .fade .item .slide .pic img {
                    width: 100%;
                    transition: all .5s;
                    height: 100%;
                    object-fit: cover; }
                  .content .main_index_box .m .tops .news .fade .item .slide .pic div {
                    display: inline-flex;
                    height: 36px;
                    align-items: center;
                    background: #D43030;
                    font-size: 16px;
                    color: #fff;
                    justify-content: center;
                    position: absolute;
                    padding: 0 15px;
                    left: 0;
                    bottom: 0; }
          .content .main_index_box .m .tops .news .head {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .content .main_index_box .m .tops .news .head .more {
              display: block;
              font-size: 14px;
              color: #D43030; }
            .content .main_index_box .m .tops .news .head ul {
              display: flex;
              align-items: center;
              position: relative;
              padding-left: 10px; }
              .content .main_index_box .m .tops .news .head ul::after {
                content: '';
                width: 4px;
                height: 24px;
                background: #D43030;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
              .content .main_index_box .m .tops .news .head ul li {
                cursor: pointer;
                position: relative;
                font-size: 24px;
                font-weight: bold;
                line-height: 37px;
                margin-right: 44px;
                color: #383838; }
                .content .main_index_box .m .tops .news .head ul li.on {
                  color: #D43030; }

@media (max-width: 1600px) {
  .m,
  .ms {
    width: 1400px !important; }

  .content .main_index_box .m .tops .news .head ul li {
    font-size: 20px; }

  .content .main_index_box .m .tops .news .fade .item ul li a .grow span {
    font-size: 15px;
    line-height: 1.6; }

  .content .main_index_box .m .tops .news .fade .item .slide .info p {
    font-size: 16px; }

  .content .main_index_box .m .bottoms .slide .label span {
    font-size: 16px; }

  .content .main_index_box .m .bottoms .type a {
    font-size: 16px;
    line-height: 1.5; }

  .content .footer span {
    font-size: 13px; }

  .content .header .top .m .fr p {
    font-size: 14px; }
    .content .header .top .m .fr p span {
      font-size: 20px; }

  .content .header .navbar .m > li > a {
    font-size: 16px; }

  .content .header .navbar .m > li .slide .ms div a {
    font-size: 14px; }

  .content .main_culture_box .tong_title p {
    font-size: 30px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info p {
    font-size: 16px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div span {
    font-size: 14px; }

  .content .main_navbar ul li a {
    font-size: 16px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .pic {
    height: 190px; }

  .content .main_culture_box .tong_title span {
    font-size: 18px; }

  .content .main_member_box .m .fade .item .info span, .content .main_introduce_box .m .introduce .grow > span, .content .main_culture_box .main_idea .m ul li span, .content .main_history_box .m .fade .item ul li .grow span, .content .main_history_box .m .fade .item ul li .grow p, .content .main_culture_box .main_mission .m .font span, .content .main_culture_box .main_ip .m .box div span {
    font-size: 16px; }

  .content .main_introduce_box .m .video .grow .head span, .content .main_introduce_box .m .introduce .grow .head span {
    font-size: 20px; }

  .content .main_history_box .m .fade .item ul li .grow span::after {
    width: 6px;
    height: 6px;
    top: 7px; }

  .content .main_member_box .m .tabbar div, .content .main_honor .m .head p, .content .main_introduce_box .m .video .grow .head p, .content .main_history_box .m .head p, .content .main_introduce_box .m .introduce .grow .head p {
    font-size: 28px; } }
@media (max-width: 1300px) {
  .m,
  .ms {
    width: 1000px !important; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info {
    padding: 12px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div {
    margin-top: 15px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info p, .content .main_member_box .m .fade .item .info span, .content .main_introduce_box .m .introduce .grow > span, .content .main_culture_box .main_idea .m ul li span, .content .main_history_box .m .fade .item ul li .grow span, .content .main_history_box .m .fade .item ul li .grow p, .content .main_culture_box .main_mission .m .font span, .content .main_culture_box .main_ip .m .box div span {
    font-size: 14px; }

  .content .main_member_box .m .tabbar div, .content .main_honor .m .head p, .content .main_introduce_box .m .video .grow .head p, .content .main_history_box .m .head p, .content .main_introduce_box .m .introduce .grow .head p {
    font-size: 25px; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .pic {
    height: 155px; }

  .content .main_culture_box .tong_title p {
    font-size: 25px; }

  .content .main_culture_box .tong_title span {
    font-size: 16px; }

  .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .pic {
    height: 4.5rem; }

  .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .font span {
    font-size: 16px; } }
@media (max-width: 1000px) {
  .m,
  .ms {
    width: 100% !important; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info p, .content .main_member_box .m .fade .item .info span, .content .main_introduce_box .m .introduce .grow > span, .content .main_culture_box .main_idea .m ul li span, .content .main_history_box .m .fade .item ul li .grow span, .content .main_history_box .m .fade .item ul li .grow p, .content .main_culture_box .main_mission .m .font span, .content .main_culture_box .main_ip .m .box div span {
    font-size: 14px; }

  .content .main_member_box .m .tabbar div, .content .main_honor .m .head p, .content .main_introduce_box .m .video .grow .head p, .content .main_history_box .m .head p, .content .main_introduce_box .m .introduce .grow .head p {
    font-size: 25px; }

  .content .main_culture_box .tong_title p {
    font-size: 25px; }

  .content .main_culture_box .tong_title span {
    font-size: 16px; }

  .content .header .top {
    height: 1rem; }

  .content .header .top .m {
    padding: 0 .3rem; }

  .content .header .top .m .logo {
    width: 4.5rem; }

  .content .header .top .m .fr {
    display: none; }

  .content .header .navbar {
    display: none; }

  .content .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999; }

  .content .banner {
    padding-top: 1rem;
    height: 4rem; }

  .content .main_index_box {
    padding: .6rem .3rem; }

  .content .main_index_box .m .tops {
    display: block; }

  .content .main_index_box .m .tops .news {
    width: 100%; }

  .content .main_index_box .m .tops .link_video {
    width: 100%; }

  .content .main_index_box .m .tops .news .head ul li {
    font-size: .26rem;
    line-height: .45rem;
    margin-right: .2rem; }

  .content .main_index_box .m .tops .news .head ul::after {
    width: 2px;
    height: .25rem; }

  .content .main_index_box .m .tops .news .head .more {
    font-size: .26rem; }

  .content .main_index_box .m .tops .news .fade {
    margin-top: .3rem; }

  .content .main_index_box .m .tops .news .fade .item {
    display: block;
    width: 100%; }

  .content .main_index_box .m .tops .news .fade .item .slide {
    width: 100%; }

  .content .main_index_box .m .tops .news .fade .item .slide .pic {
    height: 3.5rem; }

  .content .main_index_box .m .tops .news .fade .item .slide .pic div {
    height: .46rem;
    padding: 0 .15rem;
    font-size: .24rem; }

  .content .main_index_box .m .tops .news .fade .item .slide .info {
    padding: .2rem; }
    .content .main_index_box .m .tops .news .fade .item .slide .info p {
      font-size: .26rem; }

  .content .main_index_box .m .tops .news .fade .item .slide .info img {
    margin-top: .2rem;
    width: 1.3rem; }

  .content .main_index_box .m .tops .news .fade .item ul {
    width: 100%;
    margin-top: .3rem; }
    .content .main_index_box .m .tops .news .fade .item ul li {
      margin-bottom: .2rem;
      height: auto; }
      .content .main_index_box .m .tops .news .fade .item ul li a {
        padding: .15rem;
        box-sizing: border-box; }

  .content .main_index_box .m .tops .news .fade .item ul li a .date p {
    font-size: .26rem;
    line-height: 1.4; }

  .content .main_index_box .m .tops .news .fade .item ul li a .date span {
    font-size: .22rem;
    line-height: 1.4; }

  .content .main_index_box .m .tops .news .fade .item ul li a .grow span {
    font-size: .24rem; }

  .content .main_index_box .m .tops .news .fade .item ul li a .grow {
    padding: 0 .2rem; }

  .content .main_index_box .m .tops .link_video .video {
    margin-top: .3rem;
    height: 4rem; }

  .content .main_index_box .m .tops .link_video .video .play {
    width: .6rem; }

  .content .main_index_box .m .tops .link_video ul li {
    height: 1.3rem;
    margin-top: .3rem; }

  .content .main_index_box .m .tops .link_video ul li a span {
    font-size: .28rem; }

  .content .main_index_box .m .bottoms {
    margin-top: .3rem;
    flex-wrap: wrap; }

  .content .main_index_box .m .bottoms .type {
    width: 100%;
    background-size: cover;
    height: 1.5rem; }

  .content .main_index_box .m .bottoms .slide {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }

  .content .main_index_box .m .bottoms .slide .label span {
    font-size: .28rem; }

  .content .main_index_box .m .bottoms .slide .label {
    width: 49%;
    padding: 0;
    margin-top: .2rem; }

  .content .main_index_box .m .bottoms .type a {
    font-size: .28rem;
    padding: .3rem; }

  .content .main_index_box .m .bottoms .slide .label:last-child {
    width: 100%; }

  .content .footer {
    padding: .1rem;
    flex-wrap: wrap; }
    .content .footer span {
      font-size: .2rem;
      line-height: 1.6; }

  .content .banner .mfont p {
    font-size: .4rem;
    line-height: 1.6; }

  .content .banner .mfont span {
    font-size: .28rem;
    line-height: 1.6;
    letter-spacing: 0; }

  .content .main_navbar {
    height: auto;
    display: block; }

  .content .main_navbar p {
    font-size: .28rem;
    line-height: 3;
    margin: 0;
    width: 100%;
    text-align: center; }

  .content .main_navbar ul {
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #E9E9E9; }

  .content .main_navbar ul li {
    width: 33.33%;
    height: .68rem;
    font-size: .25rem; }

  .content .main_navbar ul li a {
    padding: 0;
    font-size: .26rem;
    width: 100%;
    justify-content: center;
    height: 100%;
    text-align: center; }

  .content .main_culture_box {
    padding: 0 .3rem; }

  .content .main_culture_box .main_news {
    padding: .5rem 0; }

  .content .main_culture_box .tong_title p {
    font-size: .33rem;
    line-height: 1.6; }

  .content .main_culture_box .tong_title .line {
    margin: .1rem auto;
    width: .5rem; }

  .content .main_culture_box .main_news .m .slide {
    margin-top: .5rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .pic {
    height: 2.5rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info {
    padding: .2rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info div span {
    font-size: .22rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-pagination-bullet {
    width: .16rem;
    height: .08rem;
    margin: 0 .03rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-pagination-bullet-active {
    width: .4rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide .label .info p, .content .main_member_box .m .fade .item .info span, .content .main_introduce_box .m .introduce .grow > span, .content .main_culture_box .main_idea .m ul li span, .content .main_history_box .m .fade .item ul li .grow span, .content .main_history_box .m .fade .item ul li .grow p, .content .main_culture_box .main_mission .m .font span, .content .main_culture_box .main_ip .m .box div span {
    font-size: .25rem;
    line-height: 1.7; }

  .content .main_culture_box .main_mission.ovh {
    padding: .6rem .3rem; }

  .content .main_culture_box .main_mission .m .font {
    padding-right: .2rem; }

  .content .main_culture_box .main_idea {
    padding: .6rem 0; }

  .content .main_culture_box .main_idea .m ul {
    display: block; }
    .content .main_culture_box .main_idea .m ul li {
      width: 100%;
      margin-top: .3rem; }
      .content .main_culture_box .main_idea .m ul li .head div {
        width: .08rem;
        height: .35rem; }
      .content .main_culture_box .main_idea .m ul li .head p {
        font-size: .28rem; }

  .content .main_culture_box .main_news .m .slide .mySwiper .swiper-slide {
    width: 49%;
    margin-right: 1%; }

  .content .main_culture_box .main_mission {
    padding: .6rem 0; }

  .content .main_culture_box .tong_title span {
    font-size: .26rem; }

  .content .main_culture_box .main_mission .m .font {
    margin-top: .2rem; }

  .content .main_culture_box .main_idea .m ul li .head {
    margin-bottom: .2rem; }

  .content .main_culture_box .main_mission.brand {
    padding: .6rem 0; }

  .content .main_culture_box .main_ip {
    padding: .6rem 0;
    margin-bottom: .3rem; }

  .content .main_culture_box .main_ip .vbg {
    height: 100%;
    object-fit: cover; }

  .content .main_culture_box .main_ip .m .box {
    margin-top: .3rem;
    display: block; }
    .content .main_culture_box .main_ip .m .box img {
      width: 2rem;
      margin: 0 auto; }

  .content .main_culture_box .main_ip .m .box div {
    width: 100%;
    flex: auto;
    padding: 0 .3rem; }

  .content .main_history_box {
    padding: .6rem .3rem; }

  .content .main_member_box .m .tabbar div, .content .main_honor .m .head p, .content .main_introduce_box .m .video .grow .head p, .content .main_history_box .m .head p, .content .main_introduce_box .m .introduce .grow .head p {
    font-size: .3rem; }

  .content .main_history_box .m .head p::after {
    bottom: 0; }

  .content .main_history_box .m .tabbar {
    padding: 0 .6rem;
    margin-top: .3rem; }

  .content .main_history_box .m .tabbar .btn {
    width: .6rem; }

  .content .main_history_box .m .tabbar .mySwiper .swiper-slide .label p {
    font-size: .26rem;
    line-height: 1.1;
    margin-bottom: .2rem; }

  .content .main_history_box .m .tabbar .mySwiper .swiper-slide {
    padding-bottom: .1rem; }

  .content .main_history_box .m .tabbar::after {
    width: calc(100% - 1.2rem);
    bottom: .23rem;
    left: .6rem; }

  .content .main_history_box .m .fade .item ul li .date div {
    width: .9rem;
    height: .38rem;
    font-size: .24rem; }

  .content .main_history_box .m .fade .item ul li .date {
    top: 0; }

  .content .main_history_box .m .fade .item ul li .grow span {
    margin-bottom: .2rem; }

  .content .main_history_box .m .fade .item ul li {
    padding-bottom: .5rem;
    padding-left: 1.6rem; }

  .content .main_introduce_box {
    padding: .6rem .3rem; }

  .content .main_introduce_box .m .introduce {
    display: block; }

  .content .main_introduce_box .m .introduce .grow {
    width: 100%; }

  .content .main_introduce_box .m .introduce .grow .head p {
    line-height: 1.1; }

  .content .main_introduce_box .m .video .grow .head span, .content .main_introduce_box .m .introduce .grow .head span {
    font-size: .24rem; }

  .content .main_introduce_box .m .introduce .grow > span {
    margin-top: .3rem; }

  .content .main_index_box .m .bottoms .slide .label span {
    width: 60%;
    height: 1rem; }

  .content .main_introduce_box .m .introduce .pic {
    width: 100%;
    margin-top: .3rem; }

  .content .main_introduce_box .m .introduce .pic ul li {
    padding: .2rem 0; }

  .content .main_introduce_box .m .video {
    display: block;
    margin-top: .3rem; }

  .content .main_introduce_box .m .video .fl {
    width: 100%; }

  .content .main_introduce_box .m .video .fl img {
    width: .6rem; }

  .content .main_introduce_box .m .video .grow {
    padding: .5rem;
    background: #fff; }

  .content .main_honor {
    padding: .6rem .3rem; }

  .content .main_honor .m .head p {
    line-height: 1.1rem; }

  .content .main_honor .m .head p::after {
    bottom: 0; }

  .content .main_honor .m .box {
    width: 100%;
    display: block; }

  .content .main_honor .m .box .slide {
    width: 100%;
    padding: 0 1.5rem; }

  .content .main_honor .m .box .slide .mySwiper .swiper-slide .label .font span {
    font-size: .24rem; }

  .content .main_honor .m .box .list {
    width: 100%;
    margin-top: .5rem; }

  .content .main_honor .m .box .list ul {
    overflow: hidden;
    height: auto; }

  .content .main_honor .m .box .list ul li {
    width: 32%;
    margin-right: 1.5%; }
    .content .main_honor .m .box .list ul li:nth-child(3n) {
      margin-right: 0; }

  .content .main_honor .m .box .list ul li span {
    font-size: .24rem; }

  .content .main_member_box {
    padding: .6rem .3rem; }

  .content .main_member_box .m .tabbar div {
    height: 1rem;
    font-size: .22rem;
    text-align: center;
    padding: 0 .2rem; }

  .content .main_member_box .m .fade {
    margin-top: .3rem; }

  .content .main_member_box .m .fade .item .info div {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: .3rem; }

  .content .main_index_box .m .bottoms .slide .label {
    margin: 0;
    margin-top: .2rem; }

  .content .main_member_box .m .fade .item .box {
    margin-top: .3rem;
    display: block;
    padding: .2rem;
    padding-top: 0; }

  .content .main_member_box .m .fade .item .box .title {
    font-size: .3rem;
    text-align: center;
    width: 100%;
    writing-mode: unset; }

  .content .main_member_box .m .fade .item .box .grow {
    padding: .3rem;
    display: block; }

  .content .main_member_box .m .fade .item .box .grow .yw {
    width: 100%;
    padding: .3rem 0; }

  .content .main_member_box .m .fade .item .box .grow .yw p {
    font-size: .28rem;
    line-height: 1.6; }

  .content .main_member_box .m .fade .item .box .grow .yw span {
    font-size: .24rem; }

  .content .main_member_box .m .fade .item .box .grow .product {
    width: 100%;
    padding: .3rem 0; }
    .content .main_member_box .m .fade .item .box .grow .product p {
      font-size: .28rem;
      line-height: 1.6; }
    .content .main_member_box .m .fade .item .box .grow .product ul li span {
      font-size: .24rem; }

  .content .main_member_box .m .fade .item .box .grow .contact {
    width: 100%;
    padding: .3rem 0; }
    .content .main_member_box .m .fade .item .box .grow .contact p {
      font-size: .28rem;
      line-height: 1.6; }
    .content .main_member_box .m .fade .item .box .grow .contact span {
      font-size: .24rem; }

  .content .main_member_box .m .fade .item .box .grow .code {
    width: 100%;
    padding: .3rem 0; }
    .content .main_member_box .m .fade .item .box .grow .code p {
      font-size: .28rem;
      line-height: 1.6; }

  .content .main_member_box .m .fade .item .box .grow > div::after {
    height: 1px;
    width: 3rem;
    top: auto;
    bottom: 0;
    left: 0; }

  .content .main_member_box .m .fade .item .box .grow > div:last-child::after {
    display: none; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999; }
    .mobile_fade .box {
      width: 100%;
      height: calc(100vh - 1rem);
      position: absolute;
      left: 0;
      top: -100vh;
      background: #fff; }
      .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem; }
        .mobile_fade .box ul li {
          overflow: hidden;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            font-size: .28rem;
            color: #333;
            align-items: center;
            justify-content: space-between; }
            .mobile_fade .box ul li span.on img {
              transform: rotate(90deg); }
            .mobile_fade .box ul li span a {
              font-size: .28rem;
              color: #000;
              height: 100%;
              display: flex;
              align-items: center;
              width: 90%; }
            .mobile_fade .box ul li span img {
              width: .18rem;
              transition: all .2s; }
          .mobile_fade .box ul li div {
            overflow: hidden;
            width: 100%;
            display: none; }
            .mobile_fade .box ul li div a {
              display: flex;
              align-items: center;
              font-size: .26rem;
              color: #333;
              height: .8rem; }

  .content .header {
    z-index: 9999999; }

  .content .main_news .m .box .item .pic {
    height: 4rem; }

  .menu {
    width: .55rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    display: block; } }
/* å½“å‰ä½ç½® */
/* .crumb{margin-bottom: 35px;} */
.crumb h2{text-align: right;padding: 19px 0px 19px 0px; line-height: 24px; font-size:1em; font-weight: normal; color: rgba(153, 153, 153, 1);}
.crumb a{color: rgba(153, 153, 153, 1);}
.crumb a:hover{color: #93100C;}
.crumb a, .crumb span{margin:0 10px;font-size: 16px;}
.crumb a:first-child{margin-left: 0;}
.crumb span{color: #93100C;}
.crumb h2 > span:first-child{padding-left: 24px;background: url(../images/current_location.png) center left no-repeat;margin: 0;color: rgba(153, 153, 153, 1);}
/*# sourceMappingURL=css.css.map */
.container{width: 1400px; margin-right:auto; margin-left:auto; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.container.width-1200{width: 1200px;}
@media (max-width: 1400px) {
    .container{width: 1200px;}
}
@media (max-width: 1280px) {
	body{font-size: 16px;}
	.container{width:auto; margin: 0 15px;}
    .footer_copyright > div{width: auto;}
    .list_nav::after{width: 2%;}
    .list_nav .container{margin: 0;}
    .list_nav .sideMenu{padding-left: 0;}
}
.content .main_index_box .m .tops .news .fade .item ul li.newicon a .grow span{color: #d43030;
    font-weight: 600;}
.content .main_index_box .m .tops .news .fade .item ul li.newicon a .date p{color: #d43030;
    font-weight: 600;}
.content .main_index_box .m .tops .news .fade .item ul li.newicon a .date span{color: #d43030;
    font-weight: 600;}

/*底部*/
.header-search{display: none;}
.colse-btn{text-align: right;}
.colse-btn a{display:inline-block;background: #dcdcdc;padding:0 10px;font-size: 2em;margin:20px 0 5px 0;cursor: pointer;}
.header-search-box{background: #dcdcdc;padding:10px;position: relative; float: right;}
.header-search-box form{padding:0 100px 0 20px;background: #fff;}
.header-search-box .search-txt{background: #fff;padding:10px 0;line-height: 30px;width: 200px;border:0;font-size: 1em;}
.header-search-box .search-btn{width: 80px;height: 50px;line-height: 50px;position: absolute;right: 10px;top: 10px;background: #bb000d;color: #fff;border:0;font-size: 1.25em;cursor: pointer;}

.cbltool{position: fixed;top: 60%;right: 50px;z-index: 999999;padding: 6px 8px;width: 183px;}
.cbltool  a img{width: 184px;}
.cbltool a span{ color: #000;
    font-size: 12px;
    width: 80px;
    position: absolute;
    left: 28px;
    top: 30px;
}
.footer-search-box{
    width: 130px;
    height: 37px;
    border-radius: 40px;
    overflow: hidden;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    position: relative;
    border: 1px #020202 solid;
    TOP: -10px;
    left: 40px;
}
.footer-search-box input {
    width: 130px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    background: none;
    padding-left: 10px;

    font-size: 18px;
}
.footer-search-box .btn {
    background: url(/jxxydbjt/xhtml/images/search.png) no-repeat  50% 50%;
    border: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    position: absolute;
    right: 3PX;
    top: 3px;
    outline: none;
    background-color: #d43030;
    border-radius: 40px;
background-size: 80%;
}

@media (max-width: 768px) {
	
.content .header .top .m .logo {
    display: block;

  min-width: 0rem;
}
.cbltool{display:none}

}