.backtop {
  background: #fff url(../img/back-top.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.bottom {
  border-top: 2px solid #2c8fcd;
  background: #2c8fcd;
  color: #fff;
}
.bottom a {
  color: #fff;
}
.head {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 2rem;
  align-items: center;
  height: 9rem;
  border-bottom: 1px solid #ccc;
}
.head img {
  width: 17rem;
  height: 5rem;
}
.head .show-search {
  width: 4rem;
  height: 3rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 60%;
}
.head .off {
  background: url(../img/off.png) no-repeat center;
  background-size: 60%;
}
.search {
  display: none;
  height: 5rem;
  padding-top: 1rem;
  background-color: #2c8fcd;
}
.search form {
  width: 90%;
  margin: 0rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.search form input {
  flex: 1;
  background-color: #f6f7f9;
  height: 4rem;
  border: none;
  padding-left: 1rem;
}
.search form button {
  width: 5rem;
  height: 4rem;
  background-color: #2c8fcd;
  color: #fff;
  font-size: 1.8rem;
}
nav {
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.6s;
  align-items: center;
}
nav ul li {
  text-align: center;
  width: 25%;
  height: 3.2rem;
  line-height: 3.2rem;
}
nav ul li a {
  font-size: 1.7rem;
}
#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: #2c8fcd;
}
.dis_flex {
  display: flex;
  justify-content: space-between;
}
.sele_tit {
  background-color: #2c8fcd;
  padding: 0.5rem 1.5rem;
  height: 4rem;
  line-height: 4rem;
  align-items: center;
}
.sele_tit span {
  flex: 1;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.sele_tit span.cur {
  background-color: #fff;
  color: #000;
}
.pad {
  padding: 0 1.5rem;
}
.time_ic_list ul li {
  height: 4.5rem;
  line-height: 4.5rem;
  border-bottom: 1px dotted #b2b2b2;
  display: flex;
  justify-content: space-between;
  background: url(../img/list_oc.jpg) no-repeat center left;
  padding-left: 2rem;
}
.time_ic_list ul li span {
  flex: 1;
  overflow: hidden;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.time_ic_list ul li i {
  font-size: 1.4rem;
}
.title_2 {
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem;
  background-color: #2c8fcd;
}
.title_2 span a {
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.title_2 i a {
  color: #fff;
  font-size: 1.4rem;
}
.tit_img_info .con {
  border-bottom: #f0f0f0 solid 0.1rem;
  padding-bottom: 1.5rem;
}
.tit_img_info .con:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.tit_img_info span {
  font-weight: 700;
  display: block;
  height: 4rem;
  line-height: 4rem;
}
.tit_img_info span a {
  font-size: 1.7rem;
}
.tit_img_info .dis_flex {
  align-items: center;
}
.tit_img_info .dis_flex_2 img {
  margin-right: 0;
  margin-left: 1.5rem;
}
.tit_img_info img {
  margin-right: 1.5rem;
  width: 14rem;
  height: 9rem;
}
.tit_img_info .notext3 {
  flex: 1;
  color: #999;
  overflow: hidden;
}
.tit_img_info .notext3 a {
  font-size: 1.4rem;
  color: #999;
}
.tit_img_info .notext3 a i {
  color: #05519f;
}
.img-div {
  overflow: hidden;
}
.img-div a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.img-div img {
  width: 35%;
  margin-right: 1rem;
  height: 8rem;
}
.img-div .text {
  flex: 1;
  overflow: hidden;
}
.img-div .text .notext2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.img-div .text span {
  font-size: 1.4rem;
  color: #999;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 3.7rem;
  line-height: 3.7rem;
  color: #515151;
  position: relative;
}
.top-list ul li a {
  font-size: 1.6rem;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 2rem;
  font-size: 1.6rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #2c8fcd;
}
.hua_up_text {
  overflow: hidden;
}
.hua_up_text ul {
  height: 20rem;
}
.hua_up_text ul .js-marquee {
  margin-bottom: 0 !important;
}
.hua_up_text ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  padding-left: 2rem;
}
.hua_up_text ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hua_up_text ul li a {
  font-size: 1.6rem;
}
.crumbs {
  height: 5rem;
  line-height: 5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.crumbs a,
.crumbs i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.paging {
  margin: 5rem 0 4rem;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.1rem;
  color: #1a1a1a;
  border: 0.1rem solid #ccc;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.5rem;
  border-radius: 1rem;
  transition: all 0.4s;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  border: 1px solid #2c8fcd;
  color: #2c8fcd;
}
.bot_fy {
  margin: 3rem 0 2rem;
}
.bot_fy span {
  width: 48%;
}
.bot_fy span a {
  font-size: 1.6rem;
}
.bot_fy span i {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.7rem;
  color: #2c8fcd;
  font-weight: 700;
}
.bot_fy span:last-of-type i {
  text-align: right;
}
.con-tit {
  margin: 2rem 0;
}
.con-tit h4 {
  font-size: 2.8rem;
}
.con-info {
  border-bottom: 1px #dcdcdc solid;
  padding: 1.5rem 0;
  justify-content: flex-start;
}
.con-info i {
  color: #666;
  font-size: 1.4rem;
  margin-right: 2rem;
}
.con-txt p {
  font-size: 1.6rem;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 3rem;
  text-align: justify;
}
.con-txt p span {
  display: inline !important;
}
.con-txt a img {
  display: block;
  margin: 1rem 0;
  width: 100%;
}
