.backtop {
  background: #fff url(../img/back-top.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.bottom {
  border-top: 2px solid #005ead;
  background: #005ead;
  color: #fff;
}
.bottom a {
  color: #fff;
}
.logo {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  align-items: center;
  height: 6rem;
}
.logo img {
  width: 13rem;
  height: 3rem;
}
.logo .search {
  width: 18rem;
  height: 4rem;
}
.logo .search form {
  width: 18rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f6f7f9;
  border: 1px solid #ddd;
}
.logo .search form input {
  width: 12rem;
  background-color: #f6f7f9;
  height: 4rem;
  border: none;
  padding-left: 1rem;
}
.logo .search form button {
  width: 6rem;
  height: 4rem;
  font-size: 1.4rem;
  background-color: #3a6ea5;
  color: #fff;
}
.nav {
  background-color: #005ead;
  height: 4rem;
  line-height: 4rem;
}
.nav .swiper-slide {
  text-align: center;
  width: auto;
  padding: 0 1rem;
  font-size: 1.5rem;
}
.nav .swiper-slide a {
  color: #fff;
}
#swiper-1 {
  height: 20rem;
}
#swiper-1 .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-slide span i {
  display: block;
  width: 70%;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005ead;
}
.p {
  padding: 0 1.4rem;
}
.col-tit {
  padding: 0.3rem;
  border: 2px solid #ee4c59;
}
.col-tit span {
  height: 4rem;
  line-height: 4rem;
  background: #ee4c59;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
}
.tj-list ul li {
  height: 3.8rem;
  line-height: 3.8rem;
}
.tj-list ul li:nth-of-type(3n-2) {
  padding-left: 5rem;
  position: relative;
}
.tj-list ul li:nth-of-type(3n-2)::before {
  content: '推荐';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ea4b58;
  color: #fff;
  height: 2.1rem;
  line-height: 2.1rem;
  padding: 0 5px;
  font-size: 1.6rem;
}
.tj-list ul li:nth-of-type(4) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 0.1rem solid #ccc;
}
.tj-list ul li:nth-of-type(4)::before {
  top: 55%;
}
.tj-list ul li a {
  font-size: 1.6rem;
}
.col-tit-2 {
  border: 2px solid #005ead;
}
.col-tit-2 span {
  background: #005ead;
}
.tow-img a {
  width: 48%;
  height: 10rem;
  position: relative;
  display: block;
}
.tow-img a span {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.6);
}
.dian-list ul li {
  height: 3rem;
  line-height: 3rem;
  position: relative;
  padding-left: 2rem;
}
.dian-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #005ead;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more-tit {
  height: 4rem;
  line-height: 4rem;
}
.more-tit span {
  font-size: 2rem;
  color: #005ead;
}
.more-tit i {
  font-size: 1.4rem;
  color: #ccc;
}
.left-img a {
  padding: 1rem 0;
  border-bottom: 0.1rem solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-img a img {
  width: 13.8rem;
  height: 8rem;
  margin-right: 1rem;
}
.left-img a .txt {
  flex: 1;
  overflow: hidden;
}
.left-img a .txt h2 {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 3.6rem;
}
.left-img a .txt h2:last-of-type {
  color: #ccc;
  font-weight: 400;
  margin-top: 0.5rem;
}
.img-box {
  box-sizing: border-box;
}
.img-box a {
  display: block;
  height: 18rem;
  position: relative;
}
.no-list ul li {
  height: 3rem;
  line-height: 3rem;
}
.no-list ul li a {
  font-size: 1.4rem;
}
.crumbs {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 0.1rem dashed #e3e3e3;
  background: url(../img/crumbs.png) no-repeat center left;
  padding-left: 2.5rem;
}
.crumbs a,
.crumbs i {
  font-size: 1.4rem;
}
.list ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d9d9d9;
  white-space: normal;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a img {
  width: 150px;
  height: 110px;
  margin-right: 10px;
}
.list ul li a .txt {
  flex: 1;
  overflow: hidden;
}
.list ul li a .txt span {
  font-size: 16px;
}
.list ul li a .txt h2 {
  margin: 10px 0;
  font-size: 14px;
  color: #8c8c8c;
}
.list ul li a .txt i {
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.list ul li a .txt i:first-of-type {
  color: #005ead;
}
.paging {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #005ead;
}
.pian 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: 1rem;
}
.pian span:hover {
  color: #fff;
  background-color: #005ead;
}
.con-tit {
  margin: 2rem 0 1rem;
}
.con-tit h4 {
  font-size: 2.2rem;
  font-weight: 400;
}
.con-info {
  text-align: center;
  border-bottom: 1px #dcdcdc solid;
  padding: 1.5rem 0;
}
.con-info i {
  color: #666;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.con-txt p {
  font-size: 1.6rem;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 3rem;
  text-align: justify;
}
.con-txt a img {
  margin: 1rem 0;
  width: 100%;
}
