.flex {
  display: flex;
  justify-content: space-between;
}
.p {
  padding: 0 1rem;
}
.head {
  position: sticky;
  top: 0;
  z-index: 99;
}
.logo {
  align-items: center;
  height: 7rem;
  padding: 0 1.6rem;
  position: relative;
  background-color: #e2342b;
}
.logo a {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  padding: 0.9rem;
  border-radius: 2rem;
}
.logo a img {
  width: 12.5rem;
  height: 2.5rem;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  align-items: center;
  height: 7rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.logo .show-sesarch .back {
  width: 10%;
  height: 4rem;
  background: url(../img/left.png) no-repeat center;
  background-size: 40%;
  margin-left: 2rem;
}
.logo .show-sesarch .off-search {
  width: 10%;
  color: #ff0000;
}
.logo .show-sesarch form {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  overflow: hidden;
  border-radius: 0.5rem;
}
.logo .show-sesarch form input {
  width: 80%;
  height: 4rem;
  background-color: #eee;
  border: none;
}
.logo .show-sesarch form button {
  background: url(../img/search.png) no-repeat center;
  background-size: 45%;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
}
.logo .search-box {
  height: 4rem;
  width: 5rem;
  background: url(../img/list-img.png) no-repeat center;
  background-size: 50%;
}
.huanav {
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.7rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #959595;
}
.huanav .huanav_scr .cur a {
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 3px solid #ef1a12;
}
.fouce {
  height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.fouce #swiper-2 {
  height: 100%;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  text-align: left;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span h1 {
  font-size: 1.6rem;
  display: block;
  width: 70%;
  text-align: left;
}
.fouce #swiper-2 .swiper-pagination {
  text-align: right;
  right: 1rem;
  left: auto;
  bottom: 1rem;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  border-radius: 1rem;
  height: 0.5rem;
  background-color: #c1c1c1;
  opacity: 1;
  transition: all 0.5s;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #e2342b;
}
.fouce img {
  height: 100%;
}
.right-img a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.right-img a .text {
  width: 59%;
}
.right-img a .text h3 {
  font-size: 1.5rem;
  color: #333333;
}
.right-img a .text span {
  font-size: 1.3rem;
  color: #999999;
}
.right-img a .no-img {
  width: 100%;
}
.right-img a img {
  width: 39%;
  border-radius: 1rem;
}
.tow-img a {
  width: 49%;
  display: block;
}
.tow-img a img {
  height: 10rem;
  border-radius: 0.5rem;
}
.tow-img a h2 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #333333;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a span {
  font-size: 20px;
  font-weight: 700;
}
.title a span:first-of-type {
  border-left: 5px solid #e2342b;
  padding-left: 5px;
}
.title a span:last-of-type {
  background: url(../img/more.png) no-repeat center right;
  padding-right: 15px;
}
.big-img a {
  display: block;
  position: relative;
  height: 20rem;
  border-radius: 5px;
  overflow: hidden;
}
.big-img a span {
  height: 5rem;
  line-height: 5rem;
  font-size: 17px;
}
.list ul li {
  white-space: normal;
  margin-bottom: 2rem;
}
.list ul li a h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.list ul li a span {
  font-size: 1.2rem;
  color: #999999;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1.5rem;
}
.paging a:hover,
.paging span:hover {
  background-color: #728fd3;
  color: #fff;
}
.paging .hover {
  background-color: #728fd3;
  color: #fff;
}
.notext {
  background-color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.notext a {
  margin-left: 0.3rem;
  font-size: 1.4rem;
}
.con .con-tit h4 {
  font-size: 2.2rem;
  font-weight: 400;
}
.con .con-info {
  text-align: center;
}
.con .con-info span {
  color: #9999;
  margin-right: 2rem;
  font-size: 1.4rem;
}
.con .con-text p {
  font-size: 1.6rem;
  text-indent: 3rem;
  line-height: 3rem;
}

.con .con-text p img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.con .con-text a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  margin: 3rem 0;
  justify-content: space-between;
}
.pian a {
  display: block;
  padding: 1rem;
  border: 0.1rem solid #eee;
  margin: 0 1rem;
}
