.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background: url(../img/bg.jpg) no-repeat center;
  height: 15rem;
  padding: 0 1.6rem;
}
.head .logo {
  width: 25rem;
  height: 6rem;
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.head .search form input {
  padding-left: 20px;
  height: 4rem;
  border: none;
}
.head .search form button {
  background: #00a6d1 url(http://www.gongxiao.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 50%;
  display: block;
  z-index: 9;
  border: none;
  width: 7rem;
  height: 4rem;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #198ff3;
}
.nav ul li {
  width: 25%;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.nav ul li a {
  color: #fff;
}
.fouce {
  padding: 1.6rem;
  height: 22rem;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 1.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.fouce #swiper-1 .swiper-pagination {
  bottom: 3.6rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #198ff3;
}
.select .sele-tit {
  height: 5rem;
  line-height: 5rem;
}
.select .sele-tit span {
  width: 33%;
  text-align: center;
  font-weight: 700;
  color: #a1a6a9;
}
.select .sele-tit .cur {
  color: #198ff3;
  position: relative;
}
.select .sele-tit .cur:before {
  content: '';
  width: 20%;
  height: 2px;
  background-color: #198ff3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.select .sele-con .sele-item {
  padding: 0 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9a9a9a;
}
.select .sele-con .sele-item ul li {
  line-height: 3.6rem;
  height: 3.6rem;
  padding-left: 2rem;
  position: relative;
}
.select .sele-con .sele-item ul li a {
  font-size: 1.5rem;
  color: #333;
}
.select .sele-con .sele-item ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #198ff3;
  transform: translateY(-50%);
}
.select .sele-con .sele-item .more {
  background-color: #198ff3;
  width: 5rem;
  text-align: center;
  border-radius: 1.5rem;
  float: right;
  margin-top: 1.5rem;
}
.select .sele-con .sele-item .more a {
  color: #fff;
  font-size: 1.5rem;
}
.select .tit-2 span {
  width: 25%;
}
.select .tit-3 span {
  width: 50%;
}
.mian {
  padding: 1.6rem;
  border-bottom: 2px solid #2042a5;
  background-color: #e7e7e7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian a {
  color: #2042a5;
}
.list {
  padding: 0 1rem;
}
.list ul li {
  white-space: normal;
  padding: 1rem 0;
  border-bottom: 1px dashed #b0b0b0;
}
.list ul li a h2 {
  font-size: 1.6rem;
  color: #444;
}
.list ul li a span {
  font-size: 1.4rem;
  color: #888;
}
.paging {
  text-align: center;
  margin: 4rem 0;
}
.paging a,
.paging span {
  padding: 1rem;
  font-size: 1.6rem;
  margin-right: 1.5rem;
  border: 0.1rem solid #ccc;
  color: #9d9d9d;
}
.paging .hover {
  border: none;
  background-color: #ff6600;
  color: #fff;
  padding: 1rem;
  font-size: 1.8rem;
}
.con {
  padding: 0 1.6rem;
}
.con .con-tit h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}
.con .con-info span {
  color: #888;
  font-size: 1.6rem;
}
.con .con-txt p {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.6rem;
  color: #333;
  line-height: 3rem;
}
.con .con-txt img {
  margin: 20px 0;
  max-width: 100%;
  display: block;
}
.pian {
  padding: 0 20px;
}
.pian a {
  display: block;
  margin-top: 1rem;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.title {
  text-align: center;
  border-bottom: 0.2rem solid #198ff3;
  height: 4rem;
}
.title a {
  color: #198ff3;
  padding: 2rem;
  font-size: 1.8rem;
  padding-left: 2rem;
}
.title-l {
  border-bottom: 0.2rem solid #198ff3;
  height: 4rem;
}
.title-l a {
  color: #198ff3;
  padding: 2rem;
  font-size: 1.8rem;
  padding-left: 2rem;
}
.l-img-box {
  box-sizing: border-box;
  padding: 0 1.6rem;
}
.l-img-box a {
  align-items: center;
}
.l-img-box img {
  height: 10rem;
  width: 35%;
}
.l-img-box .txt {
  width: 60%;
}
.l-img-box .txt h1 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.l-img-box .txt h2 {
  font-size: 1.5rem;
  text-indent: 2rem;
  color: #707070;
}
