.banner {
  height: calc(100vh - 180px);
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.5;
  margin: 0 1px !important;
}
.banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .title {
  font-weight: 600;
  font-size: 100px;
  color: #FFFFFF;
  line-height: 140px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -70px;
}
.index_bg {
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 87px;
  overflow: hidden;
}
.title_public {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.title_public .word {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.title_public .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  border-top: 1px dashed #0F3F2A;
  margin: 0 30px;
}
.title_public .more {
  font-weight: 400;
  font-size: 14px;
  color: #0F3F2A;
  line-height: 20px;
}
.news_block {
  margin-bottom: 60px;
}
.news_block .news_body {
  height: 430px;
}
.news_block .news_left {
  float: left;
  width: 790px;
  height: 100%;
}
.news_block .news_left .swiper {
  height: 100%;
}
.news_block .news_left .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news_block .news_left .date {
  position: absolute;
  top: 24px;
  left: 26px;
  width: 136px;
  z-index: 12;
  background: rgba(15, 63, 42, 0.45);
  border-radius: 16px 16px 16px 16px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.news_block .news_left .date .time {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.news_block .news_left .date .year {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 54px;
  margin-top: 7px;
}
.news_block .news_left .content {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: left;
  padding: 0 24px;
}
.news_block .news_left .content .title {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.news_block .news_left .content .text {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  margin-top: 12px;
}
.news_block .news_left .swiper-pagination {
  bottom: 0;
  height: 31px;
  line-height: 31px;
  background: linear-gradient(90deg, rgba(73, 208, 148, 0.0071) 0%, rgba(15, 63, 42, 0.6) 49%, rgba(73, 208, 148, 0.0071) 100%);
}
.news_block .news_left .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.news_block .news_left .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 15px;
}
.news_block .news_right {
  float: right;
  width: 470px;
  height: 100%;
  border: 1px solid rgba(15, 63, 42, 0.3);
  position: relative;
  padding: 33px 11px 33px 20px;
  overflow: hidden;
}
.news_block .news_right .decoration_top {
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/index_new_bg_top.png) no-repeat;
  width: 150px;
  height: 30px;
  background-size: 100% 100%;
}
.news_block .news_right .decoration_bottom {
  position: absolute;
  bottom: -5px;
  right: 0;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  width: 150px;
  height: 30px;
  background-size: 100% 100%;
}
.news_block .news_right::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/index_new_bg_top.png) no-repeat;
  width: 150px;
  height: 30px;
  background-size: 100% 100%;
}
.news_block .news_right::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  width: 150px;
  height: 30px;
  background-size: 100% 100%;
}
.news_ul .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 52px;
}
.news_ul .li .text {
  width: 80%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.news_ul .li .time {
  font-weight: 500;
  font-size: 13px;
  color: #0F3F2A;
}
.advan_block .advan_body {
  display: block;
  position: relative;
  overflow: hidden;
}
.advan_block .advan_body img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.advan_block .advan_body .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 100;
  text-align: center;
  font-weight: 500;
  font-size: 44px;
  color: #FFFFFF;
}
.dongtai_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
.dongtai_block .dt_block {
  width: 49%;
}
.dongtai_block .yj_box .item {
  height: 120px;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.dongtai_block .yj_box .item .inbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(15, 63, 42, 0.3);
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.dongtai_block .yj_box .item .inbox .time {
  width: 90px;
  font-weight: bold;
  font-size: 24px;
  color: #0F3F2A;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  border-right: 2px solid rgba(15, 63, 42, 0.3);
}
.dongtai_block .yj_box .item .inbox .time p {
  line-height: 30px;
}
.dongtai_block .yj_box .item .inbox .time span {
  display: block;
  font-size: 10px;
}
.dongtai_block .yj_box .item .inbox .content {
  font-weight: 400;
  text-align: justify;
  flex: 1;
  padding: 0 22px 0 27px;
}
.dongtai_block .yj_box .item .inbox .content .title {
  font-size: 18px;
  line-height: 24px;
}
.dongtai_block .yj_box .item .inbox .content .word {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 17px;
}
.dongtai_block .yj_box .item .inbox::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 102px;
  height: 23px;
  background: url(../images/index_new_bg_top.png) no-repeat;
  background-size: 100% 100%;
}
.dongtai_block .yj_box .item .inbox::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 102px;
  height: 23px;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  background-size: 100% 100%;
}
.dongtai_block .yj_box .item:last-child {
  margin-bottom: 0;
}
.dongtai_block .dt_box {
  height: 511px;
  border: 1px solid rgba(15, 63, 42, 0.3);
  padding: 22px 16px;
  position: relative;
  overflow: hidden;
}
.dongtai_block .dt_box .dt_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px dashed #AD8E61;
  margin-bottom: 10px;
}
.dongtai_block .dt_box .dt_ul .item {
  width: 48%;
}
.dongtai_block .dt_box .dt_ul .item .img {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.dongtai_block .dt_box .dt_ul .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.dongtai_block .dt_box .dt_ul .item .title {
  font-size: 16px;
  line-height: 21px;
  margin-top: 17px;
}
.dongtai_block .dt_box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  width: 150px;
  height: 30px;
  background-size: 100% 100%;
}
.doctor_block .swiper {
  width: 100%;
}
.doctor_block .swiper-slide {
  background-position: center;
  background-size: cover;
  background: transparent;
}
.doctor_block .swiper-slide .name {
  opacity: 1;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 35px;
}
.doctor_block .swiper-slide img {
  display: block;
  width: 100%;
}
.doctor_block .swiper-slide-active img {
  border: 1px solid rgba(15, 63, 42, 0.5);
}
.doctor_block .swiper-slide-active .name {
  opacity: 1;
}
.doctor_block .inbox {
  display: block;
  padding: 9px 6px;
  border: 1px solid rgba(15, 63, 42, 0.5);
}
.doctor_block .swiper-button-next,
.doctor_block .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.doctor_block .swiper-button-next::after,
.doctor_block .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}
.subject_block {
  margin-top: 40px;
  margin-bottom: 46px;
}
.subject_block .subject_body .subject_ul {
  margin: -10px -12px;
}
.subject_block .subject_body .item {
  width: 33.333%;
  padding: 10px 12px;
  float: left;
}
.subject_block .subject_body .item .inbox {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(15, 63, 42, 0.5);
  overflow: hidden;
}
.subject_block .subject_body .item .inbox img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: all 0.3s;
}
.subject_block .subject_body .item.item_big {
  width: 66.666%;
}
.subject_block .subject_body .item.item_big:first-child {
  width: 66.666%;
}
.subject_block .subject_body .item.item_big:first-child .inbox img {
  height: 492px;
}
.subject_block .subject_body .item.item_bigl {
  width: 100%;
}
.subject_block .subject_body .item.item_bigl .inbox img {
  height: 225px;
}
.subject_block .subject_swiper {
  display: none;
}
.subject_block .subject_swiper img {
  display: block;
  width: 100%;
}
.subject_block .subject_swiper .swiper-button-next,
.subject_block .subject_swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.subject_block .subject_swiper .swiper-button-next::after,
.subject_block .subject_swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 15px;
}
.subject_block .subject_swiper .swiper-button-next {
  right: 0;
}
.subject_block .subject_swiper .swiper-button-prev {
  left: 0;
}
.title_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_hd .word {
  font-size: 22px;
  color: #1F2329;
  font-weight: 600;
}
.title_hd .more {
  font-weight: 400;
  font-size: 14px;
  color: #08291B;
}
.institute_bg {
  background: url(../images/his_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.institute_bg2 {
  background: url(../images/bg_his.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.special_banner {
  height: calc(100vh - 180px);
}
.banner_ins {
  position: relative;
}
.banner_ins img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_ins .banner_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 1110px;
  text-align: center;
  z-index: 100;
}
.banner_ins .banner_body .title {
  width: 446px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: url(../images/his_01.png) no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  font-size: 50px;
  color: #0F3F2A;
  margin: 0 auto;
}
.banner_ins .banner_body .word {
  margin: 50px 0;
  font-size: 30px;
  color: #1F2329;
  line-height: 50px;
  letter-spacing: 3px;
}
.banner_ins .banner_body .more {
  display: block;
  width: 305px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: url(../images/his_02.png) no-repeat;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 30px;
  color: #1F2329;
  margin: 0 auto;
}
.memorabilia_box {
  margin: 70px 0 60px;
}
.memorabilia_box .title_hd {
  margin-bottom: 50px;
}
.memorabilia_box .memorabilia_body {
  display: flex;
  justify-content: space-between;
}
.memorabilia_box .memorabilia_body .item {
  width: 18%;
}
.memorabilia_box .memorabilia_body .item .time {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: url(../images/his_03.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.memorabilia_box .memorabilia_body .item .text {
  font-size: 16px;
  color: #1F2329;
  line-height: 2;
  margin-top: 22px;
}
.institute_js {
  margin-bottom: 109px;
}
.institute_js .institute_js_body {
  display: flex;
  justify-content: space-between;
  height: 532px;
  position: relative;
}
.institute_js .institute_js_body .ins_left {
  width: 50%;
  height: 100%;
}
.institute_js .institute_js_body .ins_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.institute_js .institute_js_body .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
}
.institute_js .institute_js_body .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.institute_js .institute_js_body .ins_right {
  width: 50%;
  height: 100%;
  background: url(../images/his_07.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 120px;
}
.institute_js .institute_js_body .ins_right .word {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: left;
}
.institute_js .institute_js_body .ins_right .btn_more {
  display: block;
  width: 145px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/bg_more.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
}
.title_line {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 39px;
  position: relative;
  padding-bottom: 42px;
  border-bottom: 1px solid #0F3F2A;
}
.title_line .tt {
  max-width: 70%;
  margin: 0 auto;
}
.title_line .info {
  padding: 25px 0 0;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
}
.title_line .info span {
  margin-right: 20px;
}
.title_line::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #0F3F2A;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.history_block {
  margin: 30px 0 100px;
}
.history_block .history_body {
  position: relative;
  margin: 60px 0;
  padding: 30px 0 0;
}
.history_block .history_body .item {
  width: 50%;
  position: relative;
  z-index: 11;
  margin-bottom: 40px;
}
.history_block .history_body .item .circle {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 2px solid rgba(15, 63, 42, 0.502);
  border-radius: 50%;
  z-index: 11;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
.history_block .history_body .item .year {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.history_block .history_body .item .word {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.history_block .history_body .item:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
  padding-left: 55px;
  padding-right: 60px;
  left: -15px;
}
.history_block .history_body .item:nth-child(odd) .circle {
  left: 1px;
}
.history_block .history_body .item:nth-child(even) {
  margin-right: 50%;
  text-align: right;
  padding-right: 55px;
  padding-left: 60px;
  right: -15px;
}
.history_block .history_body .item:nth-child(even) .circle {
  right: -1px;
}
.history_block .history_body .item:nth-child(n+7) {
  display: none;
}
.history_block .history_body .item:first-child .circle {
  background: #0F3F2A;
}
.history_block .history_body::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -10px;
  width: 3px;
  background: rgba(15, 63, 42, 0.502);
  z-index: 10;
}
.history_block .more {
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0F3F2A;
  margin: 60px auto 0;
  cursor: pointer;
  position: relative;
  background: url(../images/icon_down.png) no-repeat #fff;
  background-size: 16px 16px;
  background-position: 85px center;
  padding-right: 20px;
}
.history_block .detail_box {
  margin: 30px 0 110px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  text-align: justify;
  min-height: 400px;
}
.history_block .detail_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.health_bg {
  background: url(../images/his_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner_in img {
  display: block;
  width: 100%;
}
.health_file {
  margin: 70px 0 65px;
}
.health_file .title_hd {
  margin-bottom: 40px;
}
.health_file .health_file_body {
  height: 180px;
  background: url(../images/health_bg01.png) no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.health_file .health_file_body .item {
  width: 25%;
  padding: 25px 23px;
  position: relative;
  height: 100%;
  border-left: 1px dashed #0F3F2A;
  font-weight: 400;
  display: block;
}
.health_file .health_file_body .item .word {
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s;
}
.health_file .health_file_body .item .time {
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  margin-top: 14px;
  transition: all 0.3s;
}
.health_file .health_file_body .item:first-child {
  border-left: 0;
}
.health_action .title_hd {
  margin-bottom: 45px;
}
.health_action_body .action_left {
  float: left;
  width: 50%;
}
.health_action_body .action_left .item {
  margin-top: 22px;
}
.health_action_body .action_left .item .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.health_action_body .action_left .item .inbox .img {
  width: 224px;
  height: 140px;
  overflow: hidden;
}
.health_action_body .action_left .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.health_action_body .action_left .item .inbox .word {
  flex: 1;
  padding-left: 20px;
}
.health_action_body .action_left .item .inbox .word .title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-align: justify;
  transition: all 0.3s;
}
.health_action_body .action_left .item .inbox .word .text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1.6em;
  height: 3.3em;
  overflow: hidden;
  text-align: justify;
  margin: 7px 0 15px;
}
.health_action_body .action_left .item .inbox .word .time {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.health_action_body .action_left .item:first-child {
  margin-top: 0;
}
.health_action_body .action_right {
  float: right;
  width: 50%;
  padding-left: 50px;
}
.health_action_body .action_right .item {
  padding: 20px 0;
}
.health_action_body .action_right .item .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/icon_sj.png) no-repeat;
  background-size: 8px 8px;
  background-position: left center;
  padding-left: 20px;
}
.health_action_body .action_right .item .inbox .word {
  font-size: 18px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.health_action_body .action_right .item .inbox .time {
  color: #999999;
}
.health_action_body .action_right .item:first-child {
  padding-top: 0;
}
.health_zc {
  margin: 60px 0 35px;
}
.health_zc .health_zc_ul {
  margin: 40px -12px 0;
}
.health_zc .health_zc_ul .item {
  width: 33.333%;
  padding: 12px;
  float: left;
}
.health_zc .health_zc_ul .item .inbox {
  display: block;
  height: 160px;
  background: url(../images/health_bg02.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 25px;
}
.health_zc .health_zc_ul .item .inbox .word {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  transition: all 0.3s;
}
.health_zc .health_zc_ul .item .inbox .time {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: justify;
  margin-top: 15px;
}
.health_file_bg {
  background: url(../images/health_bg03.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.list_bg {
  background: url(../images/bg_public.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.zc_file_block {
  padding: 30px 0 109px;
}
.zc_file_block .title_big {
  font-size: 28px;
  color: #1F2329;
  line-height: 37px;
  margin-bottom: 40px;
}
.zc_file_block .zc_file_ul {
  border-bottom: 1px dashed rgba(15, 63, 42, 0.5);
  margin-bottom: 70px;
}
.zc_file_block .zc_file_ul .item {
  float: left;
  width: 33.333%;
  border-top: 1px dashed rgba(15, 63, 42, 0.5);
  border-left: 1px dashed rgba(15, 63, 42, 0.5);
}
.zc_file_block .zc_file_ul .item .inbox {
  display: block;
  padding: 32px 26px;
}
.zc_file_block .zc_file_ul .item .inbox .word {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  transition: all 0.3s;
}
.zc_file_block .zc_file_ul .item .inbox .time {
  color: rgba(9, 18, 33, 0.7);
  line-height: 25px;
  text-align: justify;
  margin-top: 15px;
}
.zc_file_block .zc_file_ul .item:nth-child(3n+1) {
  border-left: none;
}
.zc_file_block .zc_file_ul .item:nth-child(3n+1) .inbox {
  padding-left: 0;
}
.pages_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages_block a,
.pages_block span {
  display: block;
  height: 30px;
  line-height: 28px;
  border: 1px solid #DCDCDC;
  padding: 0 12px;
  font-size: 13px;
  color: #9E9E9E;
  margin: 0 5px;
  transition: all 0.3s;
}
.pages_block .on {
  background: #0F3F2A;
  border: 1px solid #0F3F2A;
  color: #fff;
}
.public_height {
  min-height: 1504px;
}
.action_ul {
  margin-bottom: 40px;
}
.action_ul .item {
  height: 209px;
  margin-bottom: 30px;
  border: 1px solid rgba(15, 63, 42, 0.3);
  position: relative;
  overflow: hidden;
}
.action_ul .item .inbox {
  display: flex;
}
.action_ul .item .inbox .img {
  width: 300px;
  height: 210px;
  overflow: hidden;
}
.action_ul .item .inbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.action_ul .item .inbox .word {
  flex: 1;
  padding: 24px 48px 24px 24px;
}
.action_ul .item .inbox .word .title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.action_ul .item .inbox .word .info {
  color: #9E9E9E;
  line-height: 26px;
  margin: 10px 0 16px;
}
.action_ul .item .inbox .word .info span {
  margin-right: 15px;
}
.action_ul .item .inbox .word .text {
  color: #666666;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.action_ul .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 47px;
  background: url(../images/list_bg_top.png) no-repeat;
  background-size: 100% 100%;
}
.action_ul .item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 47px;
  background: url(../images/list_bg_bottom.png) no-repeat;
  background-size: 100% 100%;
}
.search_block {
  padding: 46px 0 100px;
  min-height: 500px;
}
.search_block .search_form {
  width: 576px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #D6D6D6;
  position: relative;
  padding-right: 60px;
}
.search_block .search_form .input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  background: transparent;
  padding: 0 20px;
}
.search_block .search_form .btn_search {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 42px;
  height: 42px;
  background: url(../images/icon_search_white.png) no-repeat #0F3F2A;
  background-size: 20px 20px;
  background-position: center center;
  border-radius: 50%;
  outline: none;
  border: 0;
}
.search_block .search_result {
  margin: 33px 0;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 16px;
}
.search_block .search_result span {
  margin: 0 5px;
  color: #0F3F2A;
}
.search_block .search_ul .item {
  margin-bottom: 24px;
  border: 1px solid rgba(15, 63, 42, 0.3);
  position: relative;
  padding: 24px 46px 24px 10px;
}
.search_block .search_ul .item .title {
  font-size: 18px;
  line-height: 1.5;
}
.search_block .search_ul .item .title span {
  font-weight: 600;
  color: #0F3F2A;
}
.search_block .search_ul .item .text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  text-align: left;
  margin-top: 13px;
}
.search_block .search_ul .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 47px;
  background: url(../images/list_bg_top.png) no-repeat;
  background-size: 100% 100%;
}
.search_block .search_ul .item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 47px;
  background: url(../images/list_bg_bottom.png) no-repeat;
  background-size: 100% 100%;
}
.service_case {
  margin: 67px 0;
}
.service_case .service_case_body {
  margin: 30px -7px -13px;
}
.service_case .service_case_body .item {
  float: left;
  width: 25%;
  padding: 13px 7px;
}
.service_case .service_case_body .item .inbox {
  box-shadow: 0px 4px 16px 0px rgba(0, 82, 217, 0.0797);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(15, 63, 42, 0.3);
  transition: all 0.3s;
}
.service_case .service_case_body .item .it_img {
  display: block;
}
.service_case .service_case_body .item .it_img .bg {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: url(../images/serve_02.jpg) no-repeat;
  background-size: 100% 100%;
}
.service_case .service_case_body .item .it_img .img {
  height: 190px;
  overflow: hidden;
  transition: all 0.3s;
}
.service_case .service_case_body .item .it_img .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_case .service_case_body .item .it_img .title {
  margin: 16px 15px;
  font-size: 16px;
  color: #1F2329;
  line-height: 21px;
  height: 42px;
  transition: all 0.3s;
}
.service_case .service_case_body .item .btn_watch {
  line-height: 48px;
  font-size: 16px;
  color: #0F3F2A;
  text-align: center;
  cursor: pointer;
  border-top: 1px dashed rgba(15, 63, 42, 0.3);
  transition: all 0.3s;
}
.service_lm {
  margin-bottom: 70px;
}
.service_lm .service_lmul {
  padding-top: 50px;
  margin: -7px;
}
.service_lm .service_lmul .item {
  float: left;
  width: 20%;
  padding: 7px;
}
.service_lm .service_lmul .item .inbox {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/lm_bg.png) no-repeat;
  background-size: 100% 100%;
}
.service_lm .service_lmul .item .inbox img {
  max-width: 70%;
  max-height: 60%;
}
.service_block .zc_file_block .title_big {
  margin-bottom: 22px;
}
.tab_block {
  display: flex;
  margin-bottom: 34px;
}
.tab_block .item {
  line-height: 36px;
  color: #646A73;
  position: relative;
  font-weight: 400;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  padding: 0 15px;
}
.tab_block .item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #08291B;
  opacity: 0;
  transition: all 0.3s;
}
.tab_block .item.on {
  font-weight: 500;
  background: #08291B;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
}
.tab_block .item.on::after {
  opacity: 1;
}
.service_window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.service_window .service_window_body {
  width: 76%;
  height: 80%;
  position: absolute;
  left: 12%;
  top: 10%;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #979797;
  padding: 0 50px 30px;
  overflow: hidden;
}
.service_window .service_window_body .pd {
  height: 100%;
  position: relative;
  padding-top: 130px;
}
.service_window .service_window_body .title {
  width: 100%;
  height: 102px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #1F2329;
  position: absolute;
  top: 0;
  left: 0;
}
.service_window .service_window_body .title .btn_close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  background: url(../images/icon_close.png) no-repeat;
  background-size: 100% 100%;
}
.service_window .service_window_body .content {
  overflow-y: auto;
  height: calc(100% - 10px);
}
.service_window .service_window_body .content .tt {
  font-weight: 600;
  font-size: 18px;
  color: #08291B;
  line-height: 24px;
  margin-bottom: 17px;
}
.service_window .service_window_body .content .word {
  font-weight: 400;
  font-size: 16px;
  color: #1F2329;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}
.service_window .service_window_body .content .word p {
  margin-bottom: 20px;
}
.tech_notice {
  margin: 70px 0 0;
  padding-bottom: 22px;
  border-bottom: 4px solid #0F3F2A;
}
.tech_notice .title_hd {
  display: none;
}
.tech_notice .tech_notice_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tech_notice .tech_notice_body .notice_left {
  width: 126px;
  height: 98px;
  background: rgba(15, 63, 42, 0.302);
  border-radius: 5px;
  padding: 16px;
}
.tech_notice .tech_notice_body .notice_left .tt {
  font-weight: 600;
  font-size: 22px;
  color: #0F3F2A;
  line-height: 29px;
}
.tech_notice .tech_notice_body .notice_left .more {
  display: flex;
  align-items: center;
  color: #0F3F2A;
  text-align: left;
  margin-top: 12px;
  line-height: 21px;
}
.tech_notice .tech_notice_body .notice_left .more i {
  padding-bottom: 2px;
  transform: scaleY(1.5);
  margin-left: 6px;
  font-weight: 300;
}
.tech_notice .tech_notice_body .notice_right {
  flex: 1;
  margin-left: 20px;
}
.tech_notice .tech_notice_body .noul {
  line-height: 40px;
  height: 80px;
  overflow: hidden;
}
.tech_notice .tech_notice_body .noul li:first-child {
  margin-top: 0px;
  transition: margin-top 0.8s;
  /*此处可修改每次滚动持续时间*/
}
.tech_notice .tech_notice_body .noul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.tech_notice .tech_notice_body .noul a p {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.tech_notice .tech_notice_body .noul a span {
  color: #0F3F2A;
}
.tech_notice .tech_notice_body .noul a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #0F3F2A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.tech_news {
  margin: 25px 0 70px;
}
.tech_news .tech_news_body {
  margin: 0 -16px;
}
.tech_news .tech_news_body .item {
  float: left;
  width: 50%;
  padding: 0 16px;
}
.tech_news .tech_news_body .item .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(15, 63, 42, 0.3);
}
.tech_news .tech_news_body .item .inbox .img {
  width: 133px;
  height: 92px;
  overflow: hidden;
}
.tech_news .tech_news_body .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.tech_news .tech_news_body .item .inbox .word {
  flex: 1;
  margin-left: 24px;
  font-weight: 400;
}
.tech_news .tech_news_body .item .inbox .word .title {
  font-size: 16px;
  line-height: 1.3;
  transition: all 0.3s;
}
.tech_news .tech_news_body .item .inbox .word .p {
  color: #666666;
  line-height: 1.4;
  margin-top: 15px;
}
.tech_zq.zc_file_block {
  min-height: 1404px;
}
.tech_zq {
  margin-bottom: 70px;
}
.tech_zq .tech_zq_body {
  margin: 30px -10px 30px;
}
.tech_zq .tech_zq_body .item {
  float: left;
  width: 25%;
  padding: 10px;
}
.tech_zq .tech_zq_body .item .inbox {
  display: block;
  border: 1px solid rgba(15, 63, 42, 0.302);
}
.tech_zq .tech_zq_body .item .inbox .img {
  height: 170px;
  overflow: hidden;
}
.tech_zq .tech_zq_body .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.tech_zq .tech_zq_body .item .inbox .word {
  padding: 20px 13px 25px;
}
.tech_zq .tech_zq_body .item .inbox .title {
  font-weight: 400;
  font-size: 16px;
  color: #1F2329;
  line-height: 1.4;
  height: 2.8em;
  transition: all 0.3s;
  text-align: justify;
}
.build_file {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.build_file .title_hd {
  margin-bottom: 27px;
}
.build_file .item {
  margin-bottom: 15px;
}
.build_file .item .inbox {
  padding-left: 102px;
  position: relative;
  display: block;
  height: 70px;
  line-height: 68px;
  text-align: left;
  border: 1px solid rgba(15, 63, 42, 0.3);
  overflow: hidden;
}
.build_file .item .inbox .name {
  font-weight: 400;
  font-size: 16px;
  color: #0F3F2A;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-right: 10px;
}
.build_file .item .inbox::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 14px;
  background: url(../images/index_new_bg_top.png) no-repeat;
  background-size: 100% 100%;
}
.build_file .item .inbox::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 60px;
  height: 14px;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  background-size: 100% 100%;
}
.build_file .build_left {
  width: 49%;
}
.build_file .build_left .ul {
  margin: 0 -13px;
}
.build_file .build_left .ul .item {
  float: left;
  width: 50%;
  padding: 0 13px;
}
.build_file .build_left .ul .item .icon {
  position: absolute;
  left: 6px;
  top: 0;
  width: 62px;
  height: 70px;
}
.build_file .build_right {
  width: 49%;
}
.build_file .build_right .ul .icon {
  position: absolute;
  left: 33px;
  top: 10px;
  width: 50px;
  height: 50px;
}
.exchange_page .exchange_block {
  margin: 70px 0;
}
.exchange_page .exchange_block .exchange_body {
  margin: 30px -10px 0;
}
.exchange_page .exchange_show .exchange_show_ul {
  margin: 30px -10px -10px;
}
.exchange_block .exchange_body {
  margin: 0 -10px 40px;
}
.exchange_block .exchange_body .item {
  float: left;
  width: 25%;
  padding: 10px;
}
.exchange_block .exchange_body .item .inbox {
  display: block;
  border: 1px solid rgba(15, 63, 42, 0.1);
  padding: 7px 5px;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con {
  border: 1px solid rgba(15, 63, 42, 0.3);
  position: relative;
  overflow: hidden;
  padding: 0 15px 15px;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con .time {
  line-height: 50px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #0F3F2A;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con .img {
  height: 180px;
  overflow: hidden;
}
.exchange_block .exchange_body .item .inbox .item_con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con .word {
  padding-top: 15px;
}
.exchange_block .exchange_body .item .inbox .item_con .word .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  height: 2.8em;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con .word .p {
  font-weight: 400;
  color: #6B6B6C;
  line-height: 1.5em;
  text-align: justify;
  height: 4.5em;
  overflow: hidden;
  margin-top: 10px;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 88px;
  height: 20px;
  background: url(../images/index_new_bg_top.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.exchange_block .exchange_body .item .inbox .item_con::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 88px;
  height: 20px;
  background: url(../images/index_new_bg_bottom.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.exchange_show .exchange_show_ul {
  margin: 0 -10px 30px;
}
.exchange_show .exchange_show_ul .item {
  float: left;
  width: 25%;
  padding: 10px;
}
.exchange_show .exchange_show_ul .item .inbox {
  display: block;
  border: 1px solid rgba(8, 41, 27, 0.3);
  padding: 8px;
}
.exchange_show .exchange_show_ul .item .inbox .con {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.exchange_show .exchange_show_ul .item .inbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.exchange_show .exchange_show_ul .item .inbox .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 43px;
  background: linear-gradient(180deg, rgba(248, 255, 252, 0) 0%, #000000 100%);
  line-height: 43px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 5px;
}
.exchange_contact {
  background: url(../images/ex_bg.png) no-repeat;
  background-size: 142%;
  background-position: center top;
  padding: 80px 0;
}
.exchange_contact .js {
  margin: 40px 0 97px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: justify;
}
.exchange_contact .contact_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exchange_contact .contact_body .img {
  width: 42%;
}
.exchange_contact .contact_body .img img {
  display: block;
  width: 100%;
}
.exchange_contact .contact_body .word {
  flex: 1;
  padding-left: 78px;
}
.exchange_contact .contact_body .word .tt_bg {
  font-weight: 500;
  font-size: 22px;
  color: #1F2329;
  line-height: 31px;
}
.exchange_contact .contact_body .word .p {
  margin: 15px 0 20px;
}
.exchange_contact .contact_body .word .p p {
  font-weight: 400;
  font-size: 16px;
  color: #1F2329;
  line-height: 22px;
  margin-bottom: 20px;
}
.exchange_contact .contact_body .word .tt {
  font-weight: 500;
  font-size: 18px;
  color: #1F2329;
  line-height: 25px;
  margin-bottom: 20px;
}
.exchange_contact .contact_body .word .info {
  font-weight: 500;
  font-size: 18px;
  color: #1F2329;
  line-height: 40px;
}
