nav {
  background: url(../img/nav.png);
  height: 6rem;
  padding: 0 1.6rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .logo {
  background-color: #fff;
  padding: 1rem;
}
nav .logo img {
  height: 4rem;
  width: 16rem;
}
nav .search {
  width: 3rem;
  height: 3.5rem;
  background: url(../img/search.png) no-repeat right center;
  background-size: 80%;
}
.hd_nav {
  width: 100%;
  padding: 0 1.6rem;
  box-sizing: border-box;
  position: sticky;
  z-index: 99999;
  top: 0;
  background-color: #fff;
  border-bottom: 2px solid #d61319;
}
.hd_nav .hd_nav_scroll {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.hd_nav .hd_nav_scroll .swiper-wrapper .swiper-slide {
  width: auto;
  margin-right: 1.8rem;
}
.hd_nav .hd_nav_scroll .swiper-wrapper .swiper-slide a {
  font-size: 2rem;
  color: #333;
}
.fouce {
  height: 20rem;
}
.fouce .swiper {
  height: 100%;
}
.fouce .swiper .swiper-slide p {
  text-align: left;
}
.fouce .swiper .swiper-slide p span {
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fouce .swiper .swiper-pagination {
  left: auto;
  width: 70px;
  right: 0;
  bottom: 5px;
  color: #fff;
}
.fouce .swiper .swiper-pagination-current {
  font-size: 2.2rem;
  color: #d61319;
  font-style: italic;
}
.show-input {
  display: none;
  width: 100% !important;
  padding: 0 1.6rem;
  height: 4.5rem;
  background: #f2f2f2;
  position: relative;
}
.show-input form {
  display: flex;
}
.show-input form input {
  height: 4.5rem;
}
.show-input form input[type='text'] {
  background: #f2f2f2;
  width: calc(100% - 14rem);
  height: 4.5rem;
  border: none;
}
.show-input form input[type='submit'] {
  border: none;
  border-right: 1px solid #eee;
  padding-right: 5rem;
  height: 4.5rem;
  width: 1.7rem;
}
.show-input form button {
  height: 4.5rem;
  width: 5.7rem;
  border: none;
  padding-left: 2rem;
  color: #d61319;
}
.hd_info {
  width: 100%;
  padding: 1rem 1.6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd_info span {
  width: 5rem;
  background-color: #d61319;
  color: #fff;
  text-align: center;
  margin-right: 1rem;
}
.hd_info .hd_info_scroll {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.hd_info .hd_info_scroll .swiper-wrapper .swiper-slide {
  width: auto;
  font-size: 2rem;
}
.hd_info .hd_info_scroll .swiper-wrapper .swiper-slide a {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list {
  padding: 1.6rem;
  border-top: 2rem solid #eee;
}
.img-list .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.img-list .item img {
  width: 15rem;
  height: 10rem;
  margin-right: 2rem;
}
.img-list .item .text {
  align-self: center;
}
.img-list .item .text h3 {
  font-weight: 500;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.img-list .item .text span {
  display: block;
  margin-top: 1rem;
}
.img-list-tit {
  border-top: 2px solid #d61319;
}
.img-list-tit .tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.img-list-tit .tit h3 {
  color: #d61319;
  font-size: 2.2rem;
  font-weight: 500;
}
.paging {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 60px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ededed;
  margin-right: 1rem;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background-color: #d61319;
}
.paging a:hover,
.paging span:hover {
  color: #fff;
}
.paging .hover {
  color: #000;
  background-color: #fff;
}
.content {
  padding: 2rem;
}
.content .con-tit h3 {
  font-size: 2.5rem;
  color: #333;
}
.content .con-info {
  border-bottom: 1px solid #ccc;
  height: 4rem;
  margin: 1rem 0;
  line-height: 4rem;
}
.content .con-info span {
  font-size: 1.4rem;
  color: #333;
}
.content .con-info i {
  margin: 0 1rem;
}
.content .con-text {
  font-size: 1.8rem;
  line-height: 3rem;
}
.content .con-text p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.content .con-text a img {
  display: flex;
  margin: 20px auto;
}
.pian {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
}
.pian span {
  padding: 1rem;
  border-radius: 20px;
  background-color: #bebebe;
  color: #fff;
}
