@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.goods_bg {
  background-image: url(../images/choice_bg.jpg);
}

/*主标题描述*/
.main_title .h2title.re_partner_h2title {
  text-align: center;
  color: rgba(31, 17, 66, 0.75);
  font-weight: 800;
  margin-bottom: 30px;
}

.main_title .h2title.re_partner_h2title.re_pos_left {
  text-align: left;
}

.main_title .split_line.re_partner_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
  margin-bottom: 15px;
}

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

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

.main_title .split_line.re_partner_split_line .posline.re_position_left {
  text-align: left;
  left: 0%;
  margin-left: 0;
}

.main_title .show_text.re_show_txt {
  text-align: left;
  color: rgba(31, 17, 66, 0.6);
  margin: 0 auto;
}

.main_title .show_text.re_show_txt.top_main_title {
  text-align: center;
}

@media (max-width: 767px) {
  .public_margin_top.re___public_margin_top {
    margin-top: 40px;
  }
  .main_title .show_text.re_show_txt {
    width: auto;
    margin-bottom: 10px;
  }
}

.newscd .h3title.re_newds_h3title {
  text-align: center;
  color: rgba(31, 17, 66, 0.75);
  font-weight: 800;
  line-height: 30px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .newscd .h3title.re_newds_h3title {
    line-height: 35px;
  }
}

.newscd .date_txt {
  padding: 15px 0;
  text-align: center;
  font-size: 0.1.1;
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 767px) {
  .newscd .date_txt {
    padding: 0 0;
  }
}

.newscd .atricelshow {
  margin-top: 15px;
}

.newscd .productimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .newscd .productimg {
    margin-bottom: 15px;
  }
}

.newscd .productimg img {
  border-radius: 8px;
  box-shadow: -1px 0px 20px 0px rgba(77, 93, 116, 0.2);
}

/* .newscd .atricelshow .atricelshowtext {
  text-align: left;
  color: rgba(31, 17, 66, 0.6);
  line-height: 32px;
}
 */
.newscd .atricelshow .article_text.re_news_show_txt {
  color: rgba(31, 17, 66, 0.7);
  width: 100%;
  margin: 0 auto;
  text-indent: 2rem;
}

@media (max-width: 767px) {
  .newscd .atricelshow .atricelshowtext {
    font-size: 0.875rem;
    line-height: 25px;
  }
}

.newscd .atricelshow .atricelshowtext img {
  display: block;
  max-width: 100%;
  height: auto;
}

.newscd .prenext {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .newscd .prenext {
    margin-top: 15px;
  }
}
.newscd .prenext .aleft {
  text-align: left;
  display: flex;
}

.newscd .prenext .aright {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .newscd .prenext .aleft {
    text-align: center;
  }

  .newscd .prenext .aright {
    text-align: center;
  }
}

.newscd .prenext .list-more {
  margin: 10px 0;
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
  border: 1px solid #d43532;
  display: block;
  line-height: 28px;
  color: rgba(31, 17, 66, 0.7);
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .newscd .prenext .list-more {
    text-align: left;
    width: 100%;
  }
}

.newscd .prenext .list-more:hover {
  color: #fff;
  /*background-color:#d43532;*/
}

.newscd .prenext .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newscd .prenext .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d43532;
  /*  border-radius: 5px; */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.newscd .prenext .hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.newscd .prenext .hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.newscd .returnbtn {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .newscd .returnbtn {
    margin-top: 15px;
  }
}

.newscd .returnbtn .iconfont {
  font-size: 4rem;
  color: #d43532;
  transition: color 0.5s ease;
}

.newscd .returnbtn .iconfont:hover {
  color: #757575;
}
.newsrel .newslist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .newsrel .newslist {
    margin-bottom: 0;
  }
}

.newsrel .newslist .col_news_c {
  margin-top: 10px;
  margin-bottom: 15px;
}
.newsrel .newslist dl {
  margin: 0 auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background-color: #f0f6ff;

  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.newsrel .newslist dl:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.newsrel .newslist dl dt {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66%;
}

.newsrel .newslist dl dt .timec {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(212, 53, 50, 0.9);
  padding: 8px 15px;
  color: rgba(255, 255, 255, 1);
  border-radius: 0 0 25px;
  font-weight: normal;
  /* font-weight: 800; */
  font-size: 1.1rem;
}

.newsrel .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;
}

.newsrel .newslist dd {
  padding: 0 30px 10px 30px;
}

@media (max-width: 767px) {
  .newsrel .newslist dd {
    padding: 0px 20px 10px 20px;
  }
}

.newsrel .newslist dd .newstitle {
  padding: 20px 0 0 0;
  /* border-bottom: 1px solid rgba(31, 17, 66, 0.08); */
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.newsrel .newslist dd .newstitle a.newslinks {
  letter-spacing: 0.1em;
  color: rgba(31, 17, 66, 0.75);
  font-size: 1.1rem;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.newsrel .newslist dd .newstitle a.newslinks:hover {
  color: #d43532;
}

.newsrel .newslist dd .article_text.re_news_show_txt {
  color: rgba(31, 17, 66, 0.7);
  width: 100%;
  margin: 0 auto;
}
