@charset "UTF-8";
/**
 * 首页
 * date: 2023-8-23
 * author: jjuan;
 */
body {
  background: #f5faff;
  min-width: 1286px;
}

.main {
  background: url("../images/index_bg.png") no-repeat top center;
  padding: 40px 0;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1.5px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.41)), to(rgba(224, 238, 255, 0.41)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, rgba(224, 238, 255, 0.41) 100%);
  -webkit-box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.3);
          box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.3);
}

.message-tip {
  position: relative;
  padding-top: 12px;
  width: 151.5px;
  height: 55px;
  padding: 10px 0 0 16.5px;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.message-tip span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 28px;
  background: url("../images/message_tip.png") no-repeat left center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}

.message-tip::before {
  position: absolute;
  content: '';
  width: 157.5px;
  height: 55px;
  background: url("../images/message_bg.png") no-repeat left center;
  left: -6px;
  top: 0;
  z-index: 1;
}

.message-tt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 18px 0;
  margin-left: 14.5px;
}

.message-tt a {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 24px;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.message-tt a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d7ecd;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.message-more {
  display: block;
  margin: 0 12px 0 32px;
  font-size: 20px;
  color: #8e9fb7;
  line-height: 30px;
  padding: 21px 0;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.news-box {
  width: 590px;
  height: 341px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
          box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
}

.news-swiper {
  position: relative;
  overflow: hidden;
}

.news-swiper a {
  position: relative;
  display: block;
  height: 100%;
}

.news-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.35);
  padding: 0 163px 0 24px;
  color: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-pagination.swiper-pagination-bullets {
  bottom: 0;
  width: 68px;
  right: 20px;
  left: auto;
  line-height: 47px;
}

.news-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.news-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.news-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

.news-tab .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 16px 0 15px 0;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}

.news-tab .tab-hd-item {
  cursor: pointer;
  position: relative;
  line-height: 30px;
  color: #2861b6;
  font-size: 18px;
  margin-left: 24px;
}

.news-tab .tab-hd-item:first-child {
  margin-left: 0;
}

.news-tab .tab-hd-item.active {
  color: #2861b6;
  font-size: 20px;
  font-weight: 700;
}

.news-tab .tab-hd-item.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #2861b6;
  left: 0;
  bottom: -16px;
}

.news-tab .tab-bd {
  height: calc(100% - 62px);
}

.news-tab .tab-bd-item {
  position: relative;
}

.news-more {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/news_more.png") no-repeat center;
  top: -43px;
  right: 20px;
}

.news-item {
  padding: 0 20px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid transparent;
}

.news-item-box {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-item a {
  display: block;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/news_tt.png");
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

.news-item span {
  display: inline-block;
  color: #c0cad9;
  font-size: 15px;
  margin-left: 24px;
}

.news-item:hover {
  border-left: 2px solid #2861b6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 87, 164, 0.1)), to(rgba(40, 97, 182, 0)));
  background: linear-gradient(90deg, rgba(36, 87, 164, 0.1) 0%, rgba(40, 97, 182, 0) 100%);
}

.topic {
  margin-top: 40px;
}

.topic-more {
  text-align: right;
  margin: 15px 0 7px;
}

.topic-more a {
  display: inline-block;
  font-size: 16px;
  color: #8e9fb7;
  line-height: 26px;
}

.topic-swiper {
  height: 100px;
  overflow: hidden;
}

.topic-swiper .swiper-slide {
  display: block;
  border-radius: 5px;
  width: 285px;
  margin-right: 20px;
}

.topic-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.topic-box {
  position: relative;
}

.topic .swiper-button-next,
.topic .swiper-button-prev {
  top: 33.5px;
}

.com-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.com-tt {
  height: 36px;
  line-height: 36px;
  color: #2861b6;
  font-size: 24px;
  font-weight: 700;
}

.com-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
  padding-top: 4px;
  text-align: right;
}

.com-box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  background: #2861b6;
}

.com-more {
  display: inline-block;
  line-height: 24px;
  color: #8e9fb7;
  text-align: center;
  font-size: 16px;
}

.com .swiper-button-next,
.com .swiper-button-prev {
  width: 33px;
  height: 34px;
  margin-top: 0;
  background-size: 100% 100%;
}

.com .swiper-button-next {
  background-image: url("../images/swiper_next.png");
  right: -43px;
}

.com .swiper-button-prev {
  background-image: url("../images/swiper_prev.png");
  left: -43px;
}

.com .swiper-pagination {
  height: 5px;
  line-height: 5px;
  text-align: center;
  width: 100%;
  bottom: 0;
}

.com .swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 13px;
  background: #8e9fb7;
  opacity: 1;
}

.com .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffaa14;
  width: 23px;
}

.notice {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notice-box {
  width: 386.666666666px;
}

.notice-box + .notice-box {
  margin-left: 20px;
}

.notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 22px;
  background: url("../images/news_tt.png") no-repeat left center;
  height: 56px;
  border-bottom: 1px dashed #d0d3d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-item:hover a,
.notice-item:hover span {
  color: #2861b6;
}

.notice-item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-size: 16px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-item span {
  display: inline-block;
  color: #8e9fb7;
  margin-left: 24px;
  line-height: 56px;
}

.link {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-box {
  height: 184px;
  width: 386.66666666px;
  border-radius: 5px;
  background: #fff;
}

.link-box + .link-box {
  margin-left: 20px;
}

.link-top {
  border-radius: 5px 5px 0 0;
  height: 64px;
  background-repeat: no-repeat;
  background-position: top center;
}

.link-top span {
  display: inline-block;
  margin: 14px 0 0 31px;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.link-top.icon1 {
  background-image: url("../images/link_icon1.png");
}

.link-top.icon2 {
  background-image: url("../images/link_icon2.png");
}

.link-top.icon3 {
  background-image: url("../images/link_icon3.png");
}

.link-top.icon1 span {
  text-shadow: 2px 2px 0px #5e8dd3;
}

.link-top.icon2 span {
  text-shadow: 2px 2px 0px #dfa135;
}

.link-top.icon3 span {
  text-shadow: 2px 2px 0px #16a2b5;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 31px;
}

.link-item {
  width: 152px;
  margin-right: 20px;
}

.link-item:nth-child(2n) {
  margin-right: 0;
}

.link-item:nth-child(n + 3) {
  margin-top: 8px;
}

.link-item a {
  position: relative;
  display: block;
  padding-left: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-item a::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link-item:hover a {
  color: #2861b6;
}

.link-item:hover a::before {
  background: #2861b6;
}

.statistics {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  border-radius: 5px;
  border: 1.5px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.41)), to(rgba(224, 238, 255, 0.41)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, rgba(224, 238, 255, 0.41) 100%);
  -webkit-box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.3);
          box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.3);
}

.statistics-tip {
  position: relative;
  width: 157px;
  padding: 8px 0 0 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 62px;
}

.statistics-tip::before {
  position: absolute;
  content: '';
  width: 167px;
  height: 64px;
  background: url("../images/statistics_bg.png") no-repeat left center;
  left: -6.5px;
  top: 5px;
}

.statistics-tip::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 40px;
  background: #fff;
  left: 13.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.statistics-tip p {
  position: relative;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.statistics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
}

.statistics-item + .statistics-item {
  margin-left: 120px;
}

.statistics-name {
  line-height: 22px;
  font-size: 16px;
}

.statistics-value {
  line-height: 24px;
  color: #8e9fb7;
  font-size: 16px;
}

.statistics-value span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #2861b6;
  margin-right: 4px;
}

.develop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.develop {
  width: 793px;
}

.develop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.develop-item {
  width: 256px;
  height: 156px;
  margin-right: 12px;
}

.develop-item:nth-child(3n+2) {
  margin-right: 0;
}

.develop-item:nth-child(n + 6) {
  margin-top: 12px;
}

.develop-item a {
  display: block;
  height: 100%;
}

.enterprise {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px;
}

.enterprise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enterprise-item {
  width: calc(50% - 8px);
  height: 98px;
  margin-right: 8px;
  border: 1px solid black;
}

.enterprise-item:nth-child(2n) {
  margin-right: 0;
}

.enterprise-item:nth-child(n + 3) {
  margin-top: 12px;
}

.enterprise-item a {
  display: block;
  height: 100%;
}

.enterprise-item img {
  height: 68px;
  width: 100%;
}

.enterprise-name {
  margin-top: -20px;
  line-height: 13px;
  height: 13px;
  font-size: 14px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chosen {
  padding: 20px 0;
  height: 80px;
  background: #2861b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left:auto;
}

.chosen-item {
  width: 400px;
}

.chosen-item + .chosen-item {
  margin-left: 20px;
}

.sel {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  border: 0;
}

.chosen-container {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 20px;
  height: 40px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #333;
  border-radius: 3px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single.cur {
  color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
}

.chosen-container-single .chosen-single span {
  margin-right: 33px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333;
}

.chosen-container-single .chosen-single div {
  width: 33px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 20px;
  margin-right: 13px;
  height: 40px;
  background: url("../images/sel_icon.png") left center no-repeat;
}

.chosen-drop-up .chosen-single div b {
  background: url("../images/sel_icon_top.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
  top: auto;
  margin-bottom: 1px;
  border: 1px solid #dadada;
  border-radius: 0;
  background-clip: border-box;
}

.chosen-container .chosen-search {
  display: none;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}

.chosen-container .chosen-results li {
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 38px;
  font-size: 15px;
  color: #666;
}

.side {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 999;
}

.side-box {
  position: relative;
  padding-top: 8px;
  width: 88px;
  height: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0eeff));
  background: linear-gradient(180deg, #fff 0%, #e0eeff 100%);
  -webkit-box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
          box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
}

.side-box + .side-box {
  margin-top: 2px;
}

.side-box:nth-child(1) .side-text {
  background-image: url("../images/side_icon1.png");
}

.side-box:nth-child(2) .side-text {
  background-image: url("../images/side_icon2.png");
}

.side-box:hover {
  border: 1px solid #8e9fb7;
}

.side-box:hover .code-box {
  display: block;
}

.side-text {
  cursor: pointer;
  padding-top: 48px;
  line-height: 24px;
  color: #8e9fb7;
  font-size: 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}

.code-box {
  display: none;
  position: absolute;
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -264px;
  top: 0;
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
          box-shadow: 0px 2px 18px 0px rgba(66, 128, 220, 0.1);
  z-index: 999;
  text-align: center;
}

.code-box.icon1 {
  background: #fff;
}

.code-box.icon1::before {
  background-image: url("../images/code1_before.png");
}

.code-box.icon2 {
  background: #7db3b3;
}

.code-box.icon2::before {
  background-image: url("../images/code2_before.png");
}

.code-box::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 20px;
  right: -13px;
  top: 20px;
}

.code-text {
  margin-top: 8px;
  color: #999;
  line-height: 24px;
  font-size: 16px;
}

.tab-hd a {
  height: 36px;
  line-height: 36px;
  color: #2861b6;
  font-size: 20px;
  font-weight: 700;
}


/* 适老化 */
.oldModel .message-tip {
  padding: 5px 0 5px 10px;
}
.oldModel .message-tip span {
  background: none;
  padding-left: 0;
}
.oldModel .news-swiper {
  width: 100%;
  height: 693px;
}
.oldModel .news-tab {
  width: 100%;
  margin-top: 10px;
}
.oldModel .news {
  flex-wrap: wrap;
}
.oldModel .news-swiper a img {
  width: 1200px !important;
  height: 697px !important;
}
.oldModel .com-tt {
  height: 50px;
  line-height: 50px;
}
.oldModel .com-more {
  line-height: 50px;
}
.oldModel .notice {
  flex-wrap: wrap;
}
.oldModel .notice-box {
  width: 100%;
  margin-left: 0;
} 
.oldModel .link-box {
  height: auto;
}
.oldModel .link {
  flex-wrap: wrap;
}
/* .oldModel .link-box {
  width: 100%;
} */
.oldModel .link-item {
  width: 100%;
}
.oldModel .link-item a {
  line-height: 50px;
  height: 50px;
}
.oldModel .statistics {
  flex-wrap: wrap;
  height: 170px;
}
.oldModel .statistics-tip {
  width: auto;
  padding-left: 5px;
}
.oldModel .statistics-tip p {
  line-height: 1;
}
.oldModel .statistics-tip::after {
  width: 0;
}
.oldModel .statistics-name {
  line-height: 2;
}
.oldModel .statistics-list {
  margin-left: 10px;
  padding-top: 0;
}
.oldModel .develop-box {
  flex-wrap: wrap;
}
.oldModel .develop {
  width: 100%;
}
.oldModel .develop-item {
  margin-bottom: 12px;
  margin-right: 58px;
}
.oldModel .develop-item:nth-child(n + 6) {
  margin-top: 0;
}
.oldModel .develop-item:nth-child(7) {
  margin-right: 0;
}
.oldModel .enterprise-item img {
  width: 188px;
  height: 80px;
}
.oldModel .enterprise-item a {
  text-align: center;
  height: 100px;
}
.oldModel .enterprise-name {
  height: 30px;
  line-height: 30px;
}
.oldModel .enterprise-item {
  height: 120px;
}
.oldModel .enterprise {
  margin-left: 0;
  width: 100%;
  height: 456px;
}
.oldModel .main {
  background: url(../images/index_bg.png) no-repeat top center;
  background-size: 100% 100%;
}


/* footer */

.ewb-footer {
  height: 113px;
  text-align: center;
  font-size: 12px;
  /* background-color: #ececec; */
  /* border-top: 3px solid #5bbbea; */
}
.ewb-footer p {
    line-height: 22px;
}

.ewb-footer-tt {
  margin: 7px 0 6px 0;
}

.ewb-footer-tt a {
  margin: 0 4px;
  color: #333;
}

.ewb-container {
  width: 998px;
  margin: 0 auto;
}


.ewb-mt10 {
    margin-top: 10px;
}

.ewb-footer a{
  color:black;
}

.header{
  background: url("/images/tyjbgheader.jpg") no-repeat top;
}


.bottom-swiper{
 height: 280px;
}

.bottom-topic-swiper{
  height:300px
}
.swiper-title{
  color:#333;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  padding:7px;
  height: 20px;
  line-height: 20px;
}
.bottom-swiper-slide{
  height: 200px;
}

.bottom-swiper-wrapper img{
  /* height:70% !important; */
}

.bottom-swiper-slide{
  width:230px !important;
}