@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.goodsbg {
  background-image: url(../images/casesbg.jpg);
}

/*主标题描述*/
.main_title .h2title.re_partner_h2title {
  text-align: center;
  color: rgba(31, 17, 66, 0.8);
  font-weight: 800;
}

.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;
}

.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 .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) {
  .main_title .show_text.re_show_txt {
    width: auto;
    margin-bottom: 10px;
  }
}

.claselistc .sulc_c_list {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .claselistc .sulc_c_list {
    margin-top: 8px;
  }
}

.claselistc .items_lit_c {
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  background-color: rgba(255, 255, 255, 1);
  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;
}

.claselistc .items_lit_c .cpic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 68%;
}

.claselistc .items_lit_c .cpic img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.8;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.35s, transform 0.5s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.claselistc .items_lit_c .cpic .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(81, 98, 116, 0.8) 0%,
    rgba(99, 123, 148, 0.2) 25%
  );
  padding: 15px 15px 25px 25px;
  display: flex;
  align-items: flex-end;
  transition: background 0.5s ease;
}

@media (max-width: 767px) {
  .claselistc .items_lit_c .cpic .overlayer {
    padding: 15px 15px 20px 15px;
  }
}

.claselistc .items_lit_c .cpic .overlayer:hover {
  background: linear-gradient(
    to top,
    rgba(81, 98, 116, 0.8) 0%,
    rgba(99, 123, 148, 0.5) 25%
  );
}

.claselistc .items_lit_c .cpic .overlayer .subcc {
  overflow: hidden;
}

.claselistc .items_lit_c .cpic .overlayer .subcc .h1text {
  color: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .claselistc .items_lit_c .cpic .overlayer .subcc .h1text {
    font-size: 1.2rem;
  }
}

.claselistc .items_lit_c .cpic .overlayer .subcc .h1text a.newsmaintitle {
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
  .claselistc .items_lit_c .cpic .overlayer .subcc .h1text a.newsmaintitle {
    font-size: 1.2rem;
  }
}

.claselistc .items_lit_c .cpic .overlayer .subcc .h1text a.newsmaintitle:hover {
  color: rgba(255, 255, 255, 1);
}

.claselistc .items_lit_c .cpic .overlayer .subcc .splitline {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.55);
  width: 100%;
  margin: 10px auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s ease-out 0.3s;
  transition: transform 0.35s ease-out 0.3s;
}

.claselistc .items_lit_c .cpic .overlayer .subcc .descs_text {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  font-size: 1rem;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.35s ease 0.05s,
    -webkit-transform 0.35s ease 0.05s;
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
.claselistc
  .items_lit_c
  .cpic
  .overlayer
  .subcc
  .descs_text
  .show_text.re_cases_show_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.claselistc .items_lit_c:hover {
  /* -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); */
  box-shadow: 0px 8px 20px rgba(93, 118, 139, 0.15);
}

.claselistc .items_lit_c:hover .cpic img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.claselistc .items_lit_c:hover .cpic .overlayer .h1text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.claselistc .items_lit_c:hover .cpic .overlayer .splitline {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.claselistc .items_lit_c:hover .cpic .overlayer .descs_text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
