@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

A {
  color: #333333;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #333333;
}
A:hover {
  color: #003ca6;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}
@media only screen and (max-width: 1230px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style-type: none;
}

a,
li,
i,
span,
.img_content {
  outline: none;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.em1 {
  padding: 0 0.5em;
}

.mh {
  width: 100%;
  float: left;
}

.em2 {
  padding: 0 1em;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}
.img_content img {
  width: 100%;
}

.text_content {
  width: 100%;
}

.ny_main {
  width: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
  .ny_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1230px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .pc {
    display: none;
  }
}
.m-b-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1230px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1230px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1230px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1230px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1230px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1230px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1230px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.m-l-20 {
  margin-left: 20px;
}
@media only screen and (max-width: 1230px) {
  .m-l-20 {
    margin-left: 10px;
  }
}

.m-l-30 {
  margin-left: 30px;
}
@media only screen and (max-width: 1230px) {
  .m-l-30 {
    margin-left: 15px;
  }
}

.m-l-60 {
  margin-left: 60px;
}
@media only screen and (max-width: 1230px) {
  .m-l-60 {
    margin-left: 20px;
  }
}

.m-l-70 {
  margin-left: 70px;
}
@media only screen and (max-width: 1230px) {
  .m-l-70 {
    margin-left: 20px;
  }
}

.m-l-50 {
  margin-left: 50px;
}
@media only screen and (max-width: 1230px) {
  .m-l-50 {
    margin-left: 20px;
  }
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}
@media only screen and (max-width: 1230px) {
  .m-l-10 {
    margin-left: 8px;
  }
}

.m-l-15 {
  margin-left: 15px;
}
@media only screen and (max-width: 1230px) {
  .m-l-15 {
    margin-left: 10px;
  }
}

.u {
  text-decoration: underline;
}

a.more_arrow,
.more_arrow {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  background-color: #003ca6;
  color: #fff;
  padding: 0 15px 0 20px;
  border-radius: 3px;
}
a.more_arrow .bi,
.more_arrow .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1230px) {
  a.more_arrow,
  .more_arrow {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
    border-radius: 3px;
  }
  a.more_arrow .bi,
  .more_arrow .bi {
    font-size: 14px;
  }
}

a.more_arrow_normal,
.more_arrow_normal {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  color: #666;
  border-radius: 30px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
a.more_arrow_normal .bi,
.more_arrow_normal .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1230px) {
  a.more_arrow_normal,
  .more_arrow_normal {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
  }
  a.more_arrow_normal .bi,
  .more_arrow_normal .bi {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1230px) {
  .top_jg {
    display: block;
    height: 55px;
  }
  .menuMob {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12.5px;
    z-index: 31;
  }
  .menuMob a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%2300579e'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%2300579e'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%2300579e'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
div::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

div ::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(153, 153, 153, 0.1);
}

div ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #008bdc;
  -webkit-border-radius: 4px;
}

div::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-border-radius: 4px;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("font/PlayfairDisplay.eot");
  src: url("font/PlayfairDisplay.eot?#iefix") format("embedded-opentype"), url("font/PlayfairDisplay.woff2") format("woff2"), url("font/PlayfairDisplay.woff") format("woff"), url("font/PlayfairDisplay.ttf") format("truetype"), url("font/PlayfairDisplay.svg#fzsuxinshiliukais-r-gbregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
@media only screen and (min-width: 1230px) {
  .img_scale:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}

.d_scale {
  overflow: hidden;
}
.d_scale .img_content {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
@media only screen and (min-width: 1230px) {
  .d_scale:hover .img_content {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}

.btn-ani-show {
  padding: 0 40px;
  position: relative;
}
.btn-ani-show .bi {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1230px) {
  .btn-ani-show:hover .bi {
    right: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 1230px) {
  .btn-ani-show {
    padding: 0;
  }
  .btn-ani-show .bi {
    display: none;
  }
}

.btn-ani-toggle {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn-ani-toggle b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-toggle .bi_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-ani-toggle .bi_cont .bi {
  margin: 0 !important;
  font-size: 22px !important;
}
@media only screen and (min-width: 1230px) {
  .btn-ani-toggle:hover b {
    top: -100%;
  }
  .btn-ani-toggle:hover .bi_cont {
    top: 0;
  }
}

.btn-ani-full {
  position: relative;
  overflow: hidden;
}
.btn-ani-full b {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-ani-full::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0%;
  top: 0%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full:hover::before {
  width: 100%;
}

.btn-ani-full-up {
  position: relative;
  overflow: hidden;
}
.btn-ani-full-up b {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-ani-full-up::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0%;
  bottom: 0%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full-up:hover::before {
  height: 100%;
}

.btn-ani-full-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-full-uiColor b {
  display: block;
  z-index: 2;
  position: relative;
}
.btn-ani-full-uiColor::before {
  width: 0%;
  height: 100%;
  content: "";
  background-color: #003ca6;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full-uiColor:hover b {
  color: #fff !important;
}
.btn-ani-full-uiColor:hover::before {
  width: 100%;
}

a .svg {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  a .svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg {
    height: 30px;
    width: 30px;
  }
}
a .svg svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .ani_linear,
a .ani_linear_small,
a .ani_linear_big {
  fill: none;
  stroke-width: 50;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
a:hover .ani_linear {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_small {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_big {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_showHide {
  animation: fadeIn 0.8s 0.1s ease both;
  -webkit-animation: fadeIn 0.8s 0.1s ease both;
  -moz-animation: fadeIn 0.8s 0.1s ease both;
}
a:hover .svg_small .ani_linear {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_small {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_m {
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_big {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
a .svg_small {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  a .svg_small {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg_small {
    height: 30px;
    width: 30px;
  }
}
a .svg_small svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .svg_small .ani_linear,
a .svg_small .ani_linear_small,
a .svg_small .ani_linear_big {
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.btn-ani-diff-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-diff-uiColor b, .btn-ani-diff-uiColor .bi {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.btn-ani-diff-uiColor::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background-color: #003ca6;
  border-radius: 50%;
}
.btn-ani-diff-uiColor:hover::before {
  width: 140%;
  height: 140%;
  max-width: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
}

.btn-ani-diff {
  position: relative;
  overflow: hidden;
}
.btn-ani-diff b, .btn-ani-diff .bi {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.btn-ani-diff::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.btn-ani-diff:hover::before {
  width: 140%;
  height: 140%;
  max-width: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
}

.btn-ani-anim {
  position: relative;
  overflow: hidden;
}
.btn-ani-anim b {
  position: relative;
  z-index: 1;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim {
  animation: anim-out 0.75s;
  cursor: pointer;
}
.btn-ani-anim:hover .anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim:after {
  animation: anim-out-pseudo 0.75s;
}
.btn-ani-anim:hover .anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim_container {
  width: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
}

@keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    width: 100%;
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
.list-ani-shadow-10 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-10 a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-10 a:hover:before {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.list-ani-shadow-20 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-20 a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-20 a:hover:before {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.public_1920_box .yygk_nr {
  margin-top: 80px;
  margin-bottom: 80px;
}
.public_1920_box .yygk_nr p {
  margin-bottom: 20px;
  font-size: 16px;
}
.public_1920_box .yygk_nr p:last-child {
  margin-bottom: 0;
}

.width1920 {
  position: relative;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
}

.showPage_box {
  padding: 50px 0;
}
.showPage_box h3 {
  font-size: 40px;
  font-weight: bold;
}
.showPage_box .more_arrow_normal {
  margin: 10px;
}

.zjmz {
  position: relative;
  width: 100%;
}
.zjmz img {
  width: 100%;
}

.index_zs_top_box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.index_zs_top_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .index_zs_top_box {
    display: none;
  }
}
.index_zs_top_box .video_text_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_zs_top_box .video_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  padding-bottom: 40px;
}
.index_zs_top_box .video_text .bt {
  font-size: 42px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1620px) {
  .index_zs_top_box .video_text .bt {
    font-size: 46px;
    margin-bottom: 15px;
  }
}
.index_zs_top_box video {
  min-width: 100%;
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .index_zs_top_box video {
    display: none;
  }
}
.index_zs_top_box .top_item {
  position: absolute;
  left: 0%;
  right: 0;
  top: 50px;
  height: 80px;
  justify-content: space-between;
  display: flex;
  z-index: 21;
}
.index_zs_top_box .top_item .logo {
  height: 100%;
  position: absolute;
  left: 5%;
  top: 0;
}
.index_zs_top_box .top_item .logo img {
  height: 100%;
}
.index_zs_top_box .top_item .top_right {
  position: absolute;
  right: 12%;
  margin-top: 25px;
  color: #fff;
}
.index_zs_top_box .top_item .top_right .video_btn {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 15px;
}
.index_zs_top_box .top_item .top_right .video_btn .bi {
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index_zs_top_box .top_item .top_right .top_right_public {
  color: #003ca6;
  height: 100%;
  text-align: center;
  position: relative;
  margin: 0 5px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  height: 40px;
}
.index_zs_top_box .top_item .top_right .top_right_public:hover {
  color: #a0cf00;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn {
  display: inline-block;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn .bi {
  margin-left: 10px;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn dl {
  width: 90px;
  font-size: 15px;
  display: none;
  background-color: #a0cf00;
  position: absolute;
  left: 50%;
  top: 32px;
  margin-left: -45px;
  z-index: 99;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn dl a {
  display: block;
  padding: 5px;
  line-height: 24px;
  text-align: center;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn dl a:hover {
  background-color: #003ca6;
  color: #a0cf00;
}
.index_zs_top_box .top_item .top_right .top_right_public#language_btn:hover dl {
  display: block;
}
.index_zs_top_box .meau_list {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 90;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 23;
}
@media only screen and (min-width: 1800px) {
  .index_zs_top_box .meau_list {
    width: 150px;
  }
}
.index_zs_top_box .meau_list a {
  color: #fff;
  z-index: 99;
}
.index_zs_top_box .meau_list a.meau_icon {
  background-image: -moz-linear-gradient(top, #06639c, #2c389e); /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #06639c), color-stop(1, #2c389e)); /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$u", endColorstr="$d", GradientType="0"); /* IE*/
  width: 100%;
  height: 22vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.index_zs_top_box .meau_list a.meau_icon .iconfont {
  font-size: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  margin-bottom: 15px;
}
.index_zs_top_box .meau_list a.meau_icon .tb {
  display: block;
  width: 100%;
}
.index_zs_top_box .meau_list a.meau_icon.on .tb {
  transform: rotate(180deg);
  margin-top: -5px;
  margin-bottom: 5px;
}
.index_zs_top_box .meau_list a.seach_icon {
  position: absolute;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  margin-top: -40px;
}
.index_zs_top_box .meau_list a.seach_icon:hover {
  background-color: #003ca6;
}
.index_zs_top_box .meau_list a.seach_icon .icon-sousuo {
  font-size: 32px;
}
.index_zs_top_box .meau_list .lead_nav3 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 80vh;
  display: block;
}
.index_zs_top_box .meau_list .lead_nav3 li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_zs_top_box .meau_list .lead_nav3 li a {
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
  display: block;
}
.index_zs_top_box .meau_list .iconfont {
  color: #fff;
}
.index_zs_top_box .four_icon {
  position: absolute;
  width: 1230px;
  left: 50%;
  margin-left: -615px;
  bottom: 0;
  height: 120px;
  justify-content: space-between;
  display: flex;
  z-index: 21;
}
.index_zs_top_box .four_icon::before {
  position: absolute;
  left: -275px;
  height: 100%;
  width: 275px;
  content: "";
  top: 0;
}
@media only screen and (min-width: 1620px) {
  .index_zs_top_box .four_icon {
    height: 130px;
  }
  .index_zs_top_box .four_icon::before {
    left: -325px;
    width: 325px;
  }
}
@media only screen and (min-width: 1800px) {
  .index_zs_top_box .four_icon {
    height: 140px;
  }
  .index_zs_top_box .four_icon::before {
    left: -345px;
    width: 345px;
  }
}
.index_zs_top_box .four_icon li {
  width: 100%;
  height: 100%;
}
.index_zs_top_box .four_icon li + li {
  margin-left: 1px;
}
.index_zs_top_box .four_icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index_zs_top_box .four_icon li a .iconfont {
  color: #fff;
  font-size: 66px;
  display: block;
  line-height: 70px;
  margin-bottom: 10px;
}
.index_zs_top_box .four_icon li a .sbt {
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.index_zs_top_box .four_icon li a:hover {
  margin-top: -5px;
}
.index_zs_top_box .four_icon li:nth-child(1) a {
  background-image: url(../images/t2.png);
}
.index_zs_top_box .four_icon li:nth-child(1) a .sbt {
  position: relative;
}
.index_zs_top_box .four_icon li:nth-child(1) a .sbt::before {
  position: absolute;
  left: -70px;
  top: 0;
  width: 56px;
  height: 56px;
  content: "";
  background-image: url(../images/i.png);
}
.index_zs_top_box .four_icon li:nth-child(1) a .sbt:hover::before {
  margin-top: -10px;
}
.index_zs_top_box .four_icon li:nth-child(2) a {
  background-image: url(../images/t1.png);
}
.index_zs_top_box .four_icon li:nth-child(2) a .sbt {
  position: relative;
}
.index_zs_top_box .four_icon li:nth-child(2) a .sbt::before {
  position: absolute;
  left: -70px;
  top: 0;
  width: 56px;
  height: 56px;
  content: "";
  background-image: url(../images/i2.png);
}
.index_zs_top_box .four_icon li:nth-child(2) a .sbt:hover::before {
  margin-top: -10px;
}
.index_zs_top_box .meau_box {
  overflow-y: auto;
  left: 100%;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 100%;
  top: 0px;
  position: absolute;
  width: calc(100% - 120px);
  z-index: 99;
  background-color: rgba(0, 60, 166, 0.6);
  padding: 70px 5%;
  opacity: 0;
}
@media only screen and (min-width: 1800px) {
  .index_zs_top_box .meau_box {
    width: calc(100% - 150px);
  }
}
.index_zs_top_box .meau_box.open {
  left: 0%;
  opacity: 1;
}
.index_zs_top_box .meau_box img {
  height: 80px;
  margin-bottom: 60px;
}
.index_zs_top_box .meau_box ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.index_zs_top_box .meau_box ul li a {
  display: block;
  width: 100%;
  text-align: left;
}
.index_zs_top_box .meau_box ul li a.dbt {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: bold;
  color: #00a1ff;
  margin-bottom: 20px;
  font-weight: bold;
}
.index_zs_top_box .meau_box ul li a.dbt:hover {
  color: #fff;
}
.index_zs_top_box .meau_box ul li dl {
  width: 100%;
  display: flex;
  position: relative;
  color: #fff;
  flex-wrap: wrap;
  line-height: 30px;
}
.index_zs_top_box .meau_box ul li dl dd {
  width: auto;
  margin: 0 15px;
}
.index_zs_top_box .meau_box ul li dl dd:first-child {
  margin-left: 0;
}
.index_zs_top_box .meau_box ul li dl a {
  font-size: 14px;
  text-align: left;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.index_zs_top_box .meau_box ul li dl a:hover {
  color: white;
}

@media only screen and (max-width: 1230px) {
  .index_zs_One_box {
    padding: 15px;
  }
}
.index_zs_One_box .ny_main .under_box {
  display: flex;
  padding-top: 0px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 55px;
  z-index: 24;
}
.index_zs_One_box .ny_main .under_box li {
  width: 100%;
  position: relative;
  height: 205px;
}
.index_zs_One_box .ny_main .under_box li .lItem {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.2s linear;
  background-color: #008bdc;
}
@media only screen and (min-width: 1230px) {
  .index_zs_One_box .ny_main .under_box li .lItem:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
  }
}
.index_zs_One_box .ny_main .under_box li:hover {
  z-index: 20;
}
.index_zs_One_box .ny_main .under_box li:nth-child(2) .lItem {
  background-color: #f29358;
}
.index_zs_One_box .ny_main .under_box li:nth-child(3) .lItem {
  background-color: #5962da;
}
.index_zs_One_box .ny_main .under_box li:nth-child(4) .lItem {
  background-color: #adce24;
}
.index_zs_One_box .ny_main .under_box li:nth-child(5) .lItem {
  background-color: #5962da;
}
.index_zs_One_box .ny_main .under_box li:nth-child(6) .lItem {
  background-color: #008bdc;
}
.index_zs_One_box .ny_main .under_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  text-align: center;
}
.index_zs_One_box .ny_main .under_box li a .ani_linear,
.index_zs_One_box .ny_main .under_box li a .ani_linear_small,
.index_zs_One_box .ny_main .under_box li a .ani_linear_big {
  stroke: #fff !important;
}
.index_zs_One_box .ny_main .under_box li a .ani_showHide {
  fill: #fff !important;
}
.index_zs_One_box .ny_main .under_box li a .svg_small {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  display: block;
  width: 72px;
  height: 72px;
}
.index_zs_One_box .ny_main .under_box li a .svg_small svg {
  width: 100%;
  height: 100%;
}
.index_zs_One_box .ny_main .under_box li a .sbt {
  font-size: 20px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1230px) {
  .index_zs_One_box .ny_main .under_box:hover li a {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1230px) {
  .index_zs_One_box .ny_main .under_box {
    height: auto;
    margin-bottom: 15px;
  }
  .index_zs_One_box .ny_main .under_box li {
    width: 100%;
    height: 120px;
  }
  .index_zs_One_box .ny_main .under_box li a {
    margin-top: 0 !important;
  }
  .index_zs_One_box .ny_main .under_box li a .svg_small {
    width: 40px;
    height: 40px;
  }
  .index_zs_One_box .ny_main .under_box li a .sbt {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .index_zs_One_box .ny_main .under_box {
    flex-flow: row wrap;
  }
  .index_zs_One_box .ny_main .under_box li {
    width: 33.333%;
    height: 80px;
  }
  .index_zs_One_box .ny_main .under_box li a {
    margin-top: 0 !important;
  }
  .index_zs_One_box .ny_main .under_box li a .svg_small {
    width: 25px;
    height: 25px;
  }
  .index_zs_One_box .ny_main .under_box li a .sbt {
    font-size: 13px;
  }
}
.index_zs_One_box .ny_main .title_box .bt {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.index_zs_One_box .ny_main .title_box .bt::before {
  width: 72px;
  height: 3px;
  background-color: #008bdc;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media only screen and (max-width: 1230px) {
  .index_zs_One_box .ny_main .title_box .bt {
    font-size: 22px;
  }
}
.index_zs_One_box .ny_main .title_box .more_arrow_normal {
  margin-top: 10px;
}
.index_zs_One_box .ny_main .title_box .more {
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-right: 40px;
}
.index_zs_One_box .ny_main .title_box .more .iconfont {
  font-size: 28px;
  position: absolute;
  right: 0px;
  top: -3px;
}
.index_zs_One_box .ny_main .title_box .more:hover .iconfont {
  right: -5px;
}
.index_zs_One_box .ny_main .two_item_box .d1 {
  width: 817px;
}
.index_zs_One_box .ny_main .two_item_box .d2 {
  width: 374px;
}
@media only screen and (max-width: 1230px) {
  .index_zs_One_box .ny_main .two_item_box .d1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .index_zs_One_box .ny_main .two_item_box .d2 {
    width: 100%;
  }
}

.index_zs_Two_box .ny_main {
  padding: 80px 0 0px 0;
}
@media only screen and (max-width: 1230px) {
  .index_zs_Two_box .ny_main {
    padding: 15px;
  }
}
.index_zs_Two_box .ny_main .two_div {
  display: flex;
  justify-content: space-between;
}
.index_zs_Two_box .ny_main .two_div .left_box {
  width: 320px;
  margin-top: 40px;
}
.index_zs_Two_box .ny_main .two_div .left_box li {
  margin-bottom: 50px;
}
.index_zs_Two_box .ny_main .two_div .left_box li:last-child {
  margin-bottom: 0px;
}
.index_zs_Two_box .ny_main .two_div .left_box li a .sbt {
  font-size: 16px;
  font-weight: bold;
  color: #008bdc;
  margin-bottom: 13px;
  line-height: 35px;
}
.index_zs_Two_box .ny_main .two_div .left_box li a .sbt b {
  font-size: 60px;
  font-weight: bold;
  padding: 0 5px;
  color: #adce24;
}
.index_zs_Two_box .ny_main .two_div .left_box li a .sbt::before {
  content: "";
  width: 4px;
  height: 35px;
  background-color: #008bdc;
  display: inline-block;
  margin-right: 15px;
  margin-top: -20px;
}
.index_zs_Two_box .ny_main .two_div .left_box li a .nr {
  font-size: 16px;
  font-weight: 400;
}
.index_zs_Two_box .ny_main .two_div .right_box {
  width: 760px;
}
.index_zs_Two_box .ny_main .two_div .right_box .nr {
  width: 100%;
  padding: 0 0px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 224px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li {
  width: 100%;
  height: 100%;
  background-color: #f6f6f8;
  z-index: 0;
  position: relative;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #003ca6;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li + li {
  margin-left: 35px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px 20px 30px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont {
  color: #003ca6;
  font-size: 55px;
  margin-bottom: 40px;
  line-height: 50px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-jiaoyu, .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-yiyuan {
  font-size: 65px;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li a .sbt {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: bold;
  position: relative;
}
.index_zs_Two_box .ny_main .two_div .right_box ul li a .sbt::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #003ca6;
  width: 41px;
  height: 3px;
  content: "";
}
@media only screen and (min-width: 1230px) {
  .index_zs_Two_box .ny_main .two_div .right_box ul li:hover {
    margin-top: -10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li:hover:before {
    height: 100%;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li:hover a {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li:hover a .iconfont {
    color: #fff;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li:hover a .sbt::before {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1230px) {
  .index_zs_Two_box .ny_main .two_div {
    display: block;
  }
  .index_zs_Two_box .ny_main .two_div .left_box {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .index_zs_Two_box .ny_main .two_div .left_box li {
    margin-bottom: 15px;
  }
  .index_zs_Two_box .ny_main .two_div .left_box li a .sbt {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 22px;
  }
  .index_zs_Two_box .ny_main .two_div .left_box li a .sbt b {
    font-size: 20px;
  }
  .index_zs_Two_box .ny_main .two_div .left_box li a .sbt::before {
    content: "";
    width: 3px;
    height: 15px;
    margin-right: 10px;
    margin-top: -4px;
  }
  .index_zs_Two_box .ny_main .two_div .left_box li a .nr {
    font-size: 13px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box {
    width: 100%;
  }
  .index_zs_Two_box .ny_main .two_div .right_box .nr {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul {
    height: 120px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li + li {
    margin-left: 15px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a {
    padding: 20px 20px 30px 20px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-jiaoyu, .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-yiyuan {
    font-size: 40px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .sbt {
    font-size: 16px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .sbt::before {
    width: 2em;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1230px) {
  .index_zs_Two_box .ny_main .two_div .right_box ul li {
    height: 110px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li + li {
    margin-left: 10px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a {
    padding: 20px 15px 30px 15px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont {
    font-size: 30px;
    line-height: 35px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-jiaoyu, .index_zs_Two_box .ny_main .two_div .right_box ul li a .iconfont.icon-yiyuan {
    font-size: 35px;
  }
  .index_zs_Two_box .ny_main .two_div .right_box ul li a .sbt {
    font-size: 14px;
  }
}

.index_zs_Three_box .ny_main {
  padding: 80px 0 0 0;
}
.index_zs_Three_box .ny_main .bt {
  font-size: 36px;
  font-weight: bold;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 {
  width: calc(100% - 528px);
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under {
  height: 336px;
  position: relative;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .text_content {
  width: 405px;
  background-color: #f29358;
  height: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .text_content .sbt {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .text_content .nr {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .text_content::before {
  width: 288px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  content: " ";
  left: 270px;
  top: 50%;
  margin-top: -13px;
  z-index: 10;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .img_content {
  height: 100%;
  width: calc(100% - 405px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .under .img_content img {
  height: 100%;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down {
  height: 390px;
  position: relative;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down::before {
  position: absolute;
  background-image: url(../images/index/t3.jpg);
  right: 297px;
  content: "";
  top: 0;
  width: 750px;
  height: 390px;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down .text_content {
  width: calc(100% - 405px);
  background-color: #48bcff;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down .text_content .sbt {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down .text_content .nr {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.index_zs_Three_box .ny_main .Two_dep_box .d1 .down .text_content::before {
  width: 288px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  content: " ";
  right: 220px;
  top: 50%;
  margin-top: -13px;
  z-index: 10;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2 {
  height: 100%;
  width: 528px;
  background-color: #008bdc;
  position: relative;
  height: 726px;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2::before {
  position: absolute;
  left: 513px;
  content: " ";
  top: 0;
  height: 726px;
  width: 345px;
  z-index: -1;
  background-color: #008bdc;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2::after {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  content: " ";
  left: 330px;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2 .img_content {
  width: 528px;
  height: 628px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2 .img_content .text_content {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  top: 50%;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2 .img_content .text_content .sbt {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.index_zs_Three_box .ny_main .Two_dep_box .d2 .img_content .text_content .nr {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.index_zs_Four_box {
  background-image: url(../images/index/2bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 50px 0;
}
.index_zs_Four_box + .index_zs_Four_box {
  background-image: none;
  padding: 80px 0;
}
@media only screen and (max-width: 1230px) {
  .index_zs_Four_box {
    padding: 15px;
  }
  .index_zs_Four_box + .index_zs_Four_box {
    padding: 15px;
  }
}
.index_zs_Four_box .ny_main .four_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_zs_Four_box .ny_main .four_nav li {
  width: 284px;
  height: 100%;
}
.index_zs_Four_box .ny_main .four_nav li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}
.index_zs_Four_box .ny_main .four_nav li a img {
  min-height: 100%;
}
.index_zs_Four_box .ny_main .four_nav li a .sbt {
  position: absolute;
  color: #ffffff;
  font-size: 31px;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  height: 162px;
  width: 51px;
  line-height: 51px;
  transition: all 0.2s linear;
}
.index_zs_Four_box .ny_main .four_nav li a .sbt::before {
  background-image: url(../images/index/bo1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
}
@media only screen and (min-width: 1230px) {
  .index_zs_Four_box .ny_main .four_nav li a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    margin-top: -10px;
  }
  .index_zs_Four_box .ny_main .four_nav li a:hover .sbt {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1230px) {
  .index_zs_Four_box .ny_main .four_nav li {
    width: 100%;
  }
  .index_zs_Four_box .ny_main .four_nav li + li {
    margin-left: 15px;
  }
  .index_zs_Four_box .ny_main .four_nav li a .sbt {
    height: 140px;
    width: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .index_zs_Four_box .ny_main .four_nav li + li {
    margin-left: 10px;
  }
  .index_zs_Four_box .ny_main .four_nav li a .sbt {
    height: 120px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) and (max-width: 500px) {
  .index_zs_Four_box .ny_main .four_nav li a .sbt {
    font-size: 14px;
  }
}

.index_zs_bottom_box .foot_top {
  background-color: #015fac;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: relative;
}
.index_zs_bottom_box .foot_top .ny_main {
  z-index: 1;
  position: relative;
}
.index_zs_bottom_box .foot_top .ny_main::before {
  position: absolute;
  content: "";
  background-color: #80af44;
  border-radius: 0px 30px 30px 0px;
  z-index: -1;
  height: 60px;
  width: 100%;
  right: calc(100% - 115px);
  top: 0px;
}
.index_zs_bottom_box .foot_top b {
  width: 110px;
  display: inline-block;
}
.index_zs_bottom_box .foot_top a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
}
.index_zs_bottom_box .foot_top a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1230px) {
  .index_zs_bottom_box .foot_top {
    height: auto;
    font-size: 14px;
  }
  .index_zs_bottom_box .foot_top .ny_main {
    padding: 35px 10px 10px 10px;
  }
  .index_zs_bottom_box .foot_top .ny_main::before {
    z-index: -1;
    height: 30px;
    right: calc(100% - 95px);
    top: 0px;
  }
  .index_zs_bottom_box .foot_top .ny_main b {
    display: block;
    position: absolute;
    width: 95px;
    text-align: center;
    left: 0;
    top: 0px;
    height: 30px;
    line-height: 30px;
  }
  .index_zs_bottom_box .foot_top a {
    font-size: 13px;
    margin: 5px;
    padding: 0 5px;
    line-height: 24px;
    float: left;
  }
  .index_zs_bottom_box .foot_top a:first-child {
    margin-left: 0px;
  }
}
.index_zs_bottom_box .foot_bottom {
  background-image: url(../images/index/footbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.index_zs_bottom_box .foot_bottom a {
  color: #fff;
}
.index_zs_bottom_box .foot_bottom a:hover {
  color: #80af44;
}
.index_zs_bottom_box .foot_bottom .ny_main {
  padding: 60px 0;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 {
  width: 700px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_logo {
  float: left;
  width: 232px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav {
  width: 380px;
  float: right;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a {
  margin-right: 20px;
  width: 155px;
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 38px;
  line-height: 36px;
  float: left;
  margin-bottom: 20px;
  padding: 0 0px 0 10px;
  display: flex;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a i {
  font-size: 20px;
  margin-right: 15px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a i.icon-jiuzhen {
  font-size: 25px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 {
  width: 100%;
  float: left;
  font-size: 14px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem1 {
  float: left;
  width: 280px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem2 {
  float: right;
  width: 380px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d2 {
  width: 360px;
  font-size: 0;
}
.index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img {
  text-align: center;
  width: 33.3333%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img img {
  height: 97px;
  display: block;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 1230px) {
  .index_zs_bottom_box .foot_bottom .ny_main {
    padding: 15px;
    font-size: 13px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 {
    width: 60%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 {
    margin-bottom: 20px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_logo {
    width: 30%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav {
    width: 60%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a {
    margin-right: 4%;
    width: 46%;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a i {
    font-size: 16px;
    margin-right: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a i.icon-jiuzhen {
    font-size: 16px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 {
    font-size: 13px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem1 {
    width: 30%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem2 {
    width: 60%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 {
    width: 38%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img {
    width: 33.3333%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img img {
    height: 80px;
  }
}
@media only screen and (max-width: 760px) {
  .index_zs_bottom_box .foot_bottom .ny_main {
    padding: 15px;
    display: block;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 {
    width: 100%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 {
    margin-bottom: 5px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_logo {
    display: none;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav {
    width: 102%;
    margin-left: -1%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_1 .foot_nav a {
    margin: 0 1%;
    width: 48%;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d1 .d1_2 .dItem2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 {
    width: 100%;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img {
    width: 33.3333%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .index_zs_bottom_box .foot_bottom .ny_main .d2 .item-img img {
    height: 80px;
  }
}

.index_News {
  position: relative;
}
.index_News .swiper-container {
  width: 100%;
  overflow: hidden;
}
.index_News .swiper-wrapper {
  width: 100%;
}
.index_News .swiper-slide {
  width: 100%;
}
.index_News .swiper-slide a {
  display: block;
  width: 100%;
}
.index_News .swiper-slide a .d1 {
  width: 650px;
}
.index_News .swiper-slide a .d1 .img_content {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.index_News .swiper-slide a .d1 .img_content img {
  min-height: 100%;
}
.index_News .swiper-slide a .d2 {
  width: 580px;
}
.index_News .swiper-slide a .d2 .text_content {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 45px;
}
.index_News .swiper-slide a .d2 .text_content .b_bt {
  font-weight: bold;
  font-size: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  line-height: 28px;
}
.index_News .swiper-slide a .d2 .text_content .p1 {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
  line-height: 24px;
}
.index_News .swiper-slide a .d2 .text_content .sTime {
  width: 75px;
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 30px;
}
.index_News .swiper-slide a .d2 .text_content .sTime .bt {
  display: block;
  width: 100%;
  font-size: 36px;
  background-color: #46bcff;
  line-height: 60px;
  height: 60px;
}
.index_News .swiper-slide a .d2 .text_content .sTime p {
  line-height: 25px;
  height: 25px;
  background-color: #008bdc;
  color: #fff;
}
.index_News .swiper-pagination-bullet {
  background-color: #ccc;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}
.index_News .swiper-pagination-bullet-active {
  background-color: #adce24;
}
.index_News .swiper-horizontal > .swiper-pagination-bullets,
.index_News .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_News .swiper-pagination-custom,
.index_News .swiper-pagination-fraction {
  bottom: 25px;
  position: absolute;
  right: 25px;
  left: auto;
  width: auto;
  text-align: right;
}
.index_News .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.index_News .swiper-button-prev,
.index_News .swiper-button-next {
  width: 43px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  border-radius: 5px;
  font-size: 0px;
  line-height: 80px;
  text-align: center;
  background-color: #003ca6;
  overflow: hidden;
}
.index_News .swiper-button-prev .bi,
.index_News .swiper-button-next .bi {
  font-size: 45px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.index_News .swiper-button-prev::after,
.index_News .swiper-button-next::after {
  display: none !important;
}
.index_News .swiper-button-prev {
  left: -90px;
}
.index_News .swiper-button-next {
  right: -90px;
}
@media only screen and (max-width: 1230px) {
  .index_News .swiper-slide a .d1 {
    width: 50%;
  }
  .index_News .swiper-slide a .d1 .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .index_News .swiper-slide a .d2 {
    width: 50%;
  }
  .index_News .swiper-slide a .d2 .text_content {
    margin-top: 15px;
    padding-left: 20px;
  }
  .index_News .swiper-slide a .d2 .text_content .b_bt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .index_News .swiper-slide a .d2 .text_content .p1 {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 88px;
    height: auto !important;
    line-height: 22px;
  }
  .index_News .swiper-slide a .d2 .text_content .sTime {
    width: 55px;
    margin-bottom: 20px;
  }
  .index_News .swiper-slide a .d2 .text_content .sTime .bt {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
  }
  .index_News .swiper-slide a .d2 .text_content .sTime p {
    line-height: 25px;
    height: 25px;
    background-color: #008bdc;
    color: #fff;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .index_News .swiper-slide a .d1 {
    width: 100%;
  }
  .index_News .swiper-slide a .d1 .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .index_News .swiper-slide a .d2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_News .swiper-slide a .d2 .text_content {
    padding-left: 70px;
    position: relative;
    min-height: 80px;
  }
  .index_News .swiper-slide a .d2 .text_content .b_bt {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px;
    height: auto !important;
    line-height: 24px;
  }
  .index_News .swiper-slide a .d2 .text_content .p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
  .index_News .swiper-slide a .d2 .text_content .sTime {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1230px) {
  .index_News .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .index_News .swiper-horizontal > .swiper-pagination-bullets,
  .index_News .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index_News .swiper-pagination-custom,
  .index_News .swiper-pagination-fraction {
    bottom: 0px;
    right: 0px;
    width: auto;
    text-align: right;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .index_News .swiper-horizontal > .swiper-pagination-bullets,
  .index_News .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index_News .swiper-pagination-custom,
  .index_News .swiper-pagination-fraction {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1230px) {
  .index_News .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .index_News .swiper-button-prev,
  .index_News .swiper-button-next {
    display: none;
  }
}

.index_Docs {
  position: relative;
}
.index_Docs .swiper-container {
  width: 100%;
  overflow: hidden;
}
.index_Docs .swiper-wrapper {
  width: 100%;
}
.index_Docs .swiper-slide {
  width: 100%;
}
.index_Docs .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  height: 323px;
  border-radius: 10px;
  overflow: hidden;
}
.index_Docs .swiper-slide a .img_content {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.index_Docs .swiper-slide a .img_content img {
  min-height: 100%;
}
.index_Docs .swiper-slide a .text_content {
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 75px;
}
.index_Docs .swiper-slide a .text_content .b_bt {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.index_Docs .swiper-slide a .text_content .p1 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  position: relative;
  height: 24px;
  line-height: 24px;
}
.index_Docs .swiper-slide a .text_content .p1 .left {
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_Docs .swiper-slide a .text_content .p1 .right {
  position: absolute;
  right: 0;
  top: -30px;
  text-align: right;
}
.index_Docs .swiper-slide a .open_text {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  top: 100%;
  left: 0;
  background-color: rgba(0, 60, 166, 0.9);
  text-align: center;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.index_Docs .swiper-slide a .open_text p {
  margin-bottom: 10px;
}
.index_Docs .swiper-slide a .open_text p.pSc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  line-height: 22px;
}
.index_Docs .swiper-slide a .open_text .b_bt {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.index_Docs .swiper-slide a .open_text .b_bt::after {
  content: "";
  width: 2em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1em;
}
.index_Docs .swiper-slide a .open_text .more:hover i {
  margin-left: 5px;
}
.index_Docs .swiper-slide a .open_text .more i {
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 1230px) {
  .index_Docs .swiper-slide a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .index_Docs .swiper-slide a:hover .open_text {
    top: 0%;
  }
  .index_Docs .swiper-slide a:hover .text_content {
    bottom: -75px;
  }
}
.index_Docs .swiper-button-prev,
.index_Docs .swiper-button-next {
  width: 43px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  border-radius: 5px;
  font-size: 0px;
  line-height: 80px;
  text-align: center;
  background-color: #003ca6;
  overflow: hidden;
}
.index_Docs .swiper-button-prev .bi,
.index_Docs .swiper-button-next .bi {
  font-size: 35px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.index_Docs .swiper-button-prev::after,
.index_Docs .swiper-button-next::after {
  display: none !important;
}
.index_Docs .swiper-button-prev {
  left: -90px;
}
.index_Docs .swiper-button-next {
  right: -90px;
}
@media only screen and (max-width: 1230px) {
  .index_Docs .swiper-slide a {
    height: calc((100vw / 4 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 4 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .index_Docs .swiper-slide a {
    height: calc((100vw / 3 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 3 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 500px) {
  .index_Docs .swiper-slide a {
    height: calc((100vw / 2 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 2 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 320px) {
  .index_Docs .swiper-slide a {
    height: calc((100vw / 1 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 1 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) {
  .index_Docs .swiper-slide a .text_content {
    padding: 10px 10px;
    height: 65px;
  }
  .index_Docs .swiper-slide a .text_content .b_bt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .index_Docs .swiper-slide a .text_content .b_bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) {
  .index_Docs .swiper-slide a .text_content .p1 {
    font-size: 13px;
  }
  .index_Docs .swiper-slide a .text_content .p1 .right {
    top: -26px;
  }
  .index_Docs .swiper-slide a .open_text {
    display: none;
    padding: 15px;
  }
  .index_Docs .swiper-slide a .open_text .b_bt {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .index_Docs .swiper-slide a .open_text .more i {
    margin-left: 6px;
  }
  .index_Docs .swiper-button-prev,
  .index_Docs .swiper-button-next {
    display: none !important;
  }
}

.yg_bt1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.yg_bt1 .bt {
  line-height: 24px;
  font-weight: bold;
}
.yg_bt1 .yg_znav {
  line-height: 24px;
}
.yg_bt1 .yg_znav a {
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.yg_bt1 .yg_znav a:hover {
  color: #003ca6 !important;
}
.yg_bt1 .yg_znav a::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 0 18px;
}
.yg_bt1 .yg_znav a:last-child::after {
  display: none;
}
.yg_bt1 .yg_znav a.active {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1230px) {
  .yg_bt1 {
    padding-bottom: 10px;
  }
  .yg_bt1 .bt {
    line-height: 30px;
    font-size: 16px;
  }
  .yg_bt1 .yg_znav {
    line-height: 30px;
  }
  .yg_bt1 .yg_znav a {
    font-size: 14px;
  }
  .yg_bt1 .yg_znav a::after {
    width: 1px;
    height: 12px;
    margin: 0 6px;
  }
  .yg_bt1 .yg_znav a.active {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .yg_bt1 a.more_arrow_normal {
    display: none;
  }
}

.four_news_list li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.four_news_list li a {
  padding: 15px 10px 15px 22px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.four_news_list li a .sTime {
  color: #003ca6;
  position: relative;
  z-index: 1;
}
.four_news_list li a .bt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}
.four_news_list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 25px;
  background-color: #00a1ff;
}
@media only screen and (max-width: 1230px) {
  .four_news_list li a {
    padding: 10px 10px 10px 13px;
  }
  .four_news_list li a .bt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .four_news_list li a::after {
    width: 5px;
    height: 5px;
    left: 0px;
    top: 18px;
  }
}
.four_news_list li a::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #008bdc;
  background-image: url(../images/index/tmbg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  width: 0%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1230px) {
  .four_news_list li a:hover::before {
    width: 100%;
  }
  .four_news_list li a:hover * {
    color: #fff;
  }
  .four_news_list li a:hover::after {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.index_top_ny {
  width: 100%;
}
.index_top_ny .top {
  width: 100%;
}
.index_top_ny .top .ny_main {
  position: relative;
  height: 138px;
}
.index_top_ny .top .ny_main .logo {
  height: 86px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -43px;
}
.index_top_ny .top .ny_main .logo img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.index_top_ny .top .ny_main .logo .sTitle {
  display: inline-block;
  margin-left: 30px;
  font-weight: bold;
  color: #003ca6;
  vertical-align: middle;
  font-size: 37px;
}
.index_top_ny .top .ny_main .cdBack {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  padding: 0 28px;
  background-color: #003ca6;
  border-radius: 8px;
}
.index_top_ny .top .ny_main .sousuo_o {
  position: absolute;
  right: 0px;
  top: 54px;
  width: 31px;
  border-radius: 50%;
  color: #333;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #f1f1f1;
}
.index_top_ny .top .ny_main .sousuo_o .iconfont {
  line-height: 28px;
  font-size: 24px;
}
.index_top_ny .top .ny_main .sousuo_o:hover {
  background-color: #003ca6;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .index_top_ny .top .ny_main {
    height: 55px;
  }
  .index_top_ny .top .ny_main .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
  .index_top_ny .top .ny_main .logo .sTitle {
    margin-left: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .index_top_ny .top .ny_main .logo .sTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .top .ny_main .cdBack {
    right: 5px;
    font-size: 12px;
    height: 50px;
    line-height: 16px;
    margin-top: auto;
    padding: 9px 10px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 60, 166, 0.8);
    position: fixed;
    z-index: 88;
    top: auto;
    bottom: 5px;
  }
  .index_top_ny .top .ny_main .sousuo_o {
    right: 50px;
    top: 12px;
    border-radius: 50%;
    color: #003ca6;
    background-color: #fff;
  }
  .index_top_ny .top .ny_main .sousuo_o .iconfont {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
  }
}
.index_top_ny .nav_mh {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
@media only screen and (min-width: 1230px) {
  .index_top_ny .nav_mh .menu {
    width: 100%;
    height: 60px;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_top_ny .nav_mh .menu.menu_slm {
    display: block;
  }
  .index_top_ny .nav_mh .menu.menu_slm li {
    margin-right: 55px;
  }
  .index_top_ny .nav_mh .menu li {
    height: 60px;
    float: left;
    position: relative;
    text-align: center;
  }
  .index_top_ny .nav_mh .menu li a.dbt {
    font-size: 18px;
    display: block;
    line-height: 60px;
    color: #333;
    transition: all ease 0.3s;
  }
  .index_top_ny .nav_mh .menu li a.dbt .bi {
    font-size: 24px;
    color: #003ca6;
  }
  .index_top_ny .nav_mh .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #003ca6;
    bottom: 0;
  }
  .index_top_ny .nav_mh .menu li.on a.dbt::after, .index_top_ny .nav_mh .menu li:hover a.dbt::after {
    width: 100%;
    left: 0%;
    height: 4px;
  }
  .index_top_ny .nav_mh .menu li dl {
    left: 50%;
    margin-left: -90px;
    width: 180px;
    font-size: 15px;
    display: none;
    background-color: #003ca6;
    position: absolute;
    left: 50%;
    top: 65px;
    opacity: 0;
    float: left;
    z-index: 10;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .index_top_ny .nav_mh .menu li dl dd {
    position: relative;
  }
  .index_top_ny .nav_mh .menu li dl dd dl {
    position: absolute;
    left: 180px;
    margin-left: 0;
    top: 0px;
  }
  .index_top_ny .nav_mh .menu li dl dd:hover > a {
    background-color: #80af44;
  }
  .index_top_ny .nav_mh .menu li dl dd:hover dl {
    display: block;
  }
  .index_top_ny .nav_mh .menu li dl a {
    display: block;
    padding: 8px 10px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .index_top_ny .nav_mh .menu li dl a:hover {
    background-color: #80af44;
  }
  .index_top_ny .nav_mh .menu li:hover > dl {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    background-color: #fff;
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .index_top_ny .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .index_top_ny .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .index_top_ny .nav_mh .menu li a.dbt {
    font-size: 13px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .index_top_ny .nav_mh .menu li a.dbt .bi {
    font-size: 20px;
  }
  .index_top_ny .nav_mh .menu li dl {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0;
  }
  .index_top_ny .nav_mh .menu li dl dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .index_top_ny .nav_mh .menu li dl dd dl {
    padding-left: 15px;
  }
  .index_top_ny .nav_mh .menu li dl dd dl dd {
    width: 50%;
  }
  .index_top_ny .nav_mh .menu li dl dd a {
    padding: 5px 0px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}
.index_top_ny .nav_mh .ny_main {
  position: relative;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom {
  position: absolute;
  right: 40px;
  top: -88px;
  line-height: 38px;
  font-size: 16px;
  color: #ccc;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom a {
  margin: 0 10px;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom a.on {
  color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .nav_mh .ny_main .top_right_bottom {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    padding: 10px;
    border-bottom: 0.5px solid #e1e1e1;
    font-size: 14px;
  }
}

.dep_location {
  padding: 30px 0;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
}
.dep_location .loc {
  line-height: 35px;
}
.dep_location .loc .iconfont {
  color: #46bcff;
  margin-right: 5px;
  font-weight: bold;
}
.dep_location .loc a:last-child {
  color: #00579e;
}
.dep_location a.cd_return .iconfont {
  font-size: 35px;
  color: #003ca6;
}
.dep_location a.cd_return .iconfont:hover {
  color: #80af44;
}
@media only screen and (max-width: 1230px) {
  .dep_location {
    padding: 15px 0;
    line-height: 24px;
  }
  .dep_location .loc {
    line-height: 24px;
  }
  .dep_location .loc .iconfont {
    margin-right: 5px;
  }
  .dep_location .loc a {
    font-size: 13px;
  }
  .dep_location a.cd_return .iconfont {
    font-size: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .dep_location {
    display: none;
  }
}

.ny_location.ny_location_x {
  border-bottom: solid 1px #e5e5e5;
}
.ny_location.ny_location_x .ny_main {
  padding: 10px 0;
}
.ny_location .ny_main {
  padding: 30px 0;
  position: relative;
  line-height: 30px;
}
.ny_location .ny_main .loc .iconfont {
  color: #46bcff;
  margin-right: 5px;
  font-weight: bold;
}
.ny_location .ny_main .loc a:last-child {
  color: #00579e;
}
@media only screen and (max-width: 1230px) {
  .ny_location .ny_main {
    padding: 15px;
    line-height: 24px;
  }
  .ny_location .ny_main .loc .iconfont {
    margin-right: 5px;
  }
  .ny_location .ny_main .loc a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  .ny_location {
    display: none;
  }
}

.ny_bt1 .ny_main {
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #003ca6;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.ny_bt1 .ny_main .loc {
  padding-left: 47px;
  font-size: 32px;
  color: #003ca6;
  font-weight: bold;
  line-height: 55px;
  position: relative;
}
.ny_bt1 .ny_main .loc::before {
  position: absolute;
  left: 0;
  background-image: url(../images/public/loc.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 26px;
  height: 26px;
  content: "";
  top: 12px;
}
.ny_bt1 .ny_main a.cd_return {
  margin-top: 10px;
}
.ny_bt1 .ny_main a.cd_return .iconfont {
  font-size: 35px;
  color: #003ca6;
}
.ny_bt1 .ny_main a.cd_return .iconfont:hover {
  color: #80af44;
}
@media only screen and (max-width: 1230px) {
  .ny_bt1 .ny_main {
    line-height: 24px;
    padding: 0 15px;
    height: 50px;
  }
  .ny_bt1 .ny_main .loc {
    font-size: 18px;
    padding-left: 25px;
    line-height: 45px;
  }
  .ny_bt1 .ny_main .loc::before {
    width: 16px;
    height: 16px;
  }
  .ny_bt1 .ny_main a.cd_return .iconfont {
    font-size: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .ny_bt1 .ny_main {
    padding: 10px 15px;
    height: auto;
  }
  .ny_bt1 .ny_main .loc {
    font-size: 14px;
    padding-left: 25px;
    line-height: 30px;
  }
  .ny_bt1 .ny_main .loc::before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
  .ny_bt1 .ny_main a.cd_return {
    margin-top: 2px;
  }
  .ny_bt1 .ny_main a.cd_return .iconfont {
    font-size: 22px;
  }
}

.index_zs_topV3_box_jg {
  height: 110px;
}

.index_zs_topV3_box {
  width: 100%;
  height: 110px;
}
.index_zs_topV3_box .meau_list {
  height: 110px;
  display: flex;
  justify-content: space-between;
}
.index_zs_topV3_box .meau_list:before {
  content: "";
  width: 1280px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -645px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.index_zs_topV3_box .meau_list a {
  height: 100%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.index_zs_topV3_box .meau_list a .iconfont,
.index_zs_topV3_box .meau_list a .bi {
  font-size: 42px;
  line-height: 45px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 15px;
  color: #fff;
}
.index_zs_topV3_box .meau_list a p {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 70px;
  line-height: 24px;
  transition: all 0.2s linear;
}
.index_zs_topV3_box .meau_list a:hover .iconfont,
.index_zs_topV3_box .meau_list a:hover .bi {
  font-size: 55px;
  line-height: 60px;
  top: 25px;
  color: rgba(255, 255, 255, 0.2);
}
.index_zs_topV3_box .meau_list a:hover p {
  font-size: 22px;
  top: 45px;
}
.index_zs_topV3_box .meau_list a.home_icon {
  background-image: url(../images/public/a1.png);
  width: 342px;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
}
.index_zs_topV3_box .meau_list a.logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #00579e;
  width: 770px;
  z-index: 0;
  position: relative;
  cursor: auto;
}
.index_zs_topV3_box .meau_list a.logo::before {
  position: absolute;
  left: -60px;
  background-color: #00579e;
  width: 60px;
  height: 110px;
  top: 0;
  content: "";
}
.index_zs_topV3_box .meau_list a.seach_icon {
  width: 110px;
  background-color: #46bcff;
}
.index_zs_topV3_box .meau_list a.seach_icon .bi:before {
  background-color: #008bdc;
  padding: 10px;
  border-radius: 50%;
  font-size: 22px;
}
.index_zs_topV3_box .meau_list a.seach_icon:hover .bi:before {
  font-size: 50px;
  background-color: #46bcff;
  padding: 0px;
}
.index_zs_topV3_box .meau_list a.meau_icon {
  background-image: url(../images/public/a2.png);
  width: 178px;
  text-align: center;
}
.index_zs_topV3_box .meau_list a.meau_icon .iconfont {
  font-size: 40px;
}
.index_zs_topV3_box .meau_list a.meau_icon .iconfont,
.index_zs_topV3_box .meau_list a.meau_icon p {
  padding-right: 50px;
}
.index_zs_topV3_box .meau_list a.meau_icon:hover .iconfont {
  font-size: 55px;
}
.index_zs_topV3_box .meau_box {
  overflow-y: auto;
  left: 100%;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 99991;
  background-color: rgba(0, 60, 166, 0.6);
  padding: 70px 5%;
  opacity: 0;
}
.index_zs_topV3_box .meau_box a.nav_close {
  position: absolute;
  right: 5%;
  top: 60px;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.index_zs_topV3_box .meau_box a.nav_close:hover {
  background-color: #008bdc;
  transform: rotate(90deg);
}
.index_zs_topV3_box .meau_box.open {
  left: 0%;
  opacity: 1;
}
.index_zs_topV3_box .meau_box img {
  height: 80px;
  margin-bottom: 60px;
}
.index_zs_topV3_box .meau_box ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.index_zs_topV3_box .meau_box ul li a {
  display: block;
  width: 100%;
  text-align: left;
}
.index_zs_topV3_box .meau_box ul li a.dbt {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: bold;
  color: #00a1ff;
  margin-bottom: 20px;
  font-weight: bold;
}
.index_zs_topV3_box .meau_box ul li dl {
  width: 100%;
  display: flex;
  position: relative;
  color: #fff;
  flex-wrap: wrap;
  line-height: 30px;
}
.index_zs_topV3_box .meau_box ul li dl dd {
  width: auto;
  margin: 0 15px;
}
.index_zs_topV3_box .meau_box ul li dl dd:first-child {
  margin-left: 0;
}
.index_zs_topV3_box .meau_box ul li dl a {
  font-size: 14px;
  text-align: left;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.index_zs_topV3_box .meau_box ul li dl a:hover {
  color: white;
}
.index_zs_topV3_box .v3_main {
  width: 1400px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  left: 50%;
  margin-left: -700px;
}

.yydt_box .ny_main {
  width: 1300px;
}

.newsPicSummaryList_dt {
  width: 105%;
  margin-left: -2.5%;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt {
    width: 100%;
    margin-left: 0%;
  }
}
.newsPicSummaryList_dt li {
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 0px 40px 0px 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li {
    padding: 0;
  }
}
.newsPicSummaryList_dt li::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  background-image: url(../images/public/dtbg.png);
  width: 0%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (min-width: 1230px) {
  .newsPicSummaryList_dt li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  }
  .newsPicSummaryList_dt li:hover::before {
    opacity: 1;
    width: 100%;
  }
  .newsPicSummaryList_dt li:hover a {
    border-bottom: 0;
  }
  .newsPicSummaryList_dt li:hover a .text_content .bt {
    color: #fff;
  }
  .newsPicSummaryList_dt li:hover a .text_content p {
    color: #fff;
  }
  .newsPicSummaryList_dt li:hover a .sTime {
    background-color: #fff;
  }
}
.newsPicSummaryList_dt li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 40px 0px 60px 135px;
  overflow: hidden;
  border-bottom: solid 1px #003ca6;
}
.newsPicSummaryList_dt li a .tb {
  position: absolute;
  left: 0px;
  top: 170px;
  width: 22px;
  height: 22px;
  background-image: url(../images/dy.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li a {
    padding: 15px 0px 15px 0px;
  }
  .newsPicSummaryList_dt li a .tb {
    right: 0px;
    top: 15px;
    left: auto;
    width: 16px;
    height: 16px;
    display: none;
  }
}
.newsPicSummaryList_dt li.pic a {
  padding-left: 610px;
  min-height: 380px;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li.pic a {
    padding-left: 162px;
    min-height: 130px;
  }
}
@media only screen and (max-width: 760px) {
  .newsPicSummaryList_dt li.pic a {
    padding: 15px 0;
    min-height: auto;
  }
}
@media only screen and (min-width: 1230px) {
  .newsPicSummaryList_dt li.pic .tb {
    position: absolute;
    left: 465px;
    top: 200px;
    width: 22px;
    height: 22px;
  }
  .newsPicSummaryList_dt li.pic .tb img {
    height: 100%;
    width: 100%;
  }
}
.newsPicSummaryList_dt li.pic .img_content {
  position: absolute;
  width: 400px;
  height: 300px;
  left: 0px;
  top: 40px;
  border-radius: 10px;
}
.newsPicSummaryList_dt li.pic .img_content img {
  min-height: 100%;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li.pic .img_content {
    width: 145px;
    height: 100px;
    overflow: hidden;
    left: 0px;
    top: 15px;
  }
}
@media only screen and (max-width: 760px) {
  .newsPicSummaryList_dt li.pic .img_content {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    height: calc((100vw - 30px) / 4 * 3);
    height: -webkit-calc((100vw - 30px) / 4 * 3);
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1230px) {
  .newsPicSummaryList_dt li.pic .sTime {
    left: 465px;
    top: 64px;
    z-index: 1;
  }
}
.newsPicSummaryList_dt li .sTime {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 16px;
  color: #00579e;
  border: 1px solid #46bcff;
  border-radius: 5px;
  z-index: 1;
  font-family: math;
}
.newsPicSummaryList_dt li .sTime b {
  width: 100%;
  display: block;
  font-size: 32px;
  line-height: 73px;
  height: 60px;
  font-weight: bold;
  font-family: math;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li .sTime {
    position: inherit;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    border: 0;
    display: inline-block;
  }
  .newsPicSummaryList_dt li .sTime b {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    float: right;
    display: inline-block;
    width: auto;
  }
  .newsPicSummaryList_dt li .sTime b::before {
    content: ".";
  }
}
.newsPicSummaryList_dt li .text_content {
  padding-top: 20px;
}
.newsPicSummaryList_dt li .text_content .bt {
  display: block;
  width: 100%;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
.newsPicSummaryList_dt li .text_content p {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  height: auto !important;
  line-height: 30px;
  color: #666;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_dt li .text_content {
    padding-top: 0px;
  }
  .newsPicSummaryList_dt li .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .newsPicSummaryList_dt li .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .newsPicSummaryList_dt li .text_content .bt {
    font-size: 14px;
  }
}

.newsPicSummaryList_xwjs {
  width: 105%;
  margin-left: -2.5%;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs {
    width: 100%;
    margin-left: 0%;
  }
}
.newsPicSummaryList_xwjs li {
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 0px 40px 0px 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs li {
    padding: 0;
  }
}
.newsPicSummaryList_xwjs li::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  background-image: url(../images/public/dtbg.png);
  width: 0%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (min-width: 1230px) {
  .newsPicSummaryList_xwjs li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  }
  .newsPicSummaryList_xwjs li:hover::before {
    opacity: 1;
    width: 100%;
  }
  .newsPicSummaryList_xwjs li:hover a {
    border-bottom: 0;
  }
  .newsPicSummaryList_xwjs li:hover a .text_content .bt {
    color: #fff;
  }
  .newsPicSummaryList_xwjs li:hover a .text_content p {
    color: #fff;
  }
  .newsPicSummaryList_xwjs li:hover a .sTime {
    background-color: #fff;
  }
}
.newsPicSummaryList_xwjs li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 40px 0px 60px 135px;
  overflow: hidden;
  border-bottom: solid 1px #003ca6;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs li a {
    padding: 15px 0px 15px 0px;
  }
}
.newsPicSummaryList_xwjs li.pic a {
  padding-left: 450px;
  min-height: 380px;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs li.pic a {
    padding-left: 162px;
    min-height: 130px;
  }
}
@media only screen and (max-width: 760px) {
  .newsPicSummaryList_xwjs li.pic a {
    padding: 15px 0;
    min-height: auto;
  }
}
.newsPicSummaryList_xwjs li.pic .img_content {
  position: absolute;
  width: 400px;
  height: 300px;
  left: 0px;
  top: 40px;
  border-radius: 10px;
}
.newsPicSummaryList_xwjs li.pic .img_content p {
  position: absolute;
  line-height: 45px;
  height: 45px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(0, 60, 166, 0.8);
  transition: all 0.2s linear;
}
.newsPicSummaryList_xwjs li.pic .img_content img {
  min-height: 100%;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs li.pic .img_content {
    width: 145px;
    height: 100px;
    overflow: hidden;
    left: 0px;
    top: 15px;
  }
  .newsPicSummaryList_xwjs li.pic .img_content p {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  .newsPicSummaryList_xwjs li.pic .img_content {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    height: calc((100vw - 30px) / 4 * 3);
    height: -webkit-calc((100vw - 30px) / 4 * 3);
    margin-bottom: 15px;
  }
}
.newsPicSummaryList_xwjs li .text_content {
  padding-top: 20px;
}
.newsPicSummaryList_xwjs li .text_content .bt {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.newsPicSummaryList_xwjs li .text_content p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1230px) {
  .newsPicSummaryList_xwjs li .text_content {
    padding-top: 0px;
  }
  .newsPicSummaryList_xwjs li .text_content .bt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .newsPicSummaryList_xwjs li .text_content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.leader_box .ny_main .leader_Item {
  padding-left: 640px;
  position: relative;
}
.leader_box .ny_main .leader_Item .d1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 565px;
  height: 880px;
}
.leader_box .ny_main .leader_Item .d1 .picbg {
  position: absolute;
  left: 0;
  top: 210px;
  background-image: url(../images/public/ldbg.png);
  width: 565px;
  height: 602px;
  content: "";
  z-index: -1;
}
.leader_box .ny_main .leader_Item .d1 .pic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.leader_box .ny_main .leader_Item .d1 .img_content img {
  min-height: 750px;
}
.leader_box .ny_main .leader_Item .d2 {
  padding-top: 110px;
}
.leader_box .ny_main .leader_Item .d2 .bt {
  color: #00579e;
  font-size: 36px;
  font-weight: bold;
}
.leader_box .ny_main .leader_Item .d2 .sbt {
  color: #00579e;
  font-size: 20px;
  font-weight: bold;
}
.leader_box .ny_main .leader_btn {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.leader_box .ny_main .leader_btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -19.5px;
  border: 0.5px dashed #0061ae;
}
.leader_box .ny_main .leader_btn a {
  text-align: center;
  font-size: 16px;
  position: relative;
}
.leader_box .ny_main .leader_btn a .iconfont {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0061ae;
  background-color: #fff;
  color: #00579e;
  display: block;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 13px;
}
.leader_box .ny_main .leader_btn a:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 48px;
  background-color: #fff;
  left: -15px;
  top: 0px;
}
.leader_box .ny_main .leader_btn a:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 48px;
  background-color: #fff;
  right: 1px;
  top: 0px;
}
.leader_box .ny_main .leader_btn a:hover .iconfont {
  background-color: #0061ae;
  color: #fff;
}

.title_box_public {
  margin-bottom: 80px;
}
.title_box_public .ny_main {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #00579e;
  padding-bottom: 15px;
}
.title_box_public .ny_main .text-center .bt {
  font-size: 42px;
  font-weight: bold;
  color: #000000;
}
.title_box_public .ny_main .text-center .sbt {
  font-size: 16px;
  font-weight: 400;
  color: #00579e;
}
.title_box_public .ny_main #meau_btn {
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.title_box_public .ny_main #meau_btn .tb {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.title_box_public .ny_main #meau_btn .tb i {
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  background-color: #f6f6f8;
  border-radius: 5px;
  display: block;
  transition: all 0s linear;
}
.title_box_public .ny_main #meau_btn dl {
  width: 150px;
  font-size: 15px;
  display: none;
  background-color: #008bdc;
  position: absolute;
  left: 0%;
  top: 38px;
  z-index: 99;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.title_box_public .ny_main #meau_btn dl a {
  display: block;
  padding: 5px 10px 5px 30px;
  line-height: 24px;
  color: #fff;
}
.title_box_public .ny_main #meau_btn.active .tb i {
  background-color: #008bdc;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.jyjx_box .top_box {
  position: relative;
  clear: both;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1230px) {
  .jyjx_box .top_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.jyjx_box .top_box .item {
  width: 32.333%;
  margin-bottom: 20px;
}
.jyjx_box .top_box .item a.aItem {
  color: #ffffff;
  display: block;
}
.jyjx_box .top_box .item a.aItem .open_text {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  top: 100%;
  left: 0;
  background-color: rgba(0, 60, 166, 0.9);
  text-align: center;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.jyjx_box .top_box .item a.aItem .open_text i {
  background-image: url(../images/public/t_jy.png);
  display: block;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 15px;
}
.jyjx_box .top_box .item a.aItem .open_text .bt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.jyjx_box .top_box .item a.aItem .open_text .more_arrow_normal {
  color: #fff;
  border-color: #fff;
}
.jyjx_box .top_box .item a.aItem .open_text .more_arrow_normal:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1230px) {
  .jyjx_box .top_box .item a.aItem:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  .jyjx_box .top_box .item a.aItem:hover .open_text {
    top: 0%;
  }
  .jyjx_box .top_box .item a.aItem:hover .more {
    opacity: 0;
  }
}
.jyjx_box .top_box .item a.aItem .more {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.jyjx_box .top_box .item a.aItem .more .bi {
  margin-left: 10px;
}
.jyjx_box .top_box .item .img_content {
  height: 297px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.jyjx_box .top_box .item:nth-child(1) .text_content {
  padding: 35px 35px 35px 0px;
}
.jyjx_box .top_box .item:nth-child(1) .text_content .bt {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jyjx_box .top_box .item:nth-child(1) .text_content p {
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
}
@media only screen and (min-width: 1230px) {
  .jyjx_box .top_box::before {
    background-image: url(../images/public/jybg.png);
    background-repeat: no-repeat;
    left: -345px;
    top: 0;
    position: absolute;
    content: "";
    height: 740px;
    width: 625px;
    z-index: -1;
  }
}
@media only screen and (max-width: 1230px) {
  .jyjx_box .top_box {
    margin-bottom: 20px;
    display: block;
    font-size: 0;
  }
  .jyjx_box .top_box .item {
    width: 31.333%;
    margin: 0 1%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .jyjx_box .top_box .item a.aItem .open_text {
    display: none;
  }
  .jyjx_box .top_box .item a.aItem .more {
    font-size: 18px;
    padding: 15px;
  }
  .jyjx_box .top_box .item a.aItem .more .bi {
    margin-left: 5px;
  }
  .jyjx_box .top_box .item .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .jyjx_box .top_box .item .img_content img {
    min-height: 100%;
  }
  .jyjx_box .top_box .item:nth-child(1) {
    width: 100%;
  }
  .jyjx_box .top_box .item:nth-child(1) .text_content {
    padding: 0px;
    font-size: 13px;
  }
  .jyjx_box .top_box .item:nth-child(1) .text_content .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .jyjx_box .top_box .item:nth-child(1) .text_content p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .jyjx_box .top_box {
    margin-bottom: 15px;
  }
  .jyjx_box .top_box .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .jyjx_box .top_box .item a.aItem .more {
    font-size: 14px;
    padding: 10px 10px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .jyjx_box .top_box .item a.aItem .more .bi {
    margin-left: 5px;
  }
  .jyjx_box .top_box .item .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 2.5);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 2.5);
  }
  .jyjx_box .top_box .item:nth-child(1) .text_content .bt {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .jyjx_box .top_box .item:nth-child(1) .text_content p {
    margin-bottom: 10px;
  }
}
.jyjx_box .bottom_box {
  height: 533px;
  position: relative;
  background-image: url(../images/jyjx/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.jyjx_box .bottom_box .d1 {
  width: 57%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.jyjx_box .bottom_box .d1 .text_content {
  color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
.jyjx_box .bottom_box .d1 .text_content .bt {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 55px;
  position: relative;
  display: block;
}
.jyjx_box .bottom_box .d1 .text_content .bt::after {
  content: "";
  background-image: url(../images/public/t_fh.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 76px;
  position: absolute;
  right: 0;
  top: 0;
}
.jyjx_box .bottom_box .d1 .text_content .bt::before {
  position: absolute;
  bottom: -23px;
  width: 122px;
  height: 6px;
  background: #00579e;
  content: "";
  left: 0;
}
.jyjx_box .bottom_box .d1 .text_content .nr {
  margin-bottom: 98px;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 150px;
  height: auto !important;
  line-height: 30px;
}
.jyjx_box .bottom_box .d1 .text_content .more_arrow_normal {
  border: 1px solid #fff;
}
.jyjx_box .bottom_box .d1 .text_content .more_arrow_normal b {
  color: #fff;
}
.jyjx_box .bottom_box .d2 {
  width: 43%;
  height: 100%;
  background-color: rgba(0, 60, 166, 0.8);
}
.jyjx_box .bottom_box .d2 ul li {
  border-bottom: 1px dashed #ffffff;
}
.jyjx_box .bottom_box .d2 ul li a {
  display: block;
  width: 100%;
  padding: 37px 40px 30px 40px;
}
.jyjx_box .bottom_box .d2 ul li a:hover {
  padding-left: 50px;
  letter-spacing: 2px;
}
.jyjx_box .bottom_box .d2 ul li:last-child {
  border-bottom: 0px dashed #ffffff;
}
.jyjx_box .bottom_box .d2 ul li .pbt {
  font-size: 16px;
  color: #ffffff;
}
.jyjx_box .bottom_box .d2 ul li .sbt {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.jyjx_box .bottom_box .d2 ul li .sbt::before {
  right: 0px;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -19px;
  background-image: url(../images/public/i1.png);
}
.jyjx_box .bottom_box .d2 ul li .bt {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  font-family: math;
  position: relative;
}
.jyjx_box .bottom_box .d2 ul li .bt::before {
  right: 0px;
  width: 38px;
  height: 38px;
  background-image: url(../images/public/i1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -19px;
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(2) .bt::before {
  background-image: url(../images/public/i2.png);
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(3) .sbt::before {
  background-image: url(../images/public/i3.png);
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(4) .sbt::before {
  background-image: url(../images/public/i7.png);
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(5) .sbt::before {
  background-image: url(../images/public/i5.png);
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(6) .sbt::before {
  background-image: url(../images/public/i6.png);
}
.jyjx_box .bottom_box .d2 ul li:nth-of-type(7) .sbt::before {
  background-image: url(../images/public/i7.png);
}
@media only screen and (max-width: 1230px) {
  .jyjx_box .bottom_box {
    height: 300px;
  }
  .jyjx_box .bottom_box .d1 .text_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .jyjx_box .bottom_box .d1 .text_content .bt {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .jyjx_box .bottom_box .d1 .text_content .bt::after {
    background-size: auto 100%;
    width: 52px;
    height: 46px;
  }
  .jyjx_box .bottom_box .d1 .text_content .bt::before {
    position: absolute;
    bottom: -10px;
    width: 4em;
    height: 3px;
  }
  .jyjx_box .bottom_box .d1 .text_content .nr {
    margin-bottom: 15px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 110px;
    height: auto !important;
    line-height: 22px;
  }
  .jyjx_box .bottom_box .d2 ul li a {
    padding: 17px 20px 15px 20px;
  }
  .jyjx_box .bottom_box .d2 ul li a:hover {
    padding-left: 20px;
  }
  .jyjx_box .bottom_box .d2 ul li .pbt {
    font-size: 13px;
  }
  .jyjx_box .bottom_box .d2 ul li .sbt {
    font-size: 14px;
  }
  .jyjx_box .bottom_box .d2 ul li .sbt::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
  }
  .jyjx_box .bottom_box .d2 ul li .bt {
    font-size: 22px;
  }
  .jyjx_box .bottom_box .d2 ul li .bt::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 760px) {
  .jyjx_box .bottom_box {
    height: auto;
    display: block;
    background-position: left bottom;
  }
  .jyjx_box .bottom_box .d1 {
    width: 100%;
  }
  .jyjx_box .bottom_box .d1 .text_content {
    padding: 15px;
  }
  .jyjx_box .bottom_box .d1 .text_content .bt {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .jyjx_box .bottom_box .d1 .text_content .bt::after {
    width: 32px;
    height: 26px;
  }
  .jyjx_box .bottom_box .d2 {
    width: 100%;
  }
  .jyjx_box .bottom_box .d2 ul li a {
    padding: 17px 15px 15px 15px;
  }
  .jyjx_box .bottom_box .d2 ul li .sbt {
    font-size: 13px;
  }
  .jyjx_box .bottom_box .d2 ul li .bt {
    font-size: 18px;
  }
}

.zs_index_top_v5 {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  height: 110px;
  background-image: url(../images/public/hlfctop.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.zs_index_top_v5 .ny_main {
  position: relative;
}
.zs_index_top_v5 .ny_main .logo {
  height: 90px;
  top: 20px;
  position: absolute;
  left: 0;
}
.zs_index_top_v5 .ny_main .logo img {
  height: 100%;
}
.zs_index_top_v5 .ny_main .top_right {
  float: right;
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
}
.zs_index_top_v5 .ny_main .top_right .a_search {
  margin-left: 10px;
  font-size: 16px;
}
.zs_index_top_v5 .ny_main .top_right .top_right_public {
  height: 100%;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin: 0 5px;
  font-size: 18px;
  color: #fff;
}
.zs_index_top_v5 .ny_main .top_right .top_right_public:hover {
  color: #a0cf00;
}
@media only screen and (max-width: 1230px) {
  .zs_index_top_v5 .ny_main .top_right {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    padding: 10px;
    border-bottom: 0.5px solid #e1e1e1;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 510px) {
  .zs_index_top_v5 .ny_main .top_right {
    display: block;
    text-align: center;
  }
  .zs_index_top_v5 .ny_main .top_right .top_right_public {
    display: inline-block;
  }
  .zs_index_top_v5 .ny_main .top_right .top_right_public.a-search {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .zs_index_top_v5 .ny_main .ny_div {
    padding: 15px 5%;
  }
}
@media only screen and (max-width: 1230px) {
  .zs_index_top_v5 .ny_main {
    background: #003ca6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .zs_index_top_v5 .ny_main .ny_main {
    height: 55px;
    position: relative;
  }
  .zs_index_top_v5 .ny_main .ny_main .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
}
.zs_index_top_v5 .nav_mh {
  width: 100%;
  position: relative;
}
.zs_index_top_v5 .nav_mh .menu {
  width: 880px;
  height: 60px;
  z-index: 15;
  position: absolute;
  bottom: 0px;
  padding: 0 15px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zs_index_top_v5 .nav_mh .menu li {
  height: 60px;
  position: relative;
  text-align: center;
}
.zs_index_top_v5 .nav_mh .menu li a.dbt {
  font-size: 18px;
  display: block;
  line-height: 60px;
  transition: all ease 0.3s;
  color: #fff;
}
@media only screen and (min-width: 1230px) {
  .zs_index_top_v5 .nav_mh .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #fff;
    bottom: 0;
  }
}
.zs_index_top_v5 .nav_mh .menu li.on a.dbt::after, .zs_index_top_v5 .nav_mh .menu li:hover a.dbt::after {
  width: 100%;
  left: 0%;
  height: 4px;
}
.zs_index_top_v5 .nav_mh .menu li dl {
  width: 120px;
  font-size: 14px;
  display: none;
  background-color: #003ca6;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -60px;
}
.zs_index_top_v5 .nav_mh .menu li dl a {
  display: block;
  padding: 8px 10px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.zs_index_top_v5 .nav_mh .menu li dl a:hover {
  background-color: #fff;
  color: #003ca6;
}
.zs_index_top_v5 .nav_mh .menu li:hover dl {
  display: block;
}
@media only screen and (max-width: 1230px) {
  .zs_index_top_v5 .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .zs_index_top_v5 .nav_mh .menu {
    height: auto;
    position: relative;
    padding-left: 0px;
  }
  .zs_index_top_v5 .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    height: auto;
  }
  .zs_index_top_v5 .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .zs_index_top_v5 .nav_mh .menu li a.dbt {
    font-size: 14px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .zs_index_top_v5 .nav_mh .menu li dl {
    width: 100%;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
    margin-left: 0px;
  }
  .zs_index_top_v5 .nav_mh .menu li dl dd {
    width: 50%;
    float: left;
  }
  .zs_index_top_v5 .nav_mh .menu li dl a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 13px;
    text-align: left;
  }
}
.zs_index_top_v5 .nav_mh .ny_main {
  position: relative;
  height: 60px;
}

.hlfc_box {
  width: 100%;
  position: relative;
  background-image: url(../images/public/hlfcBG.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hlfc_box .title_box .bt {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.hlfc_box .title_box .bt::before {
  position: absolute;
  bottom: 0px;
  width: 4em;
  height: 5px;
  background-color: #003ca6;
  content: "";
  left: 0;
}
.hlfc_box .title_box .more_arrow_normal {
  margin-top: 10px;
}
@media only screen and (max-width: 1230px) {
  .hlfc_box .title_box .bt {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .hlfc_box .title_box .bt::before {
    height: 3px;
  }
  .hlfc_box .title_box .more_arrow_normal {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .hlfc_box .title_box .bt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hlfc_box .one_box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .hlfc_box .one_box {
    margin-bottom: 20px;
  }
}
.hlfc_box .one_box .three_item {
  width: 101.6%;
  margin-bottom: 70px;
  float: left;
  margin-left: -0.8%;
  text-align: center;
}
.hlfc_box .one_box .three_item li {
  width: 18.4%;
  margin: 0 0.8%;
  float: left;
}
.hlfc_box .one_box .three_item li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 160px;
  background-color: #003ca6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hlfc_box .one_box .three_item li a.a1 {
  background-color: #0c8eff;
}
.hlfc_box .one_box .three_item li a.a2 {
  background-image: url(../images/hlfc/a1.jpg);
}
.hlfc_box .one_box .three_item li a.a3 {
  background-image: url(../images/hlfc/a2.jpg);
}
.hlfc_box .one_box .three_item li a.a4 {
  background-image: url(../images/hlfc/a3.jpg);
}
@media only screen and (min-width: 1230px) {
  .hlfc_box .one_box .three_item li a:hover {
    margin-top: -5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.hlfc_box .one_box .three_item li a .bt {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.hlfc_box .one_box .three_item li a img {
  min-height: 100%;
}
.hlfc_box .one_box .three_item li img {
  height: 100%;
}
@media only screen and (max-width: 1230px) {
  .hlfc_box .one_box .three_item {
    width: 102%;
    margin-bottom: 20px;
    margin-left: -1%;
  }
  .hlfc_box .one_box .three_item li {
    width: 18%;
    margin: 0 1%;
  }
  .hlfc_box .one_box .three_item li a {
    height: 100px;
  }
  .hlfc_box .one_box .three_item li a .bt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .hlfc_box .one_box .three_item {
    margin-bottom: 10px;
  }
  .hlfc_box .one_box .three_item li {
    width: 31.3333%;
    margin: 5px 1%;
  }
  .hlfc_box .one_box .three_item li a {
    height: 60px;
  }
  .hlfc_box .one_box .three_item li a .bt {
    font-size: 14px;
    line-height: 30px;
  }
}
.hlfc_box .one_box .d1 {
  float: left;
  width: 600px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.hlfc_box .one_box .d1:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.hlfc_box .one_box .d1 .img_content {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.hlfc_box .one_box .text_content {
  float: right;
  width: 630px;
  padding-left: 60px;
  padding-top: 40px;
  position: relative;
}
.hlfc_box .one_box .text_content .bt {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.hlfc_box .one_box .text_content .bt::before {
  position: absolute;
  bottom: 0px;
  width: 4em;
  height: 5px;
  background-color: #003ca6;
  content: "";
  left: 0;
}
.hlfc_box .one_box .text_content .nr {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 180px;
  height: auto !important;
  line-height: 30px;
}
@media only screen and (max-width: 1230px) {
  .hlfc_box .one_box .d1 {
    width: 48%;
  }
  .hlfc_box .one_box .text_content {
    width: 49%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .hlfc_box .one_box .text_content::before {
    width: 54px;
    height: 39px;
    top: 10px;
  }
  .hlfc_box .one_box .text_content .bt {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .hlfc_box .one_box .text_content .bt::before {
    height: 3px;
  }
  .hlfc_box .one_box .text_content .nr {
    margin-bottom: 20px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 110px;
    height: auto !important;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .hlfc_box .one_box .d1 {
    width: 100%;
  }
  .hlfc_box .one_box .text_content {
    width: 100%;
    padding-top: 15px;
  }
  .hlfc_box .one_box .text_content::before {
    width: 34px;
    height: 29px;
    top: 10px;
  }
  .hlfc_box .one_box .text_content .bt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .hlfc_box .one_box .text_content .nr {
    margin-bottom: 15px;
  }
}
.hlfc_box .two_box {
  margin-bottom: 60px;
}
.hlfc_box .two_box .three_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hlfc_box .two_box .three_item li {
  width: 100%;
  height: 290px;
}
.hlfc_box .two_box .three_item li + li {
  margin-left: 30px;
}
.hlfc_box .two_box .three_item li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.hlfc_box .two_box .three_item li a img {
  min-height: 100%;
}
.hlfc_box .two_box .three_item li a .text_content {
  position: absolute;
  left: 0px;
  color: #fff;
  padding: 25px;
  width: 100%;
  height: 100%;
  top: 53%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hlfc_box .two_box .three_item li a .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hlfc_box .two_box .three_item li a .text_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
}
@media only screen and (min-width: 1230px) {
  .hlfc_box .two_box .three_item li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .hlfc_box .two_box .three_item li a:hover .text_content {
    top: 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 60, 166, 0.9);
  }
}
@media only screen and (max-width: 1230px) {
  .hlfc_box .two_box {
    margin-bottom: 20px;
  }
  .hlfc_box .two_box .three_item li {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .hlfc_box .two_box .three_item li + li {
    margin-left: 20px;
  }
  .hlfc_box .two_box .three_item li a .text_content {
    padding: 15px;
    top: auto;
    bottom: 0;
    left: auto;
    height: auto;
  }
  .hlfc_box .two_box .three_item li a .text_content .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hlfc_box .two_box .three_item li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .hlfc_box .two_box .three_item {
    display: block;
  }
  .hlfc_box .two_box .three_item li {
    height: calc((100vw / 1 - 30px) / 5 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 5 * 3);
  }
  .hlfc_box .two_box .three_item li + li {
    margin-left: 0px;
    margin-top: 15px;
  }
  .hlfc_box .two_box .three_item li a .text_content .bt {
    font-size: 15px;
  }
  .hlfc_box .two_box .three_item li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}
.should_hide {
  height: 450px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  transform: scale(1) !important;
  position: relative;
}
.should_hide .d1 {
  width: 540px;
  height: 450px;
  padding: 80px 45px;
  background-color: #f6f6f8;
  position: relative;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.should_hide .d1 .miso_hd1 .swiper-wrapper li a .bt {
  font-weight: bold;
  color: #000000;
  font-size: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  line-height: 40px;
  margin-bottom: 40px;
  transition: all 0.2s linear;
}
.should_hide .d1 .miso_hd1 .swiper-wrapper li a .nr {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
}
.should_hide .d1 .miso_hd1 .swiper-wrapper li a:hover .bt {
  color: #003ca6;
}
.should_hide .d1 .swiper-button-prev,
.should_hide .d1 .swiper-button-next {
  width: 36px;
  height: 36px;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #696969;
}
.should_hide .d1 .swiper-button-prev .bi,
.should_hide .d1 .swiper-button-next .bi {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
}
.should_hide .d1 .swiper-button-prev::after,
.should_hide .d1 .swiper-button-next::after {
  display: none !important;
}
.should_hide .d1 .swiper-button-prev:hover,
.should_hide .d1 .swiper-button-next:hover {
  border: 0px solid #696969;
}
.should_hide .d1 .swiper-button-prev:hover .bi,
.should_hide .d1 .swiper-button-next:hover .bi {
  color: #fff;
}
.should_hide .d1 .swiper-button-prev::before,
.should_hide .d1 .swiper-button-next::before {
  background-color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .should_hide .d1 .swiper-button-prev,
  .should_hide .d1 .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .should_hide .d1 .swiper-button-prev .bi,
  .should_hide .d1 .swiper-button-next .bi {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1230px) {
  .should_hide .d1 .swiper-button-prev,
  .should_hide .d1 .swiper-button-next {
    margin-top: -65px;
  }
}
.should_hide .d1 .swiper-button-prev {
  left: 45px;
  right: auto;
  bottom: 78px;
  top: auto;
}
.should_hide .d1 .swiper-button-next {
  left: 100px;
  right: auto;
  bottom: 78px;
  top: auto;
}
.should_hide .d2 {
  width: 690px;
  height: 450px;
  overflow: hidden;
}
.should_hide .d2 .list6 li {
  width: 600px;
  height: 450px;
  outline: none;
  transition: all 0.5s;
}
.should_hide .d2 .list6 li .img {
  width: 600px;
  height: 100%;
  background: #000;
  transition: all 0.5s;
}
.should_hide .d2 .list6 li .img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1230px) {
  .should_hide {
    height: 200px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .should_hide {
    height: 180px;
  }
}
@media only screen and (max-width: 1230px) {
  .should_hide .d1 {
    width: 100%;
    padding: 20px 55px;
    height: 200px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .should_hide .d1 {
    height: 180px;
    padding: 20px 45px;
  }
}
@media only screen and (max-width: 1230px) {
  .should_hide .d1 .miso_hd1 .swiper-wrapper li a .bt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: auto !important;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .should_hide .d1 .miso_hd1 .swiper-wrapper li a .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .should_hide .d1 .miso_hd1 .swiper-wrapper li a .nr {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
    line-height: 22px;
  }
  .should_hide .d1 .swiper-button-prev,
  .should_hide .d1 .swiper-button-next {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .should_hide .d1 .swiper-button-prev .bi,
  .should_hide .d1 .swiper-button-next .bi {
    font-size: 18px;
  }
  .should_hide .d1 .swiper-button-prev {
    left: 10px;
    right: auto;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .should_hide .d1 .swiper-button-prev {
    bottom: 75px;
  }
}
@media only screen and (max-width: 1230px) {
  .should_hide .d1 .swiper-button-next {
    left: auto;
    right: 10px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .should_hide .d1 .swiper-button-next {
    bottom: 75px;
  }
}
@media only screen and (max-width: 1230px) {
  .should_hide .d2 {
    display: none;
  }
}

.pageStyle_two a:hover, .pageStyle_two a.active, .pageStyle_two a.fdq,
.pageStyle_two .sel_fy:hover,
.pageStyle_two .sel_fy.active,
.pageStyle_two .sel_fy.fdq {
  background-color: #80af44;
}

.rb_bt1 {
  width: 100%;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
}
.rb_bt1 .bt {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
}
.rb_bt1 .bt .iconfont {
  font-size: 39px;
  font-weight: bold;
  color: #003ca6;
  margin-right: 20px;
}
.rb_bt1 .bt i {
  display: inline-block;
  background-image: url(../images/index/t_ljzs.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 40px;
  width: 60px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
}
.rb_bt1 .bt i.i_ksdh {
  background-image: url(../images/index/t_ksdh.png);
  width: 40px;
}
.rb_bt1 .bt i.i_myzj {
  background-image: url(../images/index/t_myzj.png);
  width: 40px;
}
.rb_bt1 .bt i.i_yydt {
  background-image: url(../images/index/t_yydt.png);
  width: 40px;
}
.rb_bt1 .more_arrow_normal {
  margin-top: 5px;
}
@media only screen and (max-width: 1230px) {
  .rb_bt1 {
    margin-bottom: 15px !important;
  }
  .rb_bt1 .bt {
    font-size: 18px;
    line-height: 30px;
  }
  .rb_bt1 .bt .iconfont {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .rb_bt1 .bt {
    font-size: 16px;
  }
  .rb_bt1 .bt .iconfont {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1230px) {
  .rb_bt1 .bt i {
    height: 20px;
    width: 30px;
    margin-right: 10px;
    background-size: auto 100%;
    background-position: center center;
  }
  .rb_bt1 .bt i.i_ksdh {
    width: 30px;
  }
  .rb_bt1 .bt i.i_myzj {
    width: 30px;
  }
  .rb_bt1 .bt i.i_yydt {
    width: 30px;
  }
  .rb_bt1 .more_arrow_normal {
    margin-top: 0px;
  }
}

.news_bt1 {
  width: 100%;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
}
.news_bt1 .bt {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  border-bottom: solid 5px #003ca6;
  padding-bottom: 14px;
}
.news_bt1 .xbt {
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #003ca6;
}
.news_bt1 .more_arrow_normal {
  margin-top: 5px;
}
@media only screen and (max-width: 1230px) {
  .news_bt1 {
    margin-bottom: 15px !important;
  }
  .news_bt1 .bt {
    font-size: 18px;
    line-height: 30px;
    border-bottom: solid 3px #003ca6;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .news_bt1 .bt {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1230px) {
  .news_bt1 .more_arrow_normal {
    margin-top: 0px;
  }
}

.sy_dep_box .dLeft {
  width: 550px;
  float: left;
  height: 600px;
  position: relative;
}
.sy_dep_box .dLeft .item {
  background-image: url(../images/index/ks2.png);
  background-repeat: no-repeat;
  width: 351px;
  height: 531px;
  position: absolute;
  left: 0;
  top: 0;
}
.sy_dep_box .dLeft .item.item2 {
  background-image: url(../images/index/ks1.png);
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
.sy_dep_box .dRight {
  width: 620px;
  float: right;
  margin-top: 35px;
}
.sy_dep_box .dRight .sy_dep_nav {
  font-size: 0;
}
.sy_dep_box .dRight .sy_dep_nav a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border-radius: 40px;
  background-color: #f6f6f8;
  font-size: 19px;
  position: relative;
  font-family: "宋体-简", "宋体";
}
.sy_dep_box .dRight .sy_dep_nav a.active {
  background-color: #003ca6;
  color: #fff;
}
.sy_dep_box .dRight .sy_dep_nav a + a {
  margin-left: 30px;
}
.sy_dep_box .dRight .sy_dep_list {
  width: 100%;
}
.sy_dep_box .dRight .sy_dep_list ul {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
  box-shadow: 0 5px 20px rgba(0, 60, 166, 0.4);
  position: relative;
  min-height: 350px;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
}
.sy_dep_box .dRight .sy_dep_list ul:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 60px;
  background-color: #fff;
  top: -10px;
  transform: rotate(45deg);
}
.sy_dep_box .dRight .sy_dep_list ul:nth-of-type(2):before {
  left: 220px;
}
.sy_dep_box .dRight .sy_dep_list ul:nth-of-type(3):before {
  left: 375px;
}
.sy_dep_box .dRight .sy_dep_list ul li {
  display: inline-block;
  width: 22%;
  margin: 1.5%;
}
.sy_dep_box .dRight .sy_dep_list ul li a {
  display: block;
  width: 100%;
  position: relative;
  line-height: 38px;
  height: 40px;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.sy_dep_box .dRight .sy_dep_list ul li a:before {
  background-color: #003ca6;
}
.sy_dep_box .dRight .sy_dep_list ul li a b {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 40px 0 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_dep_box .dRight .sy_dep_list ul li a .bDive {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0px;
  text-align: center;
  border-left: solid 1px #e5e5e5;
  transition: all 0.2s linear;
}
.sy_dep_box .dRight .sy_dep_list ul li a:hover .bDive {
  border-left: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1230px) {
  .sy_dep_box .dLeft {
    display: none;
  }
  .sy_dep_box .dRight {
    width: 100%;
    margin-top: 0px;
  }
  .sy_dep_box .dRight .sy_dep_nav a {
    line-height: 30px;
    height: 30px;
    padding: 0px;
    font-size: 14px;
    width: 90px;
    text-align: center;
  }
  .sy_dep_box .dRight .sy_dep_nav a + a {
    margin-left: 15px;
  }
  .sy_dep_box .dRight .sy_dep_list ul {
    min-height: 250px;
    padding: 15px;
  }
  .sy_dep_box .dRight .sy_dep_list ul:before {
    width: 14px;
    height: 14px;
    left: 45px;
    top: -7px;
  }
  .sy_dep_box .dRight .sy_dep_list ul:nth-of-type(2):before {
    left: 150px;
  }
  .sy_dep_box .dRight .sy_dep_list ul:nth-of-type(3):before {
    left: 255px;
  }
  .sy_dep_box .dRight .sy_dep_list ul li {
    width: 23%;
    margin: 1%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .sy_dep_box .dRight .sy_dep_list ul li {
    width: 31.3333%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 550px) {
  .sy_dep_box .dRight .sy_dep_list ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 1230px) {
  .sy_dep_box .dRight .sy_dep_list ul li a {
    font-size: 13px;
  }
}

.showPage_cent {
  width: 100%;
  height: 100vh;
}
.showPage_cent .ny_main {
  height: 100%;
}
.showPage_cent .ny_main .meau_box {
  height: 100%;
  padding: 50px;
}
.showPage_cent .ny_main .meau_box > .bt {
  font-weight: bold;
  font-size: 36px;
}
.showPage_cent .ny_main .meau_box ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.showPage_cent .ny_main .meau_box ul li a[href^="javascript:void(0)"] {
  color: #aaa !important;
}
.showPage_cent .ny_main .meau_box ul li a.dbt {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: bold;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
}
.showPage_cent .ny_main .meau_box ul li dl {
  margin-top: 15px;
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  line-height: 30px;
}
.showPage_cent .ny_main .meau_box ul li dl dd {
  width: auto;
  margin: 0 15px;
}
.showPage_cent .ny_main .meau_box ul li dl dd a {
  font-size: 14px;
}
.showPage_cent .ny_main .meau_box ul li dl dd a:first-child {
  font-size: 16px;
}
.showPage_cent .ny_main .meau_box ul li dl dd:first-child {
  margin-left: 0;
}

.ab_box {
  width: 100%;
  overflow: hidden;
}
.ab_box img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  max-width: 1920px;
}

.yygk_box {
  background-image: url(../images/yygk/1.jpg);
  height: 1080px;
  position: relative;
}
.yygk_box .ny_main {
  position: relative;
  height: 100%;
}
.yygk_box .ny_main .b_box {
  position: absolute;
  bottom: 0;
}

.ksdh_bg {
  background-image: url(../images/ksdh/ks.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.ylfw_box .ylfw_left {
  width: 490px;
  float: left;
}
.ylfw_box .ylfw_right {
  width: 735px;
  float: right;
}

.public_banner {
  background-image: url(../images/jyjx/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}
.public_banner::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.public_banner .ny_main {
  height: 100%;
  position: relative;
  z-index: 1;
}
.public_banner .text_content {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  top: 0;
  color: #ffffff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
}
.public_banner .text_content .bt {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 20px;
}
.public_banner .text_content p {
  font-size: 18px;
}
.public_banner .text_content .doctorSearch {
  position: relative;
  width: 320px;
  height: 48px;
  border: solid 1px #fff;
  overflow: hidden;
  padding-right: 70px;
  transition: all 0.2s linear;
}
.public_banner .text_content .doctorSearch input {
  width: 100%;
  height: 100%;
  line-height: 100%;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
}
.public_banner .text_content .doctorSearch input::-moz-placeholder {
  color: #fff;
}
.public_banner .text_content .doctorSearch input::placeholder {
  color: #fff;
}
.public_banner .text_content .doctorSearch .btn {
  position: absolute;
  width: 70px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  color: #003ca6;
  font-size: 16px;
  background-color: #fff;
}
.public_banner .text_content .doctorSearch .btn .bi {
  font-size: 20px;
}
.public_banner .text_content .doctorSearch:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1230px) {
  .public_banner {
    height: 160px;
  }
  .public_banner .text_content {
    bottom: 40px;
    padding: 0 15px;
  }
  .public_banner .text_content .bt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .public_banner .text_content p {
    font-size: 14px;
  }
  .public_banner .text_content .doctorSearch {
    width: 240px;
    height: 35px;
    padding-right: 45px;
  }
  .public_banner .text_content .doctorSearch input {
    padding-left: 10px;
    font-size: 13px;
  }
  .public_banner .text_content .doctorSearch .btn {
    width: 45px;
    height: 35px;
    line-height: 33px;
    font-size: 13px;
  }
  .public_banner .text_content .doctorSearch .btn .bi {
    font-size: 18px;
  }
  .public_banner .text_content .doctorSearch:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .public_banner.zj_ban .text_content {
    bottom: 30px;
  }
  .public_banner.zj_ban .text_content .bt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .public_banner {
    height: 100px;
  }
  .public_banner .text_content {
    bottom: 20px;
  }
  .public_banner .text_content .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .public_banner .text_content p {
    font-size: 12px;
  }
  .public_banner.zj_ban .text_content {
    bottom: 30px;
  }
  .public_banner.zj_ban .text_content .bt {
    display: none;
  }
}

.width100 {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.width100 img {
  width: 100%;
}

.yjsjyBg {
  position: relative;
  height: 400px;
  background-image: url(../images/yjsjy/1.jpg);
}
.yjsjyBg .an_boxBg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -695px;
}

.yyjg_list {
  width: 100%;
}
.yyjg_list .item .bt {
  font-weight: bold;
  margin-bottom: 15px;
}
.yyjg_list .item .u_list {
  width: 101.6%;
  margin-left: -0.8%;
  font-size: 0;
}
.yyjg_list .item .u_list li {
  width: 18.4%;
  margin: 9px 0.8% 0 0.8%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 50px;
}
.yyjg_list .item .u_list li > a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #c4dff8;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.yyjg_list .item .u_list li > a:hover {
  background-color: #003ca6;
  color: #fff;
}
.yyjg_list .item .u_list li.l_sub:hover > a {
  background-color: #003ca6;
  color: #fff;
}
.yyjg_list .item .u_list li.l_sub:hover .sub_box {
  display: block;
}
.yyjg_list .item .u_list li.l_sub .sub_box {
  width: 100%;
  background-color: #f6f6f8;
  border: solid 2px #003ca6;
  border-radius: 8px;
  min-height: 100px;
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 2;
  text-align: left;
  padding: 15px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: none;
}
.yyjg_list .item .u_list li.l_sub .sub_box::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #f6f6f8;
  border: solid 2px #003ca6;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  transform: rotate(45deg);
}
.yyjg_list .item .u_list li.l_sub .sub_box::after {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #f6f6f8;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 0px;
}
.yyjg_list .item .u_list li.l_sub .sub_box a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  width: 98%;
  margin: 1%;
  text-align: center;
}
.yyjg_list .item .xbt {
  background-color: #003ca6;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  width: 18.6%;
  margin-bottom: 10px;
  color: #fff;
}
.yyjg_list .item .xitem + .xitem {
  margin-top: 10px;
}
.yyjg_list .item + .item {
  margin-top: 35px;
}
@media only screen and (max-width: 1230px) {
  .yyjg_list .item .bt {
    margin-bottom: 10px;
  }
  .yyjg_list .item .u_list {
    width: 101%;
    margin-left: -0.5%;
  }
  .yyjg_list .item .u_list li {
    width: 24%;
    margin: 5px 0.5% 0 0.5%;
    height: 45px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 800px) {
  .yyjg_list .item .u_list li {
    width: 32.3333%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 600px) {
  .yyjg_list .item .u_list li {
    width: 49%;
  }
}
@media only screen and (max-width: 1230px) {
  .yyjg_list .item .u_list li a {
    line-height: 35px;
    font-size: 13px;
  }
  .yyjg_list .item .xbt {
    line-height: 35px;
    font-size: 14px;
    width: 24.2%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 800px) {
  .yyjg_list .item .xbt {
    width: 100%;
  }
}
@media only screen and (max-width: 1230px) {
  .yyjg_list .item .xitem + .xitem {
    margin-top: 5px;
  }
  .yyjg_list .item + .item {
    margin-top: 15px;
  }
}

.ny_nav1 {
  width: 100%;
  font-size: 0;
}
.ny_nav1 a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #003ca6;
  color: #fff;
  border-radius: 40px;
  margin: 0 20px 10px 0;
  text-align: center;
  min-width: 130px;
}
.ny_nav1 a i {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ny_nav1 a.on, .ny_nav1 a:hover {
  background-color: #80af44;
}
@media only screen and (max-width: 1230px) {
  .ny_nav1 a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 10px;
    min-width: 100px;
    margin: 0 15px 10px 0;
  }
  .ny_nav1 a i {
    font-size: 16px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .ny_nav1 a i {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .ny_nav1 {
    display: flex;
    justify-content: space-between;
  }
  .ny_nav1 a {
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ny_nav1 a + a {
    margin-left: 10px;
  }
}

.ny_banner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ny_banner img {
  width: 100%;
}

.yyjs_cont {
  width: 1230px;
  height: 600px;
  position: relative;
}
.yyjs_cont .dItem {
  width: 165px;
  height: 165px;
  background-color: #fff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 247px;
}
.yyjs_cont .dItem .dNum {
  line-height: 40px;
  margin-bottom: 5px;
}
.yyjs_cont .dItem .dNum span {
  font-size: 46px;
  font-weight: bold;
  color: #46bcff;
}
.yyjs_cont .dItem.d2 {
  left: 212px;
  top: 136px;
  background-color: #47bbff;
  color: #fff;
}
.yyjs_cont .dItem.d2 span {
  color: #fff;
}
.yyjs_cont .dItem.d3 {
  left: 212px;
  top: auto;
  bottom: 46px;
}
.yyjs_cont .dItem.d4 {
  left: 426px;
  top: 80px;
}
.yyjs_cont .dItem.d4 span {
  font-size: 36px;
}
.yyjs_cont .dItem.d5 {
  left: 426px;
  top: auto;
  bottom: 90px;
  background-color: #068adc;
  color: #fff;
}
.yyjs_cont .dItem.d5 span {
  color: #fff;
}
.yyjs_cont .dItem.d6 {
  left: 634px;
  top: 0px;
}
.yyjs_cont .dItem.d6 span {
  font-size: 36px;
}
.yyjs_cont .dItem.d7 {
  left: 634px;
  top: 222px;
  background-color: #1259aa;
  color: #fff;
}
.yyjs_cont .dItem.d7 span {
  color: #fff;
}
.yyjs_cont .dItem.d8 {
  left: 634px;
  top: auto;
  bottom: 0px;
}
.yyjs_cont .dItem.d9 {
  left: 850px;
  top: 80px;
}
.yyjs_cont .dItem.d10 {
  left: 850px;
  top: auto;
  bottom: 90px;
  background-color: #47bbff;
  color: #fff;
}
.yyjs_cont .dItem.d10 span {
  color: #fff;
}
.yyjs_cont .dItem.d11 {
  left: auto;
  right: 0;
  top: 135px;
  background-color: #068adc;
  color: #fff;
}
.yyjs_cont .dItem.d11 span {
  color: #fff;
}
.yyjs_cont .dItem.d12 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 40px;
}

.yygk_top {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1230px) {
  .yygk_top {
    height: 100vh;
  }
  .yygk_top .index_top_ny {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(../images/yygk/topbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 250px;
  }
  .yygk_top .index_top_ny .top .ny_main .logo {
    width: 609px;
    height: 80px;
    background-image: url(../images/index/logo_03.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .yygk_top .index_top_ny .top .ny_main .logo img {
    display: none;
  }
  .yygk_top .index_top_ny .nav_mh {
    border: 0;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .top_right_bottom {
    color: #fff;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .top_right_bottom a {
    color: #fff;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .top_right_bottom a:hover {
    text-decoration: underline;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .menu li a.dbt {
    color: #fff;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .menu li a.dbt::after {
    background-color: #fff;
  }
  .yygk_top .index_top_ny .nav_mh .ny_main .menu li a.dbt .bi {
    color: #fff;
  }
}
.yygk_top video {
  min-width: 100%;
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .yygk_top video {
    display: none;
  }
}
.yygk_top .yygk_cont {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  margin-left: -615px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 500px) {
  .yygk_top .yygk_cont {
    display: none;
  }
}
.yygk_top .yygk_cont li {
  width: 100%;
  height: 180px;
  background-image: url(../images/yygk/a3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.yygk_top .yygk_cont li .bt {
  font-size: 66px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 15px;
}
.yygk_top .yygk_cont li + li {
  margin-left: 1px;
}
.yygk_top .yygk_cont li:nth-of-type(1) {
  background-image: url(../images/yygk/a1.png);
}
.yygk_top .yygk_cont li:nth-of-type(2) {
  background-image: url(../images/yygk/a2.png);
}
@media only screen and (max-width: 1230px) {
  .yygk_top .yygk_cont {
    margin-left: 0;
    position: initial;
    left: auto;
    bottom: auto;
  }
  .yygk_top .yygk_cont li {
    height: 140px;
  }
  .yygk_top .yygk_cont li .bt {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .yygk_top .yygk_cont li {
    height: 120px;
  }
  .yygk_top .yygk_cont li .bt {
    font-size: 25px;
    line-height: 30px;
  }
  .yygk_top .yygk_cont li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 500px) {
  .yygk_top .yygk_cont li {
    height: 120px;
  }
  .yygk_top .yygk_cont li .bt {
    font-size: 25px;
    line-height: 30px;
  }
  .yygk_top .yygk_cont li p {
    font-size: 12px;
  }
}

.yygk_sjjy_box {
  min-height: 368px;
  position: relative;
  padding-left: 335px;
}
.yygk_sjjy_box .img_content {
  width: 290px;
  position: absolute;
  left: 0;
  height: 368px;
  border-radius: 10px;
  overflow: hidden;
}
.yygk_sjjy_box .text_content .info_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
  line-height: 30px;
  margin-bottom: 48px;
}
.yygk_sjjy_box .text_content .yygk_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yygk_sjjy_box .text_content .yygk_nav li {
  height: 200px;
  width: 100%;
}
.yygk_sjjy_box .text_content .yygk_nav li + li {
  margin-left: 30px;
}
.yygk_sjjy_box .text_content .yygk_nav li a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f6f6f8;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  padding: 25px;
}
.yygk_sjjy_box .text_content .yygk_nav li a .bt {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s linear;
}
.yygk_sjjy_box .text_content .yygk_nav li a .bt::after {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #003ca6;
  display: block;
  margin-top: 5px;
  transition: all 0s linear;
}
.yygk_sjjy_box .text_content .yygk_nav li a .iconfont {
  background-color: #e9f6fe;
  width: 80px;
  height: 80px;
  color: #003ca6;
  font-size: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1230px) {
  .yygk_sjjy_box .text_content .yygk_nav li a:hover {
    background-color: #003ca6;
    color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  }
  .yygk_sjjy_box .text_content .yygk_nav li a:hover .iconfont {
    background-color: #003ca6;
    color: #fff;
    margin-left: 36px;
    margin-bottom: 0;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a:hover .bt {
    margin-left: 36px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a:hover .bt::after {
    background-color: #fff;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1230px) {
  .yygk_sjjy_box {
    min-height: 253px;
    padding-left: 230px;
  }
  .yygk_sjjy_box .img_content {
    width: 200px;
    height: 253px;
  }
  .yygk_sjjy_box .text_content .info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li {
    height: 160px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li + li {
    margin-left: 15px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a {
    padding: 20px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a .bt {
    font-size: 16px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a .iconfont {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 760px) {
  .yygk_sjjy_box {
    min-height: inherit;
    padding-left: 0px;
  }
  .yygk_sjjy_box .img_content {
    width: 100%;
    height: auto;
    position: inherit;
    left: auto;
    top: auto;
    margin-bottom: 15px;
  }
  .yygk_sjjy_box .text_content .info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .yygk_sjjy_box .text_content .yygk_nav {
    display: block;
    font-size: 0;
    width: 102%;
    margin-left: -1%;
  }
  .yygk_sjjy_box .text_content .yygk_nav li {
    height: 120px;
    width: 48%;
    display: inline-block;
    margin: 5px 1% !important;
  }
  .yygk_sjjy_box .text_content .yygk_nav li + li {
    margin-left: 0px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a {
    padding: 15px 20px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a .bt {
    font-size: 14px;
  }
  .yygk_sjjy_box .text_content .yygk_nav li a .iconfont {
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.xxgk_list {
  width: 100%;
}
.xxgk_list li {
  width: 100%;
}
.xxgk_list li + li {
  margin-top: 20px;
}
.xxgk_list li a {
  width: 100%;
  position: relative;
  padding: 30px 30px 30px 180px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.xxgk_list li a .sTime {
  position: absolute;
  width: 180px;
  color: #003ca6;
  text-align: center;
  font-family: PlayfairDisplay;
  left: 0px;
  font-size: 20px;
  top: 30px;
  line-height: 30px;
  transition: all 0s linear;
}
.xxgk_list li a .sTime b {
  display: block;
  font-size: 26px;
}
.xxgk_list li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
  position: relative;
}
.xxgk_list li a::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #008bdc;
  background-image: url(../images/index/tmbg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  width: 0%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1230px) {
  .xxgk_list li a:hover::before {
    width: 100%;
  }
  .xxgk_list li a:hover * {
    color: #fff;
  }
  .xxgk_list li a:hover::after {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (max-width: 1230px) {
  .xxgk_list li + li {
    margin-top: 10px;
  }
  .xxgk_list li a {
    padding: 15px 15px 15px 80px;
    height: 78px;
  }
  .xxgk_list li a .sTime {
    width: 80px;
    font-size: 14px;
    top: 15px;
    line-height: 24px;
  }
  .xxgk_list li a .sTime b {
    font-size: 18px;
  }
  .xxgk_list li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .xxgk_list li a {
    padding: 10px 10px 10px 70px;
    height: 64px;
  }
  .xxgk_list li a .sTime {
    width: 70px;
    font-size: 13px;
    top: 10px;
    line-height: 22px;
  }
  .xxgk_list li a .sTime b {
    font-size: 16px;
  }
  .xxgk_list li a .bt {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.minheight {
  min-height: 400px;
}
@media only screen and (max-width: 1230px) {
  .minheight {
    min-height: 200px;
  }
}

.ldbz_list {
  width: 100%;
  font-size: 0;
}
.ldbz_list ul {
  width: 102%;
  margin-left: -1%;
}
.ldbz_list ul li {
  width: 31.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 1%;
}
.ldbz_list ul li a {
  display: block;
  width: 100%;
  padding: 20px 0 20px 170px;
  height: 210px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.ldbz_list ul li a .img_content {
  width: 122px;
  height: 164px;
  position: absolute;
  left: 20px;
  top: 22px;
}
.ldbz_list ul li a .text_content .bt {
  height: 50px;
  line-height: 48px;
  position: relative;
  border-bottom: solid 1px #003ca6;
  font-size: 20px;
  font-weight: bold;
  color: #003ca6;
  margin-bottom: 20px;
}
.ldbz_list ul li a .text_content .bt::after {
  content: "";
  width: 2em;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #46bcff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ldbz_list ul li a .text_content .nr {
  font-size: 13px;
  text-indent: 2em;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
  line-height: 22px;
}
.ldbz_list ul li a:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.ldbz_list ul li a:hover .text_content .bt::after {
  width: 4em;
}
@media only screen and (max-width: 1230px) {
  .ldbz_list ul {
    width: 101%;
    margin-left: -0.5%;
  }
  .ldbz_list ul li {
    width: 32.3333%;
    margin: 10px 0.5%;
  }
  .ldbz_list ul li a {
    padding: 15px 0 15px 140px;
    height: 180px;
  }
  .ldbz_list ul li a .img_content {
    width: 112px;
    height: 154px;
    left: 15px;
    top: 15px;
  }
  .ldbz_list ul li a .text_content .bt {
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ldbz_list ul li a .text_content .nr {
    font-size: 13px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 100px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .ldbz_list ul {
    text-align: left;
  }
  .ldbz_list ul li {
    width: 49%;
    margin: 10px 0.5%;
  }
  .ldbz_list ul li a {
    padding: 15px 0 15px 140px;
    height: 180px;
  }
  .ldbz_list ul li a .img_content {
    width: 112px;
    height: 154px;
    left: 15px;
    top: 15px;
  }
  .ldbz_list ul li a .text_content .bt {
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ldbz_list ul li a .text_content .nr {
    font-size: 13px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 100px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .ldbz_list ul li {
    width: 99%;
    margin: 0px 0.5% 10px 0.5%;
  }
  .ldbz_list ul li a {
    padding: 15px 0 15px 140px;
    height: 180px;
  }
  .ldbz_list ul li a .img_content {
    width: 112px;
    height: 154px;
    left: 15px;
    top: 15px;
  }
  .ldbz_list ul li a .text_content .bt {
    height: 40px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ldbz_list ul li a .text_content .nr {
    font-size: 13px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 100px;
    line-height: 20px;
  }
}

.newpaper_nav {
  border-radius: 10px;
  overflow: hidden;
}

.ylzs_list {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}
.ylzs_list li {
  display: inline-block;
  width: 31.3333%;
  margin: 0 1% 30px 1%;
  vertical-align: top;
}
.ylzs_list li a {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ylzs_list li a .img_content {
  height: 536px;
}
.ylzs_list li a .img_content img {
  min-height: 100%;
}
.ylzs_list li a .text_content {
  padding: 20px 0;
  text-align: center;
}
.ylzs_list li a .text_content .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ylzs_list li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1230px) {
  .ylzs_list li {
    margin-bottom: 15px;
  }
  .ylzs_list li a .img_content {
    height: calc((100vw / 3 - 30px) / 129 * 176);
    height: -webkit-calc((100vw / 3 - 30px) / 129 * 176);
  }
  .ylzs_list li a .text_content {
    padding: 10px 0;
  }
  .ylzs_list li a .text_content .bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .ylzs_list li {
    margin-bottom: 10px;
    width: 48%;
  }
  .ylzs_list li a .img_content {
    height: calc((100vw / 2 - 30px) / 129 * 176);
    height: -webkit-calc((100vw / 2 - 30px) / 129 * 176);
  }
}
@media only screen and (max-width: 500px) {
  .ylzs_list li {
    width: 98%;
  }
  .ylzs_list li a .img_content {
    height: auto;
  }
}

.mt_box {
  width: 100%;
}
.mt_box .d1 {
  width: 600px;
}
.mt_box .d2 {
  width: 580px;
}
@media only screen and (max-width: 1230px) {
  .mt_box .d1 {
    width: 50%;
  }
  .mt_box .d2 {
    width: 47%;
  }
}
@media only screen and (max-width: 760px) {
  .mt_box .d1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .mt_box .d2 {
    width: 100%;
  }
}

.mt_pic {
  width: 100%;
}
.mt_pic a {
  display: block;
  width: 100%;
  position: relative;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.mt_pic a img {
  min-height: 100%;
}
.mt_pic a .bt {
  position: absolute;
  padding: 0 20px;
  line-height: 70px;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 60, 166, 0.7);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1230px) {
  .mt_pic a {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .mt_pic a .bt {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .mt_pic a {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .mt_pic a .bt {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.mt_pic a:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.mt_pic a:hover .bt {
  background-color: rgba(0, 60, 166, 0.9);
}

.mt_list {
  width: 100%;
}
.mt_list li {
  width: 100%;
}
.mt_list li + li {
  margin-top: 25px;
}
.mt_list li a {
  width: 100%;
  display: block;
}
.mt_list li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}
.mt_list li a .sTime {
  color: #999999;
  display: block;
}
@media only screen and (max-width: 1230px) {
  .mt_list li + li {
    margin-top: 10px;
  }
  .mt_list li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .mt_list li a .bt {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1230px) {
  .mt_list li a .sTime {
    color: #999999;
    display: block;
  }
}

.swi_yydt {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.swi_yydt:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.swi_yydt .swiper-slide {
  width: 100%;
}
.swi_yydt .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  height: 450px;
}
.swi_yydt .swiper-slide a img {
  min-height: 100%;
}
.swi_yydt .swiper-slide a .bt {
  position: absolute;
  padding: 0 20px;
  line-height: 70px;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 60, 166, 0.7);
  transition: all 0.2s linear;
  padding-right: 125px;
}
@media only screen and (max-width: 1230px) {
  .swi_yydt .swiper-slide a {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .swi_yydt .swiper-slide a .bt {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 760px) {
  .swi_yydt .swiper-slide a {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .swi_yydt .swiper-slide a .bt {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.swi_yydt .swiper-slide a:hover .bt {
  background-color: rgba(0, 60, 166, 0.9);
}
.swi_yydt .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 1230px) {
  .swi_yydt .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swi_yydt .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.swi_yydt .swiper-horizontal > .swiper-pagination-bullets,
.swi_yydt .swiper-pagination-bullets.swiper-pagination-horizontal,
.swi_yydt .swiper-pagination-custom,
.swi_yydt .swiper-pagination-fraction {
  bottom: 24px;
  position: absolute;
  right: 15px;
  left: auto;
  width: auto;
  text-align: right;
}
@media only screen and (max-width: 1230px) {
  .swi_yydt .swiper-horizontal > .swiper-pagination-bullets,
  .swi_yydt .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swi_yydt .swiper-pagination-custom,
  .swi_yydt .swiper-pagination-fraction {
    bottom: 8px;
    right: 10px;
  }
}
.swi_yydt .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.newsSummaryList.mt_list2 li a {
  border: solid 0px #e9e9e9;
  background-color: #f6f6f8;
  min-height: 210px;
  padding: 50px 50px 50px 195px;
  border-radius: 10px;
  position: relative;
}
.newsSummaryList.mt_list2 li a::before {
  width: 0%;
  height: 100%;
  content: "";
  background-image: url(../images/mtbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 0;
}
.newsSummaryList.mt_list2 li a .bt {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsSummaryList.mt_list2 li a p {
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  height: auto !important;
  line-height: 26px;
}
.newsSummaryList.mt_list2 li a .sTime {
  font-family: math;
  left: 45px;
  top: 50px;
  z-index: 1;
  color: #003ca6;
}
.newsSummaryList.mt_list2 li a .sTime b {
  font-size: 66px;
}
@media only screen and (max-width: 1230px) {
  .newsSummaryList.mt_list2 li a {
    min-height: 110px;
    padding: 15px 15px 15px 95px;
  }
  .newsSummaryList.mt_list2 li a .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newsSummaryList.mt_list2 li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .newsSummaryList.mt_list2 li a .sTime {
    left: 15px;
    top: 30px;
  }
  .newsSummaryList.mt_list2 li a .sTime b {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .newsSummaryList.mt_list2 li a {
    min-height: 100px;
    padding: 15px 15px 15px 75px;
  }
  .newsSummaryList.mt_list2 li a .bt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .newsSummaryList.mt_list2 li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
  .newsSummaryList.mt_list2 li a .sTime {
    left: 10px;
    top: 20px;
  }
  .newsSummaryList.mt_list2 li a .sTime b {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1230px) {
  .newsSummaryList.mt_list2 li a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  }
  .newsSummaryList.mt_list2 li a:hover::before {
    width: 100%;
  }
  .newsSummaryList.mt_list2 li a:hover .bt,
  .newsSummaryList.mt_list2 li a:hover p {
    color: #fff;
  }
  .newsSummaryList.mt_list2 li a:hover .sTime {
    color: #fff;
  }
  .newsSummaryList.mt_list2 li a:hover .sTime b {
    color: #fff;
  }
}

.yygh_box {
  min-height: 600px;
  position: relative;
  padding-right: 440px;
}
.yygh_box .xz_nr {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e5f2ff;
  padding: 45px;
  border-radius: 10px;
}
.yygh_box .xz_nr::before {
  content: "";
  background-image: url(../images/yygh/tb.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 57px;
  height: 62px;
}
.yygh_box .xz_nr h1 {
  font-weight: bold;
}
.yygh_box .info_content {
  font-size: 20px;
}
.yygh_box .info_content .sjyy_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}
.yygh_box .info_content .sjyy_box .d1 img,
.yygh_box .info_content .sjyy_box .d2 img {
  margin-bottom: 10px;
}
.yygh_box .info_content .sjyy_box .d1 > h4,
.yygh_box .info_content .sjyy_box .d2 > h4 {
  color: #003ca6;
}
.yygh_box .info_content .sjyy_box .d1 {
  flex: 0 0 150px;
  margin-right: 80px;
}
.yygh_box .info_content .sjyy_box .d2 {
  width: 100%;
}
.yygh_box .info_content .sjyy_box .d2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yygh_box .info_content .sjyy_box .d2 ul li {
  text-align: center;
}
.yygh_box .info_content .sjyy_box .d2 ul li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 1230px) {
  .yygh_box {
    padding-right: 300px;
  }
  .yygh_box .xz_nr {
    width: 280px;
    padding: 20px;
  }
  .yygh_box .xz_nr::before {
    right: -10px;
    top: -10px;
    width: 37px;
    height: 42px;
  }
  .yygh_box .info_content {
    font-size: 14px;
  }
  .yygh_box .info_content .sjyy_box {
    font-size: 13px;
    line-height: 22px;
  }
  .yygh_box .info_content .sjyy_box .d1 {
    margin-right: 20px;
  }
  .yygh_box .info_content .sjyy_box .d2 ul {
    width: 100%;
  }
  .yygh_box .info_content .sjyy_box .d2 ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .yygh_box {
    padding-right: 0px;
  }
  .yygh_box .xz_nr {
    width: 100%;
    padding: 15px;
    position: relative;
    top: auto;
    right: auto;
  }
  .yygh_box .info_content {
    margin-bottom: 15px;
  }
  .yygh_box .info_content .sjyy_box {
    display: block;
  }
  .yygh_box .info_content .sjyy_box .d1 {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .yygh_box .info_content .sjyy_box .d1 > h4 {
    text-align: left;
  }
  .yygh_box .info_content .sjyy_box .d2 ul li + li {
    margin-left: 15px;
  }
}

.yl_box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.yl_box1 .yl_l {
  flex: 0 0 496px;
  height: 607px;
  background-image: url(../images/ylfw/a1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-right: 125px;
}
.yl_box1 .yl_r {
  width: 100%;
  margin-top: 30px;
}
.yl_box1 .yl_r > .bt {
  font-size: 36px;
  font-weight: bold;
  color: #003ca6;
}
.yl_box1 .yl_r .yl_nav1 {
  width: 100%;
  font-size: 0;
  padding-top: 20px;
}
.yl_box1 .yl_r .yl_nav1 li {
  display: inline-block;
  width: 50%;
  margin-top: 55px;
  padding-right: 20px;
}
.yl_box1 .yl_r .yl_nav1 li:nth-child(odd), .yl_box1 .yl_r .yl_nav1 li:nth-of-type(4) {
  padding-right: 16%;
}
.yl_box1 .yl_r .yl_nav1 li:nth-of-type(2) a .iconfont {
  font-size: 55px;
}
.yl_box1 .yl_r .yl_nav1 li:nth-of-type(4) a .iconfont {
  font-size: 46px;
}
.yl_box1 .yl_r .yl_nav1 li a .iconfont {
  width: 75px;
  height: 75px;
  background-color: #80af44;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  color: #fff;
  margin-bottom: 25px;
}
.yl_box1 .yl_r .yl_nav1 li a .bt {
  color: #003ca6;
  font-weight: bold;
  margin-bottom: 10px;
}
.yl_box1 .yl_r .yl_nav1 li a p {
  color: #666666;
  font-size: 16px;
}
.yl_box1 .yl_r .yl_nav1 li a:hover .iconfont {
  background-color: #003ca6;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.yl_box1 .yl_r .yl_nav1 li a:hover .bt {
  color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .yl_box1 {
    margin-bottom: 20px;
    display: block;
  }
  .yl_box1 .yl_l {
    display: none;
  }
  .yl_box1 .yl_r {
    width: 100%;
    margin-top: 0px;
  }
  .yl_box1 .yl_r > .bt {
    font-size: 22px;
    text-align: center;
  }
  .yl_box1 .yl_r .yl_nav1 {
    width: 100%;
    font-size: 0;
    padding-top: 20px;
  }
  .yl_box1 .yl_r .yl_nav1 li {
    display: inline-block;
    width: 25%;
    padding: 0 15px !important;
    text-align: center;
    margin-top: 15px;
    vertical-align: top;
  }
  .yl_box1 .yl_r .yl_nav1 li:nth-child(odd), .yl_box1 .yl_r .yl_nav1 li:nth-of-type(4) {
    padding-right: 0%;
  }
  .yl_box1 .yl_r .yl_nav1 li:nth-of-type(2) a .iconfont {
    font-size: 45px;
  }
  .yl_box1 .yl_r .yl_nav1 li:nth-of-type(4) a .iconfont {
    font-size: 36px;
  }
  .yl_box1 .yl_r .yl_nav1 li a .iconfont {
    width: 60px;
    height: 60px;
    font-size: 34px;
    margin: 0 auto 15px auto;
  }
  .yl_box1 .yl_r .yl_nav1 li a .bt {
    margin-bottom: 10px;
  }
  .yl_box1 .yl_r .yl_nav1 li a p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  .yl_box1 .yl_r > .bt {
    font-size: 16px;
  }
  .yl_box1 .yl_r .yl_nav1 {
    padding-top: 10px;
    width: 104%;
    margin-left: -2%;
  }
  .yl_box1 .yl_r .yl_nav1 li {
    width: 50%;
    padding: 0 2% !important;
  }
  .yl_box1 .yl_r .yl_nav1 li:nth-of-type(2) a .iconfont {
    font-size: 35px;
  }
  .yl_box1 .yl_r .yl_nav1 li:nth-of-type(4) a .iconfont {
    font-size: 32px;
  }
  .yl_box1 .yl_r .yl_nav1 li a .iconfont {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin: 0 auto 15px auto;
  }
  .yl_box1 .yl_r .yl_nav1 li a .bt {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .yl_box1 .yl_r .yl_nav1 li a p {
    font-size: 12px;
  }
}

.yl_nav2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.yl_nav2 li {
  width: 100%;
}
.yl_nav2 li:nth-child(odd) a {
  background-color: #e4f2f9;
}
.yl_nav2 li:nth-of-type(4) a i {
  font-size: 65px;
}
.yl_nav2 li a {
  height: 220px;
  display: block;
  background-color: #f4faff;
  position: relative;
}
.yl_nav2 li a .bt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-bottom: solid 3.5px #003ca6;
  padding-bottom: 10px;
  font-weight: bold;
  z-index: 1;
  transition: all 0.3s linear;
}
.yl_nav2 li a i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 58px;
  color: #003ca6;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1230px) {
  .yl_nav2 li a:hover {
    background-color: #003ca6;
    color: #fff;
  }
  .yl_nav2 li a:hover i {
    font-size: 150px !important;
    color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
  }
  .yl_nav2 li a:hover .bt {
    bottom: 90px;
    left: 50px;
  }
}
@media only screen and (max-width: 1230px) {
  .yl_nav2 li:nth-of-type(4) a i {
    font-size: 40px;
  }
  .yl_nav2 li a {
    height: 140px;
  }
  .yl_nav2 li a .bt {
    bottom: 15px;
    left: 15px;
    border-bottom: solid 3px #46bcff;
    padding-bottom: 8px;
  }
  .yl_nav2 li a i {
    font-size: 35px;
    width: 70px;
    height: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .yl_nav2 {
    display: block;
    font-size: 0;
  }
  .yl_nav2 li {
    display: inline-block;
    width: 33.3333%;
  }
  .yl_nav2 li a {
    height: 140px;
  }
}
@media only screen and (max-width: 760px) and (max-width: 500px) {
  .yl_nav2 li a {
    height: 120px;
  }
}
@media only screen and (max-width: 760px) {
  .yl_nav2 li a .bt {
    font-size: 15px;
  }
  .yl_nav2 li a i {
    font-size: 32px;
    width: 60px;
    height: 55px;
  }
}

.dep_search_box_ksdh {
  margin-top: -20px;
}
@media only screen and (max-width: 1230px) {
  .dep_search_box_ksdh {
    margin-top: 0;
  }
}
@media only screen and (max-width: 760px) {
  .dep_search_box_ksdh {
    display: none;
  }
}

.dep_search_box {
  width: 100%;
  font-size: 0;
  position: relative;
  line-height: 40px;
  padding: 15px 170px 15px 120px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e5e5e5;
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
}
.dep_search_box:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.dep_search_box h4 {
  width: 110px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 15px;
  line-height: 40px;
}
.dep_search_box .form-control {
  display: inline-block;
  width: 32.3333%;
  margin: 0 0.5%;
  height: 40px;
  line-height: 38px;
  border-color: #e5e5e5;
  padding-left: 15px;
}
.dep_search_box .form-control:hover {
  border-color: #003ca6;
}
.dep_search_box .btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 1230px) {
  .dep_search_box {
    line-height: 35px;
    padding: 10px 100px 10px 80px;
    height: 57px;
  }
  .dep_search_box h4 {
    width: 80px;
    left: 0px;
    top: 10px;
    line-height: 35px;
    font-size: 14px;
  }
  .dep_search_box .form-control {
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
  }
  .dep_search_box .btn {
    right: 10px;
    top: 10px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .dep_search_box {
    padding: 15px;
    height: auto;
  }
  .dep_search_box h4 {
    width: 100%;
    left: auto;
    top: auto;
    line-height: 22px;
    position: initial;
    margin-bottom: 10px;
  }
  .dep_search_box .form-control {
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
  }
  .dep_search_box .btn {
    right: auto;
    top: auto;
    width: 100%;
    position: relative;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
}

.dep_search_box2 {
  width: 100%;
  font-size: 0;
  position: relative;
  line-height: 40px;
  padding: 15px 170px 15px 120px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e5e5e5;
  transition: all 0.2s linear;
  border-radius: 10px;
}
.dep_search_box2:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.dep_search_box2 h4 {
  width: 110px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 15px;
  line-height: 40px;
}
.dep_search_box2.mz_search_box2 {
  padding-left: 140px;
}
.dep_search_box2.mz_search_box2 .dItem {
  float: left;
}
.dep_search_box2.mz_search_box2 h4 {
  width: 140px;
}
.dep_search_box2 .dItem {
  display: inline-block;
  width: 32.3333%;
  margin: 0 0.5%;
  text-align: left;
}
.dep_search_box2 .form-control {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-color: #e5e5e5;
  padding-left: 15px;
  color: #999;
}
.dep_search_box2 .form-control:hover {
  border-color: #003ca6;
}
.dep_search_box2 .btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 1230px) {
  .dep_search_box2 {
    line-height: 35px;
    padding: 10px 100px 10px 80px;
    height: 57px;
  }
  .dep_search_box2 h4 {
    width: 80px;
    left: 0px;
    top: 10px;
    line-height: 35px;
    font-size: 14px;
  }
  .dep_search_box2.mz_search_box2 {
    padding-left: 100px;
  }
  .dep_search_box2.mz_search_box2 h4 {
    width: 100px;
  }
  .dep_search_box2 .form-control {
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
  }
  .dep_search_box2 .btn {
    right: 10px;
    top: 10px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .dep_search_box2 {
    padding: 15px;
    height: auto;
  }
  .dep_search_box2 h4 {
    width: 100%;
    left: auto;
    top: auto;
    line-height: 22px;
    position: initial;
    margin-bottom: 10px;
  }
  .dep_search_box2 .dItem {
    width: 100%;
  }
  .dep_search_box2 .form-control {
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
  }
  .dep_search_box2 .btn {
    right: auto;
    top: auto;
    width: 100%;
    position: relative;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
}

.ny_ksdh {
  background-image: url(../images/ksdh/ks.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}
.ny_ksdh .ny {
  background-color: rgba(255, 255, 255, 0);
}

.depListBox .dItem + .dItem {
  margin-top: 40px;
}
@media only screen and (max-width: 1230px) {
  .depListBox .dItem + .dItem {
    margin-top: 15px;
  }
}
.depListBox .dItem .bt {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .depListBox .dItem .bt {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.depListBox .dItem .depList {
  font-size: 0;
  width: 101%;
  margin-left: -0.5%;
}
.depListBox .dItem .depList li {
  width: 24%;
  display: inline-block;
  margin: 8px 0.5%;
  vertical-align: top;
}
.depListBox .dItem .depList li > a {
  overflow: hidden;
}
@media only screen and (min-width: 1230px) {
  .depListBox .dItem .depList li > a:hover {
    color: #fff;
  }
  .depListBox .dItem .depList li > a:hover::before {
    width: 100%;
  }
}
.depListBox .dItem .depList li > a,
.depListBox .dItem .depList li .dep_name {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 95px;
  height: 71px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
}
.depListBox .dItem .depList li > a i,
.depListBox .dItem .depList li .dep_name i {
  width: 49px;
  height: 49px;
  position: absolute;
  text-align: center;
  border: dashed 1px #46bcff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  background-color: #fff;
}
.depListBox .dItem .depList li > a i img,
.depListBox .dItem .depList li .dep_name i img {
  max-height: 100%;
}
.depListBox .dItem .depList li > a p,
.depListBox .dItem .depList li .dep_name p {
  padding-left: 30px;
  border-left: dashed 1px #e1e1e1;
  line-height: 30px;
  font-size: 18px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.depListBox .dItem .depList li > a::before,
.depListBox .dItem .depList li .dep_name::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/ksdh/bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-size: auto 100%;
  background-color: #0159a0;
}
.depListBox .dItem .depList li .dep_name.on, .depListBox .dItem .depList li .dep_name:hover {
  background-color: #003ca6;
  color: #fff;
}
.depListBox .dItem .depList li .dep_name dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  padding: 10px 0px;
  background-color: #003ca6;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  display: none;
}
.depListBox .dItem .depList li .dep_name dl dd a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 10px 20px;
  display: block;
}
@media only screen and (max-width: 1230px) {
  .depListBox .dItem .depList li .dep_name dl {
    top: 46px;
  }
  .depListBox .dItem .depList li .dep_name dl dd a {
    font-size: 13px;
    line-height: 22px;
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 1230px) {
  .depListBox .dItem .depList li {
    margin: 5px 0.5%;
  }
  .depListBox .dItem .depList li > a,
  .depListBox .dItem .depList li .dep_name {
    padding: 14px 10px 14px 60px;
    height: 53px;
  }
  .depListBox .dItem .depList li > a i,
  .depListBox .dItem .depList li .dep_name i {
    width: 35px;
    height: 35px;
    top: 8px;
    left: 10px;
  }
  .depListBox .dItem .depList li > a p,
  .depListBox .dItem .depList li .dep_name p {
    padding-left: 15px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .depListBox .dItem .depList li {
    width: 32.3333%;
  }
}
@media only screen and (max-width: 760px) and (max-width: 500px) {
  .depListBox .dItem .depList li {
    width: 49%;
  }
}
@media only screen and (max-width: 760px) {
  .depListBox .dItem .depList li > a,
  .depListBox .dItem .depList li .dep_name {
    padding-left: 55px;
  }
  .depListBox .dItem .depList li > a p,
  .depListBox .dItem .depList li .dep_name p {
    padding-left: 10px;
  }
}

.zjSearch_top {
  background-color: #f6f6f8;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.zjSearch_top .one_box {
  padding: 0px 0px 0px 110px;
  position: relative;
}
.zjSearch_top .one_box .h4_bt3 {
  position: absolute;
  left: 0px;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  color: #666666;
}
.zjSearch_top .one_box .zj_nav1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e1e1e1;
}
.zjSearch_top .one_box .zj_nav1 a {
  float: left;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  margin-right: 30px;
}
.zjSearch_top .one_box .zj_nav1 a.on {
  color: #003ca6;
  border-bottom: solid 2px #003ca6;
}
.zjSearch_top .zj_nav2 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.zjSearch_top .zj_nav2 a {
  float: left;
  line-height: 32px;
  padding: 0 10px;
  margin: 0 1% 5px 0;
  font-size: 16px;
  width: 15.6666%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zjSearch_top .zj_nav2 a.on {
  background-color: #003ca6;
  color: #fff;
  border-radius: 5px;
}
.zjSearch_top .two_box {
  padding: 0px 0px 0px 110px;
  position: relative;
}
.zjSearch_top .two_box .h4_bt3 {
  position: absolute;
  left: 0px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
}
.zjSearch_top .two_box .zj_nav3 a {
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  margin: 0 5px 5px 0;
  font-size: 16px;
}
.zjSearch_top .two_box .zj_nav3 a.on {
  background-color: #003ca6;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .zjSearch_top .two_box .zj_nav3 a {
    height: auto;
  }
  .zjSearch_top .two_box .zj_nav3 a a {
    line-height: 28px;
    height: auto;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .zjSearch_top {
    padding: 15px;
  }
  .zjSearch_top .one_box {
    padding: 0px;
  }
  .zjSearch_top .one_box .h4_bt3 {
    left: 0px;
    font-size: 16px;
    position: relative;
    height: auto;
    line-height: 24px;
  }
  .zjSearch_top .one_box .zj_nav1 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .zjSearch_top .one_box .zj_nav1 a {
    line-height: 24px;
    height: auto;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .zjSearch_top .zj_nav2 {
    margin-bottom: 5px;
  }
  .zjSearch_top .zj_nav2 a {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .zjSearch_top .zj_nav2 a {
    width: auto;
    margin: 0 5px 5px 0;
  }
}
@media only screen and (max-width: 1230px) {
  .zjSearch_top .two_box {
    padding: 0px;
  }
  .zjSearch_top .two_box .h4_bt3 {
    left: 0px;
    font-size: 16px;
    position: relative;
  }
  .zjSearch_top .two_box .zj_nav3 a {
    line-height: 32px;
    padding: 0 6px;
    font-size: 14px;
  }
}

.zjSearch_box .title_div {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.zjSearch_box .title_div .bt {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
}
.zjSearch_box .title_div .list_icon {
  color: #666666;
  height: 50px;
  line-height: 50px;
}
.zjSearch_box .title_div .list_icon .num {
  font-size: 18px;
  color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .zjSearch_box .title_div {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .zjSearch_box .title_div .bt {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .zjSearch_box .title_div .list_icon {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .zjSearch_box .title_div .list_icon .num {
    font-size: 16px;
  }
}

.zjsearchList {
  width: 102%;
  float: left;
  margin-left: -1%;
}
.zjsearchList li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 20px 1%;
}
.zjsearchList li a {
  display: block;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 20px 190px;
  position: relative;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.zjsearchList li a .img_content {
  height: 200px;
  width: 150px;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.zjsearchList li a .img_content img {
  min-height: 100%;
}
.zjsearchList li a .text_content {
  position: relative;
}
.zjsearchList li a .text_content .ewm_doc {
  position: absolute;
  right: 0px;
  top: -15px;
  cursor: pointer;
  overflow: visible;
  width: 100%;
}
.zjsearchList li a .text_content .ewm_doc .a1 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  opacity: 1;
  outline: none;
  transition: all 0.2s linear;
  background-image: url(../images/zjjs/t_ewm.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 2;
}
.zjsearchList li a .text_content .ewm_doc .a2 {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0px;
  height: 130px;
  width: 130px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
}
.zjsearchList li a .text_content .ewm_doc .a2 img {
  display: block;
  background-size: cover;
  height: 100%;
  padding: 5px;
}
.zjsearchList li a .text_content .ewm_doc .a2 u {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 129px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  text-decoration: none;
  color: #666;
}
.zjsearchList li a .text_content .ewm_doc:hover .a2 {
  display: block;
}
.zjsearchList li a .text_content .sbt {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin: 15px 0;
  color: #003ca6;
  position: relative;
}
.zjsearchList li a .text_content .sbt::after {
  position: absolute;
  width: 18px;
  height: 3px;
  background: #003ca6;
  content: "";
  right: 0;
  bottom: -2px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.zjsearchList li a .text_content p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.zjsearchList li a .text_content .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.zjsearchList li a .text_content .sMore {
  display: none;
  float: right;
  font-size: 14px;
  color: #003ca6;
  clear: both;
  margin-top: 8px;
}
.zjsearchList li a .text_content .sMore:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1230px) {
  .zjsearchList li a:hover {
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1230px) {
  .zjsearchList li {
    width: 31.333%;
    margin-bottom: 15px;
    padding: 0;
  }
  .zjsearchList li a {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px;
    position: relative;
    height: auto;
  }
  .zjsearchList li a .img_content {
    height: calc((100vw / 3 - 30px) / 331 * 421);
    height: -webkit-calc((100vw / 3 - 30px) / 331 * 421);
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .zjsearchList li a .text_content .ewm_doc .a1 {
    top: 10px;
    height: 24px;
    width: 24px;
  }
  .zjsearchList li a .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 24px;
    color: #666;
    margin-top: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .zjsearchList li a .text_content .sMore {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .zjsearchList li {
    width: 48%;
  }
  .zjsearchList li a .img_content {
    height: calc((100vw / 2 - 30px) / 331 * 421);
    height: -webkit-calc((100vw / 2 - 30px) / 331 * 421);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 550px) {
  .zjsearchList li {
    width: 98%;
  }
  .zjsearchList li a .img_content {
    height: calc((100vw / 1 - 30px) / 331 * 421);
    height: -webkit-calc((100vw / 1 - 30px) / 331 * 421);
  }
}

.ky_box1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ky_box1 .img_content {
  width: auto;
  flex: 0 0 683px;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.ky_box1 .text_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
}
.ky_box1 .text_content .bt {
  color: #003ca6;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ky_box1 .text_content .nr {
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  height: auto !important;
  line-height: 26px;
  margin-bottom: 25px;
}
.ky_box1 .text_content a.more_arrow_normal {
  width: 110px;
}
@media only screen and (max-width: 1230px) {
  .ky_box1 .img_content {
    flex: 0 0 50%;
    margin-left: 20px;
  }
  .ky_box1 .text_content .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ky_box1 .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .ky_box1 .text_content a.more_arrow_normal {
    width: 80px;
  }
}
@media only screen and (max-width: 760px) {
  .ky_box1 {
    display: block;
  }
  .ky_box1 .img_content {
    flex: 0 0 100%;
    margin-left: 0px;
  }
  .ky_box1 .text_content {
    margin-bottom: 15px;
  }
}

.ky_box2 {
  width: 100%;
}
.ky_box2 .img_content {
  border-radius: 10px;
  overflow: hidden;
}
.ky_box2 .text_content {
  margin-bottom: 30px;
}
.ky_box2 .text_content .dDt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ky_box2 .text_content .dDt .bt {
  color: #003ca6;
  font-size: 26px;
  font-weight: bold;
}
.ky_box2 .text_content .nr {
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  height: auto !important;
  line-height: 26px;
}
.ky_box2 .text_content a.more_arrow_normal {
  width: 110px;
}
@media only screen and (max-width: 1230px) {
  .ky_box2 .text_content {
    margin-bottom: 15px;
  }
  .ky_box2 .text_content .dDt {
    margin-bottom: 10px;
  }
  .ky_box2 .text_content .dDt .bt {
    font-size: 16px;
  }
  .ky_box2 .text_content .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
    height: auto !important;
    line-height: 22px;
  }
  .ky_box2 .text_content a.more_arrow_normal {
    width: 80px;
  }
}
@media only screen and (max-width: 1230px) {
  .ky_box2 {
    display: block;
  }
  .ky_box2 .img_content {
    flex: 0 0 100%;
    margin-left: 0px;
  }
  .ky_box2 .text_content {
    margin-bottom: 15px;
  }
}

.kyptList {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}
.kyptList li {
  width: 31.3333%;
  margin: 20px 1%;
  display: inline-block;
  vertical-align: top;
}
.kyptList li a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 75px;
  height: 75px;
  position: relative;
  padding-left: 110px;
}
.kyptList li a i {
  width: 75px;
  height: 75px;
  position: absolute;
  background-color: #003ca6;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.kyptList li a i img {
  max-height: 100%;
}
.kyptList li a p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kyptList li a:hover i {
  background-color: #80af44;
}
@media only screen and (max-width: 1230px) {
  .kyptList li {
    margin: 8px 1%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .kyptList li {
    width: 48%;
  }
}
@media only screen and (max-width: 1230px) {
  .kyptList li a {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .kyptList li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1230px) {
  .kyptList li a i {
    width: 35px;
    height: 35px;
  }
}

.yydtList {
  font-size: 0;
  width: 102%;
  margin-left: -1%;
}
.yydtList li {
  width: 31.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 30px 1%;
}
.yydtList li a {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1230px) {
  .yydtList li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.yydtList li a .img_content {
  height: 288px;
  border-radius: 10px;
  overflow: hidden;
}
.yydtList li a .img_content img {
  min-height: 100%;
}
.yydtList li a .text_content {
  font-size: 16px;
  padding: 20px 15px;
}
.yydtList li a .text_content .bt {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  margin-bottom: 15px;
}
.yydtList li a .text_content p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.yydtList li a .text_content .sTime {
  color: #999999;
  font-family: math;
}
@media only screen and (max-width: 1230px) {
  .yydtList li {
    margin: 0 1% 15px 1%;
  }
  .yydtList li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .yydtList li a .text_content {
    font-size: 13px;
    padding: 15px 10px;
  }
  .yydtList li a .text_content .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .yydtList li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .yydtList li {
    width: 98%;
    margin-bottom: 5px;
  }
  .yydtList li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .yydtList li a .text_content {
    padding: 10px 0;
  }
  .yydtList li a .text_content .bt {
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .yydtList li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.xwjsList {
  font-size: 0;
  width: 102%;
  margin-left: -1%;
}
.xwjsList li {
  width: 31.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 30px 1%;
}
.xwjsList li a {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f6f6f8;
}
@media only screen and (min-width: 1230px) {
  .xwjsList li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.xwjsList li a .img_content {
  height: 288px;
  border-radius: 10px;
  overflow: hidden;
}
.xwjsList li a .img_content img {
  min-height: 100%;
}
.xwjsList li a .text_content {
  font-size: 16px;
  padding: 25px;
}
.xwjsList li a .text_content .bt {
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  margin-bottom: 15px;
}
.xwjsList li a .text_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  margin-bottom: 15px;
}
.xwjsList li a .text_content .sTime {
  color: #999999;
  font-family: math;
}
@media only screen and (max-width: 1230px) {
  .xwjsList li {
    margin: 0 1% 15px 1%;
  }
  .xwjsList li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .xwjsList li a .text_content {
    font-size: 14px;
    padding: 20px;
  }
  .xwjsList li a .text_content .bt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .xwjsList li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .xwjsList li {
    width: 98%;
    margin-bottom: 10px;
  }
  .xwjsList li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .xwjsList li a .text_content {
    padding: 15px;
  }
  .xwjsList li a .text_content .bt {
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .xwjsList li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.jcdj_box {
  width: 100%;
}
.jcdj_box .d1 {
  width: 49%;
}
.jcdj_box .d2 {
  width: 49%;
}
@media only screen and (max-width: 1230px) {
  .jcdj_box .d1 {
    width: 100%;
  }
  .jcdj_box .d2 {
    width: 100%;
  }
}
.jcdj_box .tPic {
  width: 100%;
  margin-bottom: 20px;
}
.jcdj_box .tPic a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.jcdj_box .tPic a .img_content {
  height: 310px;
}
.jcdj_box .tPic a .img_content img {
  min-height: 100%;
}
.jcdj_box .tPic a .text_content {
  padding: 60px 20px 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/djlh/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jcdj_box .tPic a .text_content .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.jcdj_box .tPic a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .jcdj_box .tPic {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .jcdj_box .tPic {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .jcdj_box .tPic a .img_content {
    height: calc((100vw / 1 - 30px) / 200 * 103);
    height: -webkit-calc((100vw / 1 - 30px) / 200 * 103);
  }
  .jcdj_box .tPic a .text_content {
    padding: 30px 10px 10px 10px;
  }
  .jcdj_box .tPic a .text_content .bt {
    margin-bottom: 2px;
  }
}
.jcdj_box .tList {
  width: 104%;
  margin-left: -2%;
}
.jcdj_box .tList li {
  float: left;
  width: 46%;
  margin: 0 2% 20px 2%;
}
.jcdj_box .tList li a {
  display: block;
  width: 100%;
  background-color: #f6f6f8;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
.jcdj_box .tList li a .img_content {
  height: 210px;
}
.jcdj_box .tList li a .img_content img {
  min-height: 100%;
}
.jcdj_box .tList li a .text_content {
  padding: 20px 20px;
}
.jcdj_box .tList li a .text_content .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
}
.jcdj_box .tList li a .text_content .sTime {
  color: #999;
}
.jcdj_box .tList li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  background-color: #003ca6;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .jcdj_box .tList {
    width: 102%;
    margin-left: -1%;
  }
  .jcdj_box .tList li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .jcdj_box .tList li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .jcdj_box .tList li a {
    height: auto;
  }
  .jcdj_box .tList li a .img_content {
    height: calc((100vw / 2 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
  }
  .jcdj_box .tList li a .text_content {
    padding: 10px;
  }
  .jcdj_box .tList li a .text_content .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
}

.ny_jyzn {
  background-image: url(../images/jyzn/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.ny.ny_newslist {
  padding-top: 40px;
}
@media only screen and (max-width: 1230px) {
  .ny.ny_newslist {
    padding-top: 20px;
  }
}

.index_top_ny {
  width: 100%;
}
.index_top_ny .top {
  width: 100%;
}
.index_top_ny .top .ny_main {
  position: relative;
  height: 138px;
}
.index_top_ny .top .ny_main .logo {
  height: 86px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -43px;
}
.index_top_ny .top .ny_main .logo img {
  height: 100%;
}
.index_top_ny .top .ny_main .sousuo_o {
  position: absolute;
  right: 0px;
  top: 54px;
  width: 31px;
  border-radius: 50%;
  color: #333;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #f1f1f1;
}
.index_top_ny .top .ny_main .sousuo_o .iconfont {
  line-height: 28px;
  font-size: 24px;
}
.index_top_ny .top .ny_main .sousuo_o:hover {
  background-color: #0158b5;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .index_top_ny .top .ny_main {
    height: 55px;
  }
  .index_top_ny .top .ny_main .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
  .index_top_ny .top .ny_main .sousuo_o {
    right: 50px;
    top: 12px;
    border-radius: 50%;
    color: #003ca6;
    background-color: #fff;
  }
  .index_top_ny .top .ny_main .sousuo_o .iconfont {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
  }
}
.index_top_ny .nav_mh {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
@media only screen and (min-width: 1230px) {
  .index_top_ny .nav_mh .menu {
    width: 100%;
    height: 60px;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_top_ny .nav_mh .menu li {
    height: 60px;
    float: left;
    position: relative;
    text-align: center;
  }
  .index_top_ny .nav_mh .menu li a.dbt {
    font-size: 18px;
    display: block;
    line-height: 60px;
    color: #333;
    transition: all ease 0.3s;
  }
  .index_top_ny .nav_mh .menu li a.dbt .bi {
    font-size: 24px;
    color: #003ca6;
  }
  .index_top_ny .nav_mh .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #003ca6;
    bottom: 0;
  }
  .index_top_ny .nav_mh .menu li.on a.dbt::after, .index_top_ny .nav_mh .menu li:hover a.dbt::after {
    width: 100%;
    left: 0%;
    height: 4px;
  }
  .index_top_ny .nav_mh .menu li dl {
    left: 50%;
    margin-left: -90px;
    width: 180px;
    font-size: 15px;
    display: none;
    background-color: #003ca6;
    position: absolute;
    left: 50%;
    top: 65px;
    opacity: 0;
    float: left;
    z-index: 10;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .index_top_ny .nav_mh .menu li dl dd {
    position: relative;
  }
  .index_top_ny .nav_mh .menu li dl dd dl {
    position: absolute;
    left: 180px;
    margin-left: 0;
    top: 0px;
  }
  .index_top_ny .nav_mh .menu li dl dd:hover dl {
    display: block;
  }
  .index_top_ny .nav_mh .menu li dl a {
    display: block;
    padding: 8px 10px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .index_top_ny .nav_mh .menu li dl a:hover {
    background-color: #80af44;
  }
  .index_top_ny .nav_mh .menu li:hover > dl {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    background-color: #fff;
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .index_top_ny .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .index_top_ny .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .index_top_ny .nav_mh .menu li a.dbt {
    font-size: 13px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .index_top_ny .nav_mh .menu li a.dbt .bi {
    font-size: 20px;
  }
  .index_top_ny .nav_mh .menu li dl {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0;
  }
  .index_top_ny .nav_mh .menu li dl dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .index_top_ny .nav_mh .menu li dl dd dl {
    padding-left: 15px;
  }
  .index_top_ny .nav_mh .menu li dl dd dl dd {
    width: 50%;
  }
  .index_top_ny .nav_mh .menu li dl dd a {
    padding: 5px 0px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}
.index_top_ny .nav_mh .ny_main {
  position: relative;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom {
  position: absolute;
  right: 40px;
  top: -88px;
  line-height: 38px;
  font-size: 16px;
  color: #ccc;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom a {
  margin: 0 10px;
}
.index_top_ny .nav_mh .ny_main .top_right_bottom a.on {
  color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .index_top_ny .nav_mh .ny_main .top_right_bottom {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    padding: 10px;
    border-bottom: 0.5px solid #e1e1e1;
    font-size: 14px;
  }
}

.dop_top_ny {
  overflow-x: hidden;
}
.dop_top_ny .top {
  width: 100%;
  background-image: url(../images/kssy/topbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.dop_top_ny .top .ny_main {
  position: relative;
  height: 225px;
}
.dop_top_ny .top .ny_main .logo {
  width: 130px;
  height: 155px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -77.5px;
}
.dop_top_ny .top .ny_main .logo img {
  max-height: 100%;
}
@media only screen and (min-width: 1580px) {
  .dop_top_ny .top .ny_main .logo {
    left: -180px;
  }
}
.dop_top_ny .top .dep_title {
  font-size: 46px;
  line-height: 50px;
  position: absolute;
  left: 170px;
  top: 45px;
}
@media only screen and (min-width: 1580px) {
  .dop_top_ny .top .dep_title {
    left: 0px;
  }
}
.dop_top_ny .top a.more_arrow_normal {
  border-radius: 6px;
  height: 48px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  background-color: #003ca6;
  border-color: #003ca6;
}
.dop_top_ny .top a.more_arrow_normal::before {
  background-color: #80af44;
}
.dop_top_ny .top a.more_arrow_normal:hover {
  border-color: #80af44;
}
@media only screen and (min-width: 1230px) {
  .dop_top_ny .top .top_r {
    position: absolute;
    right: 0px;
    top: 30px;
    text-align: right;
  }
}
@media only screen and (min-width: 1230px) and (min-width: 1580px) {
  .dop_top_ny .top .top_r {
    right: -175px;
  }
}
@media only screen and (min-width: 1230px) {
  .dop_top_ny .top .top_r .r_nav {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dop_top_ny .top .top_r .r_nav a {
    color: #fff;
  }
  .dop_top_ny .top .top_r .r_nav a:hover {
    color: #e8ff99;
  }
  .dop_top_ny .top .top_r .r_nav a + a {
    margin-left: 20px;
  }
  .dop_top_ny .top .top_r .r_anq {
    font-size: 0;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh {
    padding: 0;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh .btn-ani-full-uiColor {
    overflow: hidden;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh .btn-ani-full-uiColor b {
    padding: 0 25px;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh .ewm_box {
    top: 60px !important;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal + a.more_arrow_normal {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1230px) {
  .dop_top_ny .top .top_r {
    position: absolute;
    right: 0px;
    top: -30px;
    text-align: center;
    width: 100%;
    background-color: #f2f2f2;
    height: 30px;
    font-size: 0;
  }
  .dop_top_ny .top .top_r .r_nav {
    font-size: 13px;
    margin-bottom: 0px;
    float: left;
    line-height: 30px;
  }
  .dop_top_ny .top .top_r .r_nav a {
    margin-left: 15px;
  }
  .dop_top_ny .top .top_r .r_anq {
    float: right;
    margin-top: 2.5px;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal {
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 10px;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh {
    padding: 0;
  }
  .dop_top_ny .top .top_r .r_anq a.more_arrow_normal.wxgh b {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 760px) {
  .dop_top_ny .top .top_r .r_nav a.a1, .dop_top_ny .top .top_r .r_nav a.a2 {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .dop_top_ny .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 30px;
    left: 0;
  }
  .dop_top_ny .top .ny_main {
    height: 55px;
  }
  .dop_top_ny .top .ny_main .logo {
    height: 35px;
    margin-top: -15px;
    left: 10px;
    width: 30px;
  }
  .dop_top_ny .top .dep_title {
    font-size: 16px;
    line-height: 30px;
    left: 50px;
    top: 15px;
    color: #333;
    width: calc(100% - 110px);
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dop_top_ny .top a.more_arrow_normal {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 10px;
  }
  .dop_top_ny .top .r_nav {
    font-size: 16px;
  }
}
.dop_top_ny .top .nav_mh {
  width: 1060px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
  border-top: solid 1px rgba(255, 255, 255, 0.45);
}
@media only screen and (min-width: 1580px) {
  .dop_top_ny .top .nav_mh {
    width: 100%;
  }
}
@media only screen and (min-width: 1230px) {
  .dop_top_ny .top .nav_mh .menu {
    width: 100%;
    height: 80px;
  }
  .dop_top_ny .top .nav_mh .menu li {
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 55px;
  }
  .dop_top_ny .top .nav_mh .menu li:last-child {
    margin-right: 0;
  }
  .dop_top_ny .top .nav_mh .menu li a.dbt {
    font-size: 18px;
    display: block;
    line-height: 80px;
    color: #fff;
    transition: all ease 0.3s;
  }
  .dop_top_ny .top .nav_mh .menu li a.dbt .bi {
    font-size: 24px;
    color: #003ca6;
  }
  .dop_top_ny .top .nav_mh .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #80af44;
    bottom: 0;
  }
  .dop_top_ny .top .nav_mh .menu li.on a.dbt::after, .dop_top_ny .top .nav_mh .menu li:hover a.dbt::after {
    width: 100%;
    left: 0%;
    height: 4px;
  }
  .dop_top_ny .top .nav_mh .menu li dl {
    left: 50%;
    margin-left: -90px;
    width: 180px;
    font-size: 15px;
    display: none;
    background-color: #003ca6;
    position: absolute;
    left: 50%;
    top: 85px;
    opacity: 0;
    float: left;
    z-index: 10;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .dop_top_ny .top .nav_mh .menu li dl dd {
    position: relative;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd dl {
    position: absolute;
    left: 180px;
    margin-left: 0;
    top: 0px;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd:hover > a {
    background-color: #80af44;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd:hover dl {
    display: block;
  }
  .dop_top_ny .top .nav_mh .menu li dl a {
    display: block;
    padding: 8px 10px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .dop_top_ny .top .nav_mh .menu li dl a:hover {
    background-color: #003ca6;
  }
  .dop_top_ny .top .nav_mh .menu li:hover > dl {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  .dop_top_ny .top .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 85px);
    height: -webkit-calc(100vh - 85px);
    background-color: #fff;
    overflow-y: auto;
    left: 100%;
    top: 85px;
    z-index: 29;
  }
  .dop_top_ny .top .nav_mh .top_jg {
    height: 85px;
  }
  .dop_top_ny .top .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .dop_top_ny .top .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dop_top_ny .top .nav_mh .menu li a.dbt {
    font-size: 13px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .dop_top_ny .top .nav_mh .menu li a.dbt .bi {
    font-size: 20px;
  }
  .dop_top_ny .top .nav_mh .menu li dl {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd dl {
    padding-left: 15px;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd dl dd {
    width: 50%;
  }
  .dop_top_ny .top .nav_mh .menu li dl dd a {
    padding: 5px 0px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}
@media only screen and (min-width: 1230px) {
  .dop_top_ny.mz_top_ny .top .dep_title {
    top: 85px;
  }
}
@media only screen and (max-width: 1230px) {
  .dop_top_ny .top_jg {
    height: 85px;
  }
}

.ny_dep {
  background-image: url(../images/kssy/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 0;
}
.ny_dep .news_bt1 .bt {
  border-color: #80af44;
}

.kscj_box {
  display: flex;
}
.kscj_box .dItem {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.2s linear;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
}
.kscj_box .dItem:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.kscj_box .dItem .dPic {
  height: 255px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kscj_box .dItem .dPic.bg1 {
  background-image: url(../images/kssy/b1.jpg);
}
.kscj_box .dItem .dPic.bg2 {
  background-image: url(../images/kssy/b2.jpg);
}
.kscj_box .dItem .dPic.bg3 {
  background-image: url(../images/kssy/b3.jpg);
}
.kscj_box .dItem .dBox {
  padding: 25px 30px 40px 30px;
}
.kscj_box .dItem .dBox .mh_bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  margin-bottom: 0px;
}
.kscj_box .dItem .dBox .mh_bt .bt {
  font-size: 25px;
  font-weight: bold;
}
.kscj_box .dItem .dBox .mh_bt i {
  font-size: 40px;
}
.kscj_box .dItem + .dItem {
  margin-left: 35px;
}
@media only screen and (max-width: 1230px) {
  .kscj_box .dItem .dPic {
    height: 200px;
  }
  .kscj_box .dItem .dBox {
    padding: 20px;
  }
  .kscj_box .dItem .dBox .mh_bt {
    line-height: 30px;
  }
  .kscj_box .dItem .dBox .mh_bt .bt {
    font-size: 18px;
  }
  .kscj_box .dItem .dBox .mh_bt i {
    font-size: 24px;
  }
  .kscj_box .dItem + .dItem {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .kscj_box {
    display: block;
  }
  .kscj_box .dItem .dPic {
    height: 120px;
  }
  .kscj_box .dItem .dBox {
    padding: 15px;
  }
  .kscj_box .dItem .dBox .mh_bt {
    line-height: 24px;
  }
  .kscj_box .dItem .dBox .mh_bt .bt {
    font-size: 16px;
  }
  .kscj_box .dItem .dBox .mh_bt i {
    font-size: 22px;
  }
  .kscj_box .dItem + .dItem {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.btList li {
  border-bottom: solid 1px #e5e5e5;
}
.btList li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 55px;
  font-size: 16px;
}
@media only screen and (max-width: 1230px) {
  .btList li a {
    font-size: 14px;
    line-height: 40px;
  }
}

.dep_ab_box .d1 {
  width: 460px;
}
.dep_ab_box .d1 .info_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 180px;
  line-height: 30px;
}
.dep_ab_box .d2 {
  width: 710px;
  height: 449px;
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
}
.dep_ab_box .d2:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.dep_ab_box .d2 img {
  min-height: 100%;
}
@media only screen and (max-width: 1230px) {
  .dep_ab_box .d1 {
    width: 47%;
  }
  .dep_ab_box .d1 .info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 120px;
    line-height: 24px;
  }
  .dep_ab_box .d2 {
    width: 50%;
    height: calc((100vw / 2 - 30px) / 117 * 74);
    height: -webkit-calc((100vw / 2 - 30px) / 117 * 74);
  }
}
@media only screen and (max-width: 880px) {
  .dep_ab_box .d1 {
    width: 100%;
  }
  .dep_ab_box .d1 .info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px;
    height: auto !important;
    line-height: 24px;
  }
  .dep_ab_box .d2 {
    width: 100%;
    height: calc((100vw / 1 - 30px) / 117 * 74);
    height: -webkit-calc((100vw / 1 - 30px) / 117 * 74);
    margin-bottom: 20px;
  }
}

.dep_ab_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dep_ab_nav a .svg_small {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.dep_ab_nav a p {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1230px) {
  .dep_ab_nav a .svg_small {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .dep_ab_nav a p {
    font-size: 14px;
  }
}

.bottom_ab_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bottom_ab_nav li {
  width: 100%;
  text-align: center;
}
.bottom_ab_nav a .svg_small {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.bottom_ab_nav a p {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1230px) {
  .bottom_ab_nav a .svg_small {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .bottom_ab_nav a p {
    font-size: 14px;
  }
}

.ks_gd1 {
  width: 100%;
  position: relative;
}
.ks_gd1 .swiper-container {
  overflow: hidden;
}
.ks_gd1 .swiper-container .swiper-slide {
  padding: 20px 0;
}
.ks_gd1 .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ks_gd1 .swiper-container .swiper-slide a .text_content {
  width: 100%;
  padding: 15px 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.34);
}
.ks_gd1 .swiper-container .swiper-slide a .text_content .bt {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.ks_gd1 .swiper-container .swiper-slide a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
}
.ks_gd1 .swiper-button-prev,
.ks_gd1 .swiper-button-next {
  width: 36px;
  height: 36px;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #696969;
}
.ks_gd1 .swiper-button-prev .bi,
.ks_gd1 .swiper-button-next .bi {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
}
.ks_gd1 .swiper-button-prev::after,
.ks_gd1 .swiper-button-next::after {
  display: none !important;
}
.ks_gd1 .swiper-button-prev:hover,
.ks_gd1 .swiper-button-next:hover {
  border: 0px solid #696969;
}
.ks_gd1 .swiper-button-prev:hover .bi,
.ks_gd1 .swiper-button-next:hover .bi {
  color: #fff;
}
.ks_gd1 .swiper-button-prev::before,
.ks_gd1 .swiper-button-next::before {
  background-color: #003ca6;
}
.ks_gd1 .swiper-button-prev::after,
.ks_gd1 .swiper-button-next::after {
  display: none !important;
}
.ks_gd1 .swiper-button-prev:hover,
.ks_gd1 .swiper-button-next:hover {
  background-color: #003ca6;
  color: #fff;
}
.ks_gd1 .swiper-button-prev {
  left: -75px;
}
.ks_gd1 .swiper-button-next {
  right: -75px;
}
.ks_gd1 .swiper-pagination-bullet-active {
  background-color: #003ca6;
}
.ks_gd1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 1230px) {
  .ks_gd1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.ks_gd1 .swiper-horizontal > .swiper-pagination-bullets,
.ks_gd1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.ks_gd1 .swiper-pagination-custom,
.ks_gd1 .swiper-pagination-fraction {
  bottom: -45px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .ks_gd1 .swiper-container .swiper-slide a {
    height: 150px;
  }
  .ks_gd1 .swiper-container .swiper-slide a .text_content {
    padding: 8px;
  }
  .ks_gd1 .swiper-container .swiper-slide a .text_content .bt {
    font-size: 18px;
  }
  .ks_gd1 .swiper-button-prev,
  .ks_gd1 .swiper-button-next {
    display: none !important;
  }
  .ks_gd1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1230px) {
  .ks_gd1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1230px) {
  .ks_gd1 .swiper-horizontal > .swiper-pagination-bullets,
  .ks_gd1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .ks_gd1 .swiper-pagination-custom,
  .ks_gd1 .swiper-pagination-fraction {
    bottom: -40px;
  }
}

.zj_top_box {
  width: 100%;
  background-color: #008bdc;
  background-image: url(../images/zjxx/bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  height: 456px;
  padding: 60px 60px 60px 400px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.zj_top_box a {
  color: #fff;
}
.zj_top_box .img_content {
  width: 338px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zj_top_box .img_content img {
  min-height: 100%;
}
.zj_top_box .text_content .info_content .pSc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  height: auto !important;
  line-height: 30px;
}
.zj_top_box .text_content .lb1 {
  position: absolute;
  width: 340px;
  right: 20px;
  top: 40px;
  display: flex;
}
.zj_top_box .text_content .lb1 li {
  width: 100%;
  text-align: center;
}
.zj_top_box .text_content .lb1 li .dPic {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px auto;
}
.zj_top_box .text_content .lb1 li .dPic i {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0576d2;
  border-radius: 50%;
  display: block;
}
.zj_top_box .text_content .lb1 li .dPic i.i_gh {
  background-image: url(../images/zjxx/t_tb1.png);
}
.zj_top_box .text_content .lb1 li .dPic img {
  max-height: 100%;
}
.zj_top_box .text_content .lb1 li:hover .dPic i {
  background-color: #80af44;
}
@media only screen and (max-width: 1230px) {
  .zj_top_box {
    height: 404px;
    padding: 30px 20px 20px 330px;
  }
  .zj_top_box .img_content {
    width: 300px;
  }
  .zj_top_box .text_content .info_content .pSc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: auto !important;
    line-height: 24px;
  }
  .zj_top_box .text_content .lb1 {
    width: 160px;
    right: 10px;
    top: 20px;
  }
  .zj_top_box .text_content .lb1 li .dPic {
    width: 58px;
    height: 58px;
    margin: 0 auto 10px auto;
  }
  .zj_top_box .text_content .lb1 li .dPic i {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 760px) {
  .zj_top_box {
    height: auto;
    padding: 15px;
    background-image: none;
  }
  .zj_top_box .img_content {
    width: 100%;
    position: inherit;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
  .zj_top_box .text_content .info_content {
    margin-bottom: 20px;
  }
  .zj_top_box .text_content .info_content .pSc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 200;
    -webkit-box-orient: vertical;
    max-height: 4800px;
    height: auto !important;
    line-height: 24px;
  }
  .zj_top_box .text_content .lb1 {
    width: 100%;
    right: auto;
    top: auto;
    position: inherit;
  }
  .zj_top_box .text_content .lb1 li .dPic {
    width: 58px;
    height: 58px;
    margin: 0 auto 10px auto;
  }
}

.zj_nrbox .dItem {
  margin-bottom: 50px;
}
.zj_nrbox .dItem .bt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.zj_nrbox .dItem .bt::after {
  content: "";
  width: 2em;
  background-color: #003ca6;
  height: 5px;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1230px) {
  .zj_nrbox .dItem {
    margin-bottom: 20px;
  }
  .zj_nrbox .dItem .bt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .zj_nrbox .dItem .bt::after {
    height: 3px;
    margin-top: 5px;
  }
}

.zj_anq {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zj_anq::before {
  height: 25px;
  width: 100%;
  content: "";
  border-bottom: dashed 1px #003ca6;
  position: absolute;
  left: 0;
  top: 0;
}
.zj_anq .dItem {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #999;
}
.zj_anq .dItem:last-child a.atb .iconfont {
  float: right;
}
.zj_anq .dItem:last-child p {
  text-align: right;
  clear: both;
}
.zj_anq .dItem:nth-of-type(2) a .iconfont {
  margin-left: auto;
  margin-right: auto;
}
.zj_anq .dItem:nth-of-type(2) a p {
  text-align: center;
}
.zj_anq .dItem b {
  color: #333;
}
.zj_anq .dItem .iconfont {
  border: solid 1px #003ca6;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003ca6;
  margin-bottom: 15px;
  border-radius: 50%;
}
.zj_anq .dItem .iconfont:hover {
  background-color: #003ca6;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .zj_anq::before {
    height: 15px;
  }
  .zj_anq .dItem {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .zj_anq .dItem {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1230px) {
  .zj_anq .dItem .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.zj_other {
  width: 100%;
  text-align: center;
}
.zj_other .bt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
}
.zj_other .list {
  display: flex;
  width: 100%;
}
.zj_other .list li {
  width: 100%;
  vertical-align: top;
}
.zj_other .list li a {
  display: flex;
  width: 100%;
  height: 160px;
  border: dashed 1px #d5d5d5;
  border-radius: 5px;
  font-size: 18px;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.zj_other .list li a .iconfont {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  transition: all 0s linear;
}
@media only screen and (min-width: 1230px) {
  .zj_other .list li a:hover {
    background-color: #003ca6;
    color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
    border: solid 1px #003ca6;
  }
}
.zj_other .list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1230px) {
  .zj_other .bt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .zj_other .list li a {
    height: 100px;
    font-size: 16px;
  }
  .zj_other .list li a .iconfont {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .zj_other .list li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 760px) {
  .zj_other .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .zj_other .list {
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
  }
  .zj_other .list li {
    width: 31.3333%;
    margin: 1% !important;
  }
  .zj_other .list li a {
    height: 90px;
    font-size: 14px;
  }
  .zj_other .list li + li {
    margin-left: 0px;
  }
}

.kszj_box .d1 {
  width: 700px;
}
.kszj_box .d2 {
  width: 470px;
}
@media only screen and (max-width: 1230px) {
  .kszj_box .d1 {
    width: 100%;
  }
  .kszj_box .d2 {
    display: block;
  }
}

.ks_gd3 {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1230px) {
  .ks_gd3::after {
    content: "";
    width: 290px;
    height: 1px;
    background-color: #00579e;
    position: absolute;
    bottom: 30px;
    right: 130px;
  }
  .ks_gd3 .swiper-container {
    overflow: hidden;
  }
  .ks_gd3 .swiper-container .swiper-slide {
    height: 520px;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
  }
  .ks_gd3 .swiper-container .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 270px;
    overflow: hidden;
    background-color: #00579e;
  }
  .ks_gd3 .swiper-container .swiper-slide a::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(../images/kssy/zjbg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .ks_gd3 .swiper-container .swiper-slide a .img_content {
    width: 120%;
    left: -10%;
    position: relative;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_ewm {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all 0.2s linear;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_ewm img {
    height: 85px;
    margin-bottom: 10px;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content {
    z-index: 2;
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content .bt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
  }
  .ks_gd3 .swiper-container .swiper-slide a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
  }
  .ks_gd3 .swiper-container .swiper-slide.swiper-slide-active {
    padding: 20px 10px;
  }
  .ks_gd3 .swiper-container .swiper-slide.swiper-slide-active a {
    height: 480px;
    margin-left: -15px;
  }
  .ks_gd3 .swiper-container .swiper-slide.swiper-slide-active a .text_ewm {
    opacity: 1;
  }
  .ks_gd3 .swiper-container .swiper-slide.swiper-slide-active a .text_content {
    opacity: 0;
  }
  .ks_gd3 .swiper-button-prev,
  .ks_gd3 .swiper-button-next {
    width: 36px;
    height: 36px;
    font-size: 0px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #00579e;
    right: 20px;
    top: auto;
    bottom: 10px;
  }
  .ks_gd3 .swiper-button-prev .bi,
  .ks_gd3 .swiper-button-next .bi {
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #00579e;
  }
  .ks_gd3 .swiper-button-prev::after,
  .ks_gd3 .swiper-button-next::after {
    display: none !important;
  }
  .ks_gd3 .swiper-button-prev:hover,
  .ks_gd3 .swiper-button-next:hover {
    border: 0px solid #696969;
  }
  .ks_gd3 .swiper-button-prev:hover .bi,
  .ks_gd3 .swiper-button-next:hover .bi {
    color: #fff;
  }
  .ks_gd3 .swiper-button-prev::before,
  .ks_gd3 .swiper-button-next::before {
    background-color: #00579e;
  }
  .ks_gd3 .swiper-button-prev::after,
  .ks_gd3 .swiper-button-next::after {
    display: none !important;
  }
  .ks_gd3 .swiper-button-prev:hover,
  .ks_gd3 .swiper-button-next:hover {
    background-color: #003ca6;
    color: #fff;
  }
  .ks_gd3 .swiper-button-prev {
    left: auto !important;
    right: 70px !important;
  }
  .ks_gd3 .swiper-pagination-bullet-active {
    background-color: #003ca6;
  }
  .ks_gd3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1230px) {
  .ks_gd3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1230px) {
  .ks_gd3 .swiper-horizontal > .swiper-pagination-bullets,
  .ks_gd3 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .ks_gd3 .swiper-pagination-custom,
  .ks_gd3 .swiper-pagination-fraction {
    bottom: -45px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1230px) {
  .ks_gd3 .swiper-container {
    overflow: hidden;
  }
  .ks_gd3 .swiper-container .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
  }
  .ks_gd3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 4 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 4 - 30px) / 7 * 10);
  }
  .ks_gd3 .swiper-container .swiper-slide a .img_content img {
    min-height: calc((100vw / 4 - 30px) / 7 * 10);
    min-height: -webkit-calc((100vw / 4 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .ks_gd3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 3 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 3 - 30px) / 7 * 10);
  }
  .ks_gd3 .swiper-container .swiper-slide a .img_content img {
    min-height: calc((100vw / 3 - 30px) / 7 * 10);
    min-height: -webkit-calc((100vw / 3 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 490px) {
  .ks_gd3 .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 2 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 2 - 30px) / 7 * 10);
  }
  .ks_gd3 .swiper-container .swiper-slide a .img_content img {
    min-height: calc((100vw / 2 - 30px) / 7 * 10);
    min-height: -webkit-calc((100vw / 2 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) {
  .ks_gd3 .swiper-container .swiper-slide a .text_ewm {
    display: none;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content {
    z-index: 2;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #00579e;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content .bt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ks_gd3 .swiper-container .swiper-slide a .text_content p {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ks_gd3 .swiper-button-prev,
  .ks_gd3 .swiper-button-next {
    display: none !important;
  }
}

.ks_gd4 {
  width: 100%;
  position: relative;
}
.ks_gd4 .swiper-container {
  overflow: hidden;
}
.ks_gd4 .swiper-container .swiper-slide {
  height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
}
.ks_gd4 .swiper-container .swiper-slide .text_content {
  font-size: 16px;
  position: relative;
}
.ks_gd4 .swiper-container .swiper-slide .text_content a.more_arrow_normal {
  position: absolute;
  bottom: -45px;
  left: 0;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .bt {
  font-size: 26px;
  font-weight: bold;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .bt a {
  color: #003ca6;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .bt a:hover {
  text-decoration: underline;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .bt,
.ks_gd4 .swiper-container .swiper-slide .text_content .xbt,
.ks_gd4 .swiper-container .swiper-slide .text_content p,
.ks_gd4 .swiper-container .swiper-slide .text_content .dSc {
  margin-bottom: 20px;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .xbt {
  color: #003ca6;
  font-weight: bold;
}
.ks_gd4 .swiper-container .swiper-slide .text_content .dSc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
  line-height: 26px;
}
@media only screen and (max-width: 1230px) {
  .ks_gd4 {
    display: none !important;
  }
}

.bmrk_box a {
  display: flex;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/zygx/gg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  padding: 65px;
}
@media only screen and (min-width: 1230px) {
  .bmrk_box a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .bmrk_box a:hover .news_bt1 .bt {
    margin-top: -5px;
  }
}
.bmrk_box a .news_bt1 {
  margin: 0 !important;
}
.bmrk_box a .news_bt1 .bt {
  transition: all 0.2s linear;
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 1230px) {
  .bmrk_box a {
    height: 120px;
    padding: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .bmrk_box a {
    height: 80px;
    padding: 20px;
  }
}

.zysy_box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zysy_box2 .dItem {
  width: 47.5%;
}
@media only screen and (max-width: 760px) {
  .zysy_box2 {
    display: block;
  }
  .zysy_box2 .dItem {
    width: 100%;
  }
  .zysy_box2 .dItem + .dItem {
    margin-top: 20px;
  }
}

.zysyList li {
  border-bottom: solid 1px #e5e5e5;
}
.zysyList li a {
  display: block;
  width: 100%;
  padding-right: 105px;
  height: 55px;
  line-height: 55px;
  position: relative;
  font-size: 16px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zysyList li a .sTime {
  position: absolute;
  right: 0;
  top: 0;
  font-family: PlayfairDisplay;
}
@media only screen and (max-width: 1230px) {
  .zysyList li a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .zysyList li a {
    font-size: 13px;
  }
}

.zysy_box1 {
  width: 100%;
  position: relative;
  padding-right: 630px;
  min-height: 420px;
}
.zysy_box1 .img_content {
  width: 560px;
  height: 420px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.zysy_box1 .img_content img {
  min-height: 100%;
}
.zysy_box1 .text_content .nr {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  max-height: 360px;
  height: auto !important;
  line-height: 30px;
}
@media only screen and (max-width: 1230px) {
  .zysy_box1 {
    padding-right: 430px;
    min-height: 310px;
  }
  .zysy_box1 .img_content {
    width: 410px;
    height: 310px;
  }
  .zysy_box1 .text_content .nr {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 240px;
    height: auto !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .zysy_box1 {
    padding-right: 0px;
    min-height: auto;
  }
  .zysy_box1 .img_content {
    width: 100%;
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    position: initial;
    right: auto;
    top: auto;
    margin-bottom: 15px;
  }
  .zysy_box1 .text_content .nr {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 220px;
    height: auto !important;
    line-height: 22px;
  }
}

@media only screen and (max-width: 760px) {
  .lc_box .dItem + .dItem {
    margin-top: 20px;
  }
}
.lc_box .dItem .img_content {
  width: 683px;
  height: 429px;
  border-radius: 10px;
  overflow: hidden;
}
.lc_box .dItem .img_content img {
  min-height: 100%;
}
.lc_box .dItem .text_content {
  width: 460px;
  height: 429px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
}
.lc_box .dItem .text_content .bt {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.lc_box .dItem .text_content .bt::after {
  content: "";
  width: 4em;
  height: 5px;
  background-color: #003ca6;
  display: block;
  margin-top: 15px;
}
.lc_box .dItem .text_content .nr {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
  line-height: 28px;
  margin-bottom: 30px;
}
.lc_box .dItem .text_content .more_arrow_normal {
  width: 130px;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .lc_box .dItem .img_content {
    width: 50%;
    height: calc((100vw / 2 - 30px) / 683 * 429);
    height: -webkit-calc((100vw / 2 - 30px) / 683 * 429);
  }
  .lc_box .dItem .text_content {
    width: 47%;
    height: calc((100vw / 2 - 30px) / 683 * 429);
    height: -webkit-calc((100vw / 2 - 30px) / 683 * 429);
  }
  .lc_box .dItem .text_content .bt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .lc_box .dItem .text_content .bt::after {
    height: 3px;
    margin-top: 5px;
  }
  .lc_box .dItem .text_content .nr {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .lc_box .dItem .text_content .more_arrow_normal {
    width: 90px;
  }
}
@media only screen and (max-width: 760px) {
  .lc_box .dItem .img_content {
    width: 100%;
    height: calc((100vw / 1 - 30px) / 683 * 429);
    height: -webkit-calc((100vw / 1 - 30px) / 683 * 429);
    margin-bottom: 15px;
  }
  .lc_box .dItem .text_content {
    width: 100%;
    height: auto;
  }
  .lc_box .dItem .text_content .bt {
    font-size: 16px;
    line-height: 24px;
  }
  .lc_box .dItem .text_content .nr {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 88px;
    height: auto !important;
    line-height: 22px;
  }
}

.pxxmList {
  width: 100%;
}
.pxxmList ul {
  width: 102%;
  float: left;
  margin-left: -1%;
}
.pxxmList ul li {
  width: 18%;
  float: left;
  margin: 0 1% 20px 1%;
}
.pxxmList ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  height: 380px;
  position: relative;
  color: #fff;
}
.pxxmList ul li a .img_content {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s linear;
}
.pxxmList ul li a .text_content {
  position: absolute;
  width: 100%;
  height: 126px;
  background-image: url(../images/jnpx/lmbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
}
.pxxmList ul li a .text_content .bt {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
.pxxmList ul li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1230px) {
  .pxxmList ul li {
    margin: 0 1% 15px 1%;
  }
  .pxxmList ul li a {
    height: 300px;
  }
  .pxxmList ul li a .text_content {
    height: 85px;
    padding: 0 20px;
    padding-top: 10px;
  }
  .pxxmList ul li a .text_content .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .pxxmList ul li {
    width: 31.3333%;
    margin: 0 1% 10px 1%;
  }
  .pxxmList ul li a {
    height: 260px;
  }
  .pxxmList ul li a .text_content {
    height: 75px;
  }
  .pxxmList ul li a .text_content .bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .pxxmList ul li {
    width: 48%;
  }
  .pxxmList ul li a {
    height: 250px;
  }
}

.rmzs_box {
  width: 100%;
  min-height: 300px;
  padding-left: 150px;
  position: relative;
}
.rmzs_box .lmbt {
  width: 55px;
  height: 215px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0;
}
.rmzs_box .lmbt.bt1 {
  background-image: url(../images/rwzs/bt1.png);
}
.rmzs_box .lmbt.bt2 {
  background-image: url(../images/rwzs/bt2.png);
}
.rmzs_box .lmbt.bt3 {
  background-image: url(../images/rwzs/bt3.png);
}
.rmzs_box .dnr {
  width: 100%;
}
.rmzs_box + .rmzs_box {
  margin-top: 80px;
}
@media only screen and (max-width: 1230px) {
  .rmzs_box {
    padding-left: 0;
    padding-top: 45px;
  }
  .rmzs_box .lmbt {
    width: 100%;
    height: 35px;
    background-image: none !important;
    font-size: 16px;
    padding-left: 12px;
    line-height: 35px;
  }
  .rmzs_box .lmbt::before {
    content: "";
    width: 3px;
    height: 50%;
    left: 0;
    top: 25%;
    position: absolute;
    background-color: #003ca6;
  }
  .rmzs_box + .rmzs_box {
    margin-top: 20px;
  }
}

.gd_mlzs {
  width: 100%;
  position: relative;
}
.gd_mlzs .swiper-container {
  overflow: hidden;
}
.gd_mlzs .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
}
.gd_mlzs .swiper-container .swiper-slide a .pic1 {
  width: 800px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.gd_mlzs .swiper-container .swiper-slide a .pic1:hover {
  z-index: 1;
}
.gd_mlzs .swiper-container .swiper-slide a .pic1 img {
  width: 100%;
  min-height: 100%;
}
.gd_mlzs .swiper-container .swiper-slide a .pic2 {
  width: 400px;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 12px;
}
.gd_mlzs .swiper-container .swiper-slide a .pic2:hover {
  z-index: 1;
}
.gd_mlzs .swiper-container .swiper-slide a .pic2 img {
  width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 1230px) {
  .gd_mlzs .swiper-container .swiper-slide a {
    height: auto;
  }
  .gd_mlzs .swiper-container .swiper-slide a .pic1 {
    width: 100%;
    height: 100%;
    position: inherit;
    right: auto;
    top: auto;
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
  .gd_mlzs .swiper-container .swiper-slide a .pic2 {
    display: none;
  }
}
.gd_mlzs .jt_box {
  border: solid 1px #25b6ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 85px;
}
@media only screen and (max-width: 1230px) {
  .gd_mlzs .jt_box {
    display: none;
  }
}
.gd_mlzs .jt_box::after {
  content: "";
  width: 210px;
  height: 1px;
  background-color: #25b6ff;
  position: absolute;
  left: 50px;
  top: 25px;
  max-width: inherit;
}
.gd_mlzs .swiper-button-prev,
.gd_mlzs .swiper-button-next {
  width: 20px;
  height: 30px;
  font-size: 0px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
  border: 0;
  top: 31px;
}
.gd_mlzs .swiper-button-prev .bi,
.gd_mlzs .swiper-button-next .bi {
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #25b6ff;
  font-weight: bold;
}
.gd_mlzs .swiper-button-prev::after,
.gd_mlzs .swiper-button-next::after {
  display: none !important;
}
.gd_mlzs .swiper-button-prev:hover .bi,
.gd_mlzs .swiper-button-next:hover .bi {
  color: #0324ba;
}
@media only screen and (max-width: 1230px) {
  .gd_mlzs .swiper-button-prev,
  .gd_mlzs .swiper-button-next {
    display: none !important;
  }
}
.gd_mlzs .swiper-button-prev::after,
.gd_mlzs .swiper-button-next::after {
  display: none !important;
}
.gd_mlzs .swiper-button-prev:hover,
.gd_mlzs .swiper-button-next:hover {
  color: #003ca6;
}
.gd_mlzs .swiper-button-prev {
  left: 5px;
}
.gd_mlzs .swiper-button-next {
  right: 5px;
}

@media only screen and (min-width: 1200px) {
  .sy1.nypb .main {
    width: 100%;
    padding: 0 20px;
  }
  .sy1.nypb .main .snr {
    padding: 30px 0;
  }
  .sy1.nypb .main .snr table {
    width: 100% !important;
  }
  .sy1.nypb .main .snr table td {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1200px) {
  .sy1.nypb .main .snr {
    overflow-x: auto;
  }
  .sy1.nypb .main .snr table {
    width: 1100px !important;
  }
  .sy1.nypb .main .snr table td {
    text-align: center !important;
  }
}
.mz_box {
  width: 100%;
  height: 100%;
  background-color: #e2ebf3;
  position: relative;
  padding-left: 280px;
}
.mz_box .mz_menu_box {
  height: 100%;
  background-image: url(../images/mzpb/lbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  padding-top: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.mz_box .mz_menu_box a.nav_open {
  width: 35px;
  height: 90px;
  border-radius: 5px;
  background-color: #1e76b6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mz_box .mz_menu_box a.nav_open i {
  background-image: url(../images/mzpb/menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 24px;
  width: 100%;
  transition: all 0s linear;
}
.mz_box .mz_menu_box a.nav_open.off {
  right: -35px;
}
.mz_box .mz_menu_box a.nav_open.off i {
  transform: rotate(180deg);
}
.mz_box .mz_menu_box a.nav_open:hover {
  background-color: #80af44;
}
.mz_box .mz_menu_box .logo {
  display: block;
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: url(../images/mzpb/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 50px;
}
.mz_box .mz_menu_box .mz_nav {
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
.mz_box .mz_menu_box .mz_nav li {
  margin-bottom: 10px;
}
.mz_box .mz_menu_box .mz_nav li a {
  width: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
}
.mz_box .mz_menu_box .mz_nav li a i {
  font-size: 26px;
  margin-right: 10px;
}
.mz_box .mz_menu_box .mz_nav li a:hover, .mz_box .mz_menu_box .mz_nav li a.active {
  background-color: #80af44;
}
.mz_box .mz_content_box {
  padding: 30px 50px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mz_box .mz_content_box .mz_bt {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  justify-content: space-between;
  line-height: 30px;
}
.mz_box .mz_content_box .mz_bt .bt {
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
}
.mz_box .mz_content_box .mz_bt .r_nav a {
  font-size: 18px;
}
.mz_box .mz_content_box .mz_bt .r_nav a + a {
  margin-left: 20px;
}
.mz_box .mz_content_box .mz_bt .r_nav a i {
  font-size: 20px;
}
.mz_box .mz_content_box .mz_cont {
  padding: 35px;
  background-color: #fff;
  border-radius: 10px;
  min-height: calc(100vh - 180px);
}
.mz_box .mz_content_box.mz_content_box_pt .mz_cont {
  min-height: calc(100vh - 110px);
}
.mz_box .mz_content_box.mz_content_box_lh .mz_cont {
  min-height: calc(100vh - 110px);
}
@media only screen and (max-width: 1230px) {
  .mz_box {
    padding-left: 0;
    padding-top: 55px;
  }
  .mz_box .mz_menu_box {
    width: 100%;
    padding-top: 0px;
    height: 55px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 30;
  }
  .mz_box .mz_menu_box a.nav_open {
    display: none;
  }
  .mz_box .mz_menu_box .logo {
    width: 100px;
    height: 35px;
    margin-bottom: 0px;
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .mz_box .mz_menu_box .mz_nav {
    width: auto;
    padding: 0 0px;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 0;
  }
  .mz_box .mz_menu_box .mz_nav li {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
  }
  .mz_box .mz_menu_box .mz_nav li a {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
  }
  .mz_box .mz_menu_box .mz_nav li a i {
    font-size: 18px;
    margin-right: 5px;
  }
  .mz_box .mz_menu_box .mz_nav li a:hover, .mz_box .mz_menu_box .mz_nav li a.active {
    background-color: #80af44;
  }
  .mz_box .mz_content_box {
    padding: 20px;
  }
  .mz_box .mz_content_box .mz_bt {
    margin-bottom: 10px;
  }
  .mz_box .mz_content_box .mz_bt .bt {
    font-size: 18px;
  }
  .mz_box .mz_content_box .mz_bt .r_nav a {
    font-size: 14px;
  }
  .mz_box .mz_content_box .mz_bt .r_nav a i {
    font-size: 16px;
  }
  .mz_box .mz_content_box .mz_bt .r_nav a.wxgh .ewm_box {
    width: 140px;
    padding: 6px;
    top: 30px;
    margin-left: -65px;
  }
  .mz_box .mz_content_box .mz_bt .r_nav a.wxgh .ewm_box img {
    height: 120px;
  }
  .mz_box .mz_content_box .mz_cont {
    padding: 20px;
    min-height: calc(100vh - 130px);
  }
  .mz_box .mz_content_box.mz_content_box_lh .mz_cont {
    min-height: calc(100vh - 130px);
  }
  .mz_box .mz_content_box.mz_content_box_pt .mz_cont {
    min-height: calc(100vh - 130px);
  }
}
@media only screen and (max-width: 760px) {
  .mz_box .mz_menu_box .logo {
    width: 30px;
    background-position: left center;
  }
  .mz_box .mz_menu_box .mz_nav {
    right: 5px;
  }
  .mz_box .mz_menu_box .mz_nav li {
    margin-right: 5px;
  }
  .mz_box .mz_menu_box .mz_nav li a {
    padding: 0 10px;
  }
  .mz_box .mz_menu_box .mz_nav li a i {
    display: none;
  }
  .mz_box .mz_content_box {
    padding: 15px;
  }
  .mz_box .mz_content_box .mz_bt .bt {
    font-size: 16px;
  }
  .mz_box .mz_content_box .mz_bt .r_nav a {
    font-size: 13px;
    margin-left: 8px;
  }
  .mz_box .mz_content_box .mz_cont {
    padding: 15px;
    min-height: calc(100vh - 130px);
  }
}

.mz_search_box {
  width: 100%;
  font-size: 0;
  position: relative;
  line-height: 40px;
  padding: 10px 190px 10px 160px;
  height: 62px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e5e5e5;
  transition: all 0.2s linear;
}
.mz_search_box h4 {
  width: 160px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 10px;
  line-height: 40px;
}
.mz_search_box .frombox {
  width: 100%;
  display: flex;
}
.mz_search_box .frombox .form-control {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-color: #e5e5e5;
  padding-left: 15px;
}
.mz_search_box .frombox .form-control + .form-control {
  margin-left: 20px;
}
.mz_search_box .frombox .form-control:hover {
  border-color: #00579e;
}
.mz_search_box .btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 1230px) {
  .mz_search_box {
    line-height: 35px;
    padding: 0px 115px 0px 95px;
    border: 0;
    height: 35px;
  }
  .mz_search_box h4 {
    width: 95px;
    left: 0px;
    top: 0px;
    text-align: left;
    line-height: 35px;
    font-size: 14px;
  }
  .mz_search_box .frombox .form-control {
    height: 35px !important;
    line-height: 34px !important;
    padding-left: 10px;
    font-size: 13px;
  }
  .mz_search_box .frombox .form-control + .form-control {
    margin-left: 10px;
  }
  .mz_search_box .btn {
    right: 0px;
    top: 0px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .mz_search_box {
    height: auto;
    padding: 0;
  }
  .mz_search_box h4 {
    width: 100%;
    left: auto;
    top: auto;
    line-height: 22px;
    position: initial;
    margin-bottom: 10px;
  }
  .mz_search_box .form-control {
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 13px;
    width: 100%;
  }
  .mz_search_box .frombox {
    margin-bottom: 10px;
  }
  .mz_search_box .btn {
    right: auto;
    top: auto;
    width: 100%;
    position: relative;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
}

.mz_bt1 {
  font-size: 16px;
  background-image: url(../images/mzpb/t_noice.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.mz_bt1 strong {
  margin-right: 10px;
}
.mz_bt1 .sXz {
  font-size: 14px;
  color: #999;
}
@media only screen and (max-width: 1230px) {
  .mz_bt1 {
    font-size: 14px;
    background-size: auto 15px;
    padding-left: 25px;
  }
  .mz_bt1 strong {
    margin-right: 5px;
  }
  .mz_bt1 .sXz {
    font-size: 12px;
  }
}

.mz_bt2 {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.mz_bt2 .d1 {
  background-image: url(../images/mzpb/t_noice.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.mz_bt2 strong {
  margin-right: 10px;
}
.mz_bt2 .sXz {
  font-size: 14px;
  color: #999;
}
.mz_bt2 .d2 {
  display: flex;
}
.mz_bt2 .d2 li {
  font-size: 14px;
}
.mz_bt2 .d2 li + li {
  margin-left: 10px;
}
.mz_bt2 .d2 li .pb_tsFont {
  margin-right: 8px;
}
@media only screen and (max-width: 1230px) {
  .mz_bt2 {
    font-size: 13px;
  }
  .mz_bt2 .d1 {
    background-size: auto 15px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 800px) {
  .mz_bt2 .d1 {
    padding-left: 0;
    background-image: none;
  }
}
@media only screen and (max-width: 1230px) {
  .mz_bt2 strong {
    margin-right: 5px;
  }
  .mz_bt2 .sXz {
    font-size: 12px;
  }
  .mz_bt2 .d2 li {
    font-size: 13px;
  }
  .mz_bt2 .d2 li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 800px) {
  .mz_bt2 .d2 li + li {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 1230px) {
  .mz_bt2 .d2 li .pb_tsFont {
    margin-right: 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .mz_bt2 .d2 {
    display: none;
  }
}

.mz_tablebox {
  width: 100%;
  overflow-x: auto;
}

.sxzs_lb {
  width: 100%;
}
.sxzs_lb ul {
  width: 102%;
  margin-left: -1%;
  height: 500px;
  position: relative;
}
.sxzs_lb ul li {
  width: 300px;
  height: 100%;
  margin: 0 1%;
  float: left;
}
.sxzs_lb ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.sxzs_lb ul li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.sxzs_lb ul li a .img_content {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sxzs_lb ul li a .text_content {
  position: absolute;
  width: 100%;
  background-image: url(../images/rwzs/lmbg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 72px;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.sxzs_lb ul li a .text_content b {
  display: block;
}
.sxzs_lb ul li:nth-of-type(2), .sxzs_lb ul li:nth-of-type(3) {
  width: 437px;
  height: 48%;
}
.sxzs_lb ul li:nth-of-type(2) .text_content, .sxzs_lb ul li:nth-of-type(3) .text_content {
  width: 110px;
  height: 100%;
  background-image: url(../images/rwzs/lmbg2.png);
  writing-mode: vertical-rl;
  padding-right: 30px;
}
.sxzs_lb ul li:nth-of-type(4) {
  position: absolute;
  right: 0;
  top: 0;
}
.sxzs_lb ul li:nth-of-type(2) {
  margin-bottom: 2%;
}
.sxzs_lb ul li:nth-of-type(2) .text_content {
  background-image: url(../images/rwzs/lmbg1.png);
}
@media only screen and (max-width: 1230px) and (max-width: 900px) {
  .sxzs_lb ul {
    height: 400px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .sxzs_lb ul {
    height: auto;
  }
}
@media only screen and (max-width: 1230px) {
  .sxzs_lb ul li {
    width: 25%;
  }
  .sxzs_lb ul li a .text_content {
    height: 45px;
    font-size: 14px;
  }
  .sxzs_lb ul li:nth-of-type(2), .sxzs_lb ul li:nth-of-type(3) {
    width: 44%;
    height: 48%;
  }
  .sxzs_lb ul li:nth-of-type(2) .text_content, .sxzs_lb ul li:nth-of-type(3) .text_content {
    width: 60px;
    padding-right: 20px;
  }
  .sxzs_lb ul li:nth-of-type(2) {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .sxzs_lb ul li {
    width: 98% !important;
    height: 150px;
  }
  .sxzs_lb ul li + li {
    margin-top: 15px;
  }
  .sxzs_lb ul li a .text_content {
    height: 45px;
    font-size: 14px;
  }
  .sxzs_lb ul li:nth-of-type(1) .text_content {
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/rwzs/lmbg2.png);
    writing-mode: vertical-rl;
  }
  .sxzs_lb ul li:nth-of-type(1), .sxzs_lb ul li:nth-of-type(2), .sxzs_lb ul li:nth-of-type(3) {
    width: 98% !important;
    height: 150px;
  }
  .sxzs_lb ul li:nth-of-type(1) .text_content, .sxzs_lb ul li:nth-of-type(2) .text_content, .sxzs_lb ul li:nth-of-type(3) .text_content {
    width: 50px;
    padding-right: 15px;
  }
  .sxzs_lb ul li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .sxzs_lb ul li:nth-of-type(4) {
    display: none;
  }
}

.pro_sol {
  width: 100%;
}
.pro_sol ul {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.pro_sol li {
  height: 600px;
  float: left;
  width: 19%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear;
}
.pro_sol li .item_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.pro_sol li .item_box .imgk {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro_sol li .item_box .imgk::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-image: url(../images/rwzs/szbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
.pro_sol li .item_box .bt {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  line-height: 28px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (min-width: 1230px) {
  .pro_sol li.on {
    width: 43%;
  }
  .pro_sol li.on .item_box .imgk::before {
    opacity: 0;
  }
  .pro_sol li.on .item_box .bt {
    bottom: -100px;
  }
}
@media only screen and (max-width: 1230px) {
  .pro_sol li {
    height: 500px;
    width: 25% !important;
  }
  .pro_sol li .item_box .bt {
    bottom: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .pro_sol li {
    height: 250px;
    width: 50% !important;
  }
  .pro_sol li .item_box .bt {
    bottom: 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
  }
}

.ny_top_w {
  padding-top: 20px !important;
}

.yjlx_lb {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .yjlx_lb {
    display: block;
  }
}
.yjlx_lb .dItem {
  vertical-align: top;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  font-size: 19px;
  line-height: 1.9;
  background-image: url(../images/ptbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.yjlx_lb .dItem + .dItem {
  margin-left: 30px;
}
.yjlx_lb .dItem .bt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1230px) {
  .yjlx_lb .dItem {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .yjlx_lb .dItem + .dItem {
    margin-left: 15px;
  }
  .yjlx_lb .dItem .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  .yjlx_lb .dItem {
    font-size: 14px;
    padding: 15px;
  }
  .yjlx_lb .dItem + .dItem {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.yjlx_lb.yjlx_lb_yt .dItem {
  min-height: auto !important;
}

.smyj_content {
  padding: 30px;
  border-radius: 10px;
  background-color: #ebf6fe;
  font-size: 19px;
}
@media only screen and (max-width: 1230px) {
  .smyj_content {
    padding: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .smyj_content {
    padding: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1230px) {
  #modal_pt .modal-dialog-centered {
    min-height: inherit;
  }
  #modal_pt .modal-dialog-scrollable {
    max-height: inherit;
  }
  #modal_pt .modal-dialog {
    margin: 0;
  }
}
#modal_pt .modal-dialog {
  max-width: 1100px;
}
#modal_pt .modal-dialog .modal-content {
  border: 0;
  height: 550px;
  border-radius: 10px;
}
#modal_pt .modal-dialog .modal-content .modal-body {
  padding: 50px 390px 50px 50px;
  position: relative;
}
#modal_pt .modal-dialog .modal-content .modal-body .img_content {
  width: 300px;
  position: absolute;
  right: 50px;
  top: 50px;
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt {
  font-size: 30px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
  height: 310px;
  overflow-y: auto;
  padding-right: 20px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p {
  text-indent: 2em !important;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content span {
  font-size: 16px !important;
  line-height: 30px !important;
}
#modal_pt .modal-dialog .modal-content .modal-body .btn {
  border-radius: 8px;
}
@media only screen and (max-width: 1230px) {
  #modal_pt .modal-dialog .modal-content {
    height: 100%;
  }
  #modal_pt .modal-dialog .modal-content .modal-body {
    padding: 30px 250px 30px 30px;
    position: relative;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .img_content {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 295px;
    overflow: hidden;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt {
    font-size: 20px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 10px;
    height: calc(100vh - 160px);
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p,
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content span {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 760px) {
  #modal_pt .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .btn {
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: #fff;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .img_content {
    width: 180px;
    position: inherit;
    right: auto;
    top: auto;
    height: 265px;
    margin-bottom: 15px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt {
    font-size: 18px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 0px;
    height: auto;
  }
}

@media only screen and (max-width: 1230px) {
  #modal_ld .modal-dialog-centered {
    min-height: inherit;
  }
  #modal_ld .modal-dialog-scrollable {
    max-height: inherit;
  }
  #modal_ld .modal-dialog {
    margin: 0;
  }
}
#modal_ld .modal-dialog {
  max-width: 1100px;
}
#modal_ld .modal-dialog .modal-content {
  border: 0;
  height: 550px;
  border-radius: 10px;
}
#modal_ld .modal-dialog .modal-content .modal-body {
  padding: 40px 390px 40px 50px;
  position: relative;
}
#modal_ld .modal-dialog .modal-content .modal-body .img_content {
  width: 300px;
  position: absolute;
  right: 50px;
  top: 50px;
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
}
#modal_ld .modal-dialog .modal-content .modal-body .img_content img {
  min-height: 100%;
}
#modal_ld .modal-dialog .modal-content .modal-body .text_content .bt {
  font-size: 30px;
}
#modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content {
  height: 330px;
  overflow-y: auto;
  padding-right: 20px;
}
#modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
#modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content p,
#modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content span {
  font-size: 16px !important;
  line-height: 30px !important;
}
#modal_ld .modal-dialog .modal-content .modal-body .btn {
  border-radius: 8px;
}
@media only screen and (max-width: 1230px) {
  #modal_ld .modal-dialog .modal-content {
    height: 100%;
  }
  #modal_ld .modal-dialog .modal-content .modal-body {
    padding: 30px 250px 30px 30px;
    position: relative;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .img_content {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 295px;
    overflow: hidden;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .bt {
    font-size: 20px;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 10px;
    height: calc(100vh - 160px);
  }
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content p,
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content span {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 760px) {
  #modal_ld .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .btn {
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: #fff;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .img_content {
    width: 180px;
    position: inherit;
    right: auto;
    top: auto;
    height: 265px;
    margin-bottom: 15px;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .bt {
    font-size: 18px;
  }
  #modal_ld .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 0px;
    height: auto;
  }
}

.cy_nrbox {
  width: 100%;
  padding: 50px 410px 50px 50px;
  position: relative;
}
.cy_nrbox .img_content {
  width: 300px;
  position: absolute;
  right: 50px;
  top: 50px;
  height: 440px;
  overflow: hidden;
}
.cy_nrbox .text_content .bt {
  font-size: 30px;
}
.cy_nrbox .text_content .info_content {
  height: 310px;
  overflow-y: auto;
}
@media only screen and (max-width: 1230px) {
  .cy_nrbox {
    padding: 30px 260px 30px 30px;
    position: relative;
  }
  .cy_nrbox .img_content {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 295px;
    overflow: hidden;
  }
  .cy_nrbox .text_content .bt {
    font-size: 20px;
  }
  .cy_nrbox .text_content .info_content {
    height: calc(100vh - 160px);
  }
}
@media only screen and (max-width: 760px) {
  .cy_nrbox {
    padding: 20px;
  }
  .cy_nrbox .img_content {
    width: 180px;
    position: inherit;
    right: auto;
    top: auto;
    height: 265px;
    margin-bottom: 15px;
  }
  .cy_nrbox .text_content .bt {
    font-size: 18px;
  }
  .cy_nrbox .text_content .info_content {
    height: auto;
  }
}

.tuandui_lb {
  position: relative;
}
.tuandui_lb .swiper-container {
  width: 100%;
  overflow: hidden;
}
.tuandui_lb .swiper-wrapper {
  width: 100%;
}
.tuandui_lb .swiper-slide {
  width: 100%;
}
.tuandui_lb .swiper-slide .dabox {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  height: 323px;
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
}
.tuandui_lb .swiper-slide .dabox .img_content {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.tuandui_lb .swiper-slide .dabox .img_content img {
  min-height: 100%;
}
.tuandui_lb .swiper-slide .dabox .text_content {
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 75px;
}
.tuandui_lb .swiper-slide .dabox .text_content .b_bt {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.tuandui_lb .swiper-slide .dabox .text_content .p1 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.tuandui_lb .swiper-slide .dabox .open_text {
  display: none;
}
@media only screen and (min-width: 1230px) {
  .tuandui_lb .swiper-slide .dabox:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.tuandui_lb .swiper-button-prev,
.tuandui_lb .swiper-button-next {
  width: 43px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  border-radius: 5px;
  font-size: 0px;
  line-height: 80px;
  text-align: center;
  background-color: #003ca6;
  overflow: hidden;
}
.tuandui_lb .swiper-button-prev .bi,
.tuandui_lb .swiper-button-next .bi {
  font-size: 35px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.tuandui_lb .swiper-button-prev::after,
.tuandui_lb .swiper-button-next::after {
  display: none !important;
}
.tuandui_lb .swiper-button-prev {
  left: -90px;
}
.tuandui_lb .swiper-button-next {
  right: -90px;
}
@media only screen and (max-width: 1230px) {
  .tuandui_lb .swiper-slide .dabox {
    height: calc((100vw / 4 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 4 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .tuandui_lb .swiper-slide .dabox {
    height: calc((100vw / 3 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 3 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 500px) {
  .tuandui_lb .swiper-slide .dabox {
    height: calc((100vw / 2 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 2 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 320px) {
  .tuandui_lb .swiper-slide .dabox {
    height: calc((100vw / 1 - 30px) / 7 * 10);
    height: -webkit-calc((100vw / 1 - 30px) / 7 * 10);
  }
}
@media only screen and (max-width: 1230px) {
  .tuandui_lb .swiper-slide .dabox .text_content {
    padding: 10px 10px;
    height: 65px;
  }
  .tuandui_lb .swiper-slide .dabox .text_content .b_bt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .tuandui_lb .swiper-slide .dabox .text_content .b_bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) {
  .tuandui_lb .swiper-slide .dabox .text_content .p1 {
    font-size: 13px;
  }
  .tuandui_lb .swiper-button-prev,
  .tuandui_lb .swiper-button-next {
    display: none !important;
  }
}

.ban_gd {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1820px) {
  .ban_gd {
    width: 1820px;
    margin: 0 auto;
  }
}
.ban_gd .swiper-container {
  overflow: hidden;
}
.ban_gd .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.ban_gd .swiper-container .swiper-slide a img {
  width: 100%;
}
.ban_gd .swiper-button-prev,
.ban_gd .swiper-button-next {
  width: 30px;
  height: 60px;
  font-size: 0px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.33);
  transition: all 0.2s linear;
  border: 0;
}
.ban_gd .swiper-button-prev .bi,
.ban_gd .swiper-button-next .bi {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ban_gd .swiper-button-prev::after,
.ban_gd .swiper-button-next::after {
  display: none !important;
}
.ban_gd .swiper-button-prev:hover,
.ban_gd .swiper-button-next:hover {
  background-color: #003ca6;
}
@media only screen and (max-width: 1230px) {
  .ban_gd .swiper-button-prev,
  .ban_gd .swiper-button-next {
    display: none !important;
  }
}
.ban_gd .swiper-button-prev::after,
.ban_gd .swiper-button-next::after {
  display: none !important;
}
.ban_gd .swiper-button-prev:hover,
.ban_gd .swiper-button-next:hover {
  background-color: #003ca6;
  color: #fff;
}
.ban_gd .swiper-button-prev {
  left: 5%;
}
.ban_gd .swiper-button-next {
  right: 5%;
}

.mz_tablebox .mz_pt_head {
  width: 100% !important;
}
.mz_tablebox .mz_pt_head tr td {
  border: solid 1px rgba(255, 255, 255, 0.2) !important;
  background-color: #008bdc !important;
  color: #fff !important;
  padding: 6px 0;
  text-align: center;
  font-size: 16px;
  width: 12%;
}
.mz_tablebox .mz_pt_head tr:nth-of-type(1) td:first-child {
  width: 16%;
}
.mz_tablebox .mz_pt_head tr:nth-of-type(2) td {
  width: 6%;
}
@media only screen and (max-width: 1230px) {
  .mz_tablebox .mz_pt_head tr td {
    padding: 5px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .mz_tablebox .mz_pt_head {
    min-width: 780px !important;
  }
  .mz_tablebox .mz_pt_head tr td {
    font-size: 13px;
  }
}
.mz_tablebox .table_body {
  width: 100%;
}
@media only screen and (min-width: 1230px) {
  .mz_tablebox .table_body {
    max-height: calc(100vh - 410px);
    overflow-y: auto;
    padding-bottom: 180px;
  }
  .mz_tablebox .table_body.table_pt {
    max-height: calc(100vh - 300px);
  }
  .mz_tablebox .table_body.table_pt table {
    width: 100% !important;
  }
  .mz_tablebox .table_body.table_pt table tr td {
    border: solid 1px #ddd !important;
    padding: 10px 0px !important;
    font-size: 16px !important;
    text-align: center;
    width: 6%;
  }
  .mz_tablebox .table_body.table_pt table tr td:first-child {
    width: 16%;
  }
  .mz_tablebox .table_body.table_pt table tr:nth-child(even) td {
    background-color: #f9f9f9;
  }
  .mz_tablebox .table_body.table_lh {
    max-height: calc(100vh - 300px);
  }
}
@media only screen and (max-width: 1230px) {
  .mz_tablebox .table_body {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }
  .mz_tablebox .table_body.table_pt {
    max-height: calc(100vh - 290px);
  }
  .mz_tablebox .table_body.table_pt table {
    width: 100% !important;
  }
  .mz_tablebox .table_body.table_pt table tr td {
    border: solid 1px #ddd !important;
    padding: 10px 0px !important;
    font-size: 14px !important;
    text-align: center;
    width: 6%;
  }
  .mz_tablebox .table_body.table_pt table tr td:first-child {
    width: 16%;
  }
  .mz_tablebox .table_body.table_pt table tr:nth-child(even) td {
    background-color: #f9f9f9;
  }
}
@media only screen and (max-width: 760px) {
  .mz_tablebox .table_body {
    min-width: 780px !important;
    overflow-y: inherit;
    max-height: inherit;
  }
  .mz_tablebox .table_body.table_pt {
    overflow-y: inherit;
    max-height: inherit;
  }
  .mz_tablebox .table_body.table_pt table {
    min-width: 780px !important;
  }
  .mz_tablebox .table_body.table_pt table tr td {
    padding: 8px 0px !important;
    font-size: 13px !important;
  }
}
.mz_tablebox .pb_table_td thead tr td {
  font-size: 17px;
  padding: 15px 5px;
}
.mz_tablebox .pb_table_td.pb_table_td_zj thead tr td {
  padding: 10px 5px;
}
.mz_tablebox .pb_table_td.pb_table_td_zj thead tr td p {
  font-size: 16px;
}
@media only screen and (max-width: 1230px) {
  .mz_tablebox .pb_table_td.pb_table_td_zj thead tr td {
    padding: 5px 0;
  }
  .mz_tablebox .pb_table_td.pb_table_td_zj thead tr td p {
    font-size: 12px;
  }
}
.mz_tablebox .pb_nc_tab tbody tr td {
  padding: 12px 5px;
  font-size: 15px;
}
.mz_tablebox .pb_nc_tab tbody tr td i.i_d {
  background-image: url(../images/mzpb/dui.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 23px;
  height: 17px;
  display: inline-block;
}
@media only screen and (max-width: 1230px) {
  .mz_tablebox .ta1 {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .mz_tablebox .ta1 {
    min-width: 780px;
  }
}
@media only screen and (max-width: 1230px) {
  .mz_tablebox .pb_table_td thead tr td {
    font-size: 14px;
    padding: 10px 0px;
  }
  .mz_tablebox .pb_nc_tab tbody tr td {
    padding: 10px 0px;
    font-size: 13px;
  }
  .mz_tablebox .pb_nc_tab tbody tr td i.i_d {
    width: 23px;
    height: 12px;
  }
}

.pb_nc_tab tbody tr td.active {
  background-color: #e1eef9 !important;
}
.pb_nc_tab tbody tr td:nth-of-type(7) .showdoctor .opendoctor, .pb_nc_tab tbody tr td:nth-of-type(8) .showdoctor .opendoctor, .pb_nc_tab tbody tr td:nth-of-type(9) .showdoctor .opendoctor {
  left: auto;
  right: 0;
}
.pb_nc_tab tbody tr td:nth-of-type(7) .showdoctor .opendoctor a:before, .pb_nc_tab tbody tr td:nth-of-type(8) .showdoctor .opendoctor a:before, .pb_nc_tab tbody tr td:nth-of-type(9) .showdoctor .opendoctor a:before {
  left: auto;
  right: 30px;
  top: -7px;
}
.pb_nc_tab tbody tr td:nth-of-type(7) .showdoctor .opendoctor a:after, .pb_nc_tab tbody tr td:nth-of-type(8) .showdoctor .opendoctor a:after, .pb_nc_tab tbody tr td:nth-of-type(9) .showdoctor .opendoctor a:after {
  left: auto;
  right: 25px;
}

.pb_lh_tab tbody tr td {
  width: 13.14285%;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.pb_lh_tab tbody tr td .showdoctor {
  text-align: center;
  position: relative;
  padding: 12px 10px;
}
.pb_lh_tab tbody tr td .showdoctor:nth-child(even) {
  background-color: #edf3fb;
}
@media only screen and (max-width: 1230px) {
  .pb_lh_tab tbody tr td {
    font-size: 14px;
  }
  .pb_lh_tab tbody tr td .showdoctor {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 760px) {
  .pb_lh_tab tbody tr td {
    font-size: 13px;
  }
}
.pb_lh_tab tbody tr td:first-child {
  width: 8%;
}

.pb_table_td_lh thead tr td {
  width: 13.14285%;
}
.pb_table_td_lh thead tr td:first-child {
  width: 8%;
}

.zyz_nav {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.zyz_nav a {
  display: inline-block;
  height: 75px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 10px;
  background-color: #80af44;
  line-height: 35px;
  width: 180px;
  margin: 0 20px 20px 20px;
  position: relative;
  text-align: left;
}
.zyz_nav a.active {
  background-color: #003ca6;
}
.zyz_nav a::before {
  content: "";
  width: 2em;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.zyz_nav a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.zyz_nav a:hover::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.zyz_nav.zyz_nav_mz {
  width: 101.6%;
  margin-left: -0.8%;
  text-align: left;
}
.zyz_nav.zyz_nav_mz a {
  width: 23.4%;
  margin: 0 0.8% 18px 0.8%;
  height: 70px;
  line-height: 32px;
  font-size: 19px;
  text-align: center;
}
.zyz_nav.zyz_nav_mz a::before {
  left: 50%;
  margin-left: -1em;
}
@media only screen and (max-width: 1230px) {
  .zyz_nav.zyz_nav_mz {
    width: 101%;
    margin-left: -0.5%;
  }
  .zyz_nav.zyz_nav_mz a {
    width: 24%;
    margin: 0.5%;
    height: 60px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .zyz_nav.zyz_nav_mz a {
    width: 32.3333%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .zyz_nav.zyz_nav_mz a {
    width: 49%;
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
  .zyz_nav.zyz_nav_mz a::before {
    display: none;
  }
}

.ks_gd1_2 {
  width: 100%;
  position: relative;
}
.ks_gd1_2 .swiper-container {
  overflow: hidden;
}
.ks_gd1_2 .swiper-container .swiper-slide {
  padding: 20px 0;
}
.ks_gd1_2 .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ks_gd1_2 .swiper-container .swiper-slide a.active .text_content {
  background-color: rgba(0, 60, 166, 0.8);
}
.ks_gd1_2 .swiper-container .swiper-slide a .text_content {
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.34);
}
.ks_gd1_2 .swiper-container .swiper-slide a .text_content .bt {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
.ks_gd1_2 .swiper-container .swiper-slide a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
}
.ks_gd1_2 .swiper-button-prev,
.ks_gd1_2 .swiper-button-next {
  width: 36px;
  height: 36px;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #696969;
}
.ks_gd1_2 .swiper-button-prev .bi,
.ks_gd1_2 .swiper-button-next .bi {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
}
.ks_gd1_2 .swiper-button-prev::after,
.ks_gd1_2 .swiper-button-next::after {
  display: none !important;
}
.ks_gd1_2 .swiper-button-prev:hover,
.ks_gd1_2 .swiper-button-next:hover {
  border: 0px solid #696969;
}
.ks_gd1_2 .swiper-button-prev:hover .bi,
.ks_gd1_2 .swiper-button-next:hover .bi {
  color: #fff;
}
.ks_gd1_2 .swiper-button-prev::before,
.ks_gd1_2 .swiper-button-next::before {
  background-color: #003ca6;
}
.ks_gd1_2 .swiper-button-prev::after,
.ks_gd1_2 .swiper-button-next::after {
  display: none !important;
}
.ks_gd1_2 .swiper-button-prev:hover,
.ks_gd1_2 .swiper-button-next:hover {
  background-color: #003ca6;
  color: #fff;
}
.ks_gd1_2 .swiper-button-prev {
  left: -75px;
}
.ks_gd1_2 .swiper-button-next {
  right: -75px;
}
.ks_gd1_2 .swiper-pagination-bullet-active {
  background-color: #003ca6;
}
.ks_gd1_2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 1230px) {
  .ks_gd1_2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.ks_gd1_2 .swiper-horizontal > .swiper-pagination-bullets,
.ks_gd1_2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.ks_gd1_2 .swiper-pagination-custom,
.ks_gd1_2 .swiper-pagination-fraction {
  bottom: -45px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .ks_gd1_2 .swiper-container .swiper-slide a {
    height: 80px;
  }
  .ks_gd1_2 .swiper-container .swiper-slide a .text_content {
    padding: 8px;
  }
  .ks_gd1_2 .swiper-container .swiper-slide a .text_content .bt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .ks_gd1_2 .swiper-container .swiper-slide a {
    height: 70px;
  }
  .ks_gd1_2 .swiper-container .swiper-slide a .text_content {
    padding: 5px;
  }
  .ks_gd1_2 .swiper-container .swiper-slide a .text_content .bt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1230px) {
  .ks_gd1_2 .swiper-button-prev,
  .ks_gd1_2 .swiper-button-next {
    display: none !important;
  }
  .ks_gd1_2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1230px) {
  .ks_gd1_2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1230px) {
  .ks_gd1_2 .swiper-horizontal > .swiper-pagination-bullets,
  .ks_gd1_2 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .ks_gd1_2 .swiper-pagination-custom,
  .ks_gd1_2 .swiper-pagination-fraction {
    bottom: -40px;
  }
}

.ks_yzk_item .news_bt1 {
  display: block;
  text-align: center;
  font-size: 0;
}
.ks_yzk_item .news_bt1 .bt {
  display: inline-block;
}
@media only screen and (min-width: 1230px) {
  .ks_yzk_item .news_bt1 .bt {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
.ks_yzk_item .news_bt1 p {
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (max-width: 1230px) {
  .ks_yzk_item .news_bt1 p {
    font-size: 13px;
    margin-top: 10px;
  }
}

.x {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.meau_box_mz {
  overflow-y: auto;
  left: 100%;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 60, 166, 0.6);
  padding: 70px 5%;
  color: #fff;
  opacity: 0;
}
.meau_box_mz a.nav_close {
  position: absolute;
  z-index: 991;
  right: 5%;
  top: 60px;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.meau_box_mz a.nav_close:hover {
  background-color: #003ca6;
  transform: rotate(90deg);
}
.meau_box_mz.open {
  left: 0%;
  opacity: 1;
}
.meau_box_mz img {
  height: 80px;
  margin-bottom: 60px;
}
.meau_box_mz ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.meau_box_mz ul li a {
  display: block;
  width: 100%;
  text-align: left;
}
.meau_box_mz ul li a.dbt {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: bold;
  color: #00a1ff;
  margin-bottom: 20px;
  font-weight: bold;
}
.meau_box_mz ul li a.dbt:hover {
  color: #fff;
}
.meau_box_mz ul li dl {
  width: 100%;
  display: flex;
  position: relative;
  color: #fff;
  flex-wrap: wrap;
  line-height: 30px;
}
.meau_box_mz ul li dl dd {
  width: auto;
  margin: 0 15px;
}
.meau_box_mz ul li dl dd:first-child {
  margin-left: 0;
}
.meau_box_mz ul li dl a {
  font-size: 14px;
  text-align: left;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.meau_box_mz ul li dl a:hover {
  color: white;
}
@media only screen and (max-width: 1230px) {
  .meau_box_mz {
    padding: 20px;
    left: -100%;
  }
  .meau_box_mz a.nav_close {
    right: 15px;
    top: 15px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .meau_box_mz img {
    height: 40px;
    margin-bottom: 20px;
  }
  .meau_box_mz ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .meau_box_mz ul li a.dbt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .meau_box_mz ul li dl {
    line-height: 24px;
  }
  .meau_box_mz ul li dl dd {
    margin: 0 10px;
  }
  .meau_box_mz ul li dl a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .meau_box_mz {
    padding: 15px;
  }
  .meau_box_mz a.nav_close {
    right: 10px;
    top: 10px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .meau_box_mz img {
    height: 30px;
    margin-bottom: 15px;
  }
  .meau_box_mz ul li {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .meau_box_mz ul li a.dbt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .meau_box_mz ul li dl dd {
    margin: 0 8px;
  }
  .meau_box_mz ul li dl a {
    font-size: 13px;
  }
}

.wxgh {
  position: relative;
}
.wxgh .ewm_box {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #fff;
  padding: 10px;
  border: solid 1px #ddd;
  z-index: 99;
  top: 40px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.wxgh .ewm_box img {
  height: 130px;
}
.wxgh .ewm_box:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  transform: rotate(45deg);
  border: solid 1px #ddd;
}
.wxgh .ewm_box:after {
  content: "";
  width: 40px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0px;
}
.wxgh:hover .ewm_box {
  display: block;
}

.lhewm {
  text-align: center;
}
.lhewm img {
  width: 220px;
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.lhewm p {
  font-size: 19px;
}
@media only screen and (max-width: 1230px) {
  .lhewm img {
    width: 180px;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .lhewm p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) {
  .lhewm img {
    width: 150px;
  }
}

.swiper-container.sy_ban {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1230px) {
  .swiper-container.sy_ban {
    display: none !important;
  }
}

.sy_ban .swiper-slide {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  height: 100vh;
  position: relative;
}
.sy_ban .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sy_ban .swiper-slide .swiper-slide img {
  width: 100%;
  display: block;
}
.sy_ban .swiper-slide .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sy_yj {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.sy_yj .ditem {
  width: 100%;
  height: 270px;
}
.sy_yj .ditem + .ditem {
  margin-left: 35px;
}
.sy_yj .ditem a {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/sybj1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
}
.sy_yj .ditem a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.sy_yj .ditem a.a2 {
  background-image: url(../images/index/sybj2.png);
}
.sy_yj .ditem a.a3 {
  background-image: url(../images/index/sybj3.png);
}
.sy_yj .ditem a .bt {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.sy_yj .ditem a p + p {
  margin-top: 10px;
}
.sy_yj .ditem a p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  line-height: 22px;
}
@media only screen and (max-width: 1230px) {
  .sy_yj {
    margin-top: 15px;
  }
  .sy_yj .ditem {
    width: 100%;
    height: 180px;
  }
  .sy_yj .ditem + .ditem {
    margin-left: 10px;
  }
  .sy_yj .ditem a {
    padding: 15px 20px;
  }
  .sy_yj .ditem a .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sy_yj .ditem a p + p {
    margin-top: 5px;
  }
  .sy_yj .ditem a p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_yj {
    display: block;
  }
  .sy_yj .ditem {
    height: auto;
  }
  .sy_yj .ditem + .ditem {
    margin-left: 0px;
    margin-top: 10px;
  }
  .sy_yj .ditem a {
    padding: 20px;
  }
  .sy_yj .ditem a .bt {
    font-size: 14px;
  }
  .sy_yj .ditem a p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: auto !important;
    line-height: 20px;
  }
}

.cx_box {
  width: 100%;
  overflow-x: auto;
}
.cx_box .cx_tab {
  width: 100%;
  min-width: 1200px;
}
.cx_box .cx_tab .tab_head div {
  background-color: #003ca6;
  color: #fff;
  font-weight: bold;
}
.cx_box .cx_tab .tab_head,
.cx_box .cx_tab .tab_body .ditem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
.cx_box .cx_tab .tab_head div,
.cx_box .cx_tab .tab_body .ditem div {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cx_box .cx_tab .tab_head div + div,
.cx_box .cx_tab .tab_body .ditem div + div {
  border-left: solid 1px #e5e5e5;
}