.pub_bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*公共部分开始*/
li {
  list-style: none;
}
* {
  padding: 0;
  margin: 0;
}
input,
select {
  outline: none;
}
.index_banner img {
  width: 100%;
}
body {
  padding-bottom: 30px;
}
.search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f2f2f2;
  padding: 10px 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.search .search_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 ;
  flex: 1;
  width: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.search .search_left .search_left_mian {
  border: 1px solid #006fa8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  height: 36px;
  padding: 5px 0 5px 0;
  background: url(../img/search.png) no-repeat left center;
  background-size: 30px;
  vertical-align: middle;
  position: relative;
}
.search .search_left .search_left_mian .text {
  width: 100%;
  /*Opera9.6*/
  /*IE8*/
  background-color: transparent;
  font-size: 14px;
  border: none;
  padding: 5px 20px 5px 40px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.search .search_right {
  padding-left: 10px;
  width: 100px;
}
.search .search_right .search_right_mian {
  border: 1px solid #006fa8;
  position: relative;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  color: #333;
  line-height: 18px;
}
.search .search_right .search_right_mian .btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.index_icon {
  background: #ffffff url(../img/bg-1.png) no-repeat top center;
  background-size: 100%;
  padding: 0 0 20px;
}
.index_icon ul::after {
  content: "";
  display: table;
  clear: both;
}
.index_icon ul li {
  width: 33.33%;
  float: left;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}
.index_icon ul li .box {
  background-color: #076ee4;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
}
.index_icon ul li .box img {
  width: 100%;
}
.index_icon ul li .text {
  text-align: center;
  padding: 5px 0;
  color: #333;
  width: 100%;
}
.index_icon ul li .text span {
  display: block;
}
.index_icon ul li .text .text1 {
  font-size: 14px;
}
.index_icon ul li .text .text2 {
  font-size: 12px;
  margin-top: 5px;
}
.index_venue {
  border-top: 10px solid #F2F2F2;
  background: url(../img/bg-2.png) no-repeat top center;
  background-size: 100%;
  padding-bottom: 20px;
}
.index_venue ul {
  padding: 0 10px;
}
.index_venue ul::after {
  content: "";
  display: table;
  clear: both;
}
.index_venue ul li {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  padding: 0 5px;
  margin-top: 20px;
}
.index_venue ul li .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background: url(../img/viedo.png) no-repeat left center;
  background-size: 50px;
  height: 90px;
  position: relative;
}
.index_venue ul li .box .text {
  padding-left: 50px;
  padding-right: 10px;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.index_banner1 {
  margin: 0 10px;
}
.index_banner1 .swiper-slide a {
  display: block;
  padding: 5px;
}
.index_banner1 img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.title {
  padding: 0 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
