.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo a {
  width: 13rem;
}
.logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 4rem;
}
.logo .search {
  width: 18rem;
  height: 4rem;
  margin-right: 2rem;
}
.logo .search form {
  border: 1px solid #007af5;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .search form input {
  padding-left: 1rem;
  width: 13rem;
  height: 4rem;
}
.logo .search form button {
  margin-left: 1rem;
  border: none;
  width: 2rem;
  height: 4rem;
  background: url(http://www.wanbao.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 100%;
}
.hd_nav {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 8rem;
  padding: 0 1.6rem;
  background: linear-gradient(to right, #009dea, #005efe);
}
.hd_nav ul {
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hd_nav_add {
  height: 12rem;
}
.hd_nav li {
  width: 21%;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
}
.hd_nav li a {
  color: #fff;
}
.hd_nav_list {
  width: 100%;
  position: relative;
}
.hd_nav_list .cur a {
  font-weight: 700;
  border-bottom: 3px solid #fcc425;
  padding-bottom: 5px;
}
.hd_nav i {
  background: url(http://www.wanbao.rexun.cn/wap_static/img/hd_nav.png) no-repeat center;
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 3.75rem;
  height: 2.4rem;
  background-size: 60%;
  transition: all 0.6s;
}
.hd_nav .rote {
  transform: rotate(180deg);
}
.fouce {
  height: 22rem;
  display: flex;
  justify-content: space-between;
}
.fouce #swiper-1 {
  height: 100%;
  margin: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  font-size: 1.6rem;
  text-align: left;
  width: 70%;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 2rem;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #007bf5;
}
.title-4 {
  background-color: #f2f2f2;
  height: 4rem;
  line-height: 4rem;
  padding-left: 2rem;
  letter-spacing: 0.4rem;
}
.title-4 a {
  font-size: 2rem;
  font-weight: 700;
}
.p {
  padding: 0 1.6rem;
}
.img-box-3 a {
  display: block;
  position: relative;
}
.img-box-3 a img {
  height: 170px;
}
.img-box-3 a span {
  height: 40px;
  line-height: 40px;
}
.list-4 ul li {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.list-4 ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-4 ul li a {
  font-size: 16px;
}
.list-5 ul li:first-of-type {
  padding-left: 0;
}
.list-5 ul li:first-of-type a {
  color: #1f2774;
  font-weight: 700;
}
.list-5 ul li:first-of-type:before {
  content: none;
}
.img-box-2 a {
  display: block;
}
.img-box-2 a h1 {
  font-size: 18px;
  font-weight: 700;
}
.img-box-2 a .flex {
  align-items: center;
}
.img-box-2 a .flex img {
  width: 40%;
  height: 120px;
}
.img-box-2 a .flex .t3 {
  width: 55%;
}
.img-box-2 a .flex .t3 h3 {
  font-size: 16px;
  text-indent: 2rem;
}
.title-3 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.title-3 a {
  padding: 0 10px 8px;
  font-size: 20px;
  border-bottom: 1px solid #cd0f56;
}
.list-list ul li {
  white-space: normal;
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-list ul li a .txt {
  width: 60%;
}
.list-list ul li a .txt h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.list-list ul li a .txt span {
  font-size: 1.4rem;
  margin-right: 1rem;
  color: #333;
}
.list-list ul li a .no-img {
  width: 100%;
}
.list-list ul li a img {
  width: 35%;
}
.crumbs {
  background-color: #f3f3f3;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.crumbs a {
  font-weight: 700;
  margin-right: 10px;
  font-size: 16px;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.2rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover {
  background-color: #007af5;
  color: #fff;
}
.con-tit {
  padding: 1.7rem;
}
.con-tit h4 {
  font-size: 2.2rem;
}
.con-info {
  padding: 0 3rem;
}
.con-info span {
  display: block;
}
.con-info span:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
}
.con-info span:last-of-type {
  font-size: 1.2rem;
  color: #a2a2a2;
}
.con-txt p {
  text-indent: 2rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
  padding: 0 1rem 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  margin: 1rem 0;
  padding: 0 2rem;
  justify-content: space-between;
}
.pian a {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid #eee;
  margin-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
