.wrap {
  width: 1200px;
}

.banner {
  width: 100%;
  height: 410px;
  background: url(../cyb-img/banner.png) no-repeat center;
}

.banner .wrap {
  position: relative;
  overflow: hidden;
}

.banner .wrap .form_wrap {
  width: 800px;
  margin: 230px auto 0;
  background: rgba(0, 0, 0, 0.4);
}

.banner .wrap .form_wrap form {
  padding: 30px 50px 0;
}

.banner .wrap .form_wrap form .input-wrap {
  width: 700px;
  height: 56px;
  background: #ffffff;
  border-radius: 4px;
}

.banner .wrap .form_wrap form .input-wrap input {
  float: left;
  width: 520px;
  height: 100%;
  border: 0px;
  padding-left: 20px;
  font-size: 16px;
}

.banner .wrap .form_wrap form .input-wrap button {
  float: right;
  width: 106px;
  height: 56px;
  line-height: 56px;
  background: #f08519;
  border-radius: 0px 4px 4px 0px;
  font-size: 20px;
  color: #fff;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}

.banner .wrap .form_wrap form .input-wrap button label:hover,
.banner .wrap .form_wrap form .input-wrap button label i:hover {
  cursor: pointer;
}

.banner .wrap .form_wrap form .input-wrap button .icon-3 {
  font-size: 20px;
}

.banner .wrap .form_wrap form .city_btn {
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
  height: 30px;
}

.banner .wrap .form_wrap form .city_btn a {
  display: inline-block;
  color: #fff;
  margin: 0 8px;
}

.ptb49 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.title {
  font-size: 24px;
  line-height: 30px;
}

.title span {
  font-size: 16px;
  color: #A9A9A9;
  font-weight: 100;
}

.title .a_wrap {
  font-size: 0px;
}

.title .a_wrap a {
  font-size: 14px;
  color: #999999;
  border-right: 1px solid #999;
  padding: 0 5px;
  font-weight: 100;
}

.title .a_wrap a:hover {
  color: rgba(226, 46, 50, 1);
}

.title .a_wrap a:last-of-type {
  border-right: 0px solid #999;
}

.hot-main {
  width: 100%;
  overflow: hidden;
}

.hot-main li {
  position: relative;
  float: left;
  width: 285px;
  height: 214px;
  overflow: hidden;
  margin: 20px 7px 0;
}

.hot-main li div {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hot-main li div img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.hot-main li .hot-main-text {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 160px;
  padding: 18px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.6);
  transition: all 300ms;
}

.hot-main li .hot-main-text h3 {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-main li .hot-main-text p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  height: 70px;
  overflow: hidden;
}

.list_wrap {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.list_wrap li {
  float: left;
  width: 285px;
  height: 294px;
  margin: 0 7px 5px;
  background-color: #fff;
  box-shadow: 2px 1px 4px rgba(125, 125, 125, 0.3);
}

.list_wrap li a {
  font-size: 14px;
  color: rgba(226, 46, 50, 1);
}

.list_wrap li .width_hide {
  display: inline-block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_wrap li>a {
  display: block;
  width: 100%;
  height: 214px;
  overflow: hidden;
}

.list_wrap li>a img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.list_wrap li img:hover {
  animation: imgSc .8s linear 0s;
}

@keyframes imgSc {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.list_wrap li h3 {
  font-size: 20px;
  padding: 15px;
  color: #1A1D1F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_wrap li .map_img {
  width: 14px;
  height: 16px;
  margin-left: 15px;
  margin-right: 5px;
  vertical-align: baseline;
}