nav .logo {
  height: 10rem;
  padding: 0 1.6rem;
  background: url(../img/head.jpg) no-repeat center center;
  border-bottom: 3px solid #003366;
}
nav .logo img {
  margin-top: 3rem;
  margin-left: 2rem;
  width: 20rem;
  height: 5rem;
}
.head {
  position: sticky;
  z-index: 999;
  top: 0;
  padding: 0 1.6rem;
  background-color: #094baa;
}
.head ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.head ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.head ul li a {
  color: #fff;
}
.info-fou {
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}
.info-fou .tz span {
  color: #094baa;
  position: relative;
}
.info-fou .tz span:before {
  content: '';
  width: 15px;
  height: 20px;
  background: url(../img/laba.png) no-repeat center;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.info-fou .hd_nav {
  width: calc(100% - 14rem);
  box-sizing: border-box;
}
.info-fou .hd_nav .hd_nav_scroll {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.info-fou .hd_nav .hd_nav_scroll .swiper-wrapper .swiper-slide {
  width: auto;
  font-size: 1.4rem;
  margin-right: 1.8rem;
}
.info-fou .hd_nav .hd_nav_scroll .swiper-wrapper .swiper-slide a {
  color: #6b6b6b;
}
.info-fou .search {
  color: #094baa;
}
.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: #094baa;
}
.fouce {
  height: 20rem;
  padding: 0 1.6rem;
  overflow: hidden;
  position: relative;
}
.fouce .swiper-container {
  overflow: hidden;
  height: 20rem;
}
.fouce .swiper-container img {
  width: 100%;
  height: 100%;
}
.fouce .swiper-container p {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(3, 3, 3, 0.5);
}
.fouce .swiper-container p span {
  width: 75%;
  display: block;
  overflow: hidden;
}
.fouce .swiper-pagination {
  text-align: right;
  left: -40px;
}
.fouce .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #ff6600;
}
.title-list .list {
  margin-top: 10px;
}
.title-list .list .img-div {
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: space-between;
}
.title-list .list .img-div img {
  margin-right: 1rem;
  width: 40%;
}
.title-list .list .img-div .text {
  width: 60%;
}
.title-list .list .img-div .text h3 {
  font-weight: 400;
  font-size: 1.6rem;
}
.title-list .list .img-div .text p {
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.title-list .list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.title-list .list ul li {
  position: relative;
  margin: 4px 0;
  padding-left: 20px;
}
.title-list .list ul li a {
  color: #094baa;
}
.title-list .list ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #094baa;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.list-xian li:nth-child(5n + 5) {
  padding-bottom: 2rem;
  margin-bottom: 2rem !important;
  border-bottom: 1px dashed #ccc;
}
.list-xian li:nth-child(5n + 5):before {
  top: 30% !important;
}
.title {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #eee;
  padding: 0 0 10px 0;
}
.title h3 {
  color: #094baa;
  margin: 0 auto;
  font-size: 2.8rem;
}
.title a:first-of-type span {
  color: #094baa;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 6px solid #094baa;
  padding: 10px 0;
}
.title a:last-of-type span {
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}
.title a:last-of-type span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/more.gif) no-repeat right 5px;
}
.title-2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #eee;
  padding: 0 0 10px 0;
}
.title-2 a:first-of-type span {
  color: #094baa;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 6px solid #094baa;
  padding: 10px 0;
}
.coume {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.coume span,
.coume a {
  font-size: 14px;
  margin-right: 10px;
}
.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;
  text-align: center;
  line-height: 50px;
  background-color: #fafafa;
}
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #094baa;
}
.paging .hover {
  color: #fff;
  background-color: #094baa;
}
.pian {
  border-top: 1px solid #eee;
  padding: 20px;
}
.pian p {
  margin-bottom: 10px;
}
.pian p strong {
  margin-right: 20px;
}
.content .con-tit h1 {
  text-align: center;
  font-size: 33px;
  color: #333;
  font-weight: 500;
}
.content .con-info {
  text-align: center;
  background-color: #eee;
  padding: 0.5rem 0;
  border-radius: 1rem;
}
.content .con-info span {
  font-size: 14px;
  margin-right: 10px;
}
.content .con-share {
  text-align: center;
  padding: 10px 0;
}
.content .con-share .social-share-icon {
  border: 0;
  margin-right: 6px;
}
.content .con-txt h6 {
  font-weight: 400;
  text-indent: 2rem;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 32px;
}
.content .con-txt a img {
  width: 100%;
  display: flex;
  margin: 20px auto;
}
