.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  align-items: center;
  height: 7rem;
  padding: 0 1.6rem;
  position: relative;
}
.logo a {
  margin: 0 auto;
}
.logo a img {
  width: 16rem;
  height: 4rem;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.logo .show-sesarch .back {
  width: 3rem;
  height: 4rem;
  background: url(../img/left.png) no-repeat center;
  background-size: 80%;
  margin-left: 2rem;
}
.logo .show-sesarch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border: 2px solid #355e92;
  overflow: hidden;
  margin: 1rem 2rem;
  border-radius: 20px;
  padding-left: 20px;
}
.logo .show-sesarch form input {
  width: 80%;
  height: 4rem;
  background-color: #eee;
  border: none;
}
.logo .show-sesarch form button {
  background: url(../img/search.png) no-repeat center;
  background-size: 65%;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
}
.logo .search-box {
  height: 4rem;
  width: 5rem;
  background: url(../img/list-img.png) no-repeat center;
  background-size: 50%;
}
.huanav {
  background-color: #355e92;
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.7rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #fff;
}
.fouce {
  height: 26rem;
}
.fouce .swiper {
  height: 100%;
  --swiper-navigation-color: #fff;
}
.fouce .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 22rem;
}
.fouce .swiper .swiper-wrapper .swiper-slide .txt {
  background-color: #eeeeee;
  padding: 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
}
.fouce .swiper .swiper-wrapper .swiper-slide .txt h1 {
  width: 70%;
  font-size: 1.7rem;
}
.fouce .swiper .swiper-wrapper .swiper-slide .txt span {
  width: 30%;
  text-align: right;
  font-size: 1.7rem;
}
.select {
  border-top: 1rem solid #eef1f5;
  padding-bottom: 2rem;
}
.select .sele-tit {
  padding: 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
}
.select .sele-tit .cur {
  position: relative;
  color: #355e92;
  border-bottom: 1px solid #355e92;
}
.select .sele-tit .cur:before {
  content: '▲';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2rem;
}
.select .sele-tit span {
  font-size: 2rem;
}
.select .sele-tit_3,
.select .sele-tit_2 {
  border-bottom: 1px solid #eee;
}
.select .sele-tit_3 span,
.select .sele-tit_2 span {
  padding: 0 1rem;
  transition: 0.5s all;
  color: #355e92;
}
.select .sele-tit_3 .cur,
.select .sele-tit_2 .cur {
  border: none;
  color: #fff;
  background-color: #355e92;
}
.select .sele-tit_3 .cur:before,
.select .sele-tit_2 .cur:before {
  content: none;
}
.sele-item {
  padding: 0 1.6rem;
}
.sele-item ul li {
  white-space: normal;
  padding: 0.9rem 2rem 0.9rem 3rem;
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
}
.sele-item ul li h2,
.sele-item ul li h1 {
  line-height: 4.4rem;
  color: #333;
}
.sele-item ul li h2 {
  line-height: 3rem;
}
.sele-item ul li span {
  font-size: 1.5rem;
  color: #999;
}
.sele-item ul li:before {
  content: '';
  width: 2rem;
  height: 3rem;
  background: url(../img/list-img.png) no-repeat center;
  position: absolute;
  top: 2rem;
  left: 0;
  background-size: 90%;
}
.sele-item .more {
  background-color: #e6e6e6;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 10px;
}
.img-info {
  padding: 0 1.6rem;
  border-top: 1rem solid #eef1f5;
}
.img-info .title {
  padding-top: 1rem;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #ececec;
}
.img-info .title a {
  color: #355e92;
  font-size: 2rem;
}
.img-info .fouce {
  height: 16rem;
}
.img-info #swiper-3 .swiper-wrapper .swiper-slide a {
  width: 48%;
}
.img-info #swiper-3 .swiper-wrapper .swiper-slide a img {
  height: 12rem;
}
.img-info #swiper-3 .swiper-wrapper .swiper-slide a .txt h1 {
  width: 100%;
  font-size: 1.6rem;
}
.mian {
  padding: 1.6rem;
}
.mian span {
  color: #999;
}
.mian a,
.mian span {
  font-size: 1.7rem;
}
.bor_top {
  border-top: 1rem solid #eef1f5;
}
.bor_top ul li:before {
  top: 1rem;
}
.paging {
  margin: 50px 0;
  text-align: center;
}
.paging a,
.paging span {
  font-size: 18px;
  margin: 0 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.paging .hover {
  font-weight: 700;
  color: #355e92;
}
.con {
  border-top: 1rem solid #eef1f5;
  padding: 0 1.6rem;
}
.con .con-tit {
  padding: 2rem;
}
.con .con-tit h4 {
  color: #355e92;
  font-size: 2.2rem;
}
.con .con-info {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.con .con-info span {
  color: #999;
  font-size: 1.6rem;
  display: block;
}
.con .con-txt p {
  font-size: 2rem;
  text-indent: 2em;
  color: #333;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}
.con .con-txt img {
  margin: 2rem 0;
  max-width: 100%;
  display: block;
}
.guangin {
  width: 100% !important;
  overflow: hidden;
}
.pian {
  padding: 0 1.6rem;
}
.pian a {
  display: block;
  font-size: 1.8rem;
  margin: 1rem 0;
}
.title {
  padding: 2rem 1.6rem;
}
.title a {
  display: block;
  border-left: 3px solid #355e92;
  font-size: 2rem;
  color: #355e92;
  padding-left: 2rem;
}
