.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 6rem;
  margin: 0 2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: 4rem;
  width: 16rem;
}
.head .show-nav {
  display: flex;
  justify-content: center;
  width: 20px;
  height: 16px;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head .show-nav span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #535353;
  transition: all 0.6s;
}
.head .show-nav .toggle1 {
  transform: rotate(45deg) translateY(10px);
}
.head .show-nav .toggle2 {
  height: 0;
  width: 0;
  opacity: 0;
}
.head .show-nav .toggle3 {
  transform: rotate(-45deg) translateY(-10px);
}
.nav {
  padding-top: 2rem;
  background-color: #444444;
  height: 100vh;
  display: none;
  overflow: hidden;
}
.nav form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0 1rem;
}
.nav form input {
  border: none;
  background-color: #f5f5f5;
  border-bottom: 1px solid #888;
  width: 75%;
  padding: 1rem;
  display: block;
  border-radius: 2rem;
  box-sizing: border-box;
}
.nav form button {
  width: 19%;
  background-color: #f68f4c;
  border: none;
  color: #fff;
  border-radius: 10px;
}
.nav ul {
  margin-top: 1rem;
}
.nav ul li {
  height: 4.5rem;
  line-height: 4rem;
  padding-left: 5rem;
}
.nav ul li a {
  color: #fff;
}
.fouce {
  height: 20rem;
  overflow: hidden;
}
.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: #363637;
  opacity: 1;
  transition: all 0.5s;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #f78447;
}
.fouce img {
  height: 100%;
}
.p {
  padding: 0 1.6rem;
}
.big-tit {
  text-align: center;
  white-space: normal;
}
.big-tit a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.big-tit h1 {
  color: #002483;
  font-size: 1.8rem;
  font-weight: 700;
}
.big-tit h2 {
  color: #5d5d5d;
  font-size: 1.6rem;
}
.big-tit h2 {
  color: #5d5d5d;
  text-indent: 2em;
  line-height: 1.8rem;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.title {
  height: 4.4rem;
  line-height: 4.4rem;
  border-bottom: 0.1rem solid #dfdfdf;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a span {
  color: #42aade;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.title a span:first-of-type {
  font-size: 2.1rem;
  border-bottom: 0.2rem solid #019bd9;
}
.list-2 ul {
  border-top: none;
  border: 0.1rem solid #dfdfdf;
}
.list-2 ul li {
  height: 5.2rem;
  line-height: 5.2rem;
  padding: 0 2rem;
  border-bottom: 0.1rem solid #dfdfdf;
  position: relative;
}
.list-2 ul li:last-of-type {
  border: none;
}
.list-2 ul li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #dfdfdf;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.list-2 ul li:hover::before {
  background-color: #69bce5;
}
.img-box {
  position: relative;
  height: 19.3rem;
}
.img-box span {
  background: #019bd9;
  height: 5rem;
  line-height: 5rem;
}
.img-list ul li {
  white-space: normal;
  margin-top: 20px;
}
.img-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.img-list ul li a img {
  width: 30%;
}
.img-list ul li a h2 {
  width: 65%;
  font-size: 1.6rem;
}
.img-list ul li .no-img h2 {
  text-indent: 2rem;
  width: 100%;
}
.img-list ul li .big {
  flex-direction: column;
}
.img-list ul li .big img {
  width: 100%;
  height: 20rem;
}
.img-list ul li .big h2 {
  margin-bottom: 1rem;
  width: 100%;
}
.crumbs a {
  margin-right: 5px;
  color: #929292;
}
.crumbs a:first-of-type {
  color: #083b90;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 0px;
  background-color: #bbbbbb;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #666666;
}
.tit {
  height: 40px;
  line-height: 40px;
  background-color: #e9f4fe;
}
.tit a {
  display: block;
  width: 30%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #0197d6;
}
.pian a {
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.pian a:hover {
  background-color: #bbbbbb;
}
.con-tit h4 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.con-info {
  text-align: center;
}
.con-info span {
  font-size: 14px;
  margin-right: 20px;
}
.con-info span:first-of-type {
  color: #999;
}
.con-txt P {
  margin-top: 16px;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 3rem;
  text-indent: 2em;
}
.con-txt P img{
  display: block;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
