/* .main-box{padding-bottom: 20px;} */
.main {
  margin-top: 0;
}

/* sqnav */
.sqnav {
  height: 210px;
  /* background: #F5F5F5; */
  margin-top: 60px;
}

.sqnav .box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  height: 210px;
  justify-content: space-evenly;
}

.sqnav .box .item {
  width: 90px;
  height: 210px;
  /* padding: 44px 0; */
}

.sqnav .box .item a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.sqnav .box .item a img {
  margin-bottom: 13px;
}


.fcyx {
  width: 100%;
  height: 1149px;
  background: url(../img/zjfc_bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.fcyx_cont {
  width: 1200px;
  margin: 0 auto;
}

.fcyx_cont .title {
  width: 190px;
  height: 296.94px;
  float: right;
  margin-right: 49px;
  position: relative;
  /* top: -212px; */
}

.fcyx_cont .title img {
  display: block;
  width: 100%;
  height: 100%;
}

.fcyx_cont .cont {
  width: 100%;
  position: relative;
}

.swiper1 {
  width: 691px;
  height: 422px;
  margin-top: 214px;
  float: left;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  width: 42px;
  height: 83px;
  margin-top: -40px;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper1 .swiper-button-prev:after,
.swiper1 .swiper-container-rtl .swiper-button-next:after {
  content: '';
  display: block;
  width: 42px;
  height: 83px;
  background: url(../img/zjfc_prev.png) no-repeat center;
  background-size: cover;
}

.swiper1 .swiper-button-next:after,
.swiper1 .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  display: block;
  width: 42px;
  height: 83px;
  background: url(../img/zjfc_next.png) no-repeat center;
  background-size: cover;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.jj_box {
  width: 464px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 40px;
  float: right;
  margin-top: 5px;
  text-indent: 2em;
  text-align: justify;
  min-height: 360px;
  /* 360 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fcmp {
  width: 100%;
  height: 438px;
  background: url(../img/fcmp_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  top: 0;
  z-index: 100;
}

.fcmp_cont {
  position: relative;
  top: -30px;
}

.fcmp_cont .title {
  width: 187px;
  height: 296.94px;
}

.fcmp_cont .title img {
  display: block;
  width: 187px;
  height: 296.94px;
  position: relative;
  top: -100px;
  left: -30px;
}

.fcmp_cont {
  width: 1200px;
  margin: 0 auto;
}

.swiper2 {
  width: 952px;
  position: relative;
  top: -31px;
  padding-bottom: 50px;
}

.swiper2 .swiper-slide {
  width: 304.02px;
  height: 389px;
}

.swiper2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper2 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-slide a p {
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, .3);
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  width: 32px;
  height: 32px;
  bottom: 0;
  top: auto;
}

.swiper2 .swiper-button-next {
  background: url(../img/fcmp_next.png) no-repeat center;
  background-size: cover;
}

.swiper2 .swiper-button-prev {
  background: url(../img/fcmp_prev.png) no-repeat center;
  background-size: cover;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-container-rtl .swiper-button-next {
  right: 50px;
  left: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper2 .swiper-button-prev:after,
.swiper2 .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper2 .swiper-button-next:after,
.swiper2 .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

/* 适老化 */
.oldModel .sqnav .box .item {
  width: 114px;
}

.oldModel {}

.oldModel {}