html {
  font-size: 20vw; }
  @media screen and (max-width: 320px) {
    html {
      font-size: 64px; } }
  @media screen and (min-width: 540px) {
    html {
      font-size: 108px; } }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.checkbox,
.radiobox {
  width: 1.8em;
  height: 1.8em; }

.checkbox input[type=checkbox],
.radiobox input[type=radio] {
  -webkit-appearance: none;
  background-color: transparent;
  outline: 0 !important;
  border: 0;
  font-size: 1em !important; }

.checkbox input[type=checkbox]:before,
.radiobox input[type=radio]:before {
  display: inline-block;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.8em;
  font-weight: thin;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d4d4d4; }

.checkbox input[type=checkbox]:checked:before,
.radiobox input[type=radio]:checked:before {
  color: #ec4b4d; }

.checkbox input[type=checkbox]:before {
  content: "\f096"; }

.checkbox input[type=checkbox]:checked:before {
  content: "\f14a"; }

.radiobox input[type=radio]:before {
  content: "\f096"; }

.radiobox input[type=radio]:checked:before {
  content: "\f14a"; }

@media screen and (max-width: 768px) {
  body {
    position: relative;
    right: 0;
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -ms-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out; }
  img {
    max-width: 100%; }
  video {
    max-width: 100%; }
  header {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    position: relative; }
    header .header_top {
      width: 100%;
      height: 0.8rem;
      box-sizing: border-box;
      padding-top: 0.14667rem; }
      header .header_top .logo {
        display: block;
        width: 2rem;
        height: 0.50667rem;
        margin-left: 0.16667rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0; }
  .kecheng {
    width: 100%;
    margin-top: -0.33333rem;
    box-sizing: border-box;
    padding: 0 0.16667rem; }
    .kecheng li {
      margin-bottom: 0.16667rem; }
    .kecheng li a {
      position: relative;
      display: block; }
    .kecheng li img {
      display: block;
      height: 3.192rem;
      width: 100%; }
    .kecheng li h4 {
      font-size: 0.2rem;
      text-align: center;
      line-height: 0.33333rem;
      color: #fff;
      margin-top: 0.3rem; }
    .kecheng li h4 text {
      font-size: 0.3rem;}
    .kecheng section {
      width: 100%;
      box-sizing: border-box;
      padding: 0 0.16667rem;
      text-align: justify;
      height: 0.8rem;
      margin-top: 0.3rem;
      display: -webkit-box;
      word-break: break-all;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #fff; }
    .kecheng span {
      display: block;
      margin: 0 auto;
      line-height: 0.3rem;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 0.15rem;
      margin-top: 0.2rem;
      width: 1.2rem;
      height: 0.3rem; }
    .kecheng li div {
      box-sizing: border-box;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0, .3);
      left: 0;
      top: 0;
      padding-bottom: 0.2rem;
      font-size: 0.17333rem;
      line-height: 0.26667rem;
      color: #666; }
  .menu {
    position: fixed;
    top: 0;
    right: -2.6rem;
    width: 2.6rem;
    height: 100vh;
    background-color: #333;
    z-index: 99;
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -ms-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out; }
  .mobile_btn {
    width: 0.53333rem;
    height: 0.53333rem;
    position: absolute;
    top: 0.12rem;
    right: 0.2rem;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.6); }
    .mobile_btn span {
      display: block;
      width: 0.33333rem;
      height: 0.02667rem;
      background-color: #000;
      position: absolute;
      transition: all 0.3s ease; }
    .mobile_btn .line1 {
      top: 0.14667rem;
      left: 0.1rem; }
    .mobile_btn .line2 {
      top: 0.25333rem;
      left: 0.1rem;
      opacity: 1; }
    .mobile_btn .line3 {
      bottom: 0.14667rem;
      left: 0.1rem; }
  .menu_on {
    z-index: 220; }
    .menu_on .line1 {
      top: 0.25333rem;
      transform: rotate(135deg); }
    .menu_on .line2 {
      opacity: 0; }
    .menu_on .line3 {
      bottom: 0.25333rem;
      transform: rotate(-135deg); }
  .mobile_hide {
    display: none!important; }
  .mobile_banner {
    width: 100%;
    height: 3.33333rem; }
    .mobile_banner .swiper-slide {
      display: block;
      width: 100%;
      height: 3.33333rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center 0; }
    .mobile_banner .mobile_banner_pagination .swiper-pagination-bullet {
      background-color: rgba(255, 255, 255, 0);
      border: 0.00667rem solid #fff;
      opacity: 1;
      margin: 0 0.06667rem; }
    .mobile_banner .mobile_banner_pagination .swiper-pagination-bullet-active {
      background-color: white;
      opacity: 1; }
  .section {
    padding-top: 0.33333rem; }


.solution .solution_group {
    margin-top: 0.3rem;
    padding: 0 0.3rem;
}
.solution .swiper-slide {
    width: 2.13333rem;
    height: 3.2rem;
    margin-right: 0.13333rem;
    background-size: 2.13333rem 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
}
.solution .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: 0.29333rem 0.30667rem;
    background-position: center 0.7rem;
    padding-top: 1.2rem;
    font-size: 0.18667rem;
    line-height: 0.24667rem;
    text-align: center;
    color: #fff;
}
.solution .swiper-slide span {
  display: block;
  font-size: 0.15rem;
  padding: 0.1rem;
}







  .common_title_wrap .common_title_c {
    width: 2rem;
    margin: 0 auto;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26667rem;
    position: relative;
    text-align: center; }
    .common_title_wrap .common_title_c span {
      font-size: 0.26667rem;
      line-height: 0.4rem; }
    .common_title_wrap .common_title_c:before {
      content: '';
      position: absolute;
      top: 0.13333rem;
      left: -0.93333rem;
      width: 1.23333rem;
      height: 0.13333rem;
      background-image: url("../images/h-lf.png");
      background-repeat: no-repeat;
      background-size: 1.23333rem 0.13333rem;
      background-position: center center; }
    .common_title_wrap .common_title_c:after {
      content: '';
      position: absolute;
      top: 0.13333rem;
      right: -0.93333rem;
      width: 1.23333rem;
      height: 0.13333rem;
      background-image: url("../images/h-rt.png");
      background-repeat: no-repeat;
      background-size: 1.23333rem 0.13333rem;
      background-position: center center; }
  .common_title_wrap .common_title_e {
    font-size: 0.2rem;
    line-height: 0.26667rem;
    color: #d1d1d1;
    text-align: center; }
  .common_title_wrap .common_desc {
    font-size: 0.2rem;
    line-height: 0.26667rem;
    color: #999;
    text-align: center; }
  .business_wrap {
    width: 4.66667rem;
    margin: 0.16667rem 0.16667rem 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .business_wrap .business_item {
      width: 2.25rem;
      height: 3.53333rem;
      margin-bottom: 0.16667rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center 0;
      overflow: hidden; }
    .business_wrap .business_item_title {
      font-size: 0.2rem;
      line-height: 0.26667rem;
      color: #fff;
      text-align: center;
      margin-top: 0.4rem;
      font-weight: bold; }
    .business_wrap .business_item_line {
      width: 0.33333rem;
      height: 0.01333rem;
      background-color: #fff;
      margin: 0.26667rem auto; }
    .business_wrap .business_item_desc {
      font-size: 0.17333rem;
      line-height: 0.26667rem;
      width: 2rem;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: justify;
      color: #fff; }
    .business_wrap .business_item_btn {
      width: 1rem;
      height: 0.26667rem;
      font-size: 0.17333rem;
      line-height: 0.26667rem;
      text-align: center;
      color: #992027;
      background-color: #fff;
      margin: 0.13333rem auto;
      border-radius: 0.13333rem; }
  .video_section {
    padding-top: 0.16667rem;
    padding-bottom: 0.16667rem;
    background-color: #fff !important; }
  .video {
    width: 4.66667rem;
    height: 2.9rem;
    margin: 0 auto; }
  .marquee_section {
    padding-top: 0.16667rem;
    background-color: #fff !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; }
    .marquee_section .marquee_wrap {
      width: 5rem;
      height: 0.93333rem;
      background-color: #fff;
      overflow: hidden; }
    .marquee_section .icon {
      width: 0.66667rem;
      height: 0.93333rem;
      float: left;
      font-size: 0.26667rem;
      color: #992027;
      text-align: center;
      line-height: 0.93333rem; }
    .marquee_section .marquee_swiper {
      width: 3.33333rem;
      height: 0.66667rem;
      float: left;
      margin-top: 0.13333rem;
      box-sizing: border-box;
      padding-right: 0.2rem; }
      .marquee_section .marquee_swiper a {
        display: block;
        font-size: 0.17333rem;
        line-height: 0.33333rem;
        color: #992027;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis; }
    .marquee_section .marquee_navigation {
      width: 0.8rem;
      box-sizing: border-box;
      height: 0.93333rem;
      float: right;
      border-left: 1px solid #d6d6d6; }
      .marquee_section .marquee_navigation .marquee_btn {
        width: 0.8rem;
        height: 0.46667rem;
        box-sizing: border-box;
        font-size: 0.26667rem;
        line-height: 0.46rem;
        text-align: center;
        color: #222;
        border-bottom: 1px solid #d6d6d6;
        outline: none; }
      .marquee_section .marquee_navigation .marquee_down {
        border-bottom: none; }
  .news_section {
    background-color: #fff !important; }
    .index_news_group {
      width: 4.66667rem;
      margin: 0 auto; }
      .index_news_group li {
        margin-bottom: 0.16667rem;
        box-sizing: border-box;
        border: 1px solid #d6d6d6; }
        .index_news_group li a {
          display: block;
          position: relative; }
        .index_news_group li .date {
          width: 0.93333rem;
          height: 0.93333rem;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #992027; }
          .index_news_group li .date .day {
            font-size: 0.33333rem;
            line-height: 0.6rem;
            color: #fff;
            text-align: center;
            font-weight: bold; }
          .index_news_group li .date .year_month {
            font-size: 0.2rem;
            line-height: 0.2rem;
            text-align: center;
            color: #fff; }
        .index_news_group li .cover {
          width: 100%;
          height: 2.4rem; }
          .index_news_group li .cover .img {
            display: block;
            width: 100%;
            height: 2.4rem;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat; }
        .index_news_group li .news_title {
          font-size: 0.2rem;
          line-height: 0.33333rem;
          color: #222;
          margin-top: 0.13333rem;
          box-sizing: border-box;
          padding: 0 0.16667rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .index_news_group li .news_desc {
          font-size: 0.18667rem;
          line-height: 0.26667rem;
          display: -webkit-box;
          word-break: break-all;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 0.06667rem;
          box-sizing: border-box;
          padding-left: 0.16667rem;
          padding-right: 0.16667rem;
          text-align: justify;
          color: #999; }
        .index_news_group li .more {
          margin-top: 0.26667rem;
          font-size: 0.18667rem;
          color: #992027;
          text-align: right;
          padding-right: 0.16667rem;
          margin-bottom: 0.26667rem; }
  .net_class_title {
    background: #fff;
    margin-top: 0!important;
    line-height: 0.6rem!important;
    box-sizing: border-box!important;
    padding-right: 0.6rem!important;
    background-image: url('../images/net_class_title_h.png');
    background-position: right 0.2rem center;
    background-size: 0.3rem 0.3rem;
    background-repeat: no-repeat;
    position: relative;
  }
  .net_class_title:after {
    content: '';
    width: 0.04rem;
    height: 0.3rem;
    position: absolute;
    top: 0.15rem;
    left: 0.1rem;
    background-color: #992027;
  }
  .big_more_btn {
    display: block;
    width: 2rem;
    height: 0.53333rem;
    font-size: 0.2rem;
    line-height: 0.53333rem;
    color: #992027;
    text-align: center;
    border: 1px solid #992027;
    margin: 0.2rem auto;
    border-radius: 0.26667rem;
    box-sizing: border-box; }
    .big_more_btn i {
      display: none; }
  .partner_section {
    padding-top: 0.06667rem; }
    .partner_section .partner_group {
      width: 4.66667rem;
      height: 2.33333rem;
      overflow: hidden;
      margin: 0.16667rem auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .partner_section .partner_group li {
        display: block;
        width: 1.44rem;
        height: 0.66667rem;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        box-sizing: border-box;
        border: 1px solid #d6d6d6;
        margin-bottom: 0.16667rem; }
  footer {
    background-color: #333; }
    footer .footer_info {
      width: 100%;
      padding-top: 0.4rem;
      padding-bottom: 0.13333rem; }
    footer .footer_info_qrs {
      width: 100%;
      display: flex;
      justify-content: space-around; }
    footer .footer_info_qrs_item {
      width: 1.33333rem;
      height: 1.66667rem; }
      footer .footer_info_qrs_item img {
        display: block;
        width: 1.33333rem;
        height: 1.33333rem; }
      footer .footer_info_qrs_item span {
        display: block;
        font-size: 0.17333rem;
        line-height: 0.33333rem;
        text-align: center;
        color: #b3b3b3; }
    footer .footer_copyright {
      width: 100%;
      /*height: 0.66667rem;*/
      padding-bottom: 0.2rem;
      border-top: 1px solid #666;
      padding-top: 0.2rem; }
      footer .footer_copyright p, footer .footer_copyright a {
        display: block;
        font-size: 0.17333rem;
        text-align: center;
        line-height: 0.26667rem;
        color: #f3f3f3; }
  .menu {
    max-height: 100vh;
    overflow: scroll; }
    .menu .fir_group {
      padding-top: 0.66667rem;
      padding-left: 0.26667rem; }
      .menu .fir_group .fir_item {
        text-align: left;
        border-bottom: 1px solid #666; }
        .menu .fir_group .fir_item .fir_link {
          display: block;
          font-size: 0.25333rem;
          line-height: 0.66667rem;
          color: #fff; }
          .menu .fir_group .fir_item .fir_link i {
            margin-left: 0.13333rem;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }
        .menu .fir_group .fir_item .sec_wrap {
          display: block;
          height: 0;
          overflow: hidden;
          -webkit-transition: height .25s ease-in-out;
          -moz-transition: height .25s ease-in-out;
          -ms-transition: height .25s ease-in-out;
          -o-transition: height .25s ease-in-out;
          transition: height .25s ease-in-out; }
          .menu .fir_group .fir_item .sec_wrap .sec_group {
            border-bottom: 1px solid #ddd;
            padding-left: 0.16667rem; }
          .inner_title {
            display: block;
            font-size: 0.2rem;
            line-height: 0.53333rem;
            color: #D8C7A7;
          }
          .menu .fir_group .fir_item .sec_wrap .sec_item .sec_link {
            display: block;
            font-size: 0.2rem;
            line-height: 0.53333rem;
            color: #f9f9f9; }
            .menu .fir_group .fir_item .sec_wrap .sec_item .sec_link i {
              display: none; }
  .mobile_inner_banner {
    width: 100%;
    height: 1.4rem; }
    .mobile_inner_banner .img {
      width: 100%;
      height: 1.4rem;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 0; }
  .crumbs {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.16667rem;
    height: 0.33333rem;
    font-size: 0.16rem;
    line-height: 0.33333rem;
    background-color: #fff;
    color: #222; }
    .crumbs span, .crumbs a, .crumbs i {
      color: #222;
      font-size: 0.16rem;
      line-height: 0.33333rem;
      margin-right: 0.06667rem; }
  .inner_team_section {
    padding-top: 0; }
  .team_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.16667rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .team_list li {
      width: 2.25rem;
      margin-bottom: 0.16667rem; }
      .team_list li .img_box {
        width: 100%;
        height: 2.66667rem;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
      .team_list li .intro {
        width: 100%;
        height: 1.06667rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.16667rem; }
      .team_list li .name_c {
        font-size: 0.18667rem;
        line-height: 0.33333rem;
        text-align: center;
        color: #222; }
      .team_list li .name_e {
        font-size: 0.16rem;
        line-height: 0.2rem;
        color: #666;
        text-align: center; }
      .team_list li .posi {
        font-size: 0.16rem;
        line-height: 0.2rem;
        color: #666;
        text-align: center; }
  .pagination {
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.16667rem; }
    .pagination li {
      display: block;
      height: 0.53333rem;
      margin: 0 0.06667rem; }
      .pagination li span, .pagination li a {
        display: block;
        padding: 0 0.06667rem;
        font-size: 0.16rem;
        line-height: 0.53333rem;
        text-align: center;
        color: #222; }






.news .news_group {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.26667rem;
}
.news .news_group a {
    display: block;
    padding-top: 2.92rem;
    width: 4.46667rem;
    height: 4.12rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    border: 0.00667rem solid #d1d1d1;
}
.news .news_group .date {
    width: 0.98667rem;
    height: 0.64rem;
    margin-top: 0.24667rem;
    float: left;
    border-right: 0.00667rem solid #eaeaea;
}
.news .news_group .info {
    width: 3rem;
    margin-top: 0.34rem;
    margin-right: 0.22rem;
    float: right;
}
.news .news_group .date .day {
    font-size: 0.46667rem;
    line-height: 0.54667rem;
    margin-left: 0.2rem;
    margin-top: -0.02rem;
    color: #000;
}
.news .news_group .date .month_year {
    font-size: 0.13333rem;
    line-height: 0.17333rem;
    margin-top: -0.03333rem;
    color: #707070;
    margin-left: 0.2rem;
}
.news .news_group .info .news_title {
    font-size: 0.18667rem;
    line-height: 0.2rem;
    color: #000;
    height: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news_group .info .news_desc {
    font-size: 0.16rem;
    line-height: 0.20667rem;
    height: 0.20667rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #707070;
    margin-top: 0.1rem;
}
.news .news_pagination {
    position: relative;
    bottom: 0;
    padding-top: 0.13333rem;
    text-align: center;
}
.news .news_pagination .swiper-pagination-bullet {
    width: 0.09333rem;
    height: 0.09333rem;
    background-color: #D7D7D7;
    opacity: 1;
}
.news .news_pagination .swiper-pagination-bullet-active {
    background-color: #992027;
}






  .inner_news_section {
    padding-top: 0; }
  .pro_group {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.16667rem; }
    .pro_group li {
      overflow: hidden; }
    .pro_group .pro_title {
      width: 100%;
      font-size: 0.18667rem;
      line-height: 0.66667rem;
      text-align: center;
      box-sizing: border-box;
      border: 1px dashed #992027;
      font-weight: bold;
      position: relative; }
      .pro_group .pro_title:after {
        content: '';
        width: 0.26667rem;
        height: 0.26667rem;
        border-right: 3px solid #992027;
        border-bottom: 3px solid #992027;
        position: absolute;
        bottom: -1px;
        right: -1px; }
    .pro_group .pro_item {
      display: block;
      width: 25%;
      float: left;
      height: 0.66667rem;
      font-size: 0.16rem;
      line-height: 0.66667rem;
      text-align: left;
      box-sizing: border-box;
      padding-left: 0.26667rem;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .pro_group .pro_item:after {
        content: '';
        position: absolute;
        top: 0.3rem;
        left: 0.06667rem;
        width: 0.06667rem;
        height: 0.06667rem;
        border-radius: 50%;
        background-color: #000; }
    .pro_group .pro_item2 {
      width: 50%; }
  .intro_text {
    margin-top: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.16667rem;
    text-align: justify; }
    .intro_text p {
      font-size: 0.17333rem;
      line-height: 1.75;
      margin-bottom: 0.17333rem; }
  .about_img_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.16667rem;
    justify-content: space-between; }
    .about_img_group img {
      width: 2.25rem;
      height: 1.48293rem;
      margin-bottom: 0.16667rem; }
  .swiper_box {
    height: unset; }
  .mobile_oe {
    width: 4.66667rem;
    margin: 0.2rem auto 0; }
    .mobile_oe img {
      display: block; }
    .mobile_oe p {
      font-size: 0.18667rem;
      line-height: 0.53333rem;
      text-align: center;
      color: #222;
      background-color: #fff; }
  .honor_box {
    width: 4.66667rem;
    margin: 0.16667rem; }
  .menu_tab {
    width: 100%;
    height: 0.66667rem;
    display: flex;
    justify-content: center; }
    .menu_tab_item {
      width: 1rem;
      text-align: center;
      height: 0.33333rem;
      margin: 0 0.06667rem;
      font-size: 0.16rem;
      line-height: 0.33333rem;
      border-radius: 0.16667rem;
      border: 1px solid #ccc;
      background-color: #f7f7f7;
      color: #222; }
    .menu_tab_on {
      background-color: #992027;
      color: #fff; }
  #container {
    width: 4.66667rem;
    height: 3.33333rem;
    margin: 0 0.16667rem; }
  .info {
    width: 4.66667rem;
    margin: 0.16667rem; }
    .info p {
      font-size: 0.18667rem;
      line-height: 0.33333rem;
      margin-bottom: 0.2rem; }
      .info p i {
        margin-right: 0.13333rem; }
      .info p img {
        margin: 0 auto; }
  .join_list {
    width: 4.66667rem;
    margin: 0.16667rem; }
    .join_list li a {
      box-sizing: border-box;
      padding: 0.2rem;
      display: block;
      color: #222;
      border-bottom: 0.00667rem solid #ccc; }
      .join_list li a .join_title {
        font-size: 0.2rem;
        line-height: 0.33333rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        box-sizing: border-box;
        padding-right: 1.2rem; }
        .join_list li a .join_title span {
          position: absolute;
          right: 0;
          font-size: 0.16rem; }
      .join_list li a .join_desc {
        font-size: 0.17333rem;
        line-height: 0.26667rem;
        color: #999;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.13333rem; }
    .join_list li:last-child a {
      border-bottom: 0; }
  .detail_main {
    padding-bottom: 0.33333rem; }
  .detail_title {
    font-size: 0.2rem;
    line-height: 0.33333rem;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    padding: 0.16667rem; }
  .detail_desc {
    font-size: 0.17333rem;
    line-height: 0.2rem;
    text-align: center;
    color: #999;
    padding-bottom: 0.33333rem; }
  .detail_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.16667rem; }
    .detail_content img {
      max-width: 100%; }
  .detail_navi {
    margin-top: 0.5rem;
    font-size: 0.15rem;
    height: 0.5rem;
    color: #999;
    overflow: hidden;}
    .detail_navi a {
      color: #999; }
  .detail_prev, .detail_next {
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
  .detail_prev {
    float: left;
    text-align: left;}
  .detail_next {
    float: right;
    text-align: right;}
    .detail_prev:hover a, .detail_next:hover a {
      color: #992027; }



.chengzai {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.16667rem;
}
.chengzai_item {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.chengzai_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 6rem;
}
.chengzai_img {
  width: 100%;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.chengzai_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.chengzai_text {
  width: 100%;
  height: 3rem;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chengzai_num {
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #ccc;
}
.chengzai_title {
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
  color: #222;
}
.chengzai_btn {
  display: inline-block;
  width: 1.4rem;
  height: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.5rem;
  border-radius: 20px;
  color: #992026;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #992026;
}





.yw_detail {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.16667rem;
}
.yw_left {
  width: 100%;
  height: 0.66667rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.yw_menu_title {
  display: none;
}
.yw_menu_item {
  display: inline-block;
  /*width: 1rem;*/
  overflow: hidden;
  text-align: center;
  height: 0.33333rem;
  margin: 0 0.06667rem;
  font-size: 0.16rem;
  line-height: 0.33333rem;
  border-radius: 0.16667rem;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  color: #222;
}
.yw_menu_item a {
  display: block;
  height: 100%;
  color: #222;
  padding: 0 0.15rem;
}

.yw_active a {
  background-color: #992027;
  color: #fff;
}
.yw_right {
  width: 100%;
  float: right;
  padding-bottom: 0.8rem;
}
.yw_right img {
  max-width: 100%;
}
.yw_right_title {
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
  color: #992027;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.2rem;
}


.si_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.si_item {
  width: 1.2rem;
  height: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.5rem;
  text-align: center;
  color: #222;
  border: 1px solid #ddd;
  margin: 0 0.1rem;
}
.si_wrap .on {
  background-color: #992027!important;
  color: #fff!important;
  border: 1px solid #992027!important;
}







       }













@media screen and (min-width: 768px) {
  .center {
    width: 1200px;
    margin: 0 auto; }
  header {
    background-color: #fff; }

.bar {
  background-color: #F1F1F1;
  height: 36px;
  overflow: hidden;
}
.bar .left {
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #999;
}
.bar .left span {
  font-size: 18px;
  line-height: 36px;
  color: #b90c0e;
}
.bar .right {
  float: right;
}
.bar .right li {
  float: left;
  padding: 10px 10px;
}
.bar .right a {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  border-left: 1px solid #999;
  padding-left: 20px;
}
.bar .right li:first-child a {
  border-left: 0;
}
.bar .right li:hover a {
  color: #992027;
}


.si_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.si_item {
  width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #222;
  border: 1px solid #ddd;
  margin: 0 20px;
}
.si_wrap .on {
  background-color: #992027!important;
  color: #fff!important;
  border: 1px solid #992027!important;
}
.news_group {
  width: 1200px;
  overflow: hidden;
}
.news_group li {
    width: 100%;
    height: 250px;
    float: left;
    background-color: #f4f4f4;
    margin-bottom: 27px;
}
.news_group li:hover .news_title {
  color: #992027!important;
}
.news_group li:nth-child(2), .news_group li:nth-child(2) ~ li {
    width: 600px;
    height: 126px;
    margin-right: 0;
    float: left;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
}
.news_group li:nth-child(2n+3) {
    margin-right: 0 !important;
}
.news_group li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 460px;
    height: 250px;
    position: relative;
    background-size: 460px 250px;
    background-repeat: no-repeat;
    background-position: 0;
}
.news_group li:nth-child(2) a, .news_group li:nth-child(2) ~ li a {
    padding: 0;
    background-size: 0;
    height: 126px;
}
.news_group li .date {
    display: block;
    width: 140px;
    float: left;
    height: 250px;
}
.news_group li .date .year {
    display: block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    text-align: right;
    margin-top: 89px;
    color: #c4c4c4;
}
.news_group li .date .month_day {
    display: block;
    font-size: 34px;
    line-height: 45px;
    height: 45px;
    text-align: right;
    color: #707070;
}
.news_group li .info {
    display: block;
    float: left;
    height: 250px;
    width: 440px;
    box-sizing: border-box;
    padding-left: 50px;
}
.news_group li .info .news_title {
    width: auto;
    display: block;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-top: 82px;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_group li .info .news_desc {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #707070;
    margin-top: 14px;
    text-align: justify;
}
.news_group li:nth-child(2) .date, .news_group li:nth-child(2) ~ li .date {
    width: 118px;
    height: 126px;
}
.news_group li:nth-child(2) .date .year, .news_group li:nth-child(2) ~ li .date .year {
    margin-top: 25px;
}
.news_group li .date .month_day {
    display: block;
    font-size: 34px;
    line-height: 45px;
    height: 45px;
    text-align: right;
    color: #707070;
}
.news_group li:nth-child(2) .info, .news_group li:nth-child(2) ~ li .info {
    height: 126px;
    width: 390px;
}
.news_group li:nth-child(2) .info .news_title, .news_group li:nth-child(2) ~ li .info .news_title {
    margin-top: 25px;
}
.news_group li:nth-child(2) .info .news_desc, .news_group li:nth-child(2) ~ li .info .news_desc {
    margin-top: 16px;
}




.solution .solution_bar {
  width: 100%;
  background-color: #373d41;
  position: relative; }
.solution .solution_center {
  margin-top: 30px;
  min-width: 1000px;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto; }
.solution .swiper-slide {
  width: 273px;
  height: 374px;
  color: #fff;
  background-size: 100% 374px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
.solution .swiper-slide .slide_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(135deg, #c58185 0%, #992027 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0; }
.solution .swiper-slide img {
  display: block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.solution .swiper-slide .slide_title {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff; }

.solution .swiper-slide .slide_desc {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px;
  height: 57px;
  text-align: justify;
  text-align-last: center;
  color: #fff;
  padding: 0 35px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.solution .swiper-slide .slide_link {
  position: relative;
  z-index: 1;
  display: block;
  width: 128px;
  height: 35px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.solution .swiper-slide .slide_link:hover {
  background-color: #fff;
  color: #000; }

.solution .swiper-slide:hover .slide_bg {
  opacity: 0.8; }

.solution .swiper-slide:hover img {
  margin-top: 80px; }

.solution .swiper-slide:hover .slide_title {
  margin-top: 32px; }

.solution .swiper-slide:hover .slide_desc {
  margin-top: 22px;
  opacity: 1; }

.solution .swiper-slide:hover .slide_link {
  opacity: 1; }


  .header_top {
    overflow: hidden;
    margin-bottom: 10px; }
    .header_top .logo {
      display: block;
      width: 300px;
      height: 76px;
      float: left;
      margin-top: 18px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .header_top .contact_box {
      display: block;
      height: 76px;
      float: right;
      margin-top: 18px;
      display: flex;
      justify-content: flex-end; }
      .header_top .contact_box .contact_box_title {
        font-size: 14px;
        line-height: 76px;
        margin-left: 15px;
        margin-right: 2px; }
      .header_top .contact_box .contact_box_qr {
        width: 76px;
        height: 76px; }
        .header_top .contact_box .contact_box_qr img {
          display: block;
          width: 70px;
          height: 70px;
          margin-top: 3px;
          margin-left: 3px; }
      .header_top .contact_box .contact_box_tel {
        color: #992027;
        font-size: 18px;
        line-height: 76px; }
  .menu {
    width: 100%;
    height: 38px; }
    .menu .fir_group {
      width: 1050px;
      float: left;
      height: 38px;
      display: flex;
      justify-content: flex-start; }
      .menu .fir_group .fir_item {
        width: 150px;
        height: 38px;
        position: relative; }
        .menu .fir_group .fir_item:after {
          content: '';
          position: absolute;
          left: 0;
          top: 9px;
          width: 1px;
          height: 20px;
          background-color: #992027;
          opacity: 0.3; }
        .menu .fir_group .fir_item .fir_link {
          display: block;
          font-size: 16px;
          line-height: 38px;
          text-align: center;
          color: #222; }
        .menu .fir_group .fir_item .sec_wrap {
          width: 100%;
          display: none;
          -webkit-transition: height .25s ease-in-out;
          -moz-transition: height .25s ease-in-out;
          -ms-transition: height .25s ease-in-out;
          -o-transition: height .25s ease-in-out;
          transition: height .25s ease-in-out;
          padding-top: 20px;
          position: relative;
          z-index: 99; }
          .menu .fir_group .fir_item .sec_wrap:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 20px 20px 20px;
            border-color: transparent transparent #121212 transparent;
            position: absolute;
            top: 0;
            left: calc(50% - 20px);
          }
          .menu .fir_group .fir_item .sec_wrap .sec_inner {
              /*width: 120%;*/
              /*padding: 25px;*/
              background-color: #121212;
              position: relative;
              left: 50%;
              transform: translateX(-50%);
          }
          .sec_inner_column2 {
              width: 240%!important;
              display: flex;
              justify-content: center;
              box-sizing: border-box;
              padding: 20px;
          }
          .sec_inner_column2 .sec_link {
              text-align: left!important;
          }
          .inner_title {
            display: block;
            height: 30px;
            font-size: 16px;
            font-weight: 500;
            color: #D8C7A7;
            line-height: 30px;
            letter-spacing: 3px;
            padding-bottom: 10px;
          }
          .menu .fir_group .fir_item .sec_wrap .sec_group {
            margin: 0;
            width: 100%;
            height: auto;
            box-sizing: border-box;
            padding: 10px; }
            .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item {
              width: 100%;
              height: 38px;
              /*border-bottom: 1px solid rgba(255,255,255, .5);*/
                
            }
              .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link {
                display: block;
                width: 100%;
                height: 38px;
                font-size: 14px;
                line-height: 38px;
                color: #fff;
                text-align: center;
                position: relative; }
                .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link .fa-angle-right {
                  position: absolute;
                  top: 0;
                  left: 0;
                  font-size: 16px;
                  line-height: 38px;
                  opacity: 0;
                  -webkit-transition: all .25s ease-in-out;
                  -moz-transition: all .25s ease-in-out;
                  -ms-transition: all .25s ease-in-out;
                  -o-transition: all .25s ease-in-out;
                  transition: all .25s ease-in-out; }
                .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link .fa-angle-left {
                  position: absolute;
                  top: 0;
                  right: 0;
                  font-size: 16px;
                  line-height: 38px;
                  opacity: 0;
                  -webkit-transition: all .25s ease-in-out;
                  -moz-transition: all .25s ease-in-out;
                  -ms-transition: all .25s ease-in-out;
                  -o-transition: all .25s ease-in-out;
                  transition: all .25s ease-in-out; }
                .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link:hover {
                    text-decoration: underline;
                }
                .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link:hover .fa-angle-right {
                  opacity: 0;
                  left: 10px; }
                .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item .sec_link:hover .fa-angle-left {
                  opacity: 0;
                  right: 10px; }
              .menu .fir_group .fir_item .sec_wrap .sec_group .sec_item:last-child {
                border-bottom: none; }
        .menu .fir_group .fir_item:nth-child(1):after {
          display: none; }
        .menu .fir_group .fir_item:hover {
          background-color: #992027; }
          .menu .fir_group .fir_item:hover .sec_wrap {
            display: block; }
          .menu .fir_group .fir_item:hover:after {
            background-color: #fff; }
          .menu .fir_group .fir_item:hover .fir_link {
            color: #fff; }
      .menu .fir_group .on {
        background-color: #992027; }
        .menu .fir_group .on .fir_link {
          color: #fff; }
  .search {
    width: 150px;
    height: 38px;
    position: relative;
    float: right; }
    .search .search_input {
      border: 0;
      outline: none;
      width: 140px;
      position: absolute;
      top: 4px;
      right: 0;
      border-radius: 15px;
      height: 30px;
      background-color: #f4f4f4;
      font-size: 16px;
      line-height: 30px;
      box-sizing: border-box;
      padding: 0 40px 0 15px; }
    .search .search_btn {
      position: absolute;
      top: 4px;
      right: 0;
      width: 30px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
      color: #222; }
      .search .search_btn:hover {
        cursor: pointer;
        color: #992027; }
  .banner .swiper-slide {
    display: block;
    height: 534px;
    background-position: center 0;
    background-size: auto 534px;
    background-repeat: no-repeat; }
  .banner .banner_pagination {
    position: absolute;
    bottom: 20px; }
    .banner .banner_pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0);
      box-sizing: border-box;
      margin: 0 8px;
      border: 1px solid #fff; }
    .banner .banner_pagination .swiper-pagination-bullet-active {
      background-color: #fff; }
  .section {
    padding-top: 50px; }
  .common_title_wrap:hover .common_title_c span:before {
    opacity: 1;
    left: -220px; }
  .common_title_wrap:hover .common_title_c span:after {
    opacity: 1;
    right: -220px; }
  .common_title_c {
    text-align: center;
    font-size: 28px;
    line-height: 40px; }
    .common_title_c span {
      display: inline-block;
      position: relative;
      font-size: 28px;
      line-height: 40px;
      height: 40px;
      color: #222; }
      .common_title_c span:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -400px;
        width: 185px;
        height: 20px;
        background-image: url("../images/h-lf.png");
        background-size: 185px 20px;
        background-repeat: no-repeat;
        background-position: center 0;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
      .common_title_c span:after {
        content: '';
        position: absolute;
        top: 10px;
        right: -400px;
        width: 185px;
        height: 20px;
        background-image: url("../images/h-rt.png");
        background-size: 185px 20px;
        background-repeat: no-repeat;
        background-position: center 0;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
  .common_title_e {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #d1d1d1; }
  .common_desc {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #999; }
  .business_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
    .business_wrap .business_item {
      width: 286px;
      height: 451px;
      box-sizing: border-box;
      padding: 50px;
      padding-top: 180px;
      overflow: hidden;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .business_wrap .business_item_title {
        font-size: 20px;
        text-align: center;
        color: #fff; }
      .business_wrap .business_item_line {
        width: 50px;
        height: 3px;
        background-color: #fff;
        margin: 40px auto; }
      .business_wrap .business_item_desc {
        text-align: justify;
        font-size: 14px;
        line-height: 1.75;
        color: #fff;
        padding-top: 100px;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
      .business_wrap .business_item_btn {
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #fff;
        color: #222;
        font-size: 14px;
        border-radius: 20px;
        margin: 40px auto 0;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        .business_wrap .business_item_btn:hover {
          background-color: #992027;
          color: #fff;
          cursor: pointer; }
      .business_wrap .business_item:hover {
        padding-top: 80px; }
        .business_wrap .business_item:hover .business_item_desc {
          padding-top: 0;
          opacity: 1; }
        .business_wrap .business_item:hover .business_item_btn {
          opacity: 1; }
  .video_section {
    height: 625px; }
.net_class_title {
  margin-top: 0!important;
  padding-right: 50px!important;
  background-image: url('../images/net_class_title_h.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: relative;
  padding-left: 15px!important;
}
.net_class_title:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  left: 10px;
  top: 15px;
  background-color: #992027;
}
.index_news_group li:hover .net_class_title {
  background-image: url('../images/net_class_title_h.png');
}
  .human {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 525px; }
    .human img {
      display: block;
      width: 350px;
      height: 525px;
      position: absolute;
      left: 70px;
      bottom: 0; }
  .video {
    position: absolute;
    right: 70px;
    top: 100px;
    width: 509px;
    height: 315px;
    overflow: hidden;
    border: 30px solid rgba(255, 255, 255, 0.5); }
    .video video {
      display: block;
      width: 509px;
      height: 315px; }
  .marquee_wrap {
    width: 100%;
    height: 100px;
    justify-content: space-between;
    background-color: #fff; }
    .marquee_wrap .icon {
      width: 75px;
      height: 100px;
      font-size: 18px;
      line-height: 100px;
      text-align: center;
      color: #992027;
      float: left; }
    .marquee_wrap .marquee_swiper {
      width: 1000px;
      height: 50px;
      margin-top: 25px;
      float: left; }
      .marquee_wrap .marquee_swiper .swiper-slide {
        font-size: 16px;
        line-height: 50px;
        color: #222;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .marquee_wrap .marquee_swiper .swiper-slide:hover {
          color: #992027; }
    .marquee_wrap .marquee_navigation {
      width: 100px;
      height: 100px;
      float: right;
      box-sizing: border-box;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .marquee_wrap .marquee_navigation .marquee_btn {
        width: 99px;
        height: 50px;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        outline: none; }
        .marquee_wrap .marquee_navigation .marquee_btn:hover {
          cursor: pointer;
          font-size: 30px;
          color: #992027; }
      .marquee_wrap .marquee_navigation .marquee_up {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .index_news_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px; }
    .index_news_group li {
      width: 380px;
      box-shadow: none;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      overflow: hidden;
      border-radius: 5px;
      position: relative;
      top: 0;
      margin-bottom: 25px; }
      .index_news_group li a {
        display: block;
        position: relative;
        background-color: #fff; }
      .index_news_group li .date {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #992027;
        z-index: 2; }
        .index_news_group li .date .day {
          font-size: 38px;
          line-height: 35px;
          height: 35px;
          margin-top: 10px;
          margin-bottom: 2px;
          text-align: center;
          color: #fff;
          font-weight: bolder; }
        .index_news_group li .date .year_month {
          font-size: 16px;
          line-height: 35px;
          height: 35px;
          color: #fff;
          text-align: center; }
      .index_news_group li .cover {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .index_news_group li .cover .img {
          width: 100%;
          height: 200px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          transform-origin: center center;
          -webkit-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
      .index_news_group li .news_title {
        font-size: 16px;
        line-height: 50px;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        padding: 0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #222;
        margin-top: 10px; }
      .index_news_group li .news_desc {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
        box-sizing: border-box;
        padding: 0 10px; }
      .index_news_group li .more {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #666;
        text-align: left;
        box-sizing: border-box;
        margin-top: 20px;
        padding-left: 10px; }
      .index_news_group li:hover {
        box-shadow: 5px 5px 10px rgba(26, 26, 26, 0.1);
        top: -5px; }
        .index_news_group li:hover .news_title {
          color: #992027; }
        .index_news_group li:hover .cover .img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .index_news_group li:hover .more {
          color: #992027; }
  .big_more_btn {
    display: block;
    width: 200px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #d6d6d6;
    margin: 10px auto;
    color: #222;
    border-radius: 2px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .big_more_btn i {
      position: absolute;
      right: 50%;
      top: 0;
      font-size: 20px;
      line-height: 48px;
      opacity: 0;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .big_more_btn:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 50px;
      background-color: #992027;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      z-index: -1; }
    .big_more_btn:hover {
      color: #fff;
      padding-right: 30px; }
      .big_more_btn:hover i {
        opacity: 1;
        right: 60px;
        color: #fff; }
      .big_more_btn:hover:before {
        width: 100%; }
  .partner_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px; }
    .partner_group li {
      width: 220px;
      height: 100px;
      box-sizing: border-box;
      border: 1px solid #d6d6d6;
      margin-bottom: 20px;
      background-position: center center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .partner_group li:hover {
        background-size: auto 110%; }
  footer {
    background-color: #333; }
  .footer_info {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b3b3b3; }
    .footer_info_text {
      width: 50%; }
      .footer_info_text_link {
        display: flex;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 30px;
        color: #b3b3b3; }
        .footer_info_text_link a {
          display: block;
          color: #b3b3b3;
          font-size: 16px;
          line-height: 30px; }
          .footer_info_text_link a:hover {
            color: #fff; }
      .footer_info_text_contact {
        margin-top: 20px;
        padding-bottom: 20px; }
        .footer_info_text_contact p {
          font-size: 16px;
          line-height: 30px;
          color: #b3b3b3; }
    .footer_info_qrs {
      width: 50%;
      display: flex;
      justify-content: flex-end; }
      .footer_info_qrs_item {
        width: 80px;
        height: 110px;
        margin-right: 20px; }
        .footer_info_qrs_item img {
          display: block;
          width: 80px;
          height: 80px; }
        .footer_info_qrs_item span {
          display: block;
          margin-top: 3px;
          font-size: 14px;
          line-height: 30px;
          color: #b3b3b3;
          text-align-last: center; }
      .footer_info_qrs_logo {
        width: 280px;
        height: 80px; }
        .footer_info_qrs_logo img {
          display: block;
          width: 280px;
          height: 80px; }
        .footer_info_qrs_logo span {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #b3b3b3;
          text-align: center; }
          .footer_info_qrs_logo span b {
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            font-weight: bolder;
            font-style: italic;
            letter-spacing: 2px; }
  .footer_copyright {
    padding-bottom: 50px;
    padding-top: 20px; }
    .footer_copyright_text {
      font-size: 14px;
      line-height: 30px;
      color: #b3b3b3; }
      .footer_copyright_text a {
        font-size: 14px;
        line-height: 30px;
        color: #b3b3b3; }
        .footer_copyright_text a:hover {
          color: #fff; }
  .pc_hide {
    display: none; }
  .inner_banner {
    width: 100%;
    height: 346px;
    overflow: hidden; }
    .inner_banner .center {
      position: relative; }
    .inner_banner .img {
      width: 1920px;
      height: 346px;
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: auto 346px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .inner_team_section {
    width: 100%; }
    .inner_team_section .team_list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .inner_team_section .team_list li {
        width: calc(1100px / 3);
        margin-bottom: 50px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        .inner_team_section .team_list li .img_box {
          width: 100%;
          height: 400px;
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: center 0; }
        .inner_team_section .team_list li .inner {
          height: 102px; }
        .inner_team_section .team_list li .name_c {
          font-size: 22px;
          line-height: 38px;
          text-align: center;
          font-weight: bold;
          color: #222;
          letter-spacing: 2px;
          margin-top: 12px; }
        .inner_team_section .team_list li .name_e {
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          font-weight: bold;
          color: #222;
          margin-top: -3px; }
        .inner_team_section .team_list li .posi {
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          color: #878787; }
        .inner_team_section .team_list li:hover {
          background-color: #fff; }
  .t_bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    overflow: scroll;
    overflow-x: hidden; }
  .tmenu {
    position: fixed;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background-color: #000;
    cursor: pointer;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out; }
    .tmenu:hover {
      background-color: #992027; }
  .tmenu span {
    display: block;
    width: 16px;
    height: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    margin-bottom: 5px;
    pointer-events: none;
    background-color: #fff; }
  .tmenu_on .line1 {
    -webkit-transform: translateY(7px) rotate(135deg);
    -moz-transform: translateY(7px) rotate(135deg);
    -ms-transform: translateY(7px) rotate(135deg);
    -o-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg); }
  .tmenu_on .line2 {
    opacity: 0; }
  .tmenu_on .line3 {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    -moz-transform: translateY(-7px) rotate(-135deg);
    -ms-transform: translateY(-7px) rotate(-135deg);
    -o-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg); }
  .wrap {
    width: 1000px;
    padding-top: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative; }
    .wrap .left {
      float: left;
      width: 40%;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .wrap .left .portrait {
        width: 100%; }
      .wrap .left .contact-info {
        margin-top: 30px; }
      .wrap .left .t_bg .wrap .left .info-piece {
        font-size: 14px;
        color: #222222;
        line-height: 1.75; }
    .wrap .right {
      width: 60%;
      float: right; }
      .wrap .right .inner {
        margin-left: 60px; }
      .wrap .right .chinese {
        font-size: 22px;
        letter-spacing: 6px;
        display: block;
        margin-top: -6px;
        line-height: 1.75;
        color: #222;
        font-weight: bold; }
      .wrap .right .english {
        font-size: 20px;
        display: block;
        margin-top: -4px;
        line-height: 1.75;
        color: #222;
        font-weight: bold; }
      .wrap .right .title {
        color: #878787; }
      .wrap .right .intro {
        color: #666666; }
  .crumbs {
    padding-top: 40px; }
    .crumbs a, .crumbs i, .crumbs span {
      color: #222;
      font-size: 14px;
      margin-right: 5px; }
    .crumbs a:hover {
      color: #992027; }
  .pagination {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px; }
    .pagination li {
      margin: 0 5px; }
      .pagination li span, .pagination li a {
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #999;
        font-size: 14px;
        color: #222;
        line-height: 28px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
      .pagination li a:hover {
        cursor: pointer;
        background-color: #992027;
        border-color: #992027;
        color: #fff; }
  .pro_group {
    padding-top: 40px; }
    .pro_group li {
      width: 100%;
      overflow: hidden;
      box-sizing: border-box; }
    .pro_group .pro_title {
      width: 100%;
      font-size: 18px;
      line-height: 50px;
      text-align: center;
      box-sizing: border-box;
      border: 1px dashed #992027;
      font-weight: bold;
      position: relative; }
      .pro_group .pro_title span {
        display: inline;
        border-right: 2px solid #992027;
        padding-right: 5px;
        margin-right: 5px; }
      .pro_group .pro_title:after {
        content: '';
        width: 20px;
        height: 20px;
        border-right: 3px solid #992027;
        border-bottom: 3px solid #992027;
        position: absolute;
        bottom: -1px;
        right: -1px; }
    .pro_group .pro_item {
      display: block;
      width: 25%;
      float: left;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      text-align: left;
      box-sizing: border-box;
      padding-left: 30px;
      position: relative; }
      .pro_group .pro_item:after {
        content: '';
        position: absolute;
        top: 18px;
        left: 15px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #000; }
  .kecheng {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
    .kecheng li {
      width: 380px;
      height: 260px;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      text-align: left;
      position: relative; }
      .kecheng li a {
        display: block;
        width: 380px;
        height: 260px; }
      .kecheng li:nth-child(3n) {
        margin-right: 0 !important; }
      .kecheng li img {
        display: block;
        width: 100%;
        height: 100%; }
      .kecheng li div {
        width: 340px;
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -47px;
        left: 0;
        padding: 16px 20px 8px;
        color: #fff;
        line-height: 25px;
        background-color: rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        font-size: 16px; }
      .kecheng li h4 {
        text-align: center;
        margin-bottom: 16px;
        font-size: 18px; }
        .kecheng li h4 text {
          font-size: 22px;}
      .kecheng section {
        display: block;
        display: -webkit-box;
        height: 75px;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;}
      .kecheng span {
        display: block;
        width: 90px;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        line-height: 30px;
        font-size: 16px;
        margin: 20px auto;}
      .kecheng li:hover div {
        height: 210px;
        top: 0;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 25px 20px; }
  .intro_text {
    width: 100%;
    text-align: justify;
    margin-top: 30px; }
    .intro_text p {
      font-size: 16px;
      line-height: 1.75;
      margin-bottom: 32px; }
  .about_img_group {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between; }
    .about_img_group img {
      display: block;
      width: 290px; }
  #certify {
    width: 1200px; }
  .swiper-button-prev, .swiper-button-next {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    width: unset;
    height: unset; }
    .swiper-button-prev:hover, .swiper-button-next:hover {
      color: #992027; }
  .swiper-button-next {
    text-align: right; }
  .honor_box {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px; }
  .honor {
    width: calc(100% - 200px);
    margin: 0 auto; }
  .honor_btn_prev, .honor_btn_next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    outline: none;
    cursor: pointer;
    opacity: .6; }
    .honor_btn_prev:hover, .honor_btn_next:hover {
      opacity: 1;
      color: #992027; }
  .honor_btn_prev {
    left: 0; }
  .honor_btn_next {
    right: 0; }
  .menu_tab {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px; }
    .menu_tab_item {
      display: block;
      width: 120px;
      text-align: center;
      height: 50px;
      font-size: 16px;
      line-height: 50px;
      margin: 0 10px;
      border-radius: 25px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      background-color: #f7f7f7;
      color: #222;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .menu_tab_item:hover {
        background-color: #992027;
        color: #fff; }
    .menu_tab_on {
      background-color: #992027;
      color: #fff; }
  #container {
    width: 700px;
    height: 480px;
    float: left; }
  .info {
    width: 400px;
    float: right; }
    .info p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 30px; }
      .info p i {
        margin-right: 10px; }
  .join_list {
    padding-bottom: 30px; }
    .join_list li {
      box-sizing: border-box;
      width: 100%;
      padding-top: 25px;
      padding-left: 0;
      padding-right: 0;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      border-bottom: 1px solid #d9d9d9; }
      .join_list li a {
        display: block;
        color: #222;
        width: 1100px; }
        .join_list li a .join_title {
          font-size: 18px;
          line-height: 50px;
          position: relative;
          box-sizing: border-box;
          width: 100%;
          padding-right: 200px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .join_list li a .join_title span {
            position: absolute;
            right: 0; }
        .join_list li a .join_desc {
          font-size: 16px;
          color: #666;
          line-height: 50px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-bottom: 25px; }
      .join_list li:last-child {
        border-bottom: 0; }
        .join_list li:last-child .join_desc {
          border-bottom: 0; }
      .join_list li:hover {
        background-color: #f7f7f7;
        padding-left: 25px;
        padding-right: 25px; }
        .join_list li:hover .join_title {
          color: #992027; }
  .detail_main {
    padding-bottom: 50px; }
  .detail_title {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #000;
    padding-top: 30px;
    padding-bottom: 10px; }
  .detail_desc {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    text-align: center;
    padding-bottom: 30px; }
  .detail_content img {
    max-width: 100%; }
  .detail_navi {
    margin-top: 30px;
    font-size: 16px;
    height: 30px;
    color: #999;
    overflow: hidden;}
    .detail_navi a {
      color: #999; }
  .detail_prev, .detail_next {
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
  .detail_prev {
    float: left;
    text-align: left;}
  .detail_next {
    float: right;
    text-align: right;}
    .detail_prev:hover a, .detail_next:hover a {
      color: #992027; }


.chengzai {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.chengzai_item {
  width: calc(100% / 3);
  height: 600px;
  overflow: hidden;
}
.chengzai_item a {
  display: block;
}
.chengzai_img {
  width: 100%;
  height: 300px;
}
.chengzai_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.chengzai_text {
  width: 100%;
  height: 300px;
  background-color: #f6f6f6;
  position: relative;
}
.chengzai_text .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
}
.chengzai_text .cover_title {
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.chengzai_text:hover .cover {
  display: block;
}
.chengzai_num {
  padding-top: 40px;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #ccc;
}
.chengzai_title {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #222;
}
.chengzai_btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 20px;
  color: #222;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #222;
}
.chengzai_item:hover .chengzai_text {
  background-color: #d6d6d6;
}
.chengzai_item:hover .chengzai_num {
  color: #992026;
}
.chengzai_item:hover .chengzai_title {
  color: #992026;
}
.chengzai_item:hover .chengzai_btn {
  color: #992026;
  border-color: #992026;
}






.yw_detail {
  width: 100%;
  overflow: hidden;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.yw_left {
  width: 24%;
  float: left;
  margin-right: 1%;
  background-color: #fff;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.yw_menu_title {
  width: 100%;
  height: 80px;
  background-color: #992026;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  margin-bottom: 10px;
}
.yw_menu_item {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}

.yw_menu_item a {
  display: block;
  color: #222
}

.yw_menu_item:hover a, .yw_active a {
  color: #992026;
}
.yw_right {
  width: 75%;
  float: right;
  padding-bottom: 50px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px 20px;
  border-radius: 8px;
}
.yw_right img {
  max-width: 100%;
}
.yw_right_title {
  height: 80px;
  color: #992026;
  border-bottom: 1px solid #ccc;
  font-size: 28px;
  line-height: 80px;
  margin-bottom: 20px;
  position: relative;
}
.yw_right_title:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #992026;
}











     }

.blank1 {
  width: 100%;
  height: 1px; }

.blank2 {
  width: 100%;
  height: 2px; }

.blank3 {
  width: 100%;
  height: 3px; }

.blank4 {
  width: 100%;
  height: 4px; }

.blank5 {
  width: 100%;
  height: 5px; }

.blank6 {
  width: 100%;
  height: 6px; }

.blank7 {
  width: 100%;
  height: 7px; }

.blank8 {
  width: 100%;
  height: 8px; }

.blank9 {
  width: 100%;
  height: 9px; }

.blank10 {
  width: 100%;
  height: 10px; }

.blank11 {
  width: 100%;
  height: 11px; }

.blank12 {
  width: 100%;
  height: 12px; }

.blank13 {
  width: 100%;
  height: 13px; }

.blank14 {
  width: 100%;
  height: 14px; }

.blank15 {
  width: 100%;
  height: 15px; }

.blank16 {
  width: 100%;
  height: 16px; }

.blank17 {
  width: 100%;
  height: 17px; }

.blank18 {
  width: 100%;
  height: 18px; }

.blank19 {
  width: 100%;
  height: 19px; }

.blank20 {
  width: 100%;
  height: 20px; }

.blank21 {
  width: 100%;
  height: 21px; }

.blank22 {
  width: 100%;
  height: 22px; }

.blank23 {
  width: 100%;
  height: 23px; }

.blank24 {
  width: 100%;
  height: 24px; }

.blank25 {
  width: 100%;
  height: 25px; }

.blank26 {
  width: 100%;
  height: 26px; }

.blank27 {
  width: 100%;
  height: 27px; }

.blank28 {
  width: 100%;
  height: 28px; }

.blank29 {
  width: 100%;
  height: 29px; }

.blank30 {
  width: 100%;
  height: 30px; }

.blank31 {
  width: 100%;
  height: 31px; }

.blank32 {
  width: 100%;
  height: 32px; }

.blank33 {
  width: 100%;
  height: 33px; }

.blank34 {
  width: 100%;
  height: 34px; }

.blank35 {
  width: 100%;
  height: 35px; }

.blank36 {
  width: 100%;
  height: 36px; }

.blank37 {
  width: 100%;
  height: 37px; }

.blank38 {
  width: 100%;
  height: 38px; }

.blank39 {
  width: 100%;
  height: 39px; }

.blank40 {
  width: 100%;
  height: 40px; }

.blank41 {
  width: 100%;
  height: 41px; }

.blank42 {
  width: 100%;
  height: 42px; }

.blank43 {
  width: 100%;
  height: 43px; }

.blank44 {
  width: 100%;
  height: 44px; }

.blank45 {
  width: 100%;
  height: 45px; }

.blank46 {
  width: 100%;
  height: 46px; }

.blank47 {
  width: 100%;
  height: 47px; }

.blank48 {
  width: 100%;
  height: 48px; }

.blank49 {
  width: 100%;
  height: 49px; }

.blank50 {
  width: 100%;
  height: 50px; }

.blank51 {
  width: 100%;
  height: 51px; }

.blank52 {
  width: 100%;
  height: 52px; }

.blank53 {
  width: 100%;
  height: 53px; }

.blank54 {
  width: 100%;
  height: 54px; }

.blank55 {
  width: 100%;
  height: 55px; }

.blank56 {
  width: 100%;
  height: 56px; }

.blank57 {
  width: 100%;
  height: 57px; }

.blank58 {
  width: 100%;
  height: 58px; }

.blank59 {
  width: 100%;
  height: 59px; }

.blank60 {
  width: 100%;
  height: 60px; }

.blank61 {
  width: 100%;
  height: 61px; }

.blank62 {
  width: 100%;
  height: 62px; }

.blank63 {
  width: 100%;
  height: 63px; }

.blank64 {
  width: 100%;
  height: 64px; }

.blank65 {
  width: 100%;
  height: 65px; }

.blank66 {
  width: 100%;
  height: 66px; }

.blank67 {
  width: 100%;
  height: 67px; }

.blank68 {
  width: 100%;
  height: 68px; }

.blank69 {
  width: 100%;
  height: 69px; }

.blank70 {
  width: 100%;
  height: 70px; }

.blank71 {
  width: 100%;
  height: 71px; }

.blank72 {
  width: 100%;
  height: 72px; }

.blank73 {
  width: 100%;
  height: 73px; }

.blank74 {
  width: 100%;
  height: 74px; }

.blank75 {
  width: 100%;
  height: 75px; }

.blank76 {
  width: 100%;
  height: 76px; }

.blank77 {
  width: 100%;
  height: 77px; }

.blank78 {
  width: 100%;
  height: 78px; }

.blank79 {
  width: 100%;
  height: 79px; }

.blank80 {
  width: 100%;
  height: 80px; }

.blank81 {
  width: 100%;
  height: 81px; }

.blank82 {
  width: 100%;
  height: 82px; }

.blank83 {
  width: 100%;
  height: 83px; }

.blank84 {
  width: 100%;
  height: 84px; }

.blank85 {
  width: 100%;
  height: 85px; }

.blank86 {
  width: 100%;
  height: 86px; }

.blank87 {
  width: 100%;
  height: 87px; }

.blank88 {
  width: 100%;
  height: 88px; }

.blank89 {
  width: 100%;
  height: 89px; }

.blank90 {
  width: 100%;
  height: 90px; }

.blank91 {
  width: 100%;
  height: 91px; }

.blank92 {
  width: 100%;
  height: 92px; }

.blank93 {
  width: 100%;
  height: 93px; }

.blank94 {
  width: 100%;
  height: 94px; }

.blank95 {
  width: 100%;
  height: 95px; }

.blank96 {
  width: 100%;
  height: 96px; }

.blank97 {
  width: 100%;
  height: 97px; }

.blank98 {
  width: 100%;
  height: 98px; }

.blank99 {
  width: 100%;
  height: 99px; }

.blank100 {
  width: 100%;
  height: 100px; }

.percent1 {
  width: 1%; }

.percent2 {
  width: 2%; }

.percent3 {
  width: 3%; }

.percent4 {
  width: 4%; }

.percent5 {
  width: 5%; }

.percent6 {
  width: 6%; }

.percent7 {
  width: 7%; }

.percent8 {
  width: 8%; }

.percent9 {
  width: 9%; }

.percent10 {
  width: 10%; }

.percent11 {
  width: 11%; }

.percent12 {
  width: 12%; }

.percent13 {
  width: 13%; }

.percent14 {
  width: 14%; }

.percent15 {
  width: 15%; }

.percent16 {
  width: 16%; }

.percent17 {
  width: 17%; }

.percent18 {
  width: 18%; }

.percent19 {
  width: 19%; }

.percent20 {
  width: 20%; }

.percent21 {
  width: 21%; }

.percent22 {
  width: 22%; }

.percent23 {
  width: 23%; }

.percent24 {
  width: 24%; }

.percent25 {
  width: 25%; }

.percent26 {
  width: 26%; }

.percent27 {
  width: 27%; }

.percent28 {
  width: 28%; }

.percent29 {
  width: 29%; }

.percent30 {
  width: 30%; }

.percent31 {
  width: 31%; }

.percent32 {
  width: 32%; }

.percent33 {
  width: 33%; }

.percent34 {
  width: 34%; }

.percent35 {
  width: 35%; }

.percent36 {
  width: 36%; }

.percent37 {
  width: 37%; }

.percent38 {
  width: 38%; }

.percent39 {
  width: 39%; }

.percent40 {
  width: 40%; }

.percent41 {
  width: 41%; }

.percent42 {
  width: 42%; }

.percent43 {
  width: 43%; }

.percent44 {
  width: 44%; }

.percent45 {
  width: 45%; }

.percent46 {
  width: 46%; }

.percent47 {
  width: 47%; }

.percent48 {
  width: 48%; }

.percent49 {
  width: 49%; }

.percent50 {
  width: 50%; }

.percent51 {
  width: 51%; }

.percent52 {
  width: 52%; }

.percent53 {
  width: 53%; }

.percent54 {
  width: 54%; }

.percent55 {
  width: 55%; }

.percent56 {
  width: 56%; }

.percent57 {
  width: 57%; }

.percent58 {
  width: 58%; }

.percent59 {
  width: 59%; }

.percent60 {
  width: 60%; }

.percent61 {
  width: 61%; }

.percent62 {
  width: 62%; }

.percent63 {
  width: 63%; }

.percent64 {
  width: 64%; }

.percent65 {
  width: 65%; }

.percent66 {
  width: 66%; }

.percent67 {
  width: 67%; }

.percent68 {
  width: 68%; }

.percent69 {
  width: 69%; }

.percent70 {
  width: 70%; }

.percent71 {
  width: 71%; }

.percent72 {
  width: 72%; }

.percent73 {
  width: 73%; }

.percent74 {
  width: 74%; }

.percent75 {
  width: 75%; }

.percent76 {
  width: 76%; }

.percent77 {
  width: 77%; }

.percent78 {
  width: 78%; }

.percent79 {
  width: 79%; }

.percent80 {
  width: 80%; }

.percent81 {
  width: 81%; }

.percent82 {
  width: 82%; }

.percent83 {
  width: 83%; }

.percent84 {
  width: 84%; }

.percent85 {
  width: 85%; }

.percent86 {
  width: 86%; }

.percent87 {
  width: 87%; }

.percent88 {
  width: 88%; }

.percent89 {
  width: 89%; }

.percent90 {
  width: 90%; }

.percent91 {
  width: 91%; }

.percent92 {
  width: 92%; }

.percent93 {
  width: 93%; }

.percent94 {
  width: 94%; }

.percent95 {
  width: 95%; }

.percent96 {
  width: 96%; }

.percent97 {
  width: 97%; }

.percent98 {
  width: 98%; }

.percent99 {
  width: 99%; }

.percent100 {
  width: 100%; }

body, textarea, input, select {
  font-weight: normal;
  font-family: 'Lato', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }










*{
  -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none; /*火狐*/
  -ms-user-select:none;  /*IE10*/
  user-select:none;
}



input, textarea{
  -webkit-user-select: auto;
}
