﻿@charset "UTF-8";
html {
  /*font-size: 20;*/
}

* {
}

.ovw {
  overflow: hidden; }

.container {
  position: relative;
  overflow: hidden;
  /*padding-top: 2.25rem; */
}
  .container .header {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*height: 2.2rem;*/
    /*overflow: hidden;*/
    /*z-index: 20;*/
    /*border-bottom: 1px solid #c7c7c7;*/
  }
    .container .header .menu_controller {
      float: left;
      padding: 0.65rem 1.25rem 0.5rem 0.75rem; }
      .container .header .menu_controller img {
        width: 0.9rem;
        display: block; }
    .container .header .logo {
      width: 3.175rem;
      margin: 0 auto; }
      .container .header .logo img {
        display: block;
        width: 100%;
        margin-top: 0.45rem; }
  .container .header_placeholder {
    height: 2.25rem; }

.title {
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center; }
  .title .line {
    display: inline-block;
    width: 2.6rem;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.1);
    vertical-align: middle; }
.title .line1 {
  display: inline-block;
  width: 1.3rem;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
  vertical-align: middle; }
  .title span {
    display: inline-block;
    /*margin: 0rem 1.25rem;*/
    font-size: 1.0rem;
    color: #454545;
    vertical-align: middle;
    font-weight: bold; }
    .title span i {
      font-style: normal;
      color: #ea0f30;
      font-weight: normal;
      margin-right: 0.15rem; }

.boundary {
  height: 0.4rem;
  background-color: #f6f6f6; }

.link_btn {
  display: block;
  width: 9.1rem;
  height: 1.65rem;
  margin: 0 auto;
  border: 1px solid #D81C25;
  font-size: 0.7rem;
  color: #D81C25;
  line-height: 1.65rem;
  border-radius: 0.9rem;
  text-align: center; }

/*底部*/
.footer {
  width: 100%;
  padding-top: 1rem; }
  .footer .footer_logo {
    display: block;
    width: 4.125rem;
    margin: 0 auto; }
  .footer dl {
    padding: 0.85rem 0.75rem 0.4rem;
    border-bottom: 1px solid #efefef; }
    .footer dl dt {
      font-size: 0.5rem;
      color: #666666;
      font-weight: bold;
      line-height: 0.85rem; }
    .footer dl dd {
      font-size: 0.5rem;
      color: #666666;
      line-height: 0.85rem; }
  .footer .contact_way {
    height: 2.85rem; }
    .footer .contact_way .fl {
      width: 6.5rem; }
      .footer .contact_way .fl img {
        width: 1.7rem;
        margin: 0.45rem 0 0 1rem;
        vertical-align: top; }
      .footer .contact_way .fl .line {
        float: right;
        height: 0.9rem;
        width: 1px;
        background: #efefef;
        margin-top: 0.95rem; }
    .footer .contact_way ul {
      margin-left: 7.4rem;
      padding-top: 0.25rem; }
      .footer .contact_way ul li {
        font-size: 0.5rem;
        color: #666;
        line-height: 0.8rem; }
        .footer .contact_way ul li a {
          font-size: 0.5rem;
          color: #666; }

/*菜单*/
.menu {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }
  .menu .close_menu {
    position: absolute;
    left: 15rem;
    top: 1rem;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.5rem; }
  .menu .menu_container {
    background: #fff;
    width: 14.95rem;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .menu .menu_container .search_box {
      width: 11.8rem;
      height: 1.8rem;
      margin: 0.9rem auto 1rem;
      background: #f6f6f6;
      border-radius: 0.9rem;
      padding: 0 0.75rem; }
      .menu .menu_container .search_box img {
        width: 0.75rem;
        margin-top: 0.5rem;
        vertical-align: top; }
      .menu .menu_container .search_box input {
        display: inline-block;
        width: 10rem;
        font-size: 0.7rem;
        color: #999;
        height: 1rem;
        margin-top: 0.4rem;
        border: 0px;
        background: none;
        vertical-align: middle;
        padding-left: 0.25rem; }
    .menu .menu_container .menu_list {
      border-top: 1px solid #f6f5f4;
      height: 16.5rem;
      overflow: auto; }
      .menu .menu_container .menu_list li {
        border-bottom: 1px solid #f6f5f4; }
        .menu .menu_container .menu_list li div {
          height: 2.7rem;
          line-height: 2.7rem;
          padding: 0rem 0.75rem 0rem 1.05rem; }
          .menu .menu_container .menu_list li div span {
            font-size: 0.7rem;
            color: #333333; }
          .menu .menu_container .menu_list li div .current {
            color: #ea0f30; }
          .menu .menu_container .menu_list li div img {
            float: right;
            width: 0.6rem;
            height: 0.35rem;
            vertical-align: top;
            margin-top: 1.1rem; }
          .menu .menu_container .menu_list li div .up {
            display: none; }
        .menu .menu_container .menu_list li .menu_two {
          background: #f9f9f9;
          display: none; }
          .menu .menu_container .menu_list li .menu_two li {
            border: 0px;
            height: 2.4rem;
            line-height: 2.4rem; }
            .menu .menu_container .menu_list li .menu_two li a {
              display: block;
              padding-left: 2rem;
              font-size: 0.7rem;
              color: #666666; }
            .menu .menu_container .menu_list li .menu_two li .current {
              color: #ea0f30; }
        .menu .menu_container .menu_list li .active .down {
          display: none; }
        .menu .menu_container .menu_list li .active .up {
          display: block; }
    .menu .menu_container .language_change {
      position: absolute;
      bottom: 0.5rem;
      left: 0;
      width: 100%;
      text-align: center; }
      .menu .menu_container .language_change a {
        display: inline-block;
        font-size: 0.7rem;
        color: #666666;
        line-height: 0.85rem; }
      .menu .menu_container .language_change .current {
        color: #ea0f30; }
      .menu .menu_container .language_change .line {
        display: inline-block;
        height: 0.6rem;
        width: 1px;
        background: #cccccc;
        margin: 0.15rem 1.5rem 0rem; }

/*index首页*/
.index_container .banner {
  width: 100%; }
  .index_container .banner img {
    display: block;
    width: 100%; }
.index_container .lb {
  /*轮播*/ }
  .index_container .lb .swiper-wrapper {
    height: auto; }
  .index_container .lb .swiper-slide {
    padding-bottom: 2.75rem; }
    .index_container .lb .swiper-slide .lb_content {
      width: 14.6rem;
      margin-left: 0.7rem;
      border: 1px solid #ededed;
      box-shadow: 0px 0.3rem 0.6rem 0px rgba(109, 109, 109, 0.21);
      border-radius: 0.2rem;
      padding: 1.2rem 0.5rem 1.75rem;
      position: relative; }
      .index_container .lb .swiper-slide .lb_content .logo_img {
        float: left;
        width: 3.3rem;
        height: 3.3rem; }
        .index_container .lb .swiper-slide .lb_content .logo_img img {
          display: block;
          width: 100%; }
      .index_container .lb .swiper-slide .lb_content .text_intro {
        margin-left: 3.875rem;
        font-size: 0.6rem;
        line-height: 0.9rem; }
        .index_container .lb .swiper-slide .lb_content .text_intro span {
          font-weight: bold; }
      .index_container .lb .swiper-slide .lb_content .text_limiting {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
      .index_container .lb .swiper-slide .lb_content .unfold {
        position: absolute;
        left: 4.4rem;
        bottom: 0.5rem;
        line-height: 0.7rem; }
        .index_container .lb .swiper-slide .lb_content .unfold span {
          font-size: 0.55rem;
          color: #ea0f30; }
        .index_container .lb .swiper-slide .lb_content .unfold img {
          width: 0.3rem;
          vertical-align: top;
          margin: 0.25rem 0rem 0rem 0.25rem; }
  .index_container .lb .page {
    font-size: 0.65rem;
    color: #333;
    bottom: 1rem; }
    .index_container .lb .page .swiper-pagination-current {
      font-weight: bold; }
.index_container .news {
  padding-bottom: 1rem; }
.index_container .news_list {
  margin: 0rem 0.75rem; }
  .index_container .news_list li {
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 0.85rem; }
    .index_container .news_list li .date {
      font-size: 0.6rem;
      color: #999999;
      line-height: 0.9rem;
      padding-top: 0.15rem; }
    .index_container .news_list li h3 {
      font-size: 0.8rem;
      font-weight: bold;
      line-height: 1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 0.25rem; }
    .index_container .news_list li .describe {
      font-size: 0.6rem;
      color: #999;
      margin-top: 0.5rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .index_container .news_list li:last-child {
    border: 0px;
    margin-bottom: 0.1rem; }
.index_container .about_us {
  padding-bottom: 1rem; }
  .index_container .about_us .video_box {
    width: 100%;
    position: relative; }
    .index_container .about_us .video_box .player {
      display: none;
      width: 100%; }
    .index_container .about_us .video_box .video_img {
      display: block;
      width: 100%; }
    .index_container .about_us .video_box .play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -1.25rem 0rem 0rem -1.25rem;
      width: 2.55rem;
      height: 2.55rem; }
      .index_container .about_us .video_box .play img {
        display: block;
        width: 100%; }
  .index_container .about_us .video_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none; }
    .index_container .about_us .video_fix video {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -5.25rem; }
    .index_container .about_us .video_fix .video_close {
      position: absolute;
      right: 0.75rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      margin-top: -7rem; }
  .index_container .about_us .map_img {
    width: 14.675rem;
    margin: 0.75rem auto 0; }
    .index_container .about_us .map_img img {
      display: block;
      width: 100%; }
  .index_container .about_us .info_list {
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 1.25rem;
    padding: 0rem 1.45rem 0.625rem; }
    .index_container .about_us .info_list li {
      text-align: center; }
      .index_container .about_us .info_list li p {
        font-size: 1.05rem;
        color: #454545;
        line-height: 1.25rem; }
      .index_container .about_us .info_list li span {
        display: inline-block;
        font-size: 0.6rem;
        color: #8a8a8a;
        line-height: 0.8rem; }
    .index_container .about_us .info_list .mid {
      width: 6.25rem;
      margin-left: 0.5rem; }
      .index_container .about_us .info_list .mid .line {
        display: inline-block;
        height: 1rem;
        width: 1px;
        background: #f3f3f3;
        margin-top: 0.6rem; }
  .index_container .about_us .h3_title {
    height: 2.5rem;
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 2.5rem; }
  .index_container .about_us .shares_details {
    width: 17.25rem;
    height: 1.95rem;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    border-radius: 0.15rem;
    box-shadow: 0px 0.075rem 0.175rem 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 0.6rem 0rem;
    margin-bottom: 1rem; }
    .index_container .about_us .shares_details .price {
      width: 9.75rem; }
      .index_container .about_us .shares_details .price .current_price {
        font-size: 1.75rem;
        color: #ea0428;
        font-weight: bold;
        margin-left: 0.75rem;
        line-height: 2rem; }
      .index_container .about_us .shares_details .price .newest_price {
        float: left;
        margin-left: 0.3rem; }
        .index_container .about_us .shares_details .price .newest_price p {
          font-size: 0.6rem;
          color: #999999; }
          .index_container .about_us .shares_details .price .newest_price p span {
            font-size: 0.65rem;
            color: #333333;
            font-weight: bold; }
    .index_container .about_us .shares_details .date_time {
      margin: 0.35rem 0 0 9.75rem;
      font-size: 0.6rem;
      color: #8a8a8a;
      text-align: center;
      line-height: 1.2rem;
      border-left: 1px solid #efefef; }

/*关于我们 公司介绍页面 */
.about_container .top {
  height: 2.35rem;
  padding: 0rem 0.75rem;
  line-height: 2.35rem;
  border-bottom: 1px solid #c7c7c7; }
  .about_container .top span {
    font-size: 1rem;
    color: #454545;
    font-weight: bold; }
  .about_container .top .arrow_img {
    float: right;
    width: 0.6rem;
    height: 0.35rem;
    vertical-align: top;
    display: none;
    margin-top: 1rem; }
.about_container .banner {
  width: 100%; }
  .about_container .banner img {
    display: block;
    width: 100%;
    vertical-align: top; }
.about_container .text_intro {
  padding: 0rem 0.75rem 0.25rem;
  position: relative;
  font-size: 0.7rem;
  color: #6d6e71;
  line-height: 1.25rem;
  top: -0.25rem; }
  .about_container .text_intro p {
    font-size: 0.7rem;
    color: #666666;
    text-align: justify;
    line-height: 1.25rem;
    margin-bottom: 0.25rem; }
.about_container .video_box {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
  height: 10.5rem;
}
  .about_container .video_box .video_img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .about_container .video_box .player {
    /*display: none;*/
    width: 100%;
    height: 100%;
  }
  .about_container .video_box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.25rem 0rem 0rem -1.25rem;
    width: 2.55rem;
    height: 2.55rem;
    z-index: 4;
  }
    .about_container .video_box .play img {
      display: block;
      width: 100%;
    }
.about_container .video_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none; }
  .about_container .video_fix video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -5.25rem; }
  .about_container .video_fix .video_close {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -7rem; }
.about_container .lb {
  margin-top: 0.35rem; }
  .about_container .lb .swiper-slide .content_box {
    width: 14.5rem;
    margin: 0 auto; }
    .about_container .lb .swiper-slide .content_box img {
      width: 100%; }
    .about_container .lb .swiper-slide .content_box p {
      font-size: 1rem;
      color: #454545;
      font-weight: bold;
      line-height: 1.25rem;
      text-align: center;
      position: relative;
      top: -0.6rem;
      margin-bottom: 0.5rem; }
  .about_container .lb .swiper-button-next, .about_container .lb .swiper-button-prev {
    top: 2.65rem;
    margin-top: 0rem; }
  .about_container .lb .swiper-button-next {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100%; }
  .about_container .lb .swiper-button-prev {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%; }
.about_container .course {
  padding-bottom: 1rem;
  background: url(../images/bg.png) right bottom no-repeat;
  background-size: 17.95rem 12.2rem; }
  .about_container .course .course_list li {
    padding: 0rem 1rem 1.6rem;
    position: relative;
    overflow: hidden; }
    .about_container .course .course_list li .date {
      width: 3.75rem;
      height: 2.2rem;
      background: url(../images/label_bg.png) no-repeat;
      background-size: 100%;
      font-size: 0.75rem;
      color: #454545;
      line-height: 1.75rem; }
    .about_container .course .course_list li .fl {
      margin-left: 2rem;
      padding-left: 1.7rem; }
    .about_container .course .course_list li .fr {
      margin-right: 2rem;
      padding-right: 1.7rem;
      text-align: right;
      background: url(../images/label_bg_a.png) no-repeat;
      background-size: 100%; }
    .about_container .course .course_list li .text {
      width: 7.25rem;
      float: right;
      font-size: 0.65rem;
      color: #6d6e71;
      text-align: justify;
      line-height: 1rem;
      margin-top: 0.4rem; }
    .about_container .course .course_list li .text_fr {
      float: left;
      text-align: right; }
    .about_container .course .course_list li .mid {
      width: 0.5rem;
      position: absolute;
      top: 0.65rem;
      bottom: 0;
      left: 50%;
      margin-left: -0.25rem; }
      .about_container .course .course_list li .mid img {
        display: block;
        width: 0.45rem;
        vertical-align: top;
        margin: 0 auto; }
      .about_container .course .course_list li .mid .line {
        height: 100%;
        width: 1px;
        background: #efefef;
        margin: 0.25rem auto; }
  .about_container .course .course_list li:last-child {
    padding-bottom: 0; }
  .about_container .course .box {
    position: relative; }

.shade {
  position: fixed;
  top: 3.35rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .shade ul {
    background: #fff; }
    .shade ul li {
      padding: 0rem 0.75rem;
      border-bottom: 1px solid #eaecee;
      height: 2.35rem;
      line-height: 2.35rem; }
      .shade ul li a {
        display: block;
        font-size: 0.8rem;
        color: #333; }
      .shade ul li .current {
        color: #ea0f30; }

/*社会责任页面*/
.s_container .lunbo {
  padding-bottom: 2rem; }
  .s_container .lunbo .swiper-slide {
    padding-bottom: 0.75rem; }
  .s_container .lunbo .content_box {
    width: 16.55rem;
    margin-left: 0.75rem;
    border-radius: 0.25rem; }
    .s_container .lunbo .content_box .lb_pic {
      display: block;
      vertical-align: top;
      width: 100%;
      border-radius: 0.25rem 0.25rem 0 0; }
    .s_container .lunbo .content_box .intro {
      padding: 0.5rem 0.75rem;
      box-shadow: 0px 0.25rem 0.85rem 0px rgba(109, 109, 109, 0.21);
      border-radius: 0 0 0.25rem 0.25rem;
      overflow: hidden; }
      .s_container .lunbo .content_box .intro h3 {
        font-size: 0.8rem;
        color: #000000;
        font-weight: bold;
        line-height: 1.15rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .s_container .lunbo .content_box .intro .date {
        font-size: 0.6rem;
        color: #999999;
        line-height: 0.9rem; }
      .s_container .lunbo .content_box .intro .text {
        font-size: 0.6rem;
        color: #666666;
        line-height: 1rem;
        margin-top: 0.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
  .s_container .lunbo .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
    background: #e5e5e5;
    opacity: 1; }
  .s_container .lunbo .swiper-pagination-bullet-active {
    width: 0.5rem;
    height: 0.25rem;
    border-radius: 0.15rem;
    background: #ea0f30;
    opacity: 1; }
.s_container .company_list {
  margin: 0rem 0.75rem 1.25rem;
  padding-bottom: 0.65rem;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0px 0.25rem 0.875rem 0px rgba(109, 109, 109, 0.21); }
  .s_container .company_list dt {
    height: 2.45rem;
    background: #f3f3f3;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    line-height: 2.45rem;
    margin-bottom: 0.5rem; }
  .s_container .company_list dd {
    font-size: 0.7rem;
    color: #666;
    line-height: 1.35rem;
    padding: 0rem 0 0 0.75rem; }

/*社会责任详情页*/
.s_details_container .detail_content {
  padding: 0rem 0.75rem; }
  .s_details_container .detail_content .article_title {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dddddd;
    overflow: hidden; }
    .s_details_container .detail_content .article_title h3 {
      font-size: 1.0rem;
      color: #454545;
      font-weight: bold;
      line-height: 1.25rem;
      margin-top: 0.85rem; }
    .s_details_container .detail_content .article_title p {
      font-size: 0.7rem;
      color: #999;
      line-height: 1rem;
      margin-top: 0.25rem; }
  .s_details_container .detail_content .video_box {
    width: 100%;
    position: relative;
    margin-bottom: 0.3rem;
    padding-top: 1rem; }
    .s_details_container .detail_content .video_box .player {
      display: none;
      width: 100%; }
    .s_details_container .detail_content .video_box .video_img {
      display: block;
      width: 100%; }
    .s_details_container .detail_content .video_box .play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -1.25rem 0rem 0rem -1.25rem;
      width: 2.55rem;
      height: 2.55rem; }
      .s_details_container .detail_content .video_box .play img {
        display: block;
        width: 100%; }
    .s_details_container .detail_content .video_box .video_name {
      font-size: 0.6rem;
      color: #999;
      text-align: center;
      line-height: 1.25rem;
      margin-top: 0.25rem; }
  .s_details_container .detail_content .content img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto; }
  .s_details_container .detail_content .content p {
    font-size: 0.7rem;
    color: #6d6e71;
    line-height: 1.25rem;
    /*margin-top: 0.6rem;*/
    text-align: justify; }
    .s_details_container .detail_content .content p span {
      font-size: 0.7rem;
      color: #333;
      line-height: 1.25rem;
      margin-top: 0.6rem;
      text-align: justify; }
  .s_details_container .detail_content .text {
    font-size: 0.7rem;
    color: #333;
    line-height: 1.25rem;
    margin-top: 0.25rem; }
  .s_details_container .detail_content .img_box {
    width: 100%;
    margin-top: 0.5rem; }
    .s_details_container .detail_content .img_box img {
      display: block;
      width: 100%;
      vertical-align: top; }
  .s_details_container .detail_content .list {
    padding: 0.25rem 0rem 0.9rem 0rem;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .s_details_container .detail_content .list li {
      font-size: 0.7rem;
      color: #333;
      line-height: 1rem;
      margin-top: 0.5rem; }
  .s_details_container .detail_content .btn {
    height: 4.15rem;
    text-align: center; }
    .s_details_container .detail_content .btn a {
      display: inline-block;
      width: 5.15rem;
      height: 1.65rem;
      border: 1px solid #D81C25;
      font-size: 0.7rem;
      color: #D81C25;
      line-height: 1.65rem;
      text-align: center;
      border-radius: 0.9rem;
      margin-top: 1.05rem; }
    .s_details_container .detail_content .btn .share_btn {
      background: #D81C25;
      margin-right: 0.6rem; }
      .s_details_container .detail_content .btn .share_btn span {
        font-size: 0.7rem;
        color: #fff;
        vertical-align: middle; }
      .s_details_container .detail_content .btn .share_btn img {
        width: 0.7rem;
        vertical-align: middle;
        margin: 0rem 0.15rem 0.1rem 0rem; }

/*分享弹窗模块*/
.share_shade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none; }
  .share_shade .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11.25rem;
    background: #fff; }
    .share_shade .content .title {
      height: 2.75rem;
      line-height: 2.75rem; }
      .share_shade .content .title span {
        font-size: 0.8rem;
        color: #333;
        margin: 0 0.5rem;
        font-weight: normal; }
      .share_shade .content .title .line {
        width: 2rem; }
    .share_shade .content ul {
      padding: 0.75rem 1.25rem;
      overflow: hidden; }
      .share_shade .content ul li {
        width: 50%;
        text-align: center; }
        .share_shade .content ul li img {
          width: 2.7rem; }
        .share_shade .content ul li p {
          font-size: 0.6rem;
          color: #666; }
      .share_shade .content ul .mid {
        margin: 0 auto; }
    .share_shade .content .share_close {
      padding: 1rem 1rem 0.25rem;
      width: 0.85rem;
      margin: 0 auto;
      box-sizing: content-box;
    }
      .share_shade .content .share_close img {
        width: 100%;
        vertical-align: top; }

/*事业群详情页面*/
.group_container .main_content {
  padding: 0rem 0.75rem; }
  .group_container .main_content .img_box {
    width: 100%; }
    .group_container .main_content .img_box img {
      display: block;
      width: 100%;
      vertical-align: top; }
  .group_container .main_content .intro_box {
    font-size: 0.7rem;
    color: #6d6e71;
    line-height: 1.25rem;
    padding: 0.5rem 0; }
    .group_container .main_content .intro_box dt {
      height: auto;
      font-size: 1rem;
      color: #454545;
      font-weight: bold;
      text-align: center;
      line-height: 1.4rem;
      padding: 0.8rem 0;}
    .group_container .main_content .intro_box dd {
      font-size: 0.7rem;
      color: #666;
      line-height: 1.25rem;
      margin-bottom: 0.5rem; }
      .group_container .main_content .intro_box dd i {
        font-size: 0.7rem;
        color: #666;
        margin-right: 0.25rem; }

.news_container .banner {
  width: 100%; }
  .news_container .banner img {
    display: block;
    width: 100%;
    vertical-align: top; }
.news_container .news_box {
  margin: 0rem 0.75rem;
  padding-bottom: 1.75rem; }
  .news_container .news_box img {
    display: block;
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0; }
  .news_container .news_box .intro_box {
    padding: 0rem 0.75rem 0.75rem;
    box-shadow: 0px 0.25rem 0.85rem 0px rgba(109, 109, 109, 0.21);
    border-radius: 0 0 0.25rem 0.25rem; }
    .news_container .news_box .intro_box .news_title {
      padding: 0.75rem 0rem;
      border-bottom: 1px solid #e2e2e2; }
      .news_container .news_box .intro_box .news_title .date {
        float: left;
        width: 2.5rem;
        border-right: 1px solid #e2e2e2; }
        .news_container .news_box .intro_box .news_title .date p {
          font-size: 0.85rem;
          color: #999;
          line-height: 1rem;
          font-weight: bold; }
        .news_container .news_box .intro_box .news_title .date span {
          font-size: 0.7rem;
          color: #999; }
      .news_container .news_box .intro_box .news_title h3 {
        margin-left: 3.1rem;
        font-size: 0.8rem;
        color: #444;
        font-weight: bold;
        line-height: 1rem; }
    .news_container .news_box .intro_box .describe {
      font-size: 0.65rem;
      color: #666;
      line-height: 1rem;
      margin-top: 0.5rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
.news_container .news_list {
  margin-left: 0.75rem;
  border-top: 1px solid #eaecee; }
  .news_container .news_list li {
    padding: 0.75rem 0.75rem 0.75rem 0rem;
    border-bottom: 1px solid #eaecee;
    overflow: hidden; }
    .news_container .news_list li .lf_img {
      float: left;
      width: 6.5rem; }
      .news_container .news_list li .lf_img img {
        display: block;
        width: 100%;
        height: 4.17rem;
        border-radius: 0.15rem; }
    .news_container .news_list li .rt_text {
      margin-left: 7.1rem; }
      .news_container .news_list li .rt_text h3 {
        font-size: 0.7rem;
        color: #333;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1rem;
        margin-top: 0.1rem; }
      .news_container .news_list li .rt_text .date {
        font-size: 0.6rem;
        color: #999;
        line-height: 1rem;
        margin-top: 0.1rem; }
      .news_container .news_list li .rt_text .text {
        font-size: 0.6rem;
        color: #666;
        line-height: 0.9rem;
        margin-top: 0.25rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
.news_container .link_btn {
  margin: 1rem auto; }

/*新闻详情页*/
.news_details .detail_content .content img {
  display: unset;
  width: 100%;
  max-width: 100% !important;
  height: auto !important; }
.news_details .detail_content .content p {
  font-size: 0.7rem !important;
  color: #333 !important;
  line-height: 1.25rem !important;
  /*margin-top: 0.6rem !important;*/
  text-align: justify; }
  .news_details .detail_content .content p span {
    font-size: 0.7rem !important;
    color: #6d6e71 !important;
    line-height: 1.25rem !important;
    margin-top: 0.6rem !important;
    text-align: justify; }
.news_details .detail_content .content div {
  font-size: 0.7rem !important;
  color: #333 !important;
  line-height: 1.25rem !important;
  margin-top: 0.6rem !important;
  text-align: justify; }
  .news_details .detail_content .content div span {
    font-size: 0.7rem !important;
    color: #333 !important;
    line-height: 1.25rem !important;
    margin-top: 0.6rem !important;
    text-align: justify; }
.news_details .detail_content .text {
  margin-top: 0.6rem;
  text-align: justify; }
.news_details .detail_content .indent {
  text-indent: 0.75rem; }
.news_details .detail_content .btn {
  margin-top: 0.6rem;
  border-top: 1px solid #e7e7e7; }
  .news_details .detail_content .btn .share_btn {
    display: block;
    margin: 1.05rem auto 0; }

/*加入我们*/
.join_container .banner {
  width: 100%; }
  .join_container .banner img {
    display: block;
    width: 100%; }
.join_container .main_content {
  padding: 0rem 0.75rem 0.75rem; }
  .join_container .main_content .text {
    font-size: 0.7rem;
    color: #666;
    line-height: 1.25rem;
    text-align: justify; }
  .join_container .main_content img {
    display: block;
    width: 100%;
    margin-top: 0.75rem; }
.join_container .employment_list {
  padding: 0rem 0.75rem; }
  .join_container .employment_list li {
    padding: 0rem 0rem 0rem 0.75rem;
    background: #f9f9f9;
    border-radius: 0.15rem;
    margin-bottom: 0.75rem; }
    .join_container .employment_list li .post_name {
      height: 2.2rem;
      line-height: 2.2rem;
      padding-right: 0.75rem;
      border-bottom: 1px solid #e9e9e9; }
      .join_container .employment_list li .post_name .arrow {
        float: right;
        width: 0.375rem;
        vertical-align: top;
        margin-top: 0.75rem; }
      .join_container .employment_list li .post_name p {
        margin-right: 1.25rem;
        font-size: 0.7rem;
        color: #454545;
        line-height: 2.2rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .join_container .employment_list li .intro {
      font-size: 0.6rem;
      color: #999999;
      line-height: 0.9rem;
      padding: 0.6rem 1.15rem 0.6rem 0rem;
      text-align: justify; }
      .join_container .employment_list li .intro span {
        font-size: 0.6rem;
        color: #999;
        margin-left: 0.25rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;}

/*加入我们详情页*/
.join_details_container .top {
  padding: 1rem 0rem 0.75rem 0.75rem; }
  .join_details_container .top h3 {
    font-size: 1.05rem;
    color: #454545;
    font-weight: bold;
    line-height: 1.25rem; }
  .join_details_container .top p {
    /*height: 0.9rem;*/
    /*width: 2.8rem;*/
    display: inline-block;
    padding: 0.05rem 0.4rem;
    font-size: 0.6rem;
    color: #D81C25;
    text-align: center;
    line-height: 0.9rem;
    border: 1px solid #D81C25;
    border-radius: 0.15rem;
    margin-top: 0.4rem; }
.join_details_container .required {
  padding-left: 0.75rem;
  padding-bottom: 0.6rem; }
  .join_details_container .required dt {
    height: 2.15rem;
    font-size: 0.7rem;
    color: #454545;
    font-weight: bold;
    line-height: 2.15rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0.35rem; }
  .join_details_container .required dd {
    padding-right: 0.75rem;
    font-size: 0.7rem;
    color: #666;
    line-height: 1.05rem;
    padding-top: 0.25rem; }
.join_details_container .btn_box {
  position: fixed;
  bottom: 0.75rem;
  left: 1.1rem;
  width: 16.5rem;
  height: 2.2rem;
  background: #f9f9f9;
  border-radius: 1.1rem;
  box-shadow: 0px 1px 0.25rem 0px rgba(23, 25, 26, 0.2); }
  .join_details_container .btn_box .link {
    width: 4.5rem;
    font-size: 0.7rem;
    color: #999;
    line-height: 2.2rem;
    text-align: center; }
  .join_details_container .btn_box .mid {
    width: 7.35rem;
    margin: 0 auto;
    height: 2.2rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center; }
    .join_details_container .btn_box .mid img {
      width: 0.6rem;
      vertical-align: top;
      margin-top: 0.7rem; }
    .join_details_container .btn_box .mid span {
      display: inline-block;
      font-size: 0.7rem;
      color: #D81C25;
      line-height: 0.7rem;
      vertical-align: middle;
      margin-left: 0.1rem;
      margin-top: 0.75rem; }
.join_details_container .resume_shade {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none;
  overflow: auto; }
  .join_details_container .resume_shade .box {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    overflow: auto;
    height: auto;
    max-height: 19.375rem;
    z-index: 50; }
  .join_details_container .resume_shade .content {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18.75rem;
    background: #fff;
    padding-bottom: 0.6rem;
    z-index: 30; }
  .join_details_container .resume_shade .fix_top {
    top: 0; }
  .join_details_container .resume_shade dl {
    border-bottom: 1px solid #e9e9e9; }
    .join_details_container .resume_shade dl dt {
      padding: 1.25rem 0rem 1rem 0rem;
      position: relative;
      border-bottom: 1px solid #e9e9e9; }
      .join_details_container .resume_shade dl dt h3 {
        font-size: 1.05rem;
        color: #454545;
        text-align: center;
        line-height: 1.25rem;
        font-weight: bold; }
      .join_details_container .resume_shade dl dt p {
        font-size: 0.7rem;
        color: #999;
        text-align: center;
        line-height: 1rem;
        margin-top: 0.15rem; }
      .join_details_container .resume_shade dl dt .close {
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
        width: 0.85rem; }
    .join_details_container .resume_shade dl dd {
      margin: 0rem 0.75rem;
      border-bottom: 1px solid #e9e9e9;
      padding: 0.65rem 0rem; }
      .join_details_container .resume_shade dl dd input {
        display: block;
        height: 1.1rem;
        width: 100%;
        font-size: 0.8rem;
        color: #999;
        border: 0px; }
.join_details_container .resume_shade dl dd input::placeholder{
  color: #999;
}
    .join_details_container .resume_shade dl .bor_none {
      border-bottom: 0px; }
  .join_details_container .resume_shade .link_btn {
    width: 17.25rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #D81C25;
    border: 0px;
    font-size: 0.7rem;
    color: #fff;
    margin: 0.75rem auto 0.5rem; }
  .join_details_container .resume_shade .emial {
    font-size: 0.6rem;
    color: #999;
    text-align: center;
    line-height: 0.75rem; }
    .join_details_container .resume_shade .emial span {
      font-size: 0.6rem;
      color: #D81C25; }

.info_hint_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  display: none; }
  .info_hint_box .content_box {
    /*width: 10rem;*/
    /*height: 7.5rem;*/
    background: #fff;
    border-radius: 0.15rem;
    padding: 0.75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    /*margin-left: -5.75rem;*/
    /*margin-top: -4.5rem;*/
    transform: translate(-50% ,-50%);
  }
.info_hint_box .content_box_a{
  display: flex;
  align-content: center;
  justify-content: space-between;
}
    .info_hint_box .content_box p {
      height: 3rem;
      font-size: 0.75rem;
      color: #333;
      line-height: 0.85rem;
      text-align: center;
      margin-top: 2rem; }

/*财务报告页面*/
.finance_container .f_main_content {
  padding-bottom: 1.25rem; }
  .finance_container .f_main_content .report_list {
    margin-bottom: 1.25rem; }
    .finance_container .f_main_content .report_list li {
      padding: 0.75rem 0.75rem;
      border-bottom: 1px solid #d8d8d8; }
      .finance_container .f_main_content .report_list li .lf_icon {
        float: left;
        width: 0.65rem;
        margin-top: 0.1rem; }
      .finance_container .f_main_content .report_list li .rt_content {
        margin-left: 1rem; }
        .finance_container .f_main_content .report_list li .rt_content p {
          font-size: 0.7rem;
          color: #454545;
          line-height: 1rem; }
        .finance_container .f_main_content .report_list li .rt_content .box {
          line-height: 1rem;
          margin-top: 0.25rem; }
          .finance_container .f_main_content .report_list li .rt_content .box .date {
            font-size: 0.65rem;
            color: #999; }
          .finance_container .f_main_content .report_list li .rt_content .box .fr img {
            width: 0.4rem; }
          .finance_container .f_main_content .report_list li .rt_content .box .fr span {
            font-size: 0.6rem;
            color: #999; }
.finance_container .f_main_content .report_list li .rt_content .box .fr a{
  color: #999;
  font-size:0.6rem ;
}
    .finance_container .f_main_content .report_list li:first-child {
      padding-top: 0; }

.search_container {
  padding-top: 2.25rem; }
  .search_container .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 2.2rem;
    width: 100%;
    border-bottom: 1px solid #c7c7c7; }
    .search_container .header .search_box {
      width: 13.7rem;
      height: 1.8rem;
      margin: 0.2rem 0 0 0.75rem;
      background: #f6f6f6;
      border-radius: 0.9rem;
      padding: 0 0.75rem; }
      .search_container .header .search_box img {
        width: 0.75rem;
        margin-top: 0.5rem;
        vertical-align: top; }
      .search_container .header .search_box input {
        display: inline-block;
        width: 12.25rem;
        font-size: 0.7rem;
        color: #999;
        height: 1rem;
        margin-top: 0.4rem;
        border: 0px;
        background: none;
        vertical-align: middle;
        padding-left: 0.25rem; }
    .search_container .header .cancel_btn {
      display: inline-block;
      padding-right: 0.75rem;
      font-size: 0.7rem;
      color: #D81C25;
      line-height: 2.2rem; }
  .search_container .s_title {
    height: 1.95rem;
    padding: 0rem 0.75rem;
    background: #f6f6f6;
    line-height: 1.95rem;
    font-size: 0.7rem;
    color: #6d6e71; }
    .search_container .s_title span {
      font-size: 0.7rem;
      color: #D81C25; }
  .search_container .news_list {
    margin-left: 0.75rem; }
    .search_container .news_list li {
      padding: 1rem 0.75rem 1rem 0rem;
      border-bottom: 1px solid #eaecee;
      overflow: hidden; }
      .search_container .news_list li .lf_img {
        float: left;
        width: 6.5rem; }
        .search_container .news_list li .lf_img img {
          display: block;
          width: 100%;
          height: 4.19rem;
          border-radius: 0.15rem; }
      .search_container .news_list li .rt_text {
        /*margin-left: 7.1rem;*/ }
        .search_container .news_list li .rt_text h3 {
          font-size: 0.7rem;
          color: #454545;
          font-weight: bold;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1rem;
          margin-top: 0.1rem; }
        .search_container .news_list li .rt_text .date {
          font-size: 0.6rem;
          color: #999999;
          line-height: 1rem;
          margin-top: 0.1rem; }
        .search_container .news_list li .rt_text .text {
          font-size: 0.6rem;
          color: #6d6e71;
          line-height: 0.9rem;
          margin-top: 0.25rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }

/*联系我们*/
.contact_container .banner {
  width: 100%; }
  .contact_container .banner img {
    display: block;
    vertical-align: top;
    width: 100%; }
.contact_container .contact_way {
  padding: 0rem 0.75rem; }
  .contact_container .contact_way .map {
    height: 7.5rem; }
    .contact_container .contact_way .map .BMapLib_SearchInfoWindow {
      background: red; }
    .contact_container .contact_way .map .site_box {
      width: 12.7rem;
      height: 3.6rem;
      padding: 0rem 0rem;
      overflow: hidden; }
      .contact_container .contact_way .map .site_box .lf_logo {
        float: left;
        width: 2.125rem;
        border-right: 1px solid #e9e9e9;
        margin-top: 0.9rem; }
        .contact_container .contact_way .map .site_box .lf_logo img {
          display: block;
          width: 1.35rem;
          vertical-align: top; }
      .contact_container .contact_way .map .site_box .rt_text {
        margin: 0.7rem 0rem 0rem 2.85rem; }
        .contact_container .contact_way .map .site_box .rt_text .name {
          font-size: 0.7rem;
          color: #333;
          font-weight: bold;
          line-height: 1rem; }
        .contact_container .contact_way .map .site_box .rt_text .site_info img {
          float: left;
          width: 0.525rem;
          vertical-align: top;
          margin-top: 0.1rem; }
        .contact_container .contact_way .map .site_box .rt_text .site_info p {
          margin-left: 0.75rem;
          font-size: 0.6rem;
          color: #666;
          line-height: 0.75rem; }
  .contact_container .contact_way .contact_way_list li {
    height: 2.15rem;
    line-height: 2.15rem;
    border-bottom: 1px solid #f4f4f4; }
    .contact_container .contact_way .contact_way_list li .number {
      float: right; }
    .contact_container .contact_way .contact_way_list li .label img {
      float: left;
      width: 0.65rem;
      vertical-align: top;
      margin-top: 0.7rem; }
    .contact_container .contact_way .contact_way_list li .label .emial_img {
      margin-top: 0.8rem; }
    .contact_container .contact_way .contact_way_list li .label p {
      margin-left: 1rem;
      font-size: 0.6rem;
      color: #454545; }
    .contact_container .contact_way .contact_way_list li .number {
      font-size: 0.6rem;
      color: #454545; }
    .contact_container .contact_way .contact_way_list li .font_col {
      color: #0084ff;
      text-decoration: underline; }
  .contact_container .contact_way .contact_way_list li:last-child {
    border-bottom: 0px; }
.contact_container .enterprise_list {
  padding: 0rem 0.75rem 0.15rem; }
  .contact_container .enterprise_list li {
    padding: 0rem 0.75rem 0.4rem;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.07);
    border-radius: 0.15rem;
    margin-bottom: 0.6rem; }
    .contact_container .enterprise_list li h3 {
      font-size: 0.7rem;
      color: #454545;
      font-weight: bold;
      line-height: 0.95rem;
      padding: 0.55rem 0rem;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 0.25rem; }
    .contact_container .enterprise_list li div {
      padding-top: 0.4rem; }
      .contact_container .enterprise_list li div img {
        float: left;
        width: 0.525rem;
        vertical-align: top;
        margin-top: 0.1rem; }
      .contact_container .enterprise_list li div .tel_img {
        width: 0.65rem;
        margin-top: 0.1rem; }
      .contact_container .enterprise_list li div p {
        margin-left: 1rem;
        font-size: 0.6rem;
        color: #999999;
        line-height: 0.9rem; }
      .contact_container .enterprise_list li div .number {
        display: block;
        font-size: 0.6rem;
        color: #0084ff;
        text-decoration: underline;
        margin-left: 1rem; }

/*投资者关系页面*/
.investor_container .banner {
  width: 100%; }
  .investor_container .banner img {
    display: block;
    width: 100%;
    vertical-align: top; }
.investor_container .intro {
  position: relative;
  top: -0.4rem;
  padding: 0rem 0.75rem 0.85rem; }
  .investor_container .intro p {
    font-size: 0.7rem;
    color: #666;
    line-height: 1.25rem;
    text-align: justify; }
  .investor_container .intro .pic {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.15rem; }
.investor_container .stock .info_box {
  padding: 1rem 0.75rem; }
  .investor_container .stock .info_box .s_title {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    line-height: 1rem; }
    .investor_container .stock .info_box .s_title .date {
      float: right;
      font-size: 0.7rem;
      color: #333;
      font-weight: normal; }
  .investor_container .stock .info_box .info {
    overflow: hidden;
    margin-top: 0.8rem; }
    .investor_container .stock .info_box .info .lf .name {
      font-size: 0.7rem;
      color: #333;
      line-height: 1rem; }
    .investor_container .stock .info_box .info .lf .price {
      font-size: 1.6rem;
      color: #ea0f30;
      line-height: 1.8rem;
      margin: 0.25rem 0 0.25rem 0; }
    .investor_container .stock .info_box .info .lf .current img {
      width: 0.35rem; }
    .investor_container .stock .info_box .info .lf .current span {
      font-size: 0.65rem;
      color: #ea0f30; }
    .investor_container .stock .info_box .info .rt_info {
      margin-left: 5.75rem;
      overflow: hidden; }
      .investor_container .stock .info_box .info .rt_info li {
        float: left;
        width: 3.75rem;
        margin-bottom: 0.25rem; }
        .investor_container .stock .info_box .info .rt_info li p {
          font-size: 0.6rem;
          color: #666;
          line-height: 1rem; }
        .investor_container .stock .info_box .info .rt_info li span {
          display: inline-block;
          font-size: 0.7rem;
          color: #333;
          line-height: 1rem; }
      .investor_container .stock .info_box .info .rt_info .mar_none {
        margin-bottom: 0px; }
.investor_container .stock .graph_box {
  padding-bottom: 0.4rem; }
.investor_container .tab_change {
  height: 2.35rem;
  line-height: 2.35rem;
  border-bottom: 1px solid #f6f6f6; }
  .investor_container .tab_change li {
    float: left;
    width: 50%;
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    position: relative; }
    .investor_container .tab_change li i {
      float: right;
      height: 0.65rem;
      width: 1px;
      background: #d9d9d9;
      margin-top: 0.85rem; }
  .investor_container .tab_change .current {
    color: #ea0f30;
    font-weight: bold; }
  .investor_container .tab_change .current:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 1.4rem;
    height: 2px;
    background: #ea0f30;
    margin-left: -0.7rem; }
.investor_container .list_box {
  padding-bottom: 1rem; }
  .investor_container .list_box .link_btn {
    margin-top: 1rem; }
.investor_container .list {
  padding-left: 0.75rem; }
  .investor_container .list li {
    height: 2.65rem;
    border-bottom: 1px solid #eaecee;
    line-height: 2.65rem;
    padding-right: 0.75rem; }
    .investor_container .list li p {
      margin-right: 0.75rem;
      font-size: 0.7rem;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .investor_container .list li img {
      float: right;
      width: 0.375rem;
      vertical-align: top;
      margin-top: 0.95rem; }
.investor_container .tel {
  padding: 0rem 0.75rem 1.25rem; }
  .investor_container .tel dt {
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
    line-height: 1rem; }
  .investor_container .tel dd {
    margin-top: 0.45rem; }
    .investor_container .tel dd span {
      float: left;
      display: inline-block;
      font-size: 0.7rem;
      color: #999999;
      line-height: 1rem; }
    .investor_container .tel dd p {
      font-size: 0.7rem;
      color: #333;
      line-height: 1rem; }
      .investor_container .tel dd p a {
        font-size: 0.7rem;
        color: #333; }

.sure_btn, .abolish_btn {
  display: block;
  float: left;
  width: 3.6rem;
  height: 1.65rem;
  margin: 0 0.6rem;
  border: 1px solid #ea0428;
  font-size: 0.7rem;
  color: #ea0428;
  line-height: 1.65rem;
  border-radius: 0.9rem;
  text-align: center; }

/*英文版样式*/
.title_e {
  height: auto;
  padding: 0rem 0.75rem 1rem; }
  .title_e span {
    line-height: 1rem;
    margin: 0.9rem 0 0 0;
    font-size: 1.05rem; }

.index_container_en .about_us .info_list .lf {
  width: 4rem; }

.index_container_en .about_us .info_list .mid {
  width: 4.5rem; }

.index_container_en .about_us .info_list .fr {
  width: 6.25rem; }
  .index_container_en .about_us .info_list .fr p span {
    font-size: 0.6rem;
    color: #454545; }

.index_container_en .about_us .shares_details .price {
  width: 12rem; }
  .index_container_en .about_us .shares_details .price .newest_price p span {
    margin-left: 0.25rem; }

.index_container_en .about_us .shares_details .date_time {
  margin-left: 12.4rem;
  line-height: 0.75rem;
  margin-top: 0.25rem; }

.footer_en .contact_way .fl {
  width: 5.6rem; }
  .footer_en .contact_way .fl img {
    margin-left: 0.75rem; }
.footer_en .contact_way ul {
  margin-left: 6rem; }

.about_container_en .lb {
  margin-top: 0.35rem; }
  .about_container_en .lb .swiper-slide .content_box {
    width: 14.5rem;
    margin: 0 auto; }
    .about_container_en .lb .swiper-slide .content_box img {
      width: 100%; }
    .about_container_en .lb .swiper-slide .content_box p {
      margin: 0rem 0.9rem;
      font-size: 0.9rem;
      color: #333333;
      font-weight: bold;
      line-height: 1.05rem;
      text-align: center;
      position: relative;
      top: -0.6rem;
      margin-bottom: 0.5rem; }
.about_container_en .course .course_list li .text {
  word-break: break-all; }

/*联系我们英文*/
.contact_en .contact_way .map .site_box {
  width: 11.7rem;
  height: 3.6rem;
  padding: 0rem 0rem;
  overflow: hidden; }
  .contact_en .contact_way .map .site_box .lf_logo {
    float: left;
    width: 2.125rem;
    border-right: 1px solid #e9e9e9;
    margin-top: 0.5rem; }
    .contact_en .contact_way .map .site_box .lf_logo img {
      display: block;
      width: 1.35rem;
      vertical-align: top; }
  .contact_en .contact_way .map .site_box .rt_text {
    margin: 0.1rem 0rem 0rem 2.85rem; }
    .contact_en .contact_way .map .site_box .rt_text .name {
      font-size: 0.6rem;
      color: #333;
      font-weight: bold;
      line-height: 1rem; }
    .contact_en .contact_way .map .site_box .rt_text .site_info img {
      float: left;
      width: 0.525rem;
      vertical-align: top;
      margin-top: 0.1rem; }
    .contact_en .contact_way .map .site_box .rt_text .site_info p {
      margin-left: 0.75rem;
      font-size: 0.55rem;
      color: #666;
      line-height: 0.75rem; }

/*新闻中心英文*/
.news_container_en .news_box .intro_box .news_title .date {
  width: 5rem; }
.news_container_en .news_box .intro_box .news_title h3 {
  margin-left: 5.5rem; }

/*搜索英文*/
.search_container_en .header .search_box {
  width: 12.5rem; }
  .search_container_en .header .search_box input {
    width: 10.5rem; }

.mar_a {
  margin: 0rem 0.25rem !important; }

.mar_b {
  margin: 0 0.75rem !important; }

.width_a {
  width: 1rem !important; }

.word {
  word-break: break-all; }

/*# sourceMappingURL=public.css.map */
