.home-search {
  position: relative;
}
.home-search .shadow-box {
  position: relative;
  top: 30px;
  padding: 50px 110px 80px;
  box-shadow: 0px 17px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 10;
}
.home-search .search-input {
  display: none;
}
.home-search .search-input.show {
  display: block;
}
.home-search .input-trade > input {
  width: 35%;
}
.home-search .input-trade input:not(:first-child) {
  border-left: 1px solid #0c59db;
}
.home-search-type {
  position: absolute;
  top: 0;
  right: 158px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #0c59db;
  font-size: 16px;
  width: 150px;
  background: #e8f3ff;
}
.home-search-type .search-type-info {
  position: relative;
  height: 100%;
}
.home-search-type .search-type-info::after {
  content: '\f107';
  color: #0c59db;
  font-family: "FontAwesome5";
  font-size: 24px;
  position: absolute;
  right: 20%;
  top: 0;
  pointer-events: none;
}
.home-search-type .search-select {
  background: #e8f3ff;
  text-align: center;
  font-weight: bold;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #002249;
  border-color: transparent;
}
.home-search-type .search-select:focus {
  box-shadow: 0 0 0 transparent;
}
.home-search-type .search-select > option {
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .home-search-type {
    right: 98px;
    width: 100px;
  }
  .home-search-type .search-select {
    padding-left: 20px;
  }
}
.home-data {
  height: 320px;
  padding-top: 82px;
  background: url(../image/home-data-bgimg.jpg) center no-repeat;
}
.home-data-text {
  padding-top: 30px;
}
.home-data-item {
  height: 100%;
  color: #fff;
}
.home-data-item .item-count {
  font-size: 48px;
}
.home-data-item p {
  font-size: 18px;
}
.home-brand {
  padding: 50px 0 50px;
  background: url(../image/home-brand.jpg) left bottom no-repeat;
}
.home-brand .c-sec1-flow-item {
  padding: 25px 20px 25px;
  min-height: 270px;
}

.zyyw {
	padding-right: 10px;
    padding-left: 10px;
}

.zyyw_p {
	margin-top:30px;
}

@media screen and (max-width: 768px) {
  .home-brand {
        padding: 20px 0 20px;
  }
  .home-brand .c-sec1-flow-item {
    padding: 10px;
    min-height: 194px;
  }
  .home-brand .flow-icon,
  .home-brand .flow-icon-h {
    padding-bottom: 10px;
  }
  .zyyw_p {
	margin-top:10px;
	line-height: 24px;
}
  
  
}


.home-property {
  padding: 90px 0;
  background: url(../image/home-property.jpg) top center no-repeat;
}
.home-property .c-sec1-serv-bg {
  overflow: hidden;
}
.home-system {
  padding: 70px 0;
  background: url(../image/home-system.jpg) top center no-repeat;
}
@media screen and (max-width: 768px) {
  .home-system .content-item {
    background: none !important;
  }
  .home-system .content-system {
    width: 100%;
  }
}
.home-service {
  padding: 90px 0 30px;
}
.home-service img {
  width: 100%;
}
.home-service .col-md-2 {
  float: left;
}
.home-news {
	padding: 25px 0;
    background-color: #f5f6f85c;
}
.home-customer {
  padding: 25px 0 25px;
  /* background: url(../image/home-cust.png) center bottom no-repeat; */
}
.home-customer .customer {
  /* padding-bottom: 40px; */
  border-bottom: 6px solid #fff;
}
.home-customer .certificate {
  padding-top: 10px;
  /* border-top: 3px solid #d8e2e9; */
}
@media screen and (max-width: 1200px) {
  .home-customer img {
    width: 100%;
  }
  .home-customer .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .home-customer .col-xs-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-customer {
    padding: 30px 0 30px;
  }
  .home-customer .certificate {
    padding-top: 20px;
  }
  .home-customer .row {
    margin-right: -3px;
    margin-left: -3px;
  }
  .home-customer .col-xs-2 {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.home-news .news-tit {
  line-height: 30px;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 30px;
}
.home-news-table .table-info {
  display: none;
}
.home-news-table .table-info.open {
  display: block;
}
.home-news .news-show-banner {
  position: relative;
  overflow: hidden;
}
.home-news .news-show-banner img {
  scale: 1;
  transition: 0.5s;
}
.home-news .news-show-banner:hover img {
  cursor: pointer;
  scale: 1.05;
  transition: 0.5s;
}
.home-news .news-show-banner-tit {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-news .news-show-banner-tit a {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 25px 15px;
  transition: 0.5s;
}
.home-news .news-show-banner-tit a:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .home-data {
    display: none;
  }
  .home-search .shadow-box {
    padding: 40px 20px 20px;
    top: 0px;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .home-search .shadow-box {
    padding: 30px 0 20px;
  }
}
