@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; */
}

/*banner_start*/
.swiper-container {
  width: 100%;
  height: 100%;
  /*  margin-top: 65px; */
  /* padding-left: 240px;
  padding-right: 240px; */
}

@media (max-width: 767px) {
  .swiper-container {
    /* padding-left: 15px;
    padding-right: 15px; */
    /* margin-top: 55px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container {
    /* padding-left: 175px;
    padding-right: 175px; */
    /* margin-top: 55px; */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-container {
    /* padding-left: 175px;
    padding-right: 175px; */
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .swiper-container {
    /* padding-left: 195px;
    padding-right: 195px; */
  }
}

@media (min-width: 1281px) and (max-width: 1290px) {
  .swiper-container {
    /*  padding-left: 205px;
    padding-right: 205px; */
  }
}

@media (min-width: 1291px) and (max-width: 1360px) {
  .swiper-container {
    /* padding-left: 215px;
    padding-right: 215px; */
  }
}

.swiper-container.indexbanner {
  position: relative;
  /* border-radius: 6px; */
}

/* .swiper-container.indexbanner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
} */

/* .particles_js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 155;
  border: 1px solid #ff0000;
} */

.swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .page_bannner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.swiper-container .page_bannner .particles_js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.swiper-slide .page_bannner .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 17, 66, 0.5);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(31, 17, 66, 0) 100%
  );
  z-index: 8;
}

.swiper-slide .page_bannner .overlayer .main_text_c {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.swiper-slide .page_bannner .overlayer .main_text_c .sub_text_c {
  padding: 0 15px;
}
.swiper-slide .page_bannner .overlayer .main_text_c .showtxt {
  margin-bottom: 10px;
}

.swiper-slide
  .page_bannner
  .overlayer
  .main_text_c
  .showtxt
  .h1title.re_banner_h1title {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(88, 88, 88, 0.95);
  margin: 0 auto 15px auto;
}

.swiper-slide
  .page_bannner
  .overlayer
  .main_text_c
  .showtxt
  .h2title.re_banner_h2title {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(88, 88, 88, 0.95);
  margin: 0 auto 15px auto;
}

.swiper-slide
  .page_bannner
  .overlayer
  .main_text_c
  .showtxt
  .h3title.re_banner_h3title {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(88, 88, 88, 0.95);
  margin: 15px auto 0 auto;
  line-height: 22px;
}

.swiper-slide .page_bannner .overlayer .main_text_c .btnc {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .swiper-slide .page_bannner .overlayer .main_text_c .btnc {
    margin-top: 18px;
  }
}

.swiper-slide
  .page_bannner
  .overlayer
  .main_text_c
  .btnc
  .custom-btn.re-banner-custom-btn {
  border-radius: 5px;
}

.swiper-slide
  .page_bannner
  .overlayer
  .main_text_c
  .btnc
  .custom-btn.re-banner-custom-btn:hover {
  background-color: #fff;
}

.swiper-button-prev.prev-next-btn,
.swiper-button-next.prev-next-btn {
  width: 68px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s ease;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.prev-next-btn .iconfont {
  color: rgba(255, 255, 255, 0.65);
  font-size: 2rem;
  transition: color 0.5s ease;
}
.prev-next-btn:hover .iconfont {
  color: rgba(31, 17, 66, 0.8);
}
.prev-next-btn:hover {
  background-color: rgba(255, 255, 255, 1);
}

.prev-next-btn.swiper-button-prev-custom {
  left: 0;
  transition: left 0.5s ease-in-out;
  background-image: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.prev-next-btn.swiper-button-next-custom {
  right: 0;
  transition: right 0.5s ease-in-out;
  background-image: none;
}

/*自定义首页Banner分页器的样式*/
.swiper-pagination-custom {
  bottom: 35px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .swiper-pagination-custom {
    bottom: 12px;
  }
}

.swiper-pagination-custom-list {
  width: 12px;
  height: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.swiper-pagination-customs-active {
  background-color: #3a3a3a;
  width: 25px;
}

.swiper-pagination-container {
  width: 100%;
}

/*鼠标样式*/
.mouse_icon_container {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fadeInUp.delaytimes {
  animation-delay: 0.65s;
}

.mouse_icon_container .mouse_icon {
  width: 25px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mouse_icon_container .mouse_icon .hlinec {
  width: 2px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 25px;
}

.mouse_icon_container .mouse_icon .fadeOutDown.repeat_run {
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

/*主标题描述*/
.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;
  }
}

/*关于我们*/
.aboutc .row_c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aboutc .row_c img {
  border-radius: 5px;
  margin-right: 35px;
}
.aboutc .textshow {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .aboutc .textshow {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutc .textshow {
    margin-left: 0;
  }
}
.aboutc .textshow .h3title.re_about_h3title {
  color: #d71700;
  text-transform: uppercase;
  font-weight: 700;
  /* margin-top: 20px; */
}

@media (max-width: 767px) {
  .aboutc .textshow .h3title.re_about_h3title {
    margin-top: 10px;
    text-align: center;
    border: 1px solid rgba(31, 17, 66, 0.12);
    padding: 12px;
    border-radius: 5px;
  }
}

.aboutc .textshow .h2title.re_about_h2title {
  margin-top: 15px;
  font-weight: 800;
  color: rgba(31, 17, 66, 0.8);
}

@media (max-width: 767px) {
  .aboutc .textshow .h2title.re_about_h2title {
    margin-top: 10px;
    text-align: center;
    border: 1px solid rgba(31, 17, 66, 0.12);
    padding: 12px;
    border-radius: 5px;
  }
}

.aboutc .textshow .h2title.re_about_h2title span {
  color: #d71700;
}

.aboutc .textshow .show_text.textarea {
  color: rgba(31, 17, 66, 0.6);
  margin-top: 15px;
  text-indent: 2rem;
}

@media (max-width: 767px) {
  .aboutc .textshow .show_text.textarea {
    margin-top: 10px;
  }
}
.aboutc .textshow .about_more_btnc {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .aboutc .textshow .about_more_btnc {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .aboutc .textshow .about_more_btnc .re-about-custom-btn {
    width: 100%;
  }
}

/*标语项目*/
.sloginc .row_item_c {
  display: flex;
  flex-wrap: wrap;
}
.sloginc .row_item_c .col_item_c {
  margin-top: 25px;
}

.sloginc .showbig_c {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.025);
  padding: 32px 15px 25px 15px;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

@media (max-width: 767px) {
  .sloginc .showbig_c {
    padding: 25px 15px;
  }
}

.sloginc .showbig_c:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.sloginc .showbig_c:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.sloginc .show_c {
  text-align: center;
  margin-bottom: 15px;
}

.sloginc .show_c .show_text.re_slogic_show_text {
  margin-top: 15px;
  line-height: 25px;
  color: rgba(31, 17, 66, 0.6);
  padding: 0 25px;
}

@media (max-width: 767px) {
  .sloginc .show_c .show_text.re_slogic_show_text {
    margin-top: 0;
    padding: 0;
  }
}

.sloginc .show_c .iconshow_c {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ff582c;
  background: linear-gradient(45deg, #ff582c, #d71700);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  margin: 0 auto;
  text-align: center;
}

.sloginc .show_c .iconfont {
  font-size: 2.3rem;
  color: #fff;
}

.sloginc .show_c h1 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
  color: rgba(31, 17, 66, 0.8);
  line-height: 20px;
}

@media (max-width: 767px) {
  .sloginc .show_c h1 {
    height: 35px;
    font-size: 1.1rem;
  }
}

/*产品*/
.goods_bg {
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #f0f6ff);
  padding: 65px 0 65px 0;
}

@media (max-width: 767px) {
  .goods_bg {
    padding: 35px 0 35px 0;
  }
}

.goods .sulc_c_list {
  margin-top: 15px;
}
.goods .sulc_c {
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease;
  -o-transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.goods .sulc_c:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 0px 0 0 rgba(17, 58, 93, 0.15);
}

.goods .sulc_c .sulc_c_content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 62%;
}

.goods .sulc_c .sulc_c_content .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px 18px 25px;
  background: linear-gradient(to top, #3c5063 0%, rgba(99, 123, 148, 0.2) 25%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .goods .sulc_c .sulc_c_content .overlayer {
    padding: 10px 10px 10px 10px;
  }
}

.goods .sulc_c .sulc_c_content .overlayer .h1text {
  font-size: 0;
}

.goods .sulc_c .sulc_c_content .overlayer .h1text a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
  cursor: default;
}

.goods .sulc_c .sulc_c_content .overlayer .h1text a:hover {
  color: rgba(255, 255, 255, 1);
  cursor: default;
}

.goods .sulc_c .sulc_c_content .plus_c_c {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  /* background-color: rgba(0, 146, 255, 0.7); */
  z-index: 2;
  -moz-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  -o-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
  transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    top 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c {
  opacity: 1;
  visibility: visible;
  top: 50%;
  margin-top: -37px;
}

.goods .sulc_c .sulc_c_content .plus_c_c .iconfont {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c .iconfont {
  opacity: 1;
  visibility: visible;
  color: #ffbc00;
  transition: color 0.5s ease;
}

.goods .sulc_c:hover .plus_c_c .iconfont:hover {
  color: rgba(255, 255, 255, 0.5);
}

.goods .goods_more_btnc {
  margin-top: 25px;
  text-align: center;
}
.goods .goods_more_btnc .re-goods-custom-btn {
  width: 100%;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .goods .goods_more_btnc {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
}

/*合作伙伴*/
.patnerc_bg {
  position: relative;
  padding: 65px 0 70px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../images/middle_bg.jpg);
  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);
  overflow: hidden;
  /* opacity: 0.1;
  background-color: #091D3E; */
}

@media (max-width: 767px) {
  .patnerc_bg {
    padding: 45px 0 45px 0;
  }
}

.patnerc_bg .h2title.re_partner_h2title {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.patnerc_bg .split_line.re_partner_split_line {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}

.patnerc_bg .split_line.re_partner_split_line .posline {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background-color: #d6000f;
  margin-top: -2px;
}

.patnerc_bg .show_text.re_show_txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}

.partner_counter {
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .partner_counter {
    margin-top: 0;
    padding: 0 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .partner_counter {
    margin-top: 0;
    padding: 80px 15px;
  }
}

.partner_counter .li_coounter {
  margin: 20px auto 20px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .partner_counter .li_coounter {
    margin: 15px auto 10px auto;
  }
}
@media (max-width: 767px) {
  .partner_counter .li_coounter.noneline {
    border-right: 0 solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .partner_counter .li_coounter.noneline {
    border-right: 0 solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .partner_counter .li_coounter.haveline {
    border-right: 1 solid rgba(255, 255, 255, 0.18);
  }
}

.partner_counter .li_coounter sub {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .partner_counter .li_coounter sub {
    font-size: 0.875rem;
  }
}

.partner_counter .li_coounter:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.partner_counter .li_coounter span {
  font-size: 2.5rem;
  margin-top: 8px;
  font-weight: 800;
  color: #f60;
}

@media (max-width: 767px) {
  .partner_counter .li_coounter span {
    font-size: 25px;
  }
}

.partner_counter .li_coounter span.subfont {
  font-size: 1rem;
  display: block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .partner_counter .li_coounter span.subfont {
    font-size: 1rem;
    font-weight: normal;
  }
}

.patnerc_bg .plogoc {
  text-align: center;
  transition: transform 0.5s ease;
  margin: 20px auto 0 auto;
}
.patnerc_bg .plogoc .piclogoc {
  overflow: hidden;
  border-radius: 5px;
}

/*新闻*/
.newsc .newslist {
  display: flex;
  flex-wrap: wrap;
}
.newsc .newslist .col_news_c {
  margin-top: 25px;
}
.newsc .newslist dl {
  margin: 0 auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.newsc .newslist dl:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 0px 5px 1px rgba(17, 58, 93, 0.12);
}

.newsc .newslist dl dt {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.newsc .newslist dl dt .timec {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: rgba(1, 145, 236, 1);
  padding: 5px 15px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  font-weight: normal;
  font-size: 0.875rem;
}

.newsc .newslist dl dt a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #3c5063 0%, rgba(99, 123, 148, 0.2) 25%);
  z-index: 1;
}

.newsc .newslist dd {
  padding: 0 30px 25px 30px;
}

@media (max-width: 767px) {
  .newsc .newslist dd {
    padding: 0px 20px 20px 20px;
  }
}

.newsc .newslist dd .newstitle {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(31, 17, 66, 0.08);
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newsc .newslist dd .newstitle a.newslinks {
  letter-spacing: 0.1em;
  color: rgba(31, 17, 66, 0.85);
  font-size: 1rem;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.newsc .newslist dd .newstitle a.newslinks:hover {
  color: #ff9933;
}

.newsc .newslist dd .re_show_text {
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: rgba(31, 17, 66, 0.6);
}

.newsc .goods_news_btnc {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .newsc .goods_news_btnc {
    margin-top: 10px;
  }
}
.newsc .goods_news_btnc .custom-btn.re-news-custom-btn {
  width: 100%;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .newsc .goods_news_btnc .custom-btn.re-news-custom-btn {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
}
