@charset "utf-8";
body {
  background-color: #fff;
}
.m-lst42 ul {
  padding: 14px;
}
.index_first {
  padding: 10px 30px;
  text-align: center;
  box-shadow: 1px 1px 10px #ddd;
}
.index_first .title {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #bb3937;
  line-height: 1.5;
  letter-spacing: 2px;
}
.index_first p {
  color: #225c9f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_first p a {
  color: #225c9f;
}
.index_focus_lst .item a {
  position: relative;
  display: block;
  width: 100%;
}
.index_focus_lst .item a img {
  display: block;
  width: 100%;
  height: 566px;
  object-fit: cover;
}
.index_focus_lst .item a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_focus_hd {
  padding-left: 14px;
}
.index_focus_hd li {
  margin-bottom: 14px;
  opacity: 0.5;
}
.index_focus_hd li img {
  display: block;
  width: 100%;
  height: 131px;
  object-fit: cover;
  cursor: pointer;
}
.index_focus_hd li:last-child {
  margin-bottom: 0;
}
.index_focus_hd .on {
  opacity: 1;
}
.index_tabs_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_tabs_hd li {
  width: 33.333%;
  height: 44px;
}
.index_tabs_hd li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 44px;
  font-size: 18px;
}
.index_tabs_hd li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_tabs_hd .icon1 {
  background-color: #e7eef6;
}
.index_tabs_hd .icon1 a {
  color: #225c9f;
}
.index_tabs_hd .icon1 a span {
  background-position: -10px -102px;
}
.index_tabs_hd .icon2 {
  background-color: #f9eadd;
}
.index_tabs_hd .icon2 a {
  color: #e37f4c;
}
.index_tabs_hd .icon2 a span {
  background-position: -131px -102px;
}
.index_tabs_hd .icon3 {
  background-color: #eff6e7;
}
.index_tabs_hd .icon3 a {
  color: #6da033;
}
.index_tabs_hd .icon3 a span {
  background-position: -250px -102px;
}
.index_tabs_hd .icon4 {
  background-color: #e7eef6;
}
.index_tabs_hd .icon4 a {
  color: #225c9f;
}
.index_tabs_hd .icon4 a span {
  background-position: -368px -102px;
}
.index_tabs_hd .icon5 {
  background-color: #f9eadd;
}
.index_tabs_hd .icon5 a {
  color: #e37f4c;
}
.index_tabs_hd .icon5 a span {
  background-position: -488px -102px;
}
.index_tabs_hd .icon6 {
  background-color: #eff6e7;
}
.index_tabs_hd .icon6 a {
  color: #6da033;
}
.index_tabs_hd .icon6 a span {
  background-position: -609px -102px;
}
.index_tabs_hd .icon1.on,
.index_tabs_hd .icon4.on {
  border-bottom: 2px solid #225c9f;
}
.index_tabs_hd .icon2.on,
.index_tabs_hd .icon5.on {
  border-bottom: 2px solid #e37f4c;
}
.index_tabs_hd .icon3.on,
.index_tabs_hd .icon6.on {
  border-bottom: 2px solid #6da033;
}
.index_tabs_lst {
  background-color: #f9f9f9;
}
.index_tabs_hd3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e7eef6;
}
.index_tabs_hd3 div {
  width: 25%;
  border-right: 1px solid #fff;
}
.index_tabs_hd3 div a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 44px;
  font-size: 20px;
  color: #225c9f;
}
.index_tabs_hd3 div a span {
  width: 24px;
  height: 30px;
  margin-right: 10px;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_tabs_hd3 div a .icon1 {
  background-position: -4px -415px;
}
.index_tabs_hd3 div a .icon2 {
  background-position: -96px -415px;
}
.index_tabs_hd3 div a .icon3 {
  background-position: -188px -415px;
}
.index_tabs_hd3 div a .icon4 {
  background-position: -270px -415px;
}
.index_tabs_hd3 div:hover {
  background-color: #225c9f;
}
.index_tabs_hd3 div:hover a {
  color: #fff;
}
.index_tabs_hd3 div:hover a .icon1 {
  background-position: -4px -350px;
}
.index_tabs_hd3 div:hover a .icon2 {
  background-position: -96px -350px;
}
.index_tabs_hd3 div:hover a .icon3 {
  background-position: -188px -350px;
}
.index_tabs_hd3 div:hover a .icon4 {
  background-position: -270px -350px;
}
.index_tabs_hd3 .on {
  background-color: #225c9f;
}
.index_tabs_hd3 .on a {
  color: #fff;
}
.index_tabs_hd3 .on a .icon1 {
  background-position: -4px -350px;
}
.index_tabs_hd3 .on a .icon2 {
  background-position: -96px -350px;
}
.index_tabs_hd3 .on a .icon3 {
  background-position: -188px -350px;
}
.index_tabs_hd3 .on a .icon4 {
  background-position: -270px -350px;
}
.adSlide .adSlide-bd img {
  height: 120px;
}
.adSlide .adSlide-pagination .on {
  background-color: #225c9f;
}
.index_title {
  border-bottom: 3px solid #ddd;
  height: 44px;
  width: 100%;
  margin-bottom: 20px;
}
.index_title a,
.index_title p {
  display: block;
  height: 44px;
  line-height: 36px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  padding: 0 14px 0 20px;
  color: #225c9f;
  border-bottom: 3px solid #225c9f;
  background: url(../../images/index/titleBg.png) no-repeat left center;
}
.ztScroll {
  overflow: hidden;
}
.ztScroll li a {
  display: block;
  padding: 0 10px;
}
.ztScroll li a img {
  display: block;
  height: 90px;
  width: 100%;
  object-fit: cover;
}
.ztScroll .prev,
.ztScroll .next {
  cursor: pointer;
}
.index_zfxxgk {
  background-color: #f8f8f8;
  padding: 10px;
}
.index_zfxxgk ul {
  overflow: hidden;
}
.index_zfxxgk ul li {
  float: left;
  width: 50%;
}
.index_zfxxgk ul li a {
  display: flex;
  align-items: center;
  line-height: 60px;
  font-size: 18px;
}
.index_zfxxgk ul li a span {
  width: 34px;
  height: 34px;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_zfxxgk ul li a .icon1 {
  background-position: -8px -188px;
}
.index_zfxxgk ul li a .icon2 {
  background-position: -116px -189px;
}
.index_zfxxgk ul li a .icon3 {
  background-position: -224px -189px;
}
.index_zfxxgk ul li a .icon4 {
  background-position: -328px -189px;
}
.index_zfxxgk ul li a .icon5 {
  background-position: -434px -189px;
}
.index_zfxxgk ul li a .icon6 {
  background-position: -545px -189px;
}
.index_tabs_hd4 {
  overflow: hidden;
  margin: 0 -10px;
}
.index_tabs_hd4 li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.index_tabs_hd4 li a {
  display: block;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 14px 0;
}
.index_tabs_hd4 li a span {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_tabs_hd4 li a p {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.index_tabs_hd4 .icon1 a {
  color: #6da033;
  background-color: #eff6e7;
}
.index_tabs_hd4 .icon1 a span {
  background-position: -94px -486px;
}
.index_tabs_hd4 .icon2 a {
  color: #e06e36;
  background-color: #f9eadd;
}
.index_tabs_hd4 .icon2 a span {
  background-position: -180px -486px;
}
.index_tabs_hd4 .icon1.on a {
  border: 2px solid #6da033;
}
.index_tabs_hd4 .icon2.on a {
  border: 2px solid #e06e36;
}
.index_zwfw {
  overflow: hidden;
  margin: 0 -10px;
}
.index_zwfw li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.index_zwfw li a {
  display: block;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 14px 0;
}
.index_zwfw li a span {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_zwfw li a p {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.index_zwfw li .icon1,
.index_zwfw li .icon4 {
  color: #225c9f;
  background-color: #f3f9ff;
}
.index_zwfw li .icon1:hover,
.index_zwfw li .icon4:hover {
  border: 2px solid #225c9f;
}
.index_zwfw li .icon2,
.index_zwfw li .icon5 {
  color: #6da033;
  background-color: #eff6e7;
}
.index_zwfw li .icon2:hover,
.index_zwfw li .icon5:hover {
  border: 2px solid #6da033;
}
.index_zwfw li .icon3,
.index_zwfw li .icon6 {
  color: #e58859;
  background-color: #f9eadd;
}
.index_zwfw li .icon3:hover,
.index_zwfw li .icon6:hover {
  border: 2px solid #e58859;
}
.index_zwfw li .icon1 span {
  background-position: -6px -560px;
}
.index_zwfw li .icon2 span {
  background-position: -119px -560px;
}
.index_zwfw li .icon3 span {
  background-position: -226px -560px;
}
.index_zwfw li .icon4 span {
  background-position: -357px -557px;
}
.index_zwfw li .icon5 span {
  background-position: -471px -557px;
}
.index_bmfw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index_bmfw li {
  padding: 0 10px;
}
.index_bmfw li a {
  display: block;
}
.index_bmfw li a span {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  background: url(../../images/site/icon.png) no-repeat;
}
.index_bmfw li a p {
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}
.index_bmfw li a .icon1 {
  background-position: -106px -720px;
}
.index_bmfw li a .icon1:hover {
  background-position: -106px -800px;
}
.index_bmfw li a .icon2 {
  background-position: 0px -895px;
}
.index_bmfw li a .icon2:hover {
  background-position: -1px -977px;
}
.index_bmfw li a .icon3 {
  background-position: -212px -720px;
}
.index_bmfw li a .icon3:hover {
  background-position: -212px -800px;
}
.index_bmfw li a .icon4 {
  background-position: -108px -895px;
}
.index_bmfw li a .icon4:hover {
  background-position: -109px -977px;
}
.index_bmfw li a .icon5 {
  background-position: -210px -895px;
}
.index_bmfw li a .icon5:hover {
  background-position: -211px -977px;
}
.index_bmfw li a .icon6 {
  background-position: -634px -720px;
}
.index_bmfw li a .icon6:hover {
  background-position: -635px -800px;
}
.xj_table {
  width: 100%;
}
.xj_table li {
  overflow: hidden;
  background-color: #fff;
}
.xj_table li:nth-child(even) {
  background-color: #f5f5f5;
}
.xj_table li a,
.xj_table li p {
  padding: 0px 8px;
  line-height: 42px;
  float: left;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xj_table li a:hover {
  color: #225c9f;
}
.xj_table li .item1 {
  width: 60%;
}
.xj_table li .item2 {
  width: 25%;
  text-align: center;
}
.xj_table li .item3 {
  width: 15%;
  text-align: center;
}
.xj_table .thead {
  background-color: #eff6e7;
}
.index_zxft {
  display: block;
}
.index_zxft img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.index_zxft p {
  background-color: #f5f5f5;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
@media all and (max-width: 1024px) {
  .index_first {
    padding: 10px;
  }
  .index_first .title {
    font-size: 18px;
    margin: 0;
  }
  .index_first p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .m-lst42 ul {
    padding: 0;
  }
  .index_title {
    margin-bottom: 10px;
  }
  .index_tabs_hd li a span {
    display: none;
  }
  .xj_table li {
    text-align: left;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
  }
  .xj_table li:nth-child(even) {
    background-color: transparent;
  }
  .xj_table li p,
  .xj_table li a {
    white-space: normal;
    padding: 0;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .xj_table li .item1 {
    width: 100%;
  }
  .xj_table li .item2,
  .xj_table li .item3 {
    margin-right: 20px;
    width: auto;
    color: #999;
  }
  .xj_table .thead {
    display: none;
  }
  .index_ztzl li {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_ztzl li a img {
    height: auto;
  }
  .index_bmfw li {
    margin-bottom: 10px;
  }
  .index_zfxxgk {
    margin-bottom: 20px;
  }
  .index_zfxxgk ul {
    margin: 0 -5px;
  }
  .index_zfxxgk ul li {
    padding: 5px;
  }
  .index_zfxxgk ul li a {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
  }
  .index_zfxxgk ul li a span {
    display: none;
  }
  .adSlide .adSlide-pagination {
    display: none;
  }
  .adSlide .adSlide-bd img {
    height: auto;
  }
  .index_tabs_hd3 div a {
    font-size: 16px;
  }
  .index_tabs_hd3 div a span {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .index_focus_lst .item a img {
    height: 450px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 720px) {
  .index_focus_lst .item a img {
    height: 432px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 640px) {
  .index_focus_lst .item a img {
    height: 384px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 600px) {
  .index_focus_lst .item a img {
    height: 360px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 560px) {
  .index_focus_lst .item a img {
    height: 336px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 520px) {
  .index_focus_lst .item a img {
    height: 312px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 480px) {
  .index_focus_lst .item a img {
    height: 288px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 440px) {
  .index_focus_lst .item a img {
    height: 264px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 414px) {
  .index_focus_lst .item a img {
    height: 248.4px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 400px) {
  .index_focus_lst .item a img {
    height: 240px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 375px) {
  .index_focus_lst .item a img {
    height: 225px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 360px) {
  .index_focus_lst .item a img {
    height: 216px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
@media all and (max-width: 320px) {
  .index_focus_lst .item a img {
    height: 192px;
  }
  .index_focus_lst .item a p {
    line-height: 48px;
  }
}
