.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 2rem;
}
.head .logo {
  width: 32%;
  margin: 0 auto;
  padding-top: 2rem;
  /* height: 6.5rem; */
}
/* .head .logo img {
  width: 100%;
  height: 100%;
} */
.head .search {
  width: 80%;
  margin: 0 auto;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .search input {
  padding-left: 2rem;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  width: 80%;
  border: 0;
}
.head .search button {
  width: 20%;
  border: 0;
  height: 40px;
  background: url(../img/search.png) no-repeat center;
  background-size: 40%;
  opacity: 0.7;
}
.nav {
  background-color: #2a3c54;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav ul li {
  width: 25%;
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
}
.nav ul li a {
  color: #fff;
}
.p {
  margin: 1rem;
}
.p-2 {
  padding: 1rem;
  background-color: #f2f2f2;
}
.title {
  background-color: #fff;
}
.title a {
  font-weight: 700;
  font-size: 1.8rem;
}
.fouce {
  overflow: hidden;
}
.fouce .swiper {
  height: 100%;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 2rem;
}
.fouce .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fouce .swiper .swiper-wrapper .swiper-slide a .img {
  width: 100%;
  height: 240px;
}
.fouce .swiper .swiper-wrapper .swiper-slide a .text {
  margin-top: 2rem;
  padding-bottom: 3em;
}
.fouce .swiper .swiper-wrapper .swiper-slide a .text h2 {
  font-weight: 700;
  font-size: 1.8rem;
}
.fouce .swiper .swiper-wrapper .swiper-slide a .text h3 {
  font-size: 1.4rem;
  text-indent: 40px;
  line-height: 2.5rem;
  margin: 1rem 0;
}
.fouce .swiper .swiper-wrapper .swiper-slide a .text span {
  display: block;
  font-size: 1.4rem;
}
.fouce .swiper .swiper-pagination {
  left: -2rem;
  text-align: right;
}
.fouce .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.fouce .swiper .swiper-button-next,
.fouce .swiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  width: 3rem;
  height: 6rem;
  top: 20%;
}
.fouce .swiper .swiper-button-prev {
  left: 0;
}
.fouce .swiper .swiper-button-next {
  right: 0;
}
.fouce .swiper .swiper-pagination-bullet-active {
  background-color: #000;
}
.title-2 {
  height: 25px;
  background-color: #fff;
}
.title-2 a {
  font-size: 18px;
}
.title-2 a span {
  background: url(../img/more.png) no-repeat center;
  display: block;
  width: 20px;
  height: 25px;
  border-radius: 50%;
  background-size: 100%;
  float: right;
  transition: all 0.6s;
}
.l-img-txt a {
  display: flex;
  justify-content: space-between;
}
.l-img-txt a img {
  width: 35%;
  height: 10rem;
}
.l-img-txt a .txt {
  width: 60%;
}
.l-img-txt a .txt h2,
.l-img-txt a .txt h3 {
  font-size: 16px;
  text-indent: 2rem;
}
.l-img-txt a .txt h2 {
  text-indent: 1rem;
}
.l-img-txt a .txt span {
  font-size: 14px;
}
.l-img-txt a .no-img {
  width: 100%;
}
.list ul li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}
.list ul li a {
  font-size: 16px;
}
.list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.no-d ul li {
  padding-left: 0;
}
.no-d ul li:before {
  content: none;
}
.title-3 {
  text-align: center;
}
.title-3 a span {
  font-size: 24px;
  font-weight: 700;
}
.img-box img {
  height: 18rem;
}
.img-box h1 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.txt-box a {
  margin-top: 2rem;
  padding-left: 1rem;
  background: url(../img/left.png) no-repeat 0 0.5rem;
  display: block;
}
.txt-box a h2 {
  font-size: 1.6rem;
}
.txt-box a h3 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.4rem;
  text-indent: 10px;
  color: #7c7c7c;
}
.txt-box a span {
  font-size: 1.4rem;
}
.crumbs {
  border-bottom: 0.1rem solid #ccc;
  padding-bottom: 1.5rem;
}
.crumbs span,
.crumbs a {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.crumbs span {
  padding-left: 2rem;
  background: url(../img/crumbs.png) no-repeat center left;
}
.list-list ul li {
  white-space: normal;
  border-bottom: 0.1rem solid #cccccc;
  padding: 2rem 0;
  padding-left: 3.5rem;
  background: url(../img/left.png) no-repeat 1rem 2.5rem;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a img {
  width: 30%;
  height: 14rem;
}
.list-list ul li a .txt {
  width: 65%;
}
.list-list ul li a .txt h1 {
  font-weight: 700;
  font-size: 1.8rem;
}
.list-list ul li a .txt h2 {
  margin: 1.3rem 0;
  font-size: 1.5rem;
  text-indent: 2em;
  color: #7e7e7e;
}
.list-list ul li a .txt span {
  font-size: 1.4rem;
}
.list-list ul li a .no-img {
  width: 100%;
}
.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: #bfbfbf;
  border: 0.1rem solid #ccc;
  transition: all 0.6s;
}
.paging .hover {
  color: #fff;
  background-color: #bfbfbf;
}
.con-tit {
  border-bottom: 0.1rem solid #ccc;
}
.con-tit h4 {
  font-size: 1.8rem;
  padding: 2rem;
}
.con-info {
  border-bottom: 0.1rem solid #ccc;
  padding-left: 10%;
}
.con-info span {
  margin: 0.5rem 1.5rem;
  height: 3.5rem;
  line-height: 4rem;
  font-size: 1.4rem;
}
.con-txt p {
  text-indent: 2em;
  font-size: 1.6rem;
  line-height: 3.1rem;
  padding: 0 1rem 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  padding: 0 10px;
}
.pian a {
  margin-top: 2rem;
  display: block;
  background-color: #bfbfbf;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.fouce .swiper .swiper-wrapper .swiper-slide a .img img {
			width: 100%;
			height: 100%;
		}