* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 16px;
}
.banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background:  url(../images/banner_new.png) center / cover no-repeat;
}
.banner .title {
  width: 500px;
  height: 120px;
  margin-left: 50%;
}
.banner .title h1 {
  width: 100%;
  height: 55px;
  font-family: "微软雅黑";
  font-size: 56px;
  letter-spacing: 7px;
  color: #fff;
  margin-top: 15%;
  text-align: left;
}
.banner .title h3 {
  width: 100%;
  height: 32px;
  font-family: "微软雅黑";
  font-size: 32px;
  letter-spacing: 9px;
  color: #fff;
  text-align: right;
  margin-top: 26px;
}
.main {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.main .main_info {
  max-width: 1200px;
  margin: 0 auto;
}
.main .main_info .choose_area {
  margin-top: 56px;
}
.blood_title h3 {
  width: 100%;
  height: 42px;
  font-size: 24px;
  font-weight: 700;
  color: #0c55bb;
  border-bottom: 2px solid #f1f5f8;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}
.blood_title h3::before {
  content: "";
  width: 6px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #0c55bb;
}
.main .main_info .choose_area .area_list,
.main .main_info .choose_area .town_list {
  width: 100%;
  height: auto;
  display: flex;
}
.main .main_info .choose_area .area_list span,
.main .main_info .choose_area .town_list span {
  width: 130px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  display: block;
}
.main .main_info .choose_area .area_list .area_li,
.main .main_info .choose_area .town_list .town_li {
  margin-top: 12px;
}
.main .main_info .choose_area .area_list .area_li {
  border-bottom: 2px solid #f1f5f8;
}
.choose_area .area_list .area_li ul,
.choose_area .town_list .town_li ul {
  display: flex;
  flex-wrap: wrap;
}
.choose_area .area_list .area_li ul li,
.choose_area .town_list .town_li ul li {
  width: 130px;
  padding: 12px 0;
  text-align: center;
  background-color: #f1f5f8;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 12px;
  color: #333;
}
.choose_area .area_list .area_li ul li.active,
.choose_area .town_list .town_li ul li.active {
  background-color: #3f88e4;
  color: #fff;
}
.hall_info {
  max-width: 1200px;
  margin: 0 auto;
}
.hall_info .hall_top {
  margin-top: 44px;
}
.hall_info .hall_search {
  width: 100%;
  height: 42px;
  text-align: right;
  margin: 16px 0;
}
.hall_info .hall_search input {
  width: 360px;
  height: 42px;
  background-color: #f0f0f0;
  border: solid 1px #f1f5f8;
  box-sizing: border-box;
  padding-left: 20px;
  margin-right: -6px;
}
.hall_info .hall_search button {
  width: 112px;
  height: 42px;
  cursor: pointer;
  background-color: #3f88e4;
  outline: none;
  border: 0;
  color: #fff;
}
.hall_list ul li {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px;
  background-color: #f1f5f8;
  margin-bottom: 20px;
}
.hall_list ul li .photo {
  width: 294px;
  height: 196px;
  padding: 8px;
}
.hall_list ul li .photo img {
  width: 100%;
  height: 100%;
}
.hall_list ul li .center {
  width: 50%;
  height: 100%;
  padding: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.hall_list ul li .center h2 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.hall_list ul li .center h5 {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.hall_list ul li .center h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 14px;
}
.hall_list ul li .center h3 span {
  font-weight: 500;
}
.hall_list ul li .center button {
  width: 112px;
  height: 36px;
  text-align: center;
  color: #fff;
  background-color: #3f88e4;
  border: 1px solid #3f88e4;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 4%;
}
.hall_list ul li .phone {
  width: 25%;
  height: 100%;
  text-align: center;
}
.hall_list ul li .phone img {
    width: 36px;
    height: 36px;
    margin-top: 62px;
}
.hall_list ul li .phone h3 {
    font-weight: 500;
  font-size: 30px;
  color: #f3b913;
  margin-top: 20px;
  word-wrap: break-word;
}
.hall_list .paging{
    width: 100%;
    height: 30px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.hall_list .paging .record{
    width: 160px;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
}
.hall_list .paging #page{
    height: 30px;
    font-size: 14px;
}
.layui-laypage{
    margin: 0 !important;
}
.layui-laypage a, .layui-laypage span{
    font-size: 14px;
}
.layui-laypage a, .layui-laypage span{
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:rgb(63, 136, 228) !important;
}

/*ipad */
@media screen and (min-width: 768px) and (max-width:1024px) {
  .banner .title {
    margin-left: 0;
    float: right;
    margin-right: 5%;
  }
}
/*iphone 6/7/8/x*/
@media screen and (max-width:767px) {
  .banner {
    height: auto;
  }
  .banner .title {
    width: auto;
    height: 180px;
    margin-left: 0;
    float: right;
    margin-right: 1%;
  }
  .banner .title h1 {
    font-size: 26px;
    height: 40px;
    margin-top: 20%;
  }
  .banner .title h3 {
    font-size: 16px;
    height: 24px;
    margin-top: 5px;
  }



  .main .main_info .choose_area {
    margin-top: 20px;
  }
  .blood_title h3 {
    font-size: 20px;
  }
  .blood_title h3::before {
    height: 20px;
  }
  .area_list {
    display: flex;

  }
  .main .main_info .choose_area .area_list span, .main .main_info .choose_area .town_list span {
    width: 70px;
    font-size: 16px;
  }
  .area_li {
    width: calc(100% - 70px);
  }
  .choose_area .area_list .area_li ul li, .choose_area .town_list .town_li ul li {
    font-size: 14px;
    width: 90px;
  }
  .hall_info .hall_search {
    padding: 0 12px;
    box-sizing: border-box;
    text-align: left;
  }
  .hall_info .hall_search button {
    width: 80px;
  }
  .hall_info .hall_search input {
    width: calc(100% - 80px);
  }
  .hall_list ul li {
    flex-flow: column;
    box-sizing: border-box;
    height: auto;
  }
  .hall_list ul li .photo {
    width: 100%;
    height: auto;
  }
  .hall_list ul li .center {
    width: 100%;
    box-sizing: border-box;
    border-right: none;
  }
  .hall_list ul li .center button {
    position: static;
  }
  .hall_list ul li .center h5 {
    margin-top: 10px;
  }
  .hall_list ul li .center h3 {
    margin: 10px 0;
  }
  .hall_list ul li .phone {
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
  }
  .hall_list ul li .phone img {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .hall_list ul li .phone h3 {
    margin-top: 0;
    font-size: 18px;
  }


}
