.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 4rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  align-items: center;
  position: relative;
}
.head .logo {
  width: 14.5rem;

}
.head .search {
  width: 2.6rem;
  height: 2.6rem;
}
.head .search img {
  vertical-align: middle;
}
.show-search {
  height: 5rem;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.show-search form {
  border: 1px solid #b0b0b0;
  background-color: #fff;
  height: 3.2rem;
}
.show-search form input {
  height: 3.2rem;
  padding-left: 1.5rem;
}
.show-search form button {
  border: 0;
  background-color: #fff;
  width: 5rem;
  border-left: 1px solid #b0b0b0;
}
.nav {
  height: 4rem;
  position: relative;
  background-color: #e8e8e8;
  overflow: hidden;
  transition: all 0.6s;
}
.nav .top {
  height: 4rem;
  width: 100%;
  position: absolute;
  top: 0;
  background: url(../img/nav_bg.jpg) repeat-x;
}
.nav ul {
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav ul li {
  width: 25%;
  line-height: 4rem;
  text-align: center;
}
.nav ul li a {
  position: relative;
  z-index: 9;
  font-size: 1.6rem;
  color: #a00000;
}
.nav ul li:nth-child(-n + 4) a {
  color: #fff;
}
.nav .nav-btn {
  position: absolute;
  background: url(../img/nav-btn.jpg) no-repeat center;
  background-size: 100%;
  right: 1rem;
  top: 1.5rem;
  width: 1.5rem;
  height: 1rem;
  transition: all 0.5s ease-in 0.1s;
}
.nav .nav-btn-click {
  transform: rotate(-180deg);
}
.fouce {
  height: 24rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 100%;
}
.fouce p {
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  line-height: 4rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.fouce p span {
  display: block;
  font-size: 1.6rem;
  text-indent: 1.8rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 2px;
  width: 10px;
  border-radius: 0;
  background-color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #d41616;
  width: 15px;
}
.title {
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1.6rem;
}
.title a {
  color: #a00000;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 1rem;
}
.title span {
  flex: 1;
  height: 1.5rem;
  background: url(../img/t-r-icon.jpg) repeat-x center;
}
.list {
  padding: 0 1.6rem;
}
.list ul li {
  white-space: normal;
  margin-top: 2rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a img {
  width: 12rem;
  height: 8rem;
}
.list ul li a .txt {
  width: 60%;
}
.list ul li a .txt h2 {
  font-size: 2rem;
}
.list ul li a .no-img {
  width: 100%;
  text-indent: 2rem;
}
.txt-list {
  padding: 0 1.6rem;
}
.txt-list ul li {
  padding: 0.5rem 0;
  padding-left: 2rem;
  position: relative;
}
.txt-list ul li a {
  font-size: 1.8rem;
}
.txt-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  background-color: #000;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.crumbs {
  padding: 1rem 1.6rem;
}
.crumbs a {
  font-size: 1.4rem;
}
.paging {
  margin: 3rem 0 1rem;
  width: 100%;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  margin-right: 2rem;
  color: #e06b6d;
}
.paging .hover {
  color: #333;
}
.paging span {
  border: 0.1rem solid #ccc;
}
.paging a:hover,
.paging span:hover {
  color: #333;
}
.con-tit {
  padding: 0 1.7rem;
}
.con-tit h4 {
  color: #a11f24;
  font-size: 2rem;
  font-weight: 700;
}
.con-info {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #b3b3b3;
}
.con-info span {
  color: #464646;
  margin-right: 2rem;
  font-size: 1.4rem;
}
.con-txt {
  padding: 0 1.6rem;
}
.con-txt p {
  text-align: justify;
  text-indent: 2rem;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  margin: 15px 0;
}
.pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 10px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  text-align: center;
  font-size: 15px;
}
.keywords a {
  margin-right: 10px;
}
