.zysearch {
    position: relative;
    margin: 0 auto;
/*    height: 416px !important;
	background: url(../image/bcg.png); */
	background-position-x: center;
	    border: 0;
}
.zysearch .search {
    max-width: 1000px;
    text-align: center !important;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: -27px;
}


.search .inpsea .form-control {
    height: 50px;
    WIDTH: 100%;
    margin-left: 8px;
}

.ysearch_b {
    width:30%;
    height: 55px;
    float: right;
    margin-top: 20px;
}
.ysearch_b .check .checkbox {
  display: inline-block;
  margin: 5px 26px;
}
.ysearch_b .check .checkbox .inpcheck {
  width: 17px;
  height: 17px;
  top: -2px;
  background-color: #fff;
  color: #fff !important;
}
.zysearch_b .search {
    max-width: 1200px;
    text-align: center !important;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.ysearch_b .search .inpsea {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    float: left;
}
.ysearch_b .search .inpsea .serchbtn {
    width: 84px;
    height: 40px;
    background-color: #333 !important;
    color: #fff;
    /* border-radius: 10px; */
    border: 0;
    font-size: 14px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.ysearch_b .search .inpsea .form-control {
    padding: 2px 46px 5px 06px;
    height: 40px;
    border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	}




@media (min-width: 980px){
.search {
/*    height: 150px !important;
    padding: 105px !important; */
}
}
.zysearch .sea_list {
  position: absolute;
  text-align: left;
}
.zysearch .sea_list span {
  margin: 0 5px;
  font-size: 12px;
  cursor: pointer;
}
.zysearch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.search_box {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 150px;
}
.search_box .search_inp {
  position: relative;
  width: 100%;
  background-color: #efefef;
  height: 150px;
  overflow: hidden;
}
.search_box .search_inp .inp_box {
  margin-top: 35px;
}
.search_box .search_inp .inp_box input {
  width: 50%;
  border: 0;
  background-color: #fff;
  padding: 10px 20px;
}
.search_box .search_inp .inp_box button {
  border: 0;
  background-color: #690599 !important;
  color: #fff;
}
.search_box .search_inp .sea_list {
  position: absolute;
}
.search_box .search_inp .sea_list span {
  margin: 0 5px;
  font-size: 12px;
  cursor: pointer;
}
.cp_list_box ul {
  width: 100%;
}
.cp_list_box ul li h4 {
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  font-size: 18px;
}
.cp_list_box ul li ul li {
  position: relative;
  display: inline-block;
  margin: 5px 2px;
  padding: 0;
  border: 1px solid #e8e8e8;
  height: 250px;
  padding: 15px;
  overflow: hidden;
  text-align: center;
}
.cp_list_box ul li ul li .xh_img {
  position: absolute;
  width: 31px;
  height: 42px;
  right: 2px;
  top: 0;
}
.cp_list_box ul li ul li img {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
.cp_list_box ul li ul li .more {
  display: inline-block;
  width: 76px;
  height: 21px;
  border: 1px solid #ff7200;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  color: #ff7200;
  margin-top: 30px;
}
.cp_list_box ul li ul li span {
  font-size: 14px;
  position: relative;
  top: 22px;
}
.cp_list_box ul li ul li:first-child {
  width: 320px !important;
  box-shadow: 0 0 10px #ecc0ec;
}
@media (max-width: 980px) {
  .cp_list_box ul li ul li:first-child {
    width: 99% !important;
    height: 400px !important;
  }
  .cp_list_box ul li ul li:first-child img {
    height: 313px !important;
  }
  .cp_list_box ul li ul li img {
    width: 100%;
    height: 80px !important;
    margin-bottom: 10px;
  }
}
.cp_list_box ul li:nth-child(2) li:first-child {
  box-shadow: 0 0 10px #a3c5f0;
}
.cp_list_box ul li:nth-child(3) li:first-child {
  box-shadow: 0 0 10px #ccc;
}
