@charset "UTF-8";
.title-type-box {
  *zoom: 1;
}
.title-type-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.title-type-box li {
  float: left;
  position: relative;
  margin-right: 5%;
}
.title-type-box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
.title-type-box li a span {
  display: inline-block;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
}
.title-type-box .active a span::after {
  content: "";
  width: 96px;
  height: 4px;
  border-radius: 2px;
  background-color: #286ace;
  position: absolute;
  bottom: 0;
  left: 0;
}

.one {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #fff;
}
.one .news-box {
  float: left;
  width: 65%;
}
.one .news-box #news-swiper {
  width: 100%;
}
.one .news-box #news-swiper ul {
  width: 100%;
}
.one .news-box #news-swiper ul li {
  position: relative;
  margin-top: 22px;
  width: 100%;
  *zoom: 1;
}
.one .news-box #news-swiper ul li:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.one .news-box #news-swiper ul li i {
  float: left;
  display: block;
  margin: 10px 11px 0 0;
  width: 5px;
  height: 5px;
  background-color: #a0b8dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.one .news-box #news-swiper ul li span {
  display: block;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.one .news-box #news-swiper ul li span:nth-child(2) {
  float: left;
  width: calc(100% - 160px);
}
.one .news-box #news-swiper ul li span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  text-align: right;
}
.one .news-box #news-swiper ul li:hover span {
  color: #286ace;
}
.one .news-box #news-swiper ul li:hover span:nth-child(2) {
  letter-spacing: 0.1px;
}
.one .zfxxgk {
  float: right;
  width: 30%;
}
.one .zfxxgk .zfxxgk-list {
  margin-top: 10px;
  *zoom: 1;
}
.one .zfxxgk .zfxxgk-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.one .zfxxgk .zfxxgk-list li {
  float: left;
  margin-top: 18px;
  margin-right: 16px;
  width: calc((100% - 16px) / 2);
  height: 92px;
  background-color: #f4f7fa;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.one .zfxxgk .zfxxgk-list li:nth-child(2n+2) {
  margin-right: 0;
}
.one .zfxxgk .zfxxgk-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.one .zfxxgk .zfxxgk-list li img {
  margin-top: 17px;
  margin-bottom: 5px;
  height: 31px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.one .zfxxgk .zfxxgk-list li span {
  display: block;
  letter-spacing: 0.8px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
}
.one .zfxxgk .zfxxgk-list li:hover img {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.one .ldxx-list {
  margin-top: 27px;
  width: 100%;
  *zoom: 1;
}
.one .ldxx-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.one .ldxx-list li {
  float: left;
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
  height: 86px;
  background-color: #f4f7fa;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.one .ldxx-list li:nth-child(4) {
  margin-right: 0;
}
.one .ldxx-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 86px;
}
.one .ldxx-list li img {
  margin-top: -5px;
  margin-right: 18px;
  height: 34px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.one .ldxx-list li span {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #333;
}
.one .ldxx-list li:hover img {
  transform: translateX(-3px) scale(1.02);
  -webkit-transform: translateX(-3px) scale(1.02);
  -moz-transform: translateX(-3px) scale(1.02);
  -ms-transform: translateX(-3px) scale(1.02);
  -o-transform: translateX(-3px) scale(1.02);
}

.two {
  padding: 40px 0 20px 0;
  background-color: #f2f6fa;
}
.two .zcwj-box {
  float: left;
  position: relative;
  width: 65%;
}
.two .zcwj-box .type-list {
  position: absolute;
  top: 0;
  right: 0;
}
.two .zcwj-box .type-list .type-item {
  float: left;
  margin-left: 20px;
  padding: 0 8px;
  position: relative;
  height: 32px;
}
.two .zcwj-box .type-list .type-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.two .zcwj-box .type-list .type-item span {
  line-height: 32px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #333;
}
.two .zcwj-box .type-list .type-item i {
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  border-top: 4px solid #286ace;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.two .zcwj-box .type-list .active {
  background-color: #286ace;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.two .zcwj-box .type-list .active span {
  color: #fff;
}
.two .zcwj-box .type-list .active i {
  display: block;
}
.two .zcwj-box .zcwj-list {
  margin-top: 20px;
  width: 100%;
}
.two .zcwj-box .zcwj-list li {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  *zoom: 1;
}
.two .zcwj-box .zcwj-list li:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.two .zcwj-box .zcwj-list li a {
  display: block;
  width: 100%;
  height: 25px;
}
.two .zcwj-box .zcwj-list li a i {
  float: left;
  display: block;
  margin: 8px 11px 0 0;
  width: 5px;
  height: 5px;
  background-color: #a0b8dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.two .zcwj-box .zcwj-list li a span {
  display: block;
  line-height: 25px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.two .zcwj-box .zcwj-list li a span:nth-child(2) {
  float: left;
  width: calc(100% - 160px);
}
.two .zcwj-box .zcwj-list li a span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  text-align: right;
}
.two .zcwj-box .zcwj-list li a:hover span {
  color: #286ace;
}
.two .zcwj-box .zcwj-list li a:hover span:nth-child(2) {
  letter-spacing: 0.1px;
}
.two .zcwj-box .zcwj-list li .jd {
  display: none;
  margin-top: 5px;
  margin-left: 17px;
  width: calc(100% - 17px);
  *zoom: 1;
}
.two .zcwj-box .zcwj-list li .jd:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.two .zcwj-box .zcwj-list li .jd .jd-item {
  float: left;
  margin-right: 8px;
  padding: 0 5px;
  height: 25px;
  border: solid 1px #3e79d3;
  background-color: #f2f6fa;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.two .zcwj-box .zcwj-list li .jd .jd-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.two .zcwj-box .zcwj-list li .jd .jd-item a span {
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  text-align: center;
  line-height: 23px;
  color: #3e79d3;
}
.two .zcwj-box .zcwj-list li .jd .jd-item:hover {
  background-color: #3e79d3;
}
.two .zcwj-box .zcwj-list li .jd .jd-item:hover a span {
  color: #fff;
}
.two .zcwj-box .zcwj-list .active {
  margin-bottom: 10px;
}
.two .zcwj-box .zcwj-list .active .jd {
  display: block;
}
.two .zcwj-query {
  float: right;
  padding: 22px 25px 0 25px;
  width: 30%;
  height: 290px;
  background-color: #e8f0f8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.two .zcwj-query .query-title {
  margin-bottom: 16px;
  height: 24px;
}
.two .zcwj-query input {
  margin-bottom: 8px;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 40px;
  background-color: #fff;
  border: solid 1px #dbe4f1;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.two .zcwj-query input::-webkit-input-placeholder {
  color: #999;
}
.two .zcwj-query .input2-box {
  width: 100%;
  *zoom: 1;
}
.two .zcwj-query .input2-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.two .zcwj-query .input2-box .input2 {
  float: left;
  width: calc((100% - 10px) / 2);
}
.two .zcwj-query .input2-box .input2:nth-child(2) {
  float: right;
}
.two .zcwj-query .btn-box {
  margin-top: 10px;
  width: 100%;
  *zoom: 1;
  text-align: center;
}
.two .zcwj-query .btn-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.two .zcwj-query .btn-box button {
  display: inline-block;
  margin-right: 5px;
  width: 40%;
  height: 36px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 36px;
  color: #fff;
  background-color: #286ace;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.two .zcwj-query .btn-box button:nth-child(2) {
  margin-right: 0;
  margin-left: 5px;
  background-color: #6bb8ed;
}
.two .zcwj-query .btn-box button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.two .zcwj-query .btn-box button:hover a {
  letter-spacing: 2px;
}

.three {
  padding: 40px 0 20px 0;
  background-color: #fff;
}
.three .zcjd-title {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.three .zcjd-title .type-list {
  position: absolute;
  top: 0;
  right: 0;
}
.three .zcjd-title .type-list .type-item {
  float: left;
  padding-left: 20px;
  margin-right: 20px;
  height: 20px;
  border-left: 1px solid #333;
}
.three .zcjd-title .type-list .type-item:nth-child(1) {
  border-left: none;
}
.three .zcjd-title .type-list .type-item:nth-child(3) {
  margin-right: 0;
}
.three .zcjd-title .type-list .type-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.three .zcjd-title .type-list .type-item a img {
  margin-top: -2px;
  max-height: 20px;
  vertical-align: middle;
}
.three .zcjd-title .type-list .type-item a span {
  line-height: 20px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #333;
}
.three .zcjd-title .type-list .active a span {
  font-weight: bold;
  color: #286ace;
}
.three #zcjd-swiper {
  float: left;
  width: 27%;
  height: 200px;
  --swiper-theme-color: #666; /* 设置Swiper风格 */
  --swiper-navigation-color: #666; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 12px; /* 设置按钮大小 */
}
.three #zcjd-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .three #zcjd-swiper .swiper-pagination-custom, .three #zcjd-swiper .swiper-pagination-fraction {
  bottom: 10px;
  left: calc(50% - 45px);
  width: 90px;
  background: #dae2f1;
  opacity: 0.85;
}
.three #zcjd-swiper .swiper-button-prev {
  top: 182px;
  left: calc(50% - 35px);
  opacity: 0.85;
}
.three #zcjd-swiper .swiper-button-next {
  top: 182px;
  right: calc(50% - 35px);
  opacity: 0.85;
}
.three #zcjd-swiper .swiper-slide {
  overflow: hidden;
}
.three #zcjd-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.three #zcjd-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.three #zcjd-swiper .swiper-slide:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.three #zcjd-list-swiper {
  float: right;
  width: 70%;
}
.three #zcjd-list-swiper .zcjd-list {
  width: 100%;
}
.three #zcjd-list-swiper .zcjd-list li {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  *zoom: 1;
}
.three #zcjd-list-swiper .zcjd-list li:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three #zcjd-list-swiper .zcjd-list li i {
  float: left;
  display: block;
  margin: 10px 11px 0 0;
  width: 5px;
  height: 5px;
  background-color: #a0b8dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.three #zcjd-list-swiper .zcjd-list li span {
  display: block;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three #zcjd-list-swiper .zcjd-list li span:nth-child(2) {
  float: left;
  width: calc(100% - 160px);
}
.three #zcjd-list-swiper .zcjd-list li span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  text-align: right;
}
.three #zcjd-list-swiper .zcjd-list li:hover span {
  color: #286ace;
}
.three #zcjd-list-swiper .zcjd-list li:hover span:nth-child(2) {
  letter-spacing: 0.1px;
}
.three .zcjd-list2 {
  margin-top: 28px;
  margin-bottom: 38px;
  width: 100%;
  *zoom: 1;
}
.three .zcjd-list2:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .zcjd-list2 .list-item {
  float: left;
  padding-top: 30px;
  margin-right: 15px;
  width: calc((70% - 60px) / 4);
  height: 176px;
  *zoom: 1;
  background-color: #f4f7fa;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.three .zcjd-list2 .list-item:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .zcjd-list2 .list-item .item-l {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.three .zcjd-list2 .list-item .item-l img {
  display: block;
  margin: 0 auto 15px auto;
  height: 80px;
}
.three .zcjd-list2 .list-item .item-l span {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #286ace;
}
.three .zcjd-list2 .list-item .item-r {
  display: none;
  float: right;
  width: 68%;
  height: calc(100% - 30px);
  border-left: 2px dotted #89bbff;
}
.three .zcjd-list2 .list-item .item-r ul {
  padding: 0 22px;
  width: 100%;
  box-sizing: border-box;
  *zoom: 1;
}
.three .zcjd-list2 .list-item .item-r ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .zcjd-list2 .list-item .item-r ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
  width: calc((100% - 10px) / 2);
  height: 35px;
  border: solid 1px #fff;
  background-color: #fff;
  box-sizing: border-box;
}
.three .zcjd-list2 .list-item .item-r ul li:nth-child(2n+2) {
  margin-right: 0;
}
.three .zcjd-list2 .list-item .item-r ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.three .zcjd-list2 .list-item .item-r ul li a span {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 35px;
  color: #333;
}
.three .zcjd-list2 .list-item .item-r ul li:hover {
  border: solid 1px #286ace;
}
.three .zcjd-list2 .list-item .item-r ul li:hover a span {
  color: #286ace;
}
.three .zcjd-list2 .list-item:nth-last-child(1) {
  margin-right: 0;
}
.three .zcjd-list2 .active {
  width: 30%;
}
.three .zcjd-list2 .active .item-l {
  width: 31.5%;
}
.three .zcjd-list2 .active .item-r {
  display: block;
}
.three .three-l {
  width: 100%;
}
.three .three-l .zfxxgkml-list {
  margin-top: 24px;
  *zoom: 1;
}
.three .three-l .zfxxgkml-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .three-l .zfxxgkml-list li {
  float: left;
  margin-bottom: 7px;
  width: 12.5%;
  text-align: center;
}
.three .three-l .zfxxgkml-list li img {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three .three-l .zfxxgkml-list li span {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 25px;
  box-sizing: border-box;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.three .three-l .zfxxgkml-list li:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.three .three-r {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.three .three-r .zdlygk-list {
  margin-top: 17px;
  width: 100%;
  *zoom: 1;
}
.three .three-r .zdlygk-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .three-r .zdlygk-list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 32px;
  width: calc((100% - 80px) / 5);
  height: 100px;
  background-image: linear-gradient(to top, #d4e8ff, #ebf7fe);
}
.three .three-r .zdlygk-list li:nth-child(5n+5) {
  margin-right: 0;
}
.three .three-r .zdlygk-list li a {
  position: relative;
  display: block;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.three .three-r .zdlygk-list li a span {
  position: relative;
  line-height: 100px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  letter-spacing: 0.9px;
  z-index: 3;
  color: #3e63a7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three .three-r .zdlygk-list li a img {
  display: block;
  position: absolute;
  right: 12px;
  top: 10px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.three .three-r .zdlygk-list li a:hover span {
  letter-spacing: 2px;
}
.three .three-r .zdlygk-list li:nth-child(1) {
  background-image: linear-gradient(to top, #d4e8ff, #ebf7fe);
}
.three .three-r .zdlygk-list li:nth-child(1) a span {
  color: #3e63a7;
}
.three .three-r .zdlygk-list li:nth-child(2) {
  background-image: linear-gradient(to top, #fce8d5, #fdf3ed);
}
.three .three-r .zdlygk-list li:nth-child(2) a span {
  color: #91533e;
}
.three .three-r .zdlygk-list li:nth-child(3) {
  background-image: linear-gradient(to top, #e3dffd, #f1ebfc);
}
.three .three-r .zdlygk-list li:nth-child(3) a span {
  color: #7a6caf;
}
.three .three-r .zdlygk-list li:nth-child(4) {
  background-image: linear-gradient(to top, #fcd7d5, #fdeded);
}
.three .three-r .zdlygk-list li:nth-child(4) a span {
  color: #c65353;
}
.three .three-r .zdlygk-list li:nth-child(5) {
  background-image: linear-gradient(to top, #ccf4e3, #e5f5ef);
}
.three .three-r .zdlygk-list li:nth-child(5) a span {
  color: #55926f;
}
.three .three-r .zdlygk-list li:nth-child(6) {
  background-image: linear-gradient(to top, #fbf4dc, #fefbef);
}
.three .three-r .zdlygk-list li:nth-child(6) a span {
  color: #cb9836;
}
.three .three-r .zdlygk-list li:nth-child(7) {
  background-image: linear-gradient(to top, #ccf4f4, #edf8f6);
}
.three .three-r .zdlygk-list li:nth-child(7) a span {
  color: #479393;
}
.three .three-r .zdlygk-list li:nth-child(8) {
  background-image: linear-gradient(to top, #d4e0ff, #ebf0fd);
}
.three .three-r .zdlygk-list li:nth-child(8) a span {
  color: #5a6ea4;
}
.three .three-r .zdlygk-list li:nth-child(9) {
  background-image: linear-gradient(to top, #fecbb0, #feecd7);
}
.three .three-r .zdlygk-list li:nth-child(9) a span {
  color: #b75d22;
}
.three .three-r .zdlygk-list li:nth-child(10) {
  background-image: linear-gradient(to top, #b6d9f9, #e6f4fe);
}
.three .three-r .zdlygk-list li:nth-child(10) a span {
  color: #327db7;
}
.three .meeting-box {
  margin-bottom: 43px;
  padding: 40px 0 30px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f6fa;
  *zoom: 1;
}
.three .meeting-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .meeting-box .box-l {
  float: left;
  width: 52.2%;
}
.three .meeting-box .box-l #meeting-swiper ul {
  width: 100%;
}
.three .meeting-box .box-l #meeting-swiper ul li {
  position: relative;
  margin-top: 20px;
  width: 100%;
  *zoom: 1;
}
.three .meeting-box .box-l #meeting-swiper ul li:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.three .meeting-box .box-l #meeting-swiper ul li i {
  float: left;
  display: block;
  margin: 10px 11px 0 0;
  width: 5px;
  height: 5px;
  background-color: #a0b8dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.three .meeting-box .box-l #meeting-swiper ul li span {
  display: block;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three .meeting-box .box-l #meeting-swiper ul li span:nth-child(2) {
  float: left;
  width: calc(100% - 160px);
}
.three .meeting-box .box-l #meeting-swiper ul li span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  text-align: right;
}
.three .meeting-box .box-l #meeting-swiper ul li:hover span {
  color: #286ace;
}
.three .meeting-box .box-l #meeting-swiper ul li:hover span:nth-child(2) {
  letter-spacing: 0.1px;
}
.three .meeting-box .box-r {
  float: right;
  padding-top: 15px;
  width: 44.8%;
  box-sizing: border-box;
}
.three .meeting-box .box-r .image-box {
  margin-bottom: 20px;
  width: 100%;
  height: 114px;
  overflow: hidden;
}
.three .meeting-box .box-r .image-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/yj-yy-zwgk-meeting-sjfb-bg.png) no-repeat center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three .meeting-box .box-r .image-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40%;
  height: auto;
  transform: translate(-50%, -50%);
}
.three .meeting-box .box-r .image-box:nth-child(2) a {
  background: url(../images/yj-yy-zwgk-meeting-sjkf-bg.png) no-repeat center;
}
.three .meeting-box .box-r .image-box:hover a {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.four {
  padding: 40px 0;
  width: 100%;
  background: url(../images/yj-yy-zwgk-jczwgk-bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #f2f6fa;
}
.four .jczwgk-list {
  margin-top: 30px;
  width: 100%;
  *zoom: 1;
}
.four .jczwgk-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.four .jczwgk-list li {
  float: left;
  margin-right: 17px;
  margin-bottom: 14px;
  width: calc((100% - 68px) / 5);
  height: 47px;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #81b0f4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.four .jczwgk-list li:nth-child(5n+5) {
  margin-right: 0;
}
.four .jczwgk-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.four .jczwgk-list li a span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  color: #333;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.four .jczwgk-list li:hover {
  border: solid 1px #81b0f4;
  background-color: #81b0f4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.four .jczwgk-list li:hover a span {
  color: #fff;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .title-type-box li a {
    padding-bottom: 0.41667vw;
    border-bottom: 2px solid transparent;
  }
  .title-type-box .active a span::after {
    width: 5vw;
    height: 0.20833vw;
    border-radius: 0.10417vw;
  }
  .one {
    padding-top: 1.82292vw;
    padding-bottom: 1.5625vw;
  }
  .one .news-box #news-swiper ul li {
    margin-top: 1.14583vw;
  }
  .one .news-box #news-swiper ul li i {
    margin: 0.52083vw 0.57292vw 0 0;
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .one .news-box #news-swiper ul li span {
    line-height: 1.25vw;
  }
  .one .news-box #news-swiper ul li span:nth-child(2) {
    width: calc(100% - 8.33333vw);
  }
  .one .news-box #news-swiper ul li span:nth-child(3) {
    width: 7.29167vw;
  }
  .one .zfxxgk .zfxxgk-list {
    margin-top: 0.52083vw;
  }
  .one .zfxxgk .zfxxgk-list li {
    margin-top: 0.9375vw;
    margin-right: 0.83333vw;
    width: calc((100% - 0.83333vw) / 2);
    height: 4.79167vw;
  }
  .one .zfxxgk .zfxxgk-list li img {
    margin-top: 0.78542vw;
    margin-bottom: 0.10042vw;
    height: 1.61458vw;
  }
  .one .ldxx-list {
    margin-top: 1.40625vw;
  }
  .one .ldxx-list li {
    margin-right: 1.04167vw;
    width: calc((100% - 3.125vw) / 4);
    height: 4.47917vw;
  }
  .one .ldxx-list li a {
    line-height: 4.47917vw;
  }
  .one .ldxx-list li img {
    margin-top: -0.26042vw;
    margin-right: 0.9375vw;
    height: 1.77083vw;
  }
  .two {
    padding: 2.08333vw 0 1.04167vw 0;
  }
  .two .zcwj-box .type-list .type-item {
    margin-left: 1.04167vw;
    padding: 0 0.41667vw;
    height: 1.86667vw;
  }
  .two .zcwj-box .type-list .type-item span {
    line-height: 1.86667vw;
  }
  .two .zcwj-box .zcwj-list {
    margin-top: 1.04167vw;
  }
  .two .zcwj-box .zcwj-list li {
    margin-bottom: 1.04167vw;
  }
  .two .zcwj-box .zcwj-list li a {
    height: 1.30208vw;
  }
  .two .zcwj-box .zcwj-list li a i {
    margin: 0.41667vw 0.57292vw 0 0;
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .two .zcwj-box .zcwj-list li a span {
    line-height: 1.30208vw;
  }
  .two .zcwj-box .zcwj-list li a span:nth-child(2) {
    width: calc(100% - 8.33333vw);
  }
  .two .zcwj-box .zcwj-list li a span:nth-child(3) {
    width: 6.77083vw;
  }
  .two .zcwj-box .zcwj-list li .jd {
    margin-top: 0.26042vw;
    margin-left: 0.88542vw;
    width: calc(100% - 0.88542vw);
  }
  .two .zcwj-box .zcwj-list li .jd .jd-item {
    margin-right: 0.41667vw;
    padding: 0 0.26042vw;
    height: 1.30208vw;
  }
  .two .zcwj-box .zcwj-list li .jd .jd-item a span {
    font-size: 11.7px;
    font-size: calc(13 * var(--font-scale) * 1px);
    line-height: calc(1.30208vw - 2px);
  }
  .two .zcwj-box .zcwj-list .active {
    margin-bottom: 0.52083vw;
  }
  .two .zcwj-query {
    padding: 1.14583vw 1.30208vw 0 1.30208vw;
    height: 15.40417vw;
  }
  .two .zcwj-query .query-title {
    margin-bottom: 0.83333vw;
    height: 1.25vw;
  }
  .two .zcwj-query input {
    margin-bottom: 0.41667vw;
    padding-left: 1.04167vw;
    height: 2.28333vw;
    line-height: 2.28333vw;
  }
  .two .zcwj-query .input2-box .input2 {
    width: calc((100% - 0.52083vw) / 2);
  }
  .two .zcwj-query .btn-box {
    margin-top: 0.52083vw;
  }
  .two .zcwj-query .btn-box button {
    margin-right: 0.26042vw;
    height: 2.075vw;
    line-height: 2.075vw;
  }
  .two .zcwj-query .btn-box button:nth-child(2) {
    margin-left: 0.26042vw;
  }
  .three {
    padding: 2.08333vw 0 1.04167vw 0;
  }
  .three .zcjd-title {
    margin-bottom: 1.30208vw;
  }
  .three .zcjd-title .type-list .type-item {
    padding-left: 1.04167vw;
    margin-right: 1.04167vw;
  }
  .three .zcjd-title .type-list .type-item a img {
    margin-top: -0.10417vw;
  }
  .three #zcjd-swiper {
    height: 11.91667vw;
    --swiper-navigation-size: 0.625vw; /* 设置按钮大小 */
  }
  .three #zcjd-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .three #zcjd-swiper .swiper-pagination-custom, .three #zcjd-swiper .swiper-pagination-fraction {
    bottom: 0.52083vw;
    left: calc(50% - 2.34375vw);
    width: 4.6875vw;
  }
  .three #zcjd-swiper .swiper-button-prev {
    top: 9.47917vw;
    left: calc(50% - 1.82292vw);
  }
  .three #zcjd-swiper .swiper-button-next {
    top: 9.47917vw;
    right: calc(50% - 1.82292vw);
  }
  .three #zcjd-list-swiper .zcjd-list li {
    margin-bottom: 1.34167vw;
  }
  .three #zcjd-list-swiper .zcjd-list li i {
    margin: 0.52083vw 0.57292vw 0 0;
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .three #zcjd-list-swiper .zcjd-list li span {
    line-height: 1.25vw;
  }
  .three #zcjd-list-swiper .zcjd-list li span:nth-child(2) {
    width: calc(100% - 8.33333vw);
  }
  .three #zcjd-list-swiper .zcjd-list li span:nth-child(3) {
    width: 7.29167vw;
  }
  .three .zcjd-list2 {
    margin-top: 1.45833vw;
    margin-bottom: 1.97917vw;
  }
  .three .zcjd-list2 .list-item {
    padding-top: 1.5625vw;
    margin-right: 0.78125vw;
    width: calc((70% - 3.125vw) / 4);
    height: 9.16667vw;
  }
  .three .zcjd-list2 .list-item .item-l img {
    margin: 0 auto 0.78125vw auto;
    height: 4.16667vw;
  }
  .three .zcjd-list2 .list-item .item-r {
    height: calc(100% - 1.5625vw);
    border-left: 0.10417vw dotted #89bbff;
  }
  .three .zcjd-list2 .list-item .item-r ul {
    padding: 0 1.14583vw;
  }
  .three .zcjd-list2 .list-item .item-r ul li {
    margin-right: 0.52083vw;
    margin-bottom: 0.41667vw;
    width: calc((100% - 0.52083vw) / 2);
    height: 1.82292vw;
    border: solid 0.05208vw #fff;
  }
  .three .zcjd-list2 .list-item .item-r ul li a span {
    line-height: 1.82292vw;
  }
  .three .zcjd-list2 .list-item .item-r ul li:hover {
    border: solid 0.05208vw #286ace;
  }
  .three .zcjd-list2 .active {
    width: 30%;
  }
  .three .zcjd-list2 .active .item-l {
    width: 31.5%;
  }
  .three .zcjd-list2 .active .item-r {
    display: block;
  }
  .three .three-l .zfxxgkml-list {
    margin-top: 1.25vw;
  }
  .three .three-l .zfxxgkml-list li {
    margin-bottom: 0.36458vw;
  }
  .three .three-l .zfxxgkml-list li img {
    width: 3.125vw;
    height: 3.125vw;
  }
  .three .three-l .zfxxgkml-list li span {
    padding: 0 0.52083vw;
    height: 2.60417vw;
    line-height: 1.30208vw;
  }
  .three .three-r {
    margin-top: 2.08333vw;
  }
  .three .three-r .zdlygk-list {
    margin-top: 0.88542vw;
  }
  .three .three-r .zdlygk-list li {
    margin-right: 1.04167vw;
    margin-bottom: 1.66667vw;
    width: calc((100% - 4.16667vw) / 5);
    height: 5.20833vw;
  }
  .three .three-r .zdlygk-list li a {
    padding: 0 0.78125vw;
  }
  .three .three-r .zdlygk-list li a span {
    line-height: 5.20833vw;
  }
  .three .three-r .zdlygk-list li a img {
    right: 0.625vw;
    top: 0.52083vw;
    height: 4.16667vw;
  }
  .three .meeting-box {
    margin-bottom: 2.23958vw;
    padding: 2.08333vw 0 1.5625vw 0;
  }
  .three .meeting-box .box-l #meeting-swiper ul li {
    margin-top: 1.04167vw;
  }
  .three .meeting-box .box-l #meeting-swiper ul li i {
    margin: 0.52083vw 0.57292vw 0 0;
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .three .meeting-box .box-l #meeting-swiper ul li span {
    line-height: 1.25vw;
  }
  .three .meeting-box .box-l #meeting-swiper ul li span:nth-child(2) {
    width: calc(100% - 8.33333vw);
  }
  .three .meeting-box .box-l #meeting-swiper ul li span:nth-child(3) {
    width: 7.29167vw;
  }
  .three .meeting-box .box-r {
    padding-top: 0.78125vw;
  }
  .three .meeting-box .box-r .image-box {
    margin-bottom: 1.04167vw;
    height: 6.2375vw;
  }
  .four {
    padding: 2.08333vw 0;
  }
  .four .jczwgk-list {
    margin-top: 1.5625vw;
  }
  .four .jczwgk-list li {
    margin-right: 0.88542vw;
    margin-bottom: 0.92917vw;
    width: calc((100% - 3.54167vw) / 5);
    height: 2.84792vw;
    border: solid 0.05208vw #81b0f4;
  }
  .four .jczwgk-list li:hover {
    border: solid 0.05208vw #81b0f4;
  }
}
@media screen and (max-width: 992px) {
  .title-type-box li a span {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .title-type-box .active a span::after {
    content: "";
    width: 80px;
    height: 2px;
    border-radius: 1px;
    background-color: #286ace;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .one {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .one .news-box {
    float: none;
    width: 100%;
  }
  .one .news-box #news-swiper ul {
    width: 100%;
  }
  .one .news-box #news-swiper ul li {
    margin-top: 15px;
  }
  .one .zfxxgk {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .one .zfxxgk .zfxxgk-list {
    margin-top: 0;
  }
  .one .ldxx-list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
    height: 66px;
  }
  .one .ldxx-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .one .ldxx-list li:nth-child(4) {
    margin-right: 0;
  }
  .one .ldxx-list li a {
    line-height: 66px;
  }
  .one .ldxx-list li img {
    margin-top: -5px;
    height: 30px;
  }
  .one .ldxx-list li span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .two {
    padding: 20px 0 20px 0;
  }
  .two .zcwj-box {
    float: none;
    width: 100%;
  }
  .two .zcwj-box .type-list {
    position: static;
    margin-top: 10px;
    *zoom: 1;
  }
  .two .zcwj-box .type-list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .two .zcwj-box .type-list .type-item {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .two .zcwj-box .zcwj-list {
    margin-top: 20px;
  }
  .two .zcwj-box .zcwj-list li {
    margin-bottom: 10px;
  }
  .two .zcwj-query {
    float: none;
    margin-top: 10px;
    padding: 15px 15px 0 15px;
    width: 100%;
  }
  .three {
    padding: 20px 0 10px 0;
  }
  .three .zcjd-title {
    position: relative;
  }
  .three .zcjd-title .type-list .type-item {
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    height: 20px;
  }
  .three #zcjd-swiper {
    float: none;
    width: 100%;
    height: 170px;
  }
  .three #zcjd-swiper .swiper-button-prev {
    top: 152px;
  }
  .three #zcjd-swiper .swiper-button-next {
    top: 152px;
  }
  .three #zcjd-list-swiper {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .three #zcjd-list-swiper .zcjd-list li {
    margin-bottom: 10px;
    width: 100%;
  }
  .three .zcjd-list2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .three .zcjd-list2 .list-item {
    float: none;
    padding-top: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 136px;
  }
  .three .zcjd-list2 .list-item .item-l {
    float: left;
    width: 37.5%;
  }
  .three .zcjd-list2 .list-item .item-l img {
    margin: 0 auto 5px auto;
    height: 70px;
  }
  .three .zcjd-list2 .list-item .item-l span {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .three .zcjd-list2 .list-item .item-r {
    float: right;
    display: block;
    width: 62%;
    height: calc(100% - 20px);
  }
  .three .zcjd-list2 .list-item .item-r ul {
    padding: 0 10px;
  }
  .three .zcjd-list2 .list-item .item-r ul li {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc((100% - 8px) / 2);
  }
  .three .three-l .zfxxgkml-list {
    margin-top: 20px;
  }
  .three .three-l .zfxxgkml-list li {
    width: 33.3333333333%;
  }
  .three .three-l .zfxxgkml-list li img {
    width: 45px;
    height: 45px;
  }
  .three .three-l .zfxxgkml-list li span {
    height: 40px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 20px;
  }
  .three .three-r {
    margin-top: 20px;
  }
  .three .three-r .zdlygk-list {
    margin-top: 10px;
  }
  .three .three-r .zdlygk-list li {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((100% - 10px) / 2);
    height: 80px;
  }
  .three .three-r .zdlygk-list li:nth-child(5n+5) {
    margin-right: 10px;
  }
  .three .three-r .zdlygk-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .three .three-r .zdlygk-list li a {
    padding: 0 10px;
  }
  .three .three-r .zdlygk-list li a span {
    line-height: 80px;
    font-size: 16px;
  }
  .three .three-r .zdlygk-list li a img {
    right: 12px;
    top: 20px;
    height: 40px;
  }
  .three .meeting-box {
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
  }
  .three .meeting-box .box-l {
    float: none;
    width: 100%;
  }
  .three .meeting-box .box-l #meeting-swiper ul {
    width: 100%;
  }
  .three .meeting-box .box-l #meeting-swiper ul li {
    margin-top: 15px;
  }
  .three .meeting-box .box-r {
    float: none;
    padding-top: 25px;
    width: 100% !important;
  }
  .three .meeting-box .box-r .image-box {
    margin-bottom: 10px;
    width: 100%;
    height: 75px;
  }
  .four {
    padding: 20px 0;
  }
  .four .jczwgk-list {
    margin-top: 20px;
  }
  .four .jczwgk-list li {
    padding: 0 5px;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
    height: 47px;
    box-sizing: border-box;
  }
  .four .jczwgk-list li:nth-child(5n+5) {
    margin-right: 20px;
  }
  .four .jczwgk-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}