.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 6rem;
  background-color: #003f75;
  align-items: center;
  border-bottom: 1rem solid #003f75;
}
.head .logo {
  width: 45%;
  height: 5rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
.head .nav {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  width: 15%;
  height: 4rem;
  background: #fff url(../img/nav.png) no-repeat center;
  background-size: 50%;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.head .show-nav {
  display: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: #003f75;
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.head .show-nav .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  overflow: hidden;
  height: 34px;
  margin: 1rem 3rem 2rem;
}
.head .show-nav .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 34px;
  overflow: hidden;
}
.head .show-nav .search form input {
  width: 80%;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .show-nav .search form button {
  width: 20%;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
}
.head .show-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.head .show-nav ul li {
  text-align: center;
  width: 25%;
  height: 4rem;
}
.head .show-nav ul li a {
  color: #fff;
  font-size: 1.8rem;
}
.big-tit {
  background-color: #f9f9f9;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  border: solid #dddcdc 1px;
}
.big-tit h4 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#swiper-1 {
  --swiper-navigation-color: #fff;
  height: 200px;
  padding-bottom: 35px;
}
#swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 40px;
  background: #888;
}
#swiper-1 .swiper-button-prev {
  left: 0;
}
#swiper-1 .swiper-button-next {
  right: 0;
}
#swiper-1 .swiper-button-prev,
#swiper-1 .swiper-button-next {
  width: 35px;
  height: 50px;
  top: 40%;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 1.8rem 4.4rem;
}
#swiper-1 .swiper-pagination-bullet {
  transition: 0.6s;
}
#swiper-1 .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 0.3rem;
  background-color: #003f75;
}
.p {
  padding: 0 1rem;
}
.list ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li a {
  font-size: 14px;
}
.first ul li:first-of-type {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
}
.first ul li:first-of-type a {
  font-size: 16px;
  font-weight: 700;
}
.first ul li:first-of-type:before {
  content: none;
}
.title-1 {
  height: 3rem;
  line-height: 3rem;
  border-bottom: 0.2rem solid #003f75;
}
.title-1 span {
  font-size: 1.8rem;
  color: #003f75;
  font-weight: 600;
  border-bottom: solid #37c0d4 0.2rem;
  float: left;
}
.title-1 i {
  font-size: 1.4rem;
}
.two-img-box a {
  width: 48%;
}
.two-img-box a img {
  height: 11rem;
}
.two-img-box a h2 {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.left-img ul li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #f4f4f4;
  padding: 1rem 0;
}
.left-img ul li a img {
  width: 30%;
  height: 8rem;
}
.left-img ul li a .txt {
  width: 65%;
}
.left-img ul li a .txt span,
.left-img ul li a .txt i {
  display: block;
}
.left-img ul li a .txt span {
  font-size: 1.6rem;
}
.left-img ul li a .txt i {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #737170;
}
.title-2 {
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-image: linear-gradient(to right, #003f75, #004075, #0d598b, #2b93be, #3fb8df);
}
.title-2 span {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
.title-2 i {
  color: #fff;
  font-size: 1.4rem;
}
.left-img-2 a {
  height: 60px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-img-2 a img {
  width: 30%;
  height: 60px;
  margin-right: 15px;
}
.left-img-2 a h2 {
  font-size: 16px;
}
.title-3 span {
  background-color: #003f75;
  color: #fff;
  display: block;
  width: 7.5rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.4rem !important;
}
.title-3 i {
  font-size: 1.4rem;
  color: #003f75;
}
.text-box span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.text-box h2 {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.text-box h2:hover {
  text-decoration: underline;
}
.xian-list ul li {
  height: 3rem;
  line-height: 3rem;
  border-bottom: 0.1rem solid #f2f2f2;
}
.xian-list ul li a {
  font-size: 1.4rem;
}
.xian-list ul li:last-of-type {
  border-bottom: 0;
}
.crumbs {
  height: 4.5rem;
  line-height: 4.5rem;
  padding-left: 2rem;
  background: url(../img/crumbs.jpg) no-repeat center left;
  border-bottom: solid #e4e4e4 0.1rem;
}
.crumbs span,
.crumbs a {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.list-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #ccc;
  height: 11rem;
  padding: 2rem 0;
}
.list-list a:hover {
  background-color: #f3f6f8;
}
.list-list a .flex {
  align-items: center;
}
.list-list a img {
  height: 11rem;
  margin-right: 1rem;
  width: 40%;
}
.list-list a .text {
  flex: 1;
  overflow: hidden;
  margin-left: 1rem;
}
.list-list a .text span {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 1rem;
}
.list-list a .text span:hover {
  color: #003f75;
}
.list-list a .text h2 {
  font-size: 1.4rem;
  color: #525252;
  min-height: 4rem;
  margin-bottom: 0.5rem;
}
.list-list a .text i {
  font-size: 1.4rem;
  color: #8e8e8e;
}
.list-list a .text i:first-of-type {
  margin-right: 1rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.5rem;
}
.paging .hover {
  background-color: #003f75;
  color: #fff;
}
.con-tit h4 {
  font-size: 2.5rem;
}
.con-info {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-top: solid #eeeeee 1px;
  border-bottom: solid #eeeeee 1px;
}
.con-info span {
  margin-right: 2rem;
  font-size: 1.4rem;
}
.con-txt p {
  font-size: 1.6rem;
  text-indent: 3rem;
  padding: 0.5rem 0;
  line-height: 3rem;
  text-align: justify;
}
.con-txt a img {
  margin: 1rem 0;
  width: 100%;
}
.pian a {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
