.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo img {
  width: 15rem;
  /*height: 3rem;*/
}
.logo .search {
  width: 20rem;
  height: 4rem;
  position: relative;
}
.logo .search form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f7f9;
  overflow: hidden;
}
.logo .search form input {
  width: 80%;
  height: 4rem;
  background-color: #f6f7f9;
  border: none;
}
.logo .search form button {
  z-index: 9;
  border: none;
  width: 3rem;
  height: 2rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 60%;
}
.huanav {
  z-index: 999;
  padding: 0 1.65rem;
  box-sizing: border-box;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.6rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #000;
}
.p {
  padding: 0 1.4rem;
}
#swiper-1 {
  height: 20rem;
  border-radius: 5px;
}
#swiper-1 span {
  height: 7rem;
  line-height: 7rem;
}
#swiper-1 .swiper-pagination {
  bottom: 5px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: #eee;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #02a9fa;
}
.title-2 span {
  font-size: 1.9rem;
  padding-left: 0.5rem;
  border-left: 0.3rem solid #db2e1d;
}
.title-2 i {
  font-size: 1.2rem;
  padding-right: 1rem;
  background: url(../img/more.jpg) no-repeat center right;
}
.list ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li a {
  font-size: 15px;
}
.two-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-img a {
  margin-top: 20px;
  position: relative;
  width: 48%;
  height: 120px;
}
.two-img a span {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.img-box {
  box-sizing: border-box;
}
.img-box img {
  width: 100%;
  height: auto;
}
.img-box h2 {
  margin: 10px 0;
  font-size: 16px;
}
.img-box h3 {
  font-size: 15px;
  color: #919191;
  text-indent: 2rem;
}
.img-div {
  overflow: hidden;
}
.img-div a {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-div img {
  width: 35%;
  height: 85px;
  margin-right: 2rem;
}
.img-div .text {
  flex: 1;
}
.img-div .text h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.img-div .text span {
  font-size: 1.2rem;
  color: #999;
}
.img-div .text span:first-of-type {
  margin-right: 1rem;
}
.crumbs {
  border-bottom: 1px dashed #ccc;
  height: 4rem;
  line-height: 4rem;
}
.crumbs a,
.crumbs span {
  font-size: 1.2rem;
}
.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,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #02a9fa;
}
.con-tit h4 {
  font-size: 22px;
}
.con-info span {
  font-size: 12px;
  color: #bcbcbc;
}
.con-txt p {
  text-indent: 2em;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.con-txt a img ,.con-txt p img{
  width: 100% !important;
  margin: 0.5rem 0;
  display: block;
}
.pian {
  display: flex;
  justify-content: space-between;
}
.pian a {
  display: block;
  padding: 1rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
}
