@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #e2eefd;
  background: linear-gradient(to bottom, #e2eefd, #e2eefd);
}

.inner_page_banner.aboutbg {
  background-image: url(../images/choice_bg.jpg);
}

.about_text_c {
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about_text_c {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_text_c {
    margin-top: 20px;
  }
}

.about_text_c .col_c .about_text_left_bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about_text_c .col_c .about_text_left_bg {
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_text_c .col_c .about_text_left_bg {
    height: 300px;
    margin-bottom: 20px;
  }
}
.about_container {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about_container {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_container {
    padding: 25px;
  }
}
.about_container .article_text.re_article_text {
  text-align: left;
  height: 275px;
  padding-right: 10px;
  overflow-y: scroll;
}

.about_container .article_text.re_article_text p {
  text-indent: 2rem;
}

/*滚动动态数据_start*/
.statistics {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter_c .statistics {
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .counter_c .statistics {
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.counter_c .item_container {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .counter_c .item_container {
    margin: 5px auto;
    box-shadow: 1px 1px 30px 0px rgba(77, 93, 116, 0.15);
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #fdfeff;
    margin-top: 15px;
    height: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter_c .item_container {
    margin: 5px auto;
    box-shadow: 1px 1px 30px 0px rgba(77, 93, 116, 0.15);
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #fdfeff;
    margin-top: 15px;
  }
}
.counter_c .item_container .data_counter {
  color: #d43532;
  font-size: 3.5rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .counter_c .item_container .data_counter {
    font-size: 2rem;
  }
}

.counter_c .item_container sub {
  font-size: 1rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .counter_c .item_container sub {
    font-size: 0.875rem;
  }
}

/*价值观标题*/
.aobut_c_c .bodyh1title.re_price_bodyh1title {
  font-weight: 800;
  margin: 18px 0;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
}
.aobut_c_c .bodyh1title.re_price_bodyh1title span {
  /* color: #0252b3; */
  color: rgba(31, 17, 66, 0.75);
}
.aobut_c_c .bodyh1title.re_price_bodyh1title .goodssubtitle {
  position: absolute;
  font-size: 100px;
  font-weight: bolder;
  opacity: 0.07;
  top: -43px;
  left: 50% !important;
  text-transform: uppercase;
  z-index: 0;
  margin-left: -198px;
  color: #000;
}

.aobut_c_c .split_line.re_price_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
  margin: 25px auto 25px auto;
}

.aobut_c_c .split_line.re_price_split_line .posline {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-color: #d43532;
  margin-top: -2px;
}

.aobut_c_c .row_item_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.aobut_c_c .row_item_c .col_item_c {
  margin-top: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aobut_c_c .row_item_c .col_item_c {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .aobut_c_c .row_item_c .col_item_c {
    margin-top: 25px;
  }
}
.aobut_c_c .showbig_c {
  padding: 32px 30px 25px 30px;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}
.aobut_c_c .showbig_c.bgc {
  background-color: #0c5adb;
}
@media (max-width: 767px) {
  .aobut_c_c .showbig_c {
    padding: 25px 15px;
  }
}

.aobut_c_c .show_c {
  text-align: center;
  margin-bottom: 15px;
}

.aobut_c_c .show_c .show_text.re_slogic_show_text {
  margin-top: 10px;
  line-height: 25px;
  color: rgba(31, 17, 66, 0.7);
  font-size: 1.1rem;
  padding: 15px 0px 0px;
}
.aobut_c_c .show_c .show_text.re_slogic_show_text.retxt {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .aobut_c_c .show_c .show_text.re_slogic_show_text {
    margin-top: 0;
    padding: 0;
  }
}

.aobut_c_c .show_c .iconshow_c {
  width: 85px;
  height: 85px;
  line-height: 90px;
  background-color: #0c5adb;
  background: linear-gradient(45deg, #0c5adb, #0c5adb);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  margin: 0 auto;
  text-align: center;
}

.aobut_c_c .show_c .iconshow_c.re_iconshow_c {
  background-color: #fff;
  background: linear-gradient(45deg, #fff, #fff);
}

.aobut_c_c .show_c .iconfont {
  font-size: 3.5rem;
  color: #fff;
}
.aobut_c_c .show_c .iconfont.re_iconfont {
  color: #0c5adb;
}

.aobut_c_c .show_c h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 30px;
  color: rgba(31, 17, 66, 0.8);
  line-height: 20px;
}
.aobut_c_c .show_c h1.mainfont {
  color: #fff;
}
@media (max-width: 767px) {
  .aobut_c_c .show_c h1 {
    height: 35px;
    font-size: 2rem;
  }
}

/*发展历程*/
.company_times.times_list_c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .company_times.times_list_c {
    margin-top: 0;
  }
}

.company_times.times_list_c .times_container_list {
  margin-top: 0;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.company_times.times_list_c
  .times_container_list
  .container-fluid.re-container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.company_times.times_list_c .times_container_list .row_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.company_times.times_list_c .times_container_list .row_c .col_c {
  margin: 30px auto;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .company_times.times_list_c .times_container_list .row_c .col_c {
    margin: 6px auto 6px auto;
    padding: 0 0;
  }
}

.company_times.times_list_c .times_container_list .rewrite-swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.company_times.times_list_c .action_arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  top: 50%;
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.5s ease;
}

.company_times.times_list_c .action_arrow:hover {
  background-color: #0c5adb;
}

.company_times.times_list_c .action_arrow:hover .iconfont {
  color: #fff;
}

.company_times.times_list_c .action_arrow .iconfont {
  font-size: 1.5rem;
  color: rgba(31, 17, 66, 0.6);
}

.company_times.times_list_c .action_arrow.leftarrow {
  left: -5px;
  margin-left: 0;
  transition: left 0.5s ease;
}
@media (max-width: 767px) {
  .company_times.times_list_c .action_arrow.leftarrow {
    left: 3px;
    margin-left: 0;
  }
}

.company_times.times_list_c .action_arrow.rightarrow {
  right: -5px;
  margin-right: 0;
  transition: right 0.5s ease;
}

@media (max-width: 767px) {
  .company_times.times_list_c .action_arrow.rightarrow {
    right: 3px;
    margin-right: 0;
  }
}

.company_times.times_list_c:hover {
  overflow: visible;
}

.company_times.times_list_c:hover .action_arrow.leftarrow {
  left: 5px;
}

.company_times.times_list_c:hover .action_arrow.rightarrow {
  right: 5px;
}

@media (max-width: 767px) {
  .company_times.times_list_c:hover .action_arrow.leftarrow {
    left: 3px;
  }

  .company_times.times_list_c:hover .action_arrow.rightarrow {
    right: 3px;
  }
}
.company_times.times_list_c .itemc_content {
  padding: 25px 25px 25px 25px;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

@media (max-width: 767px) {
  .company_times.times_list_c .itemc_content {
    padding: 15px;
  }
}

.company_times.times_list_c .itemc_content .h1title.re_time_h1title {
  color: #d43532;
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .company_times.times_list_c .itemc_content .h1title.re_time_h1title {
    font-size: 2rem;
  }
}
.company_times.times_list_c
  .itemc_content
  .bodyh2title.re_time_bodyh2title
  sub {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(31, 17, 66, 0.7);
}

.company_times.times_list_c .itemc_content .article_text.re_article_text {
  text-align: center;
  line-height: 25px;
  margin-top: 10px;
}

/*公司资质*/
.certificate_c .gallery_list_c_page_1 {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .certificate_c .gallery_list_c_page_1 {
    margin-top: 10px;
  }
}

.certificate_c img {
  overflow: hidden;
  border-radius: 8px;
}
.certificate_c .article_text.titlec {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 20px;
}
.certificate_c .imgc {
  transition: transform 0.5s ease;
}
.certificate_c .imgc:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
