.svp-list {
  margin-top: 50px;
  *zoom: 1;
}
.svp-list:before,
.svp-list:after {
  content: "";
  display: table;
}
.svp-list:after {
  clear: both;
}
.svp-list .item {
  float: left;
  padding: 30px;
  padding-bottom: 24px;
  width: 384px;
  height: 300px;
  margin-right: 24px;
  margin-bottom: 20px;
  background: #fff;
}
.svp-list .item:nth-child(3n) {
  margin-right: 0;
}
.svp-list .item:hover .hv-hide {
  display: none;
}
.svp-list .item:hover .hv-show {
  display: inline-block;
}
.svp-list .tags {
  margin-top: 15px;
  height: 24px;
  overflow: hidden;
}
.svp-list .tags .tag {
  float: left;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background: #f0f0f0;
  color: #666;
}
.svp-list .head {
  padding-left: 100px;
  position: relative;
}
.svp-list .head .clogo {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.svp-list .head .title {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.svp-list .item-star {
  margin-top: 20px;
  color: #FF6100;
}
.svp-list .item-star .count {
  position: relative;
  left: 10px;
  top: -2px;
  line-height: 20px;
}
.svp-list .star {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 120px;
}
.svp-list .star div {
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  background: url("/static/img/icos/stars_02.png") no-repeat left center;
}
.svp-list .star .light {
  background-image: url("/static/img/icos/stars_01.png");
  z-index: 10;
}
.svp-list .intro {
  margin-top: 18px;
  margin-bottom: 40px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.svp-list .foot .hv {
  display: inline-block;
  vertical-align: middle;
}
.svp-list .foot .hv-show {
  display: none;
}
.svp-list .foot .btn {
  transform: translateY(-6px);
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #5fb55b;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
}
.svp-list .foot .btn.disabled {
  background: #ccc;
}
.svp-list .foot em,
.svp-list .foot i {
  color: #5fb55b;
}
.svp-list .foot i {
  font-size: 20px;
  float: right;
  cursor: pointer;
}
.svp-list .foot img {
  width: 18px;
  margin-left: 5px;
}
/**分页按钮样式**/
.tcdPageCode {
  display: none;
  min-height: 38px;
  color: #ccc;
  text-align: center;
}
.tcdPageCode .page-num {
  display: none;
}
.tcdPageCode a.nextPage {
  border-right: 1px solid #eee;
}
.tcdPageCode a,
.tcdPageCode span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #999999;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #eee;
  vertical-align: middle;
  border-radius: 0px;
  margin: 0;
  border-right: none;
  border-left: none;
}
.tcdPageCode a.nextPage,
.tcdPageCode span.nextPage,
.tcdPageCode a.disabled:not(:first-child),
.tcdPageCode span.disabled:not(:first-child) {
  border-right: 1px solid #eee;
}
.tcdPageCode a.prevPage,
.tcdPageCode span.prevPage,
.tcdPageCode a.disabled:first-child,
.tcdPageCode span.disabled:first-child {
  border-left: 1px solid #eee;
}
.tcdPageCode a:hover,
.tcdPageCode .goto-page:hover {
  text-decoration: none;
  border: 1px solid #5fb55b;
  color: #fff;
  background: #5fb55b;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #5fb55b;
  font-size: 16px;
  border: 1px solid #eee;
  background-color: #fff;
  border-right: none;
  border-left: none;
  border-radius: 0;
  margin: 0;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  border: 1px solid #eee;
  vertical-align: middle;
  cursor: default;
  margin: 0;
  border-radius: 0px;
  border-right: none;
  background-color: #fff;
  color: #999;
}
.tcdPageCode.page-content .input-content {
  width: 91px;
  overflow: hidden;
  margin-left: 20px;
  border-left: 1px solid #eee;
}
.tcdPageCode.page-content .input-content input {
  width: 50px;
  float: left;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tcdPageCode.page-content .input-content span {
  float: right;
  width: 39px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.main-banner {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  height: 360px;
}
.main-banner .swiper-container {
  height: 360px;
  width: 100%;
}
.main-banner .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  height: 360px;
  width: 1920px;
  margin: 0 -50%;
}
.main-banner .main-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 10;
}
.main-banner .main-pagination span {
  display: inline-block;
  width: 30px;
  height: 6px;
  background: #ccc;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 0;
}
.main-banner .main-pagination span:last-child {
  margin-right: 0;
}
.main-banner .main-pagination span:hover,
.main-banner .main-pagination span.swiper-pagination-bullet-active {
  background: #5fb55b;
}
.main-banner .main-pagination .swiper-active-switch {
  background: #5fb55b;
}
.main-banner .search-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-banner .search-wrap {
  position: relative;
  top: 80px;
  width: 1060px;
  margin: 0 auto;
  color: #fff;
}
.main-banner .search-wrap h1 {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 45px;
}
.main-banner .search-ipt {
  position: relative;
  padding-right: 15px;
  margin-bottom: 10px;
  height: 56px;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
}
.main-banner .search-ipt input {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 200px 15px 20px;
  height: 56px;
  width: 100%;
  font-size: 16px;
}
.main-banner .search-ipt .btn {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 170px;
  height: 56px;
  background: #5fb55b;
  line-height: 56px;
  border-radius: 28px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}
.main-banner .search-ipt .btn i {
  font-size: 30px;
}
.main-banner .total em {
  color: #5fb55b;
}
.null-msg {
  margin-top: 16px;
  padding: 198px 0;
  text-align: center;
  background: #fff;
}
.null-msg .hint {
  margin-top: 10px;
  color: #999;
}
.flter-bar {
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flter-bar .flter-menu {
  height: 50px;
}
.flter-bar .flter-btn {
  float: left;
  color: #999;
  padding: 10px 0;
  line-height: 30px;
  cursor: pointer;
}
.flter-bar .flter-btn:hover,
.flter-bar .flter-btn.active {
  color: #666;
}
.flter-bar .flter-btn img {
  margin-right: 6px;
}
.flter-bar .sort {
  position: relative;
  float: right;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  min-width: 120px;
  padding: 10px 0 16px;
}
.flter-bar .sort:hover .select {
  display: block;
}
.flter-bar .select {
  display: none;
  position: absolute;
  width: 120px;
  background: #fff;
  padding: 5px 8px;
  left: 0;
  top: 56px;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #999;
}
.flter-bar .select li {
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
}
.flter-bar .select li.active {
  background: #F1F3F7;
  color: #333;
}
.flter-bar .select li:hover {
  color: #333;
}
.flter-list {
  padding-bottom: 5px;
}
.flter-list .sel-item {
  margin-bottom: 20px;
}
.flter-list label {
  width: 88px;
  float: left;
}
.flter-list .ops {
  margin-left: 90px;
  line-height: 22px;
  color: #999;
  *zoom: 1;
}
.flter-list .ops:before,
.flter-list .ops:after {
  content: "";
  display: table;
}
.flter-list .ops:after {
  clear: both;
}
.flter-list .ops span {
  float: left;
  margin-right: 40px;
  cursor: pointer;
}
.flter-list .ops span:hover,
.flter-list .ops span.active {
  color: #5fb55b;
}
.svp-wrap {
  margin-top: 30px;
}
.svp-wrap .tcdPageCode {
  margin-top: 40px;
}
.sec-con5 {
  position: relative;
  padding-bottom: 80px;
  margin-top: 60px;
  height: 725px;
  background: #fff;
}
.sec-con5 .ccc {
  position: relative;
  margin: 0 auto;
  height: 520px;
  background: #ffffff url("/static/img/index/cooper.png?v=2") no-repeat;
  background-size: 1200px 520px;
}
.sec-con5 .ccc label {
  position: absolute;
  height: 48px;
  right: 176px;
  top: 409px;
}
.sec-con5 .ccc .lb2 {
  top: 487px;
}
.sec-con5 .ccc input {
  border: none;
  height: 50px;
  width: 126px;
  background: transparent;
  color: #ccc;
  padding: 10px 12px;
  font-size: 15px;
}
.sec-con5 .btns {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 90px;
  left: 0;
}
.sec-con5 .btn {
  display: inline-block;
  text-align: center;
  width: 320px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #5fb55b;
  color: #5fb55b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.sec-con5 .btn:hover,
.sec-con5 .btn.active {
  background: #5fb55b;
  color: #fff;
}
.sec-con5 .btn.disabled {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
}
.sec-con5 .btn + .btn {
  margin-left: 40px;
}
footer.gh-footer {
  background: inherit;
}
/*# sourceMappingURL=index.css.map */