@charset "utf-8";
model-viewer {
  width: 100%;
  height: 100%;
}
.font40 {
  font-size: 0.4rem;
}
.public-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  min-width: 1.8rem;
  height: 0.6rem;
  color: #fff;
  background-color: #1e307e;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-btn1 {
    height: 0.8rem;
  }
}
.c-crumbs .crumbs {
  position: relative;
  color: #999;
}
.c-crumbs .crumbs i {
  color: #999;
}
.c-crumbs .crumbs a {
  color: #999;
  transition: all 0.3s;
}
.c-crumbs .crumbs a:hover {
  color: #1e307e !important;
}
.c-crumbs .crumbs li:last-child {
  color: #333;
}
.c-crumbs .crumbs li:last-child a {
  color: #333;
}
.c-product-info-1 {
  padding: 0.2rem 0 1rem;
}
.c-product-info-1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0.3rem;
}
.c-product-info-1 .container .c-left {
  width: 38%;
}
@media (max-width: 1260px) {
  .c-product-info-1 .container .c-left {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .c-product-info-1 .container .c-left {
    width: 100%;
  }
}
.c-product-info-1 .container .c-left .c-product-info-1-banner1 {
  border: 1px solid #ddd;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner1 .swiper-slide {
  position: relative;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner1 .swiper-slide .public-img::before {
  padding-top: 86%;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner1 .swiper-slide .model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner2 {
  margin-top: 20px;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner2 .swiper-slide {
  position: relative;
  opacity: 0.2;
  transition: all 0.3s;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner2 .swiper-slide .public-img {
  border: 1px solid #333333;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner2 .swiper-slide .public-img::before {
  padding-top: 86%;
}
.c-product-info-1 .container .c-left .c-product-info-1-banner2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.c-product-info-1 .container .c-right {
  padding: 0.6rem 0.7rem 0 0;
  width: 49%;
}
@media (max-width: 991px) {
  .c-product-info-1 .container .c-right {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-product-info-1 .container .c-right {
    padding: 0.6rem 0 0;
    width: 100%;
  }
}
.c-product-info-1 .container .c-right .c-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.c-product-info-1 .container .c-right .c-text {
  color: #666;
  line-height: 2;
  padding-right: 1.8rem;
}
.c-product-info-1 .container .c-right .c-title2 {
  border-top: 1px solid #ddd;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  color: #1e307e;
  line-height: 2;
  font-weight: bold;
}
.c-product-info-1 .container .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.5rem;
  line-height: 1.5;
}
.c-product-info-1 .container .c-right .c-list li {
  padding: 0.05rem 0.1rem;
  width: 50%;
}
.c-product-info-1 .container .c-right .c-list li:nth-child(2n) {
  padding-left: 0.5rem;
}
.c-product-info-2 {
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}
.c-product-info-2 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-product-info-2 .container .c-left {
  position: sticky;
  position: -webkit-sticky;
  top: 2rem;
  width: 370px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .c-product-info-2 .container .c-left {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .c-product-info-2 .container .c-left {
    display: none;
  }
}
.c-product-info-2 .container .c-left .c-list {
  border-left: 2px solid #ddd;
}
.c-product-info-2 .container .c-left .c-list li {
  padding: 2px 0.2rem;
  line-height: 2;
  border-left: 2px solid transparent;
  transition: all 0.3s;
  margin: 0 0 0.2rem -2px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-product-info-2 .container .c-left .c-list li:last-child {
  margin-bottom: 0;
}
.c-product-info-2 .container .c-left .c-list li.on {
  border-color: #db241c;
  color: #db241c;
}
.c-product-info-2 .container .c-right {
  width: 100%;
  padding: 0.3rem;
  background-color: #fff;
}
.c-product-info-2 .container .c-right .c-main-title {
  line-height: 1;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.c-product-info-2 .container .c-right .c-main-title p {
  padding-left: 0.15rem;
  border-left: 2px solid #db241c;
}
.c-product-info-2 .container .c-right .c-list > li {
  margin-bottom: 0.5rem;
}
.c-product-info-2 .container .c-right .c-list > li:last-child {
  margin-bottom: 0;
}
.c-product-info-2 .container .c-right .c-jsgg {
  padding-top: 0.2rem;
}
.c-product-info-2 .container .c-right .c-jsgg table {
  width: 100%;
}
.c-product-info-2 .container .c-right .c-jsgg table tr {
  background-color: #fff;
}
.c-product-info-2 .container .c-right .c-jsgg table tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.c-product-info-2 .container .c-right .c-jsgg table tr td {
  width: 50%;
  padding: 0.2rem 0.3rem;
}
.c-product-info-2 .container .c-right .c-jsgg img {
  max-width: 100%;
  height: auto !important;
}
.c-product-info-2 .container .c-right .c-yycj ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  padding: 0.4rem 0 0.2rem;
}
.c-product-info-2 .container .c-right .c-yycj ul li {
  padding: 0 0.2rem 0.4rem;
  width: 25%;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-yycj ul li {
    width: 50%;
  }
}
.c-product-info-2 .container .c-right .c-yycj ul li .public-img {
  border-radius: 50%;
  background-color: #000;
}
.c-product-info-2 .container .c-right .c-yycj ul li .public-img img {
  opacity: 0.5;
}
.c-product-info-2 .container .c-right .c-yycj ul li .public-img .c-text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0.3rem;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-yycj ul li .public-img .c-text {
    font-size: 0.3rem;
  }
}
.c-product-info-2 .container .c-right .c-yycj ul li:nth-child(n+5) {
  display: none;
}
.c-product-info-2 .container .c-right .c-yycj .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #f7f7f7;
  color: #db241c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-product-info-2 .container .c-right .c-yycj .c-more span:nth-child(2) {
  display: none;
}
.c-product-info-2 .container .c-right .c-yycj .c-more img,
.c-product-info-2 .container .c-right .c-yycj .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.c-product-info-2 .container .c-right .c-yycj .c-more svg path{
	fill: #db241c;
}
.c-product-info-2 .container .c-right .c-yycj.on li {
  display: block !important;
}
.c-product-info-2 .container .c-right .c-yycj.on .c-more span:nth-child(1) {
  display: none;
}
.c-product-info-2 .container .c-right .c-yycj.on .c-more span:nth-child(2) {
  display: block;
}
.c-product-info-2 .container .c-right .c-zdymk {
  padding-top: 0.35rem;
  line-height: 1.9;
}
.c-product-info-2 .container .c-right .c-zdymk img {
  max-width: 100%;
  height: auto !important;
}
.c-product-info-2 .container .c-right .c-jjfa {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  background-color: #f5f5f5;
}
.c-product-info-2 .container .c-right .c-jjfa .public-img {
  width: 57.9%;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-jjfa .public-img {
    width: 100%;
  }
}
.c-product-info-2 .container .c-right .c-jjfa .public-img::before {
  padding-top: 54.54%;
}
.c-product-info-2 .container .c-right .c-jjfa .c-text-box {
  padding: 0.5rem;
  width: 42.1%;
  color: #666;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-jjfa .c-text-box {
    width: 100%;
  }
}
.c-product-info-2 .container .c-right .c-jjfa .c-text-box .c-title {
  color: #333;
}
.c-product-info-2 .container .c-right .c-jjfa .c-text-box .c-text {
  margin: 0.2rem 0 0.4rem;
  color: #666;
}
.c-product-info-2 .container .c-right .c-jjfa .c-text-box .c-text p {
  color: inherit;
}
.c-product-info-2 .container .c-right .c-jjfa .c-more {
  transition: all 0.3s;
}
.c-product-info-2 .container .c-right .c-jjfa .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.c-product-info-2 .container .c-right .c-jjfa .c-more svg path{
	fill: #db241c;
}
.c-product-info-2 .container .c-right .c-jjfa .c-more:hover {
  color: #db241c;
}
.c-product-info-2 .container .c-right .c-jjfa:hover .public-img img {
  transform: scale(1.1);
}
.c-product-info-2 .container .c-right .c-jjfa:hover .c-more {
  color: #db241c;
}
.c-product-info-2 .container .c-right .c-altj {
  padding-top: 0.4rem;
}
.c-product-info-2 .container .c-right .c-altj ul {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.c-product-info-2 .container .c-right .c-altj ul li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-altj ul li {
    width: 100%;
  }
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap {
  position: relative;
  width: 100%;
  padding: 0.9rem 0.5rem 0.6rem;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #db241c;
  transition: all 0.3s;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-city {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-city img,
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-city svg {
  margin-right: 0.1rem;
  width: 24px;
  height: 24px;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-city svg path{
	fill: #db241c;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-city::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: -1;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../fonts/dh.svg) no-repeat center / 100%;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-title {
  margin: 0.35rem 0;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-more {
  transition: all 0.3s;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap .c-more svg path{
	fill: #db241c;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap:hover::before {
  width: 100%;
  left: 0;
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap:hover .c-city::before {
  background-image: url(../fonts/dh2.svg);
}
.c-product-info-2 .container .c-right .c-altj ul li .c-wrap:hover .c-more {
  color: #db241c;
}
.c-product-info-2 .container .c-right .c-cptj {
  padding-top: 0.4rem;
}
.c-product-info-2 .container .c-right .c-cptj ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-product-info-2 .container .c-right .c-cptj ul li {
  padding: 0 0.15rem 0.3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-cptj ul li {
    width: 100%;
  }
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap {
  display: flex;
  align-items: center;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .public-img {
  flex-shrink: 0;
  width: 180px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .public-img {
    width: 40%;
  }
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .public-img::before {
  padding-top: 86%;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .public-img img {
  object-fit: contain;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .c-text-box {
  padding-left: 0.3rem;
  width: 100%;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .c-text-box .c-title {
  margin-bottom: 0.1rem;
  font-weight: bold;
  transition: all 0.3s;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap .c-text-box .c-text {
  height: 52px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-product-info-2 .container .c-right .c-cptj ul li .c-wrap:hover .c-text-box .c-title {
  color: #db241c;
}
.c-product-info-3 {
  padding: 0.6rem 0;
  background-color: #fff;
}
.c-product-info-3 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-product-info-3 .container {
    flex-wrap: wrap;
  }
}
.c-product-info-3 .container .c-title {
  
  color: #1e307e;
}
@media (max-width: 767px) {
  .c-product-info-3 .container .c-title {
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: center;
  }
}
.c-product-info-3 .container .c-title span {
  -webkit-text-stroke: 1px #1e307e;
  color: transparent;
}
.c-product-info-3 .container .public-btn1 {
  margin-left: 0.1rem;
}
.c-case-list1 {
  padding: 1rem 0 1.4rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.c-case-list1 .container {
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .c-case-list1 .container {
    padding: 0;
  }
}
.c-case-list1 .c-case-list1-banner {
  padding: 0 180px;
  overflow: visible;
}
@media (max-width: 1260px) {
  .c-case-list1 .c-case-list1-banner {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .c-case-list1 .c-case-list1-banner {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-case-list1 .c-case-list1-banner {
    padding: 0 0.4rem;
  }
}
.c-case-list1 .c-case-list1-banner .swiper-button-next,
.c-case-list1 .c-case-list1-banner .swiper-button-prev {
  margin-top: -30px;
  width: 60px;
  height: 60px;
  opacity: 0.2;
  background: transparent;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .c-case-list1 .c-case-list1-banner .swiper-button-next,
  .c-case-list1 .c-case-list1-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .c-case-list1 .c-case-list1-banner .swiper-button-next,
  .c-case-list1 .c-case-list1-banner .swiper-button-prev {
    display: none;
  }
}
.c-case-list1 .c-case-list1-banner .swiper-button-next img,
.c-case-list1 .c-case-list1-banner .swiper-button-prev img,
.c-case-list1 .c-case-list1-banner .swiper-button-next svg,
.c-case-list1 .c-case-list1-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-case-list1 .c-case-list1-banner .swiper-button-next img path,
.c-case-list1 .c-case-list1-banner .swiper-button-prev img path,
.c-case-list1 .c-case-list1-banner .swiper-button-next svg path,
.c-case-list1 .c-case-list1-banner .swiper-button-prev svg path {
  fill: #000;
}
.c-case-list1 .c-case-list1-banner .swiper-button-next:hover,
.c-case-list1 .c-case-list1-banner .swiper-button-prev:hover {
  opacity: 1;
}
.c-case-list1 .c-case-list1-banner .swiper-button-prev {
  left: 60px;
  transform: rotate(180deg);
}
@media (max-width: 1260px) {
  .c-case-list1 .c-case-list1-banner .swiper-button-prev {
    left: 30px;
  }
}
.c-case-list1 .c-case-list1-banner .swiper-button-next {
  right: 60px;
}
@media (max-width: 1260px) {
  .c-case-list1 .c-case-list1-banner .swiper-button-next {
    right: 30px;
  }
}
.c-case-list1 .c-case-list1-banner .swiper-slide-active .c-wrap {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.c-case-list1 .c-case-list1-banner .swiper-slide-active .c-wrap .c-text-box::before {
  background-image: url(../fonts/dh2.svg);
}
.c-case-list1 .c-case-list1-banner .swiper-slide-active .c-wrap .c-text-box .c-city::before {
  background-image: url(../fonts/dh2.svg);
}
.c-case-list1 .c-case-list1-banner .swiper-slide-active .c-wrap .c-text-box .c-more {
  color: #db241c;
}
.c-case-list1 .c-case-list1-banner .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box {
  position: relative;
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .c-case-list1 .c-case-list1-banner .c-wrap .c-text-box {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-case-list1 .c-case-list1-banner .c-wrap .c-text-box {
    width: 100%;
  }
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  right: 0.2rem;
  z-index: 5;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../fonts/dh.svg) no-repeat center / 100%;
  transform: rotate(180deg);
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-city {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-city img,
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-city svg {
  margin-right: 0.1rem;
  width: 24px;
  height: 24px;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-city svg path{
	fill: #db241c;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-city::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: -1;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../fonts/dh.svg) no-repeat center / 100%;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-title {
  margin: 0.35rem 0;
  font-weight: bold;
  height: 6em;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-more {
  transition: all 0.3s;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.c-case-list1 .c-case-list1-banner .c-wrap .c-text-box .c-more svg path{
	fill: #db241c;
}
.c-case-list1 .c-case-list1-banner .c-wrap .public-img {
  width: 46.8%;
}
@media (max-width: 767px) {
  .c-case-list1 .c-case-list1-banner .c-wrap .public-img {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.c-case-list1 .c-case-list1-banner .c-wrap .public-img::before {
  padding-top: 69%;
}
.c-case-list2 {
  padding: 1.2rem 0 1.4rem;
}
.c-case-list2 .container {
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .c-case-list2 .container {
    padding: 0;
  }
}
.c-case-list2 .c-list-wrap {
  text-align: center;
  overflow-x: auto;
  margin: 0 -0.1rem;
}
.c-case-list2 .c-list1 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.c-case-list2 .c-list1 li {
  padding: 0 0.1rem;
}
.c-case-list2 .c-list1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.2rem;
  min-width: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f5f5f5;
}
.c-case-list2 .c-list1 li.on a {
  color: #fff;
  background-color: #db241c;
}
.c-case-list2 .c-list2 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0.6rem 0 0.5rem;
}
.c-case-list2 .c-list2 li {
  display: flex;
  padding: 0 0.15rem 0.3rem;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  .c-case-list2 .c-list2 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case-list2 .c-list2 li {
    width: 100%;
  }
}
.c-case-list2 .c-list2 li .c-wrap {
  position: relative;
  width: 100%;
  padding: 0.9rem 0.5rem 0.6rem;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.c-case-list2 .c-list2 li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 2px solid #db241c;
  transition: all 0.3s;
}
.c-case-list2 .c-list2 li .c-wrap .c-city {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.c-case-list2 .c-list2 li .c-wrap .c-city img,
.c-case-list2 .c-list2 li .c-wrap .c-city svg {
  margin-right: 0.1rem;
  width: 24px;
  height: 24px;
}
.c-case-list2 .c-list2 li .c-wrap .c-city svg path{
	fill: #db241c;
}
.c-case-list2 .c-list2 li .c-wrap .c-city::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: -1;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../fonts/dh.svg) no-repeat center / 100%;
}
.c-case-list2 .c-list2 li .c-wrap .c-title {
  margin: 0.35rem 0;
}
.c-case-list2 .c-list2 li .c-wrap .c-more {
  transition: all 0.3s;
}
.c-case-list2 .c-list2 li .c-wrap .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.c-case-list2 .c-list2 li .c-wrap .c-more svg path{
	fill: #db241c;
}
.c-case-list2 .c-list2 li .c-wrap .c-more:hover {
  color: #db241c;
}
.c-case-list2 .c-list2 li .c-wrap:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-case-list2 .c-list2 li .c-wrap:hover::before {
  width: 100%;
}
.c-case-list2 .c-list2 li .c-wrap:hover .c-city::before {
  background-image: url(../fonts/dh2.svg);
}
.c-case-list2 .c-list2 li .c-wrap:hover .c-more {
  color: #db241c;
}
