@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f0f6ff;
  /* letter-spacing: 0.03em; */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.inner_page_banner.aboutbg {
  background-image: url(../images/about_inner_bg.jpg);
}

/*主标题描述*/
.main_title .h2title.re_partner_h2title {
  text-align: center;
  color: rgba(31, 17, 66, 0.8);
  font-weight: 800;
}

.main_title .split_line.re_partner_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
}

.main_title .split_line.re_partner_split_line .posline {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background-color: #d6000f;
  margin-top: -2px;
}

.main_title .show_text.re_show_txt {
  text-align: center;
  color: rgba(31, 17, 66, 0.6);
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main_title .show_text.re_show_txt {
    width: auto;
    margin-bottom: 10px;
  }
}

.aobut_c .imgc {
  margin-bottom: 30px;
  float: left;
  margin-right: 50px;
  width: 50%;
  border-radius: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .aobut_c .imgc {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .aobut_c .imgc {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.aobut_c .textsow .h3title.re_about_h3title {
  color: #d71700;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .aobut_c .textsow .h3title.re_about_h3title {
    text-align: center;
  }
}
.aobut_c .textsow .h2title.re_about_h2title {
  font-weight: 800;
  margin-top: 25px;
  color: rgba(31, 17, 66, 0.8);
}

@media (max-width: 767px) {
  .aobut_c .textsow .h2title.re_about_h2title {
    margin-top: 10px;
    text-align: center;
  }
}

.aobut_c .textsow .h2title.re_about_h2title span {
  color: #d71700;
}

.aobut_c .textsow .textarea {
  color: rgba(31, 17, 66, 0.6);
  margin-top: 25px;
}

@media (max-width: 767px) {
  .aobut_c .textsow .textarea {
    margin-top: 20px;
  }
}

.aobut_c .textsow .textarea img {
  max-width: 100%;
  display: block;
  height: auto;
}

.aobut_c .textsow .textarea p {
  text-indent: 2rem;
}

/*发展历程*/
.company_times.times_list_c {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.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: flex;
  height: 100%;
}

.company_times.times_list_c .times_container_list .row_c {
  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: 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: #d71700;
}

.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 {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.025);
  padding: 12px 25px 25px 25px;
  background-color: #fff;
  border-radius: 5px;
  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_times_h1title {
  color: #d71700;
  text-align: center;
  font-weight: 800;
}

.company_times.times_list_c .itemc_content .h1title.re_times_h1title sub {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(31, 17, 66, 0.7);
}

.company_times.times_list_c .itemc_content .show_text.re_times_show_text {
  color: rgba(31, 17, 66, 0.6);
  text-align: center;
  line-height: 23px;
  margin-top: 5px;
}

.map_container_c {
  margin-top: 25px;
  height: 500px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

@media (max-width: 767px) {
  .map_container_c {
    margin-top: 25px;
    height: 400px;
  }
}

.map_container_c:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .map_container_c {
    margin-top: 8px;
  }
}

.contactinfo {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .contactinfo {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.contactc {
  margin-top: 20px;
  color: rgba(31, 17, 66, 0.6);
}

.contactc .iconfont {
  font-size: 1.1rem;
  color: rgba(31, 17, 66, 0.6);
}
