/********************通用头部正常版样式********************/
/* 顶部服务区样式 */
.head-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #e6e6e6;
}

.head-top div {
  font-size: 14px;
}

.head-top a,
.head-top span {
  color: #333;
  font-size: 14px;
  float: left;
  /* display: inline-block; */
}

.head-top span {
  margin: 0 5px;
}

/* 中间banner区样式 */
.head-banner {
  width: 100%;
  min-height: 180px;
  background: #f5f5f5;
}

.head-banner-box {
  height: 100%;
}

/* 头部logo样式 */
.head-logo {
  width: auto;
  height: 100%;
  padding-top: 53px;
}

.head-logo a,
.head-logo img {
  width: auto;
  height: auto;
  display: inline-block;
}

/* 头部检索样式 */
.head-search form {
  width: 428px;
  height: 50px;
  margin-top: 65px;
  display: block;
}

.head-search form input {
  border: 0;
  outline: none;
  display: block;
  height: 50px;
  line-height: 50px;
}

.head-search-text {
  width: 318px;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #999;
}

.head-search-submit {
  width: 110px;
  background: #3a83e9;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* 页面主导航区样式 */
.bt-head-nav {
  width: 100%;
  height: 50px;
  background: #3a83e9;
}

.bt-head-nav nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left
}

.bt-head-nav nav a {
  width: 16.666%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.bt-head-nav nav a:hover {
  background: #579fda;
}

.head-active {
  background: #579fda;
}

/* 当前位置 */
.bt-box-dqwz {
  border-bottom: 1px solid #3a83e9;
  padding-bottom: 15px;
}

.bt-box-dqwz span,
.bt-box-dqwz a {
  font-size: 16px;
  line-height: 24px;
}

/********************通用头部老年版样式********************/
/* 顶部服务区样式 */
.old_type .head-top {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

.old_type .head-top div {
  font-size: 24px;
}

.old_type .head-top a,
.old_type .head-top span {
  font-size: 24px;
}

/* 中间banner区样式 */
.old_type .head-banner {
  min-height: 190px;
}

/* 头部检索样式 */
.old_type .head-search form {
  height: 60px;
  margin-top: 60px;
}

.old_type .head-search form input {
  height: 60px;
  line-height: 60px;
}

.old_type .head-search-text {
  font-size: 24px;
}

.old_type .head-search-submit {
  font-size: 24px;
}

/* 页面主导航区样式 */
.old_type .bt-head-nav {
  height: 60px;
}

.old_type .bt-head-nav nav a {
  font-size: 26px;
  line-height: 60px;
}

/********************通用头部正常版手机端样式********************/
@media (max-width: 900px) {

  /* 顶部服务区样式 */
  .head-top {
    padding: 0 12px;
  }

  /* 中间banner区样式 */
  .head-banner {
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  /* 头部logo样式 */
  .head-logo {
    width: 100%;
    padding-top: 30px;
    float: none;
  }

  .head-logo a,
  .head-logo img {
    margin: 0 auto;
  }

  /* 头部检索样式 */
  .head-search {
    width: 100%;
    padding: 30px 18px;
  }

  .head-search form {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .head-search-text {
    width: 80%;
    font-size: 1.5rem;
  }

  .head-search-submit {
    width: 20%;
  }

  /* 页面主导航区样式 */
  .bt-head-nav {
    width: 100%;
    height: auto;
  }

  .bt-head-nav nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .bt-head-nav nav a {
    font-size: 18px;
    width: 33.333%;
    height: 50px;
  }
}

/********************通用头部老年版手机端样式********************/
@media (max-width: 900px) {

  /* 顶部服务区样式 */
  .old_type .head-top-left {
    display: none;
  }

  /* 头部检索样式 */
  .old_type .head-search form {
    margin: 0 auto;
  }

  /* 页面主导航区样式 */
  .old_type .bt-head-nav {
    height: auto;
  }

  .old_type .bt-head-nav nav a {
    font-size: 22px;
    width: 50%;
    height: 60px;
  }
}

/********************底部样式********************/
footer {
  margin-top: 0;
  background: #3a83e9;
}

footer .bt-box-1200 {
  height: 12.6875rem;
  background: #3a83e9;
}

.footLeft {
  width: 44rem;
}

.footLeft ul {
  margin-top: 1.75rem;
}

.footLeft ul li {
  float: left;
  color: #fff;
  font-size: 1rem;
}

.footLeft ul .shu {
  margin: 0 0.8125rem;
}

.footLeft ul li a {
  color: #fff;
}

.footInfo_1 span,
.footInfo_1 a,
.footInfo_2 a,
.footInfo_2 span,
.footInfo_3 a,
.footInfo_3 span {
  float: left;
  color: #fff;
  font-size: 1rem;
}

.footInfo_1 {
  margin-top: 1.875rem;
}

.footInfo_1 span:nth-child(2) {
  margin-left: 1rem;
}

.footInfo_2 {
  margin-top: 0.5rem;
}

.footInfo_2 span:nth-child(2) {
  margin-left: 2rem;
}

.footInfo_2 a:nth-child(3) {
  margin-left: 1rem;
}

.footInfo_2 a:nth-child(3) img {
  margin-right: 0.3125rem;
}

.footInfo_3 {
  margin-top: 0.5rem;
}

.footInfo_3 span:nth-child(2) {
  width: 6.625rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  background: #cbe0ff;
  font-size: 0.875rem;
  color: #3a83e9;
  margin-left: 0.8125rem;
  margin-top: -0.125rem;
  text-align: center;
}

.footRight {
  justify-content: end;
  padding-top: 4.6875rem;
}

.footRight>a {
  float: left;
}

.dzjg {
  margin-top: -5px;
}

.zfzc {
  margin: 0 25px 0 20px;
}

.wzafw {
  background: #fff;
  width: 6.875rem;
  height: 3.25rem;
}

footer.old_type .bt-box-1200 {
  height: 394px;
  position: relative;
}

.old_type .footLeft ul {
  margin-top: 30px;
}

.old_type .footLeft ul li,
.old_type .footInfo_1 span,
.old_type .footInfo_1 a,
.old_type .footInfo_2 a,
.old_type .footInfo_2 span,
.old_type .footInfo_3 a,
.old_type .footInfo_3 span {
  font-size: 32px;
  line-height: 48px;
}

.old_type .footInfo_1 span:nth-child(2),
.old_type .footInfo_2 a:nth-child(3) {
  margin-left: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.old_type .footInfo_1 {
  margin-top: 26px;
}

.old_type .footInfo_2 a:nth-child(3) img {
  margin-right: 10px;
  width: 32px;
  height: 33px;
}

.old_type .footInfo_3 span:nth-child(2) {
  width: 219px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  font-size: 32px;
  margin-left: 37px;
  margin-top: 0;
}

.old_type footer .bt-box-1200 {
  height: auto;
  padding-bottom: 1rem;
}

.old_type .footLeft {
  width: 58rem;
}

@media (max-width: 768px) {
  .bt-box-1200 {
    width: 100%;
    padding: 0 3%;
  }

  footer {
    margin-top: 1.25rem;
  }

  footer .bt-box-1200 {
    height: auto;
    padding-bottom: 1.25rem;
  }

  .footLeft {
    width: 100%;
  }

  .footLeft>ul {
    font-size: 1.625rem;
    margin-top: 2.5rem;
    text-align: center;
  }

  .footLeft ul li {
    float: none;
    display: inline;
  }

  .footLeft ul li a {
    font-size: 1.625rem;
  }

  .footLeft ul .shu {
    margin: 0 3%;
  }

  .footInfo_1 {
    margin-top: 1.875rem;
  }

  .footInfo_2 {
    margin-top: 0;
  }

  .footInfo_1 span,
  .footInfo_1 a,
  .footInfo_2 a,
  .footInfo_2 span,
  .footInfo_3 a,
  .footInfo_3 span {
    float: none;
    display: block;
    font-size: 1.625rem;
  }

  .footInfo_1,
  .footInfo_2 {
    text-align: center;
  }

  .footInfo_1 span:nth-child(2),
  .footInfo_2 span:nth-child(2),
  .footInfo_2 a:nth-child(3) {
    margin-left: 0;
  }

  .footInfo_3 {
    display: none;
  }

  .footRight {
    width: 100%;
    padding-top: 1.25rem;
  }

  .dzjg {
    margin: 0 0 0 38%;
    width: 3.125rem;
    height: 3.9375rem;
  }

  .dzjg img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .zfzc {
    margin: 1% 0 0 1.5rem;
    width: 6.875rem;
    height: 3.4375rem;
  }

  .zfzc img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .wzafw {
    margin: 2.8125rem 0 0 1.5rem;
    width: 6.875rem;
    height: 3.4375rem;
  }

  .wzafw img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footRight>span {
    display: block;
    /* width: 9.5rem;
      height: 2.5rem;
      background: #cbe0ff; */
    border-radius: 0.25rem;
    font-size: 1.375rem;
    color: #3a83e9;
    /* margin: 3.25rem 0 0 1.625rem; */
  }

  .old_type .footLeft {
    width: 100%;
  }

  .old_type .footLeft ul li,
  .old_type .footInfo_1 span,
  .old_type .footInfo_1 a,
  .old_type .footInfo_2 a,
  .old_type .footInfo_2 span,
  .old_type .footInfo_3 a,
  .old_type .footInfo_3 span,
  .old_type .footLeft ul li a {
    font-size: 38px;
    line-height: 60px;
  }
}


/* 图片新闻 */
.slide {
  width: 36.875rem;
  height: 24.6875rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.slide .swiper-container {
  width: 36.875rem;
  height: 24.6875rem;
}

.slide .swiper-container li {
  position: relative;
}

.slide .swiper-container li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide .swiper-container li a img {
  width: 100%;
  height: 100%;
}

.slideTxt {
  width: 36.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.25rem;
  z-index: 2;
  background: url(bt-shadow.png);
}

.slideTxt a {
  font-size: 1rem;
  color: #fff;
}

/* .slide .swiper-pagination { */
.slide .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  right: 1.25rem;
  bottom: 1.0625rem;
  /* 2.28新增 */
  width: auto;
  left: inherit;
}

.slide .swiper-pagination-bullet {
  float: left;
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
  margin-left: 0.5rem;
}

.slide .swiper-pagination-bullet-active {
  background: #3a83e9;
}

@media (max-width: 767px) {

  .slide,
  .slide .swiper-container,
  .slide .swiper-container li a img {
    width: 100%;
    height: 30rem;
  }

  .slideTxt a {
    font-size: 1.75rem;
  }
}


/* 信息列表 */
.bt-box-tit a.act {
  background: #3a83e9;
}

.bt-box-tit {
  border-bottom: .125rem solid #3a83e9;
}

.first,
.second,
.third {
  margin: 1rem 0;
}

.third {
  margin-bottom: 40px;
}

/* 多图轮播 */
.swiper-box {
  width: 100%;
  /* margin: 1.25rem auto 0; */
  position: relative;
  overflow: hidden;
}

.swiper-list {
  width: 100%;
  height: auto;
}

.swiper-hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.swiper-list .swiper-container {
  width: 100%;
}

.swiper-list .swiper-container li a {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-list .swiper-container li a img {
  width: 100%;
  height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-list .swiper-button-prev,
.swiper-list .swiper-button-next {
  width: 1.6875rem;
  height: 2.875rem;
  background: #f4f4f4;
}

/* 2.28新增 */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-list .swiper-button-prev {
  background: url(lb-left.png) center no-repeat;
  left: 0;
}

.swiper-list .swiper-button-next {
  background: url(lb-right.png) center no-repeat;
  right: 0;
}

@media (max-width: 767px) {

  .swiper-list .swiper-button-prev,
  .swiper-list .swiper-button-next {
    width: 3rem;
    height: 5rem;
  }
}

/* 适老化样式 */
.old_type .swiper-box {
  margin: 1.875rem auto 0;
}

.col-md-6:first-child {
  padding-right: 15px;
}

.col-md-6:nth-child(2) {
  padding-left: 15px;
}



/*手机端*/
@media (max-width: 767px) {

  .col-md-6:first-child,
  .col-md-6:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .col-md-6:first-child {
    margin-bottom: 2.5rem;
  }

  .slideTxt {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
  }

  .slide .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 1.875rem;
  }

  .bt-box-tit a.act {
    background: none;
  }
}

.old_type .col-md-6 {
  max-width: 100%;
  flex: auto;
  margin-top: 40px;
}

.old_type .first .col-md-6:first-child {
  margin-top: 0;
}

.old_type .slide .swiper-container,
.old_type .slide {
  width: 100%;
  height: 50rem;
}

.old_type .slideTxt {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
}

.old_type .slideTxt a {
  font-size: 2.25rem;
}

.old_type .slide .swiper-container-horizontal>.swiper-pagination-bullets,
.old_type .swiper-pagination-custom,
.old_type .swiper-pagination-fraction {
  bottom: 1.875rem;
}