.home-news .news-list {}

.home-news .news-list li {
  width: 31%;
}

.home-news .news-list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgb(206 206 206 / 75%);
}


.home-news .news-list li a .pic {}

.home-news .news-list li a .pic img {}

.home-news .news-list li a .info {
  padding: 20px 15px;
  line-height: 1.6em;
  font-weight: normal;
}

.home-news .news-list li a .info .tit {
  font-size: 18px;
  margin-bottom: 15px;
  height: 1.6em;
  display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.home-news .news-more {
  text-align: left;
  margin-top: 20px;

}

.home-news .news-more [type=button] {
  height: 35px;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
}

.home-pro {}

.home-pro .prolist {}

.home-pro .prolist {}

.home-pro .prolist li {}

.home-pro .prolist li a {
  background-color: #ccc;
  padding: 10px 8px;
  display: block;
}

.prolist li a .prolist_con {}

.prolist li a .prolist_con .pic {}

.prolist li a .prolist_con .pic img {}

.prolist li a .prolist_con .info {
  padding: 10px 8px;
}

.prolist li a .prolist_con .info .tit {}

.footer-right-logo .logofont {
  font-size: 40px;
  font-weight: 700;
  font-family: "SSCN" !important;
  color: #fff;
  transition: all .3s;
}






@media(max-width:1440px) {}

@media(max-width:640px) {
  .home-news .news-list {
    flex-wrap: wrap;
  }

  .home-news .news-list li {
    width: 100%;
    margin: 20px 0;
  }

  .case-content .desc {
    WIDTH: 65%;
    MARGIN: 0 AUTO;
  }

  .home-banner-box {
    height: auto !important;
  }
}

.search_mark {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background-color: rgba(0,0,0,.5);*/
  z-index: 2;
  transition: all .3s;
}

.search_mark.show {
  top: 0;
}

.search_con {
  max-width: 550px;
  min-width: 320px;
  width: 100%;
  /* width: 200px;
  height: 200px;
  background-color: red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px;
}

.search_con form {
  width: 100%;
}

.search_con h3 {
  color: #000;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.search_con input {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  width: 95%;
  padding-left: 5%;
  margin-bottom: 20px;
}

.search_con button {
  padding: 10px 30px;
  background-color: #559ee2;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #559ee2;
  transition: all .3s;
  display: block;
  margin: 0 auto;
}

.search_con button:hover {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  color: #559ee2;
}