@charset "UTF-8";
@font-face {
  font-family: "fzylt";
  src: url("../fonts/fzyl.woff2") format("woff2"), url("../fonts/fzyl.woff") format("woff"), url("../fonts/fzyl.ttf") format("truetype"), url("../fonts/fzyl.eot") format("embedded-opentype"), url("../fonts/fzyl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'din_condensedbold';
  src: url("../fonts/din_condensed_bold-webfont.eot");
  src: url("../fonts/din_condensed_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_condensed_bold-webfont.woff2") format("woff2"), url("../fonts/din_condensed_bold-webfont.woff") format("woff"), url("../fonts/din_condensed_bold-webfont.ttf") format("truetype"), url("../fonts/din_condensed_bold-webfont.svg#din_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
.sub-banner {
  background: #ebeceb url(../images/1122/kv.jpg) center no-repeat;
  background-size: 100% 100%;
  /* height: 600px; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sub-banner .in_con {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sub-banner .nav_list {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.sub-banner .nav_list li {
  list-style: 0;
  padding: 0;
  height: 54px;
  width: 50%;
}

.sub-banner .nav_list li a {
  background-color: #008089;
  color: #fff;
  line-height: 54px;
  height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  transition: all .3s;
}

.sub-banner .nav_list li a.active {
  background-color: #fff;
  color: #008089;
}

/* .sub-banner .nav_list li a:hover, .sub-banner .nav_list li a.active {
  background-color: #008089;
  color: #fff;
} */

body {
  overflow-x: hidden;
}

.jpkr_202503__body .container {
  margin: 0 auto;
  font-family: "fzylt";
  color: #000;
}

.mb70 {
  margin-bottom: 70px;
}

.jpkr_title {
  text-align: center;
  color: #004888;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}

.jpkr_1__body {
  background-color: #fff;
  padding: 60px 0 10px;
}

.jpkr_1__body p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #8d8d8d;
}

.jpkr_2__body {
  background-color: #e8e8e8;
  padding: 40px 0 0;
  overflow: hidden;
}

.slider__con {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.slider__con .txt_con {
  display: flex;
  align-items: flex-start;
  width: 400px;
  padding-right: 25px;
}

.slider__con .txt_con .img {
  width: 65px;
  margin-right: 25px;
}

.slider__con .txt_con .txt {
  width: calc(100% - 90px);
}

.slider__con .txt_con .txt h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider__con .txt_con .txt h3 span {
  font-size: 25px;
}

.slider__con .txt_con .txt h3 span:nth-child(2) {
  font-size: 19px;
}

.slider__con .txt_con .txt p {
  font-size: 14px;
  color: #004888;
  line-height: 1.5;
}

.slider__con .txt_con .txt .card {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.slider__con .slider_con {
  width: calc(100% - 425px);
  display: flex;
  align-items: center;
}

.slider__con .slider_con .prev_btn {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/anz0520/left_btn.png) center no-repeat;
}

.slider__con .slider_con .prev_btn:hover {
  background: url(../images/anz0520/left_btn_b.png) center no-repeat;
}

.slider__con .slider_con .next_btn {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/anz0520/right_btn.png) center no-repeat;
}

.slider__con .slider_con .next_btn:hover {
  background: url(../images/anz0520/right_btn_b.png) center no-repeat;
}


.slider__con .slider_con .prev_btn.disabled:hover{
  background: url(../images/anz0520/left_btn.png) center no-repeat;
  cursor:default;
}
.slider__con .slider_con .next_btn.disabled:hover{
  background: url(../images/anz0520/right_btn.png) center no-repeat;
  cursor:default;
}

.slider__con .slider_con .slider_in {
  width: 650px;
  margin: 0 30px;
}

.slider__con .slider_con .slider_in img {
  width: 100%;
  display: block;
}

.swiper {
  overflow: hidden;
}

.jpkr_3__body {
  padding: 60px 0;
}

.jpkr_3__body p.line {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #8d8d8d;
  padding-bottom: 30px;
}

.yellow_list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.yellow_list li {
  margin-bottom: 20px;
  background-color: #fffcf4;
  padding: 20px 60px;
}

.yellow_list li.s_1 {
  background-image: url(../images/anz0520/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: 850px center;
}

.yellow_list li.s_2 {
  background-image: url(../images/anz0520/bg_2.jpg);
  background-repeat: no-repeat;
  background-position: 850px center;
}

.yellow_list li.s_3 {
  background-image: url(../images/anz0520/bg_3.jpg);
  background-repeat: no-repeat;
  background-position: 850px center;
}

.yellow_list li h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.yellow_list li p {
  font-size: 18px;
  line-height: 1.5;
  color: #8d8d8d;
  max-width: 700px;
}

.xts_list {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.xts_list li {
  width: calc(100% / 3 - 50px * 2 / 3);
  margin: 0 50px 0 0;
}

.xts_list li:nth-child(3n) {
  margin-right: 0;
}

.xts_list li h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.xts_list li p {
  font-size: 17px;
  line-height: 1.5;
  color: #8d8d8d;
  margin-bottom: 20px;
  font-weight: normal;
  height: 120px;
}

.xts_list li img {
  display: block;
  width: 100%;
}

.ct_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 30px;
}

.ct_list li {
  width: calc(100% / 2 - 40px * 1 / 2);
  margin: 0 40px 0 0;
}

.ct_list li:nth-child(2n) {
  margin-right: 0;
}

.ct_list li h3 {
  font-size: 26px;
  text-align: center;
}

.ct_list li p {
  font-size: 18px;
  color: #8d8d8d;
  margin-bottom: 20px;
  text-align: center;
}

.ct_list li img {
  display: block;
  width: 100%;
}

.sub_title {
  margin-bottom: 40px;
  text-align: center;
}

.sub_title h3 {
  font-size: 26px;
}

.sub_title p {
  font-size: 18px;
  color: #8d8d8d;
  margin-bottom: 20px;
}

.c_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.c_list li {
  width: calc(100% / 2 - 20px * 1 / 2);
  margin: 0 20px 20px 0;
}

.c_list li:nth-child(2n) {
  margin-right: 0;
}

.c_list li img {
  width: 100%;
}
