.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 20rem;
  width: 100%;
  position: relative;
  background: url(http://www.caifu.rexun.cn/wap_static/img/bg.jpg) no-repeat center top;
}
.head .logo {
  width: 70%;
  margin: 0 auto;
  padding-top: 5rem;
  height: 6.5rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 80%;
  margin: 0 auto;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .search input {
  height: 4.5rem;
  background-color: #288bde;
  border: none;
  padding-left: 2rem;
  font-size: 1.8rem;
  width: 80%;
  opacity: 0.6;
}
.head .search button {
  border: none;
  width: 20%;
  height: 4rem;
  background-size: 40%;
  height: 4.5rem;
  background-color: #3a8ed5;
  color: #fff;
}
.nav {
  background-color: #288bde;
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav ul li {
  width: 25%;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}
.nav ul li a {
  color: #fff;
  font-size: 1.8rem;
}
.nav ul li:first-of-type a {
  display: inline-block;
  width: 50%;
  height: 100%;
  background: url(http://www.caifu.rexun.cn/wap_static/img/home.png) no-repeat center;
  background-size: 80%;
}
.nav ul li:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  opacity: 0.3;
}
.nav ul li:nth-child(4n):after {
  display: none;
}
.p {
  padding: 0 1.5rem;
}
.big-tit {
  border-bottom: 0.1rem #e4e4e4 solid;
  padding-bottom: 1rem;
}
.big-tit a h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #d00000;
  font-weight: 600;
}
.fouce #swiper-1 {
  margin: 0;
  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: 4rem;
  line-height: 4rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide h1 span {
  display: block;
  width: 70%;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 1rem;
  left: auto;
  bottom: 0.5rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #d0d0d0;
  opacity: 1;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c10d0c;
}
.title-1 {
  background-color: #f4f4f4;
  height: 5rem;
}
.title-1 .cur {
  background-color: #288bde;
  color: #fff;
}
.title-1 span {
  padding: 0 2rem;
  line-height: 5rem;
  height: 5rem;
  display: block;
  float: left;
  font-size: 2rem;
  position: relative;
  color: #333;
  overflow: initial;
}
.title-1 span i {
  z-index: 9999;
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  top: 0;
  left: 13rem;
  background-color: #dd0900;
  color: #fff;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
  font-weight: normal;
  transition: all 0.6s;
}
.title-1 span i:hover {
  transform: scale(1.2);
}
.list ul li {
  padding-left: 20px;
  position: relative;
  border-bottom: #f1f1f1 1px dashed;
  transition: all 0.2s ease-in-out;
  white-space: normal;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 78%;
  font-size: 18px;
}
.list ul li a h2 {
  padding: 0.6rem 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
}
.list ul li a span {
  width: 20%;
  color: #999;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cfb8b0;
  position: absolute;
  top: 1.8rem;
  left: 0;
}
.list .more {
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #f4f4f6;
  text-align: center;
}
.list .more a {
  font-size: 1.4rem;
  color: #333;
}
.b-list ul li:before {
  background-color: #156db7;
}
.title-6 {
  justify-content: flex-start;
  border-bottom: #f1f1f1 0.1rem solid;
  transition: all 0.2s ease-in-out;
  height: 5rem;
  line-height: 5rem;
}
.title-6 a {
  width: 35%;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #2687cc;
  border-bottom: 0.4rem solid #2687cc;
  position: relative;
  font-weight: 700;
}
.title-6 a:before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.8rem solid transparent;
  border-top-color: #2687cc;
}
.img-list {
  overflow: hidden;
}
.img-list img {
  height: 23rem;
  width: 100%;
}
.img-list ul li {
  position: relative;
  margin: 2rem 2rem;
  padding-left: 2rem;
}
.img-list ul li:first-of-type {
  font-weight: 700;
  padding: 1rem;
  border-bottom: 0.1rem solid #eee;
}
.img-list ul li:first-of-type a {
  font-size: 2rem;
}
.img-list ul li:first-of-type:before {
  content: none;
}
.img-list ul li:before {
  content: '';
  z-index: 99;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #288bde;
  position: absolute;
}
.img-list span {
  display: block;
  text-align: center;
  box-shadow: 1px 3px 7px #ccc;
  padding: 10px;
  margin: 20px 0;
  font-size: 20px;
  color: #288bde;
  background-color: #f4faff;
}
.mian {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-bottom: 1rem solid #f3f5f4;
  padding: 1rem 1.6rem;
}
.mian a,
.mian span {
  font-size: 16px;
  margin-right: 4px;
}
.mian span {
  background: url(http://www.caifu.rexun.cn/wap_static/img/wz.png) no-repeat center left;
  padding-left: 20px;
}
.paging {
  margin: 1rem 0 1rem;
  justify-content: center;
  width: 100%;
  height: 6rem;
  position: relative;
}
.paging a,
.paging span {
  font-size: 1.6rem;
  padding: 1rem 1.8rem;
  height: 4rem;
  box-sizing: border-box;
}
.paging .hover {
  background-color: #288bde;
  color: #fff;
}
.con .con-tit {
  padding: 3rem 0;
}
.con .con-tit h4 {
  font-size: 2.2rem;
  font-weight: 400;
}
.con .con-info {
  border-bottom: 1px solid #eeeeee;
}
.con .con-info span {
  margin-bottom: 1rem;
  display: block;
  color: #333;
}
.con .con-txt {
  padding: 1rem 0;
}
.con .con-txt p {
  font-size: 1.6rem;
  text-indent: 2em;
  line-height: 3rem;
  color: #333;
}
.con .con-txt img {
  margin: 20px 0;
  width: 100%;
  display: block;
}
.pian {
  margin: 1rem 0;
  justify-content: flex-end;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.pian a {
  display: block;
  padding: 1rem;
  border: 0.1rem solid #eee;
  margin: 0 1rem;
}
.pian a:hover {
  border: 0.1rem solid #288bde;
}
