@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);
}

.cases_c {
  margin-bottom: 75px;
}

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

.cases_c .visi_list_c {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cases_c .visi_list_c li {
  text-align: center;
  margin: 5px 20px;
}

@media (max-width: 767px) {
  .cases_c .visi_list_c li {
    width: auto;
    margin: 5px 10px;
  }
}

.cases_c .visi_list_c li a {
  color: rgba(31, 17, 66, 0.7);
  transition: color 0.5s ease;
  font-size: 1.1rem;
}

.cases_c .visi_list_c li a.currentlinkcolor {
  color: #d43532;
}

.cases_c .visi_list_c li a:hover {
  color: #d43532;
}

.sulc_c_list .sulc_c {
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
  border-radius: 8px;
  -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;
}

@media (max-width: 767px) {
  .sulc_c_list .sulc_c {
    margin-bottom: 20px;
  }
}

.sulc_c_list .sulc_c: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);
}

.sulc_c_list .sulc_c .sulc_c_content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66%;
}

.sulc_c_list .sulc_c .sulc_c_content .overlayer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #2d2d2d 0%, rgba(99, 123, 148, 0) 50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  transition: bottom 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
}

@media (max-width: 767px) {
  .sulc_c_list .sulc_c .sulc_c_content .overlayer {
    padding: 10px 10px 10px 10px;
  }
}

.sulc_c_list .sulc_c .sulc_c_content .overlayer .h1text {
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 15px 20px 20px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .sulc_c_list .sulc_c .sulc_c_content .overlayer .h1text {
    padding: 15px 20px 10px 20px;
  }
}

.sulc_c_list .sulc_c .sulc_c_content .overlayer:hover .h1text {
  color: #f60;
}

.sulc_c_list .sulc_c .sulc_c_content .overlayer .h1text a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  padding: 15px 15px 15px 15px;
  transition: color 0.5s ease;
}

.sulc_c_list .sulc_c .sulc_c_content .overlayer .h1text a:hover {
  color: #f60;
}
.sulc_c_list .sulc_c .sulc_c_content:hover .overlayer {
  bottom: -100%;
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-wrap: nowrap;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 53, 50, 0.75);
  transition: top 0.5s ease;
  border-radius: 8px;
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer .desc_con {
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
.sulc_c_list
  .sulc_c
  .sulc_c_content
  .desc_layer
  .bodyh3title.re_cases_bodyh3title {
  font-weight: normal;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sulc_c_list .sulc_c .sulc_c_content .desc_layer a.buslink {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .sulc_c_list .sulc_c .sulc_c_content .desc_layer a.buslink {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sulc_c_list .sulc_c .sulc_c_content .desc_layer a.buslink {
    font-size: 1.5rem;
  }
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer a.buslink:hover {
  color: #ccc;
}
.sulc_c_list
  .sulc_c
  .sulc_c_content
  .desc_layer
  .split_line.re_desc_split_line {
  background-color: rgba(255, 255, 255, 0.3);
  width: 70%;
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer .flagc {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer .flagc span {
  margin: 0 5px;
}
.sulc_c_list .sulc_c .sulc_c_content .desc_layer .flagc .iconfont {
  margin-right: 2px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.sulc_c_list .sulc_c .sulc_c_content:hover .desc_layer {
  top: 0;
}
