/**
 * @date    2023-08-29 14:46:26
 */
.pchiderr {
  display: none !important;
}
/* CSS Document */
.zgjj-header {
  height: 97px;
  border-top: 1px solid #004898;
  position: relative;
  z-index: 55;
}
.zgjj-header-box {
  width: 1280px;
  height: 55px;
  position: relative;
  top: 21px;
}
.zgjj-pclogo {
  height: 55px;
}
.zgjj-pclogo img {
  height: 100%;
}
.zgjj-nav {
  margin-left: 72px;
  font-size: 0;
  position: relative;
  z-index: 1;
  height: 35px;
  top: 10px;
}
.zgjj-nav > li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding: 0 10px;
  position: relative;
}
.zgjj-nav > li a {
  color: #515151;
}
.zgjj-nav > li.cur a,
.zgjj-nav > li a:hover {
  font-weight: bold;
  position: relative;
}
.zgjj-nav > li.cur a::after,
.zgjj-nav > li a:hover::after {
  content: "";
  border-bottom: 6px solid #ffe39a;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
.zgjj-search {
  height: 30px;
  right: 0;
  top: 10px;
  z-index: 1;
  position: relative;
}
.zgjj-search > dt,
.zgjj-search > dd {
  float: left;
  position: relative;
}
.zgjj-search > dt img {
  height: 24px;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
}
.zgjj-search > dt img:hover {
  transform: scale(1.1);
}
.zgjj-search > dt > form {
  position: absolute;
  /* display: none; */
  top: 0;
  right: -2px;
  transform: scaleX(0);
  /* transform: scaleY(0); */
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  transform-origin: 100% 100%;
}
.zgjj-search > dt.search-cur form {
  /* display: block; */
  /* transform: scaleX(100%); */
  transform: scaleX(1);
}
.zgjj-search > dt form .zgjj-input_search {
  border: 0;
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  background-color: #e5e5e5;
  outline: 0;
  font-size: 13px;
  border-radius: 8px;
  color: #515151;
}
.zgjj-search > dt form .zgjj-input_search-focus {
  border: 0;
  color: #004898;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 5px 15px;
  transition: all ease-in-out 0.3s;
}
.zgjj-search > dt form .zgjj-input_img {
  border: 0;
  width: 30px;
  height: 30px;
  background: url(/web/css/zgjj-pc_search.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-size: 20px;
  transition: all 0.3s;
}
.zgjj-search > dt form .zgjj-input_img:hover {
  background-color: #f5f5f5;
}
.zgjj-search > dd {
  width: 80px;
  height: 30px;
  border-radius: 30px;
  background-color: #004898;
  margin-left: 20px;
  padding: 0 10px;
}
.websites-chosen-title > a,
.websites-chosen-title > span {
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
  cursor: default;
}
.websites-chosen-title > img {
  float: right;
  width: 14px;
  height: 9px;
  margin-top: 10px;
}
.websites-chosen-box {
  background-color: #fff;
  margin-top: 2px;
  position: absolute;
  z-index: 3;
  padding: 6px 8px 12px;
  width: 66px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}
.websites-chosen-box > li {
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  height: 2rem;
  line-height: 2rem;
}
/* footer */
.footer {
  height: 360px;
}
.footer > dt {
  height: 300px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.footer-infos {
  height: 200px;
  margin-top: 50px;
  color: #6c6c6c;
  /* overflow: hidden; */
}
.footer-infos > li:not(:last-child) {
  float: left;
}
.footer-infos > li a {
  font-size: 14px;
  color: #6c6c6c;
}
.footer-infos > li a:hover {
  color: #004898;
}
.footer-logo {
  margin-right: 120px;
}
.footer-logo img {
  height: 65px;
}
.footer-office {
  margin-right: 80px;
  width: 180px;
}
.footer-link-items > li:first-child {
  font-weight: bold;
  font-size: 16px;
  /* padding-left: 10px; */
  position: relative;
  text-indent: 10px;
}
.footer-link-items > li:first-child span {
  position: relative;
  z-index: 1;
}
.footer-link-items > li {
  height: 32px;
  line-height: 32px;
}
.footer-link-items > li:not(:first-child)::before {
  content: "";
  width: 2px;
  height: 2px;
  float: left;
  background-color: #6c6c6c;
  border-radius: 100%;
  margin-top: 16px;
  margin-right: 8px;
}
.footer-office .footer-link-items > li:first-child::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -16px;
  left: 0;
  border-radius: 40%;
  background-color: #fff;
  z-index: 0;
}
.footer-frilinks {
  width: 340px;
}
.footer-frilinks .footer-link-items > li {
  width: 160px;
  overflow: hidden;
  float: left;
}
.footer-frilinks .footer-link-items > li:nth-child(odd) {
  margin-right: 20px;
}
.footer-frilinks .footer-link-items > li:last-child a {
  color: #004898;
}
.footer-address {
  float: right;
  width: 240px;
}
.footer-address-txt > dt {
  font-size: 12px;
}
.footer-address-txt > dt li {
  height: 30px;
  line-height: 30px;
}
.footer-address-txt > dt span {
  color: #b4b4b4;
}
.footer-address-txt > dd {
  border-top: 1px solid #c1c1c1;
  margin-top: 6px;
  padding-top: 6px;
}
.footer-address-txt > dd a {
  padding: 0 12px;
  position: relative;
  height: 20px;
  line-height: 20px;
}
.footer-address-txt > dd a::before {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #abc6e4;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-address-txt > dd a:last-child::after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #abc6e4;
  position: absolute;
  right: 0;
  top: 7px;
}
.footer > dd {
  height: 60px;
  background-color: #004898;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.footer-copyright {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
}
.footer-copyright > li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px;
  color: #fff;
}
.footer-copyright > li a {
  color: #fff;
}
.footer-copyright > li a:hover {
  text-decoration: underline;
}
/* footer end */
/* main content */
.main-con-bg {
  background: linear-gradient(
    to bottom,
    #f5f5f5 130px,
    #f9f9f9 260px,
    #fff 320px
  );
  overflow: hidden;
}
.cloumn-banner {
  height: 260px;
  text-align: center;
}
.cloumn-banner img {
  height: 100%;
  max-width: 1920px;
  width: 100%;
}
.content-box {
  margin: 0 auto;
  overflow: hidden;
}
.content-box > dt {
  width: 260px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.cloumn-title {
  height: 60px;
  line-height: 68px;
  font-size: 32px;
  font-weight: bold;
  color: #2e4383;
  position: relative;
  z-index: 1;
  padding-left: 12px;
  margin-bottom: 30px;
}
.cloumn-title::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #e3edf6;
  position: absolute;
  z-index: -1;
  border-radius: 40%;
  left: 0;
  top: 0;
}
.cloumn-menus {
  margin-left: 12px;
}
.cloumn-menus > li {
  cursor: default;
}
.cloumn-menus > li,
.cloumn-menus > li > a {
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  color: #696969;
}
.cloumn-submenu > li > span,
.column-subnav > li > span {
  cursor: default;
}
.cloumn-menus > li > a,
.cloumn-menus > li > span,
.cloumn-submenu > li > a,
.cloumn-subnav > li > span,
.column-subnav > li.cur > span,
.cloumn-submenu > li.cur > span,
.column-subnav > li:hover > span {
  position: relative;
  z-index: 1;
}
.cloumn-menus > li > a:hover,
.cloumn-menus > li > span:hover,
.cloumn-submenu > li > a:hover,
.cloumn-submenu > li > span:hover,
.column-subnav > li > a:hover,
.cloumn-subnav > li > span:hover,
.column-subsnav > li > a:hover,
.cloumn-subsnav > li > span:hover,
.cloumn-submenu > li.cur > span,
.column-subnav > li.cur > span,
.column-subnav > li:hover > span {
  color: #333;
}
.cloumn-menus > li.cur > span,
.cloumn-menus > li.curr > span,
.cloumn-menus > li.cur > a,
.cloumn-submenu > li.cur > a,
.cloumn-submenu > li.curr > span,
.cloumn-menus > li.curr.cur > span,
.cloumn-submenu > li > span,
.column-subnav > li.cur > a,
.column-subnav > li > a,
.column-subsnav > li > a,
.column-subsnav > li.cur > a,
/* .column-subnav > li.cur > span, */
.column-subnav > li.curr > span,
.column-subsnav > li.cur > span,
.column-subsnav > li.curr > span {
  font-weight: bold;
  position: relative;
  color: #333;
  z-index: 1;
}
.cloumn-menus > li.curr > span {
  font-weight: normal;
  color: #000;
}

.cloumn-submenu > li > span,
.column-subnav > li.cur > a,
.column-subnav > li > a,
.column-subsnav > li > a,
.cloumn-subnav > li.cur > span {
  font-weight: normal;
}
.cloumn-menus > li.cur > span::after,
.cloumn-menus > li.cur > a::after,
.cloumn-menus > li > a:hover::after,
.cloumn-menus > li > span:hover::after,
.cloumn-submenu > li > a:hover::after,
.cloumn-submenu > li.cur > a::after,
.cloumn-menus > li.curr > span::after,
.cloumn-submenu > li.curr > span::after,
.cloumn-submenu > li > span:hover::after,
.column-subnav > li.cur > a::after,
.column-subnav > li > a:hover::after,
.column-subsnav > li.cur > a::after,
.column-subsnav > li > a:hover::after,
.column-subnav > li.curr > span::after,
.column-subnav > li:hover > span::after,
.column-subnav > li > span::after,
.cloumn-submenu > li.cur > span::after {
  content: "";
  border-bottom: 6px solid #ffe39a;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
.cloumn-menus > li.curr > span::after {
  width: 75%;
  margin: auto;
}
.cloumn-menus > li.curr.cur > span::after {
  width: 100%;
}
.cloumn-submenu,
.column-subnav,
.column-subsnav {
  display: none;
  margin-left: 12px;
}
.cloumn-menus > li.curr + .cloumn-submenu,
.cloumn-submenu > li.curr + .column-subnav,
.column-subnav > li.curr + .column-subsnav {
  display: block;
}
.cloumn-submenu > li > a,
.cloumn-submenu > li > span {
  font-size: 16px;
  color: #696969;
}
.column-subnav > li > a,
.column-subnav > li > span,
.column-subsnav > li > a,
.column-subsnav > li > span {
  font-size: 16px;
  color: #696969;
}
.cloumn-content {
  width: 920px;
}
.cloumn-content-title {
  height: 62px;
  border-bottom: 3px solid #004898;
  font-size: 0;
}
.cloumn-content-tabtitle > li,
.cloumn-content-title > span {
  padding: 0 40px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
}
.cloumn-content-tabtitle > li.cur,
.cloumn-content-title > span {
  background-color: #004898;
}
.cloumn-content-tabtitle > li.cur a,
.cloumn-content-title > span a {
  color: #fff;
}
.cloumn-content-box {
  margin-top: 10px;
  padding: 40px;
  overflow: hidden;
}
.gyzj-con-slogan {
  width: 100%;
}
.gyzj-con-slogan img {
  width: 100%;
}
.gyzj-con-desc {
  overflow: hidden;
}
.gyzj-con-desc > dt {
  width: 304px;
}
.gyzj-con-desc > dt img {
  width: 100%;
}
.gyzj-con-desc > dd {
  width: 550px;
}
.gyzj-con-desc-box {
  overflow: hidden;
}
.gyzj-con-desc-title {
  width: 118px;
  margin-top: 40px;
  border-bottom: 20px solid #004898;
  margin-bottom: 40px;
}
.gyzj-con-desc-title img {
  width: 100%;
}
.gyzj-con-desc-text {
  color: #333;
}
.gyzj-con-desc-text p {
  text-indent: 2em;
  margin-bottom: 30px;
}
.gyzj-con-video {
  margin-top: 10px;
  width: 100%;
}
.gyzj-con-video video {
  width: 100%;
}
.gyzj-con-magazine {
  width: 100%;
  height: 640px;
  margin-top: 5px;
  background: url(/web/css/txt-bg-magazine.png) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.zgjj-magazine-items {
  margin: 10px 25px 0;
  width: 870px;
  height: 630px;
}
.zgjj-magazine-pageion {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 50px;
}
.zgjj-magazine-items .zgjj-slide-nav button.zgjj-next,
.zgjj-magazine-items .zgjj-slide-nav button.zgjj-prev {
  width: 29px;
  height: 46px;
  top: 275px;
  background: url(/web/css/txt-narrow-magazine.png) 0 0 no-repeat;
  position: absolute;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.zgjj-magazine-items .zgjj-slide-nav button.zgjj-prev {
  background-position: 0 0;
  left: 30px;
}
.zgjj-magazine-items .zgjj-slide-nav button.zgjj-next {
  background-position: -29px 0;
  right: 30px;
}
.zgjj-magazine-items .zgjj-dots {
  text-align: center;
  width: 40px;
  position: absolute;
  height: 20px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 10px;
  margin: auto;
  overflow: hidden;
}
.zgjj-magazine-items .zgjj-dots > .zgjj-dot {
  background-color: #fff;
  width: 40px;
  height: 20px;
  line-height: 16px;
  border-radius: 2px;
  position: relative;
  bottom: 0;
  float: left;
  font-size: 14px;
  color: #3f3f3f;
  display: none;
}
.zgjj-magazine-items .zgjj-dots > .active {
  display: block;
}
.item-pages {
  text-align: center;
  width: 50px;
  position: absolute;
  height: 20px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 10px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  color: #3f3f3f;
  z-index: 9;
  cursor: default;
}
.item-pages.cur {
  border-radius: 0 0 2px 2px;
  background-color: #004898;
  color: #fff;
}
.zgjj-magazine-pageion {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 30px;
  margin: auto;
  overflow-y: auto;
  background-color: #fff;
  width: 50px;
  height: 124px;
  border-top: 9px solid #f1f1f1;
  border-bottom: 9px solid #f1f1f1;
  border-radius: 5px 5px 0 0;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  transform-origin: 100% 100%;
  transform: scaleY(0);
}
.zgjj-magazine-pageion.cur {
  transform: scaleY(100%);
}
.zgjj-magazine-pageion > li {
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dashed #ccc;
}
.zgjj-magazine-pageion > li:hover {
  background-color: #e5e5e5;
}
.zgjj-magazine-pageion > li.cur > a {
  color: #004898;
  font-weight: bold;
}
.zgjj-magazine-pageion > li > a {
  font-size: 14px;
  color: #3f3f3f;
  margin-left: 5px;
  display: block;
  position: relative;
  z-index: 3;
}
.zgjj-magazine-pageion > li > a > i {
  font-style: normal;
}
.gltd-leader-items {
  overflow: hidden;
}
.gltd-leader-items > li {
  width: 440px;
  height: 330px;
  margin-top: 70px;
}
.gltd-leader-items > li img {
  width: 100%;
  height: 280px;
  display: block;
  border: 5px;
  object-fit: cover;
}
.gltd-leader-items > li img:hover {
  opacity: 0.88;
  box-shadow: rgba(100, 100, 111, 0.55) 0px 7px 29px 0px;
}
.gltd-leader-items > li p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  padding-left: 16px;
}
.gltd-leader-items > li p::before {
  content: "";
  width: 6px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5d397;
  border-radius: 3px;
}
.gltd-leader-items > li p em {
  font-style: normal;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-right: 14px;
}
.gltd-leader-items > li p a:hover em {
  color: #004898;
}
.gltd-leader-items > li p i {
  font-style: normal;
  font-size: 14px;
  color: #9a9a9a;
}
.gltd-leader-items > li:nth-child(odd) {
  float: left;
}
.gltd-leader-items > li:nth-child(even) {
  float: right;
}
.gltd-leader-items.gltd-leader-vip > li {
  float: none;
  margin: 20px auto 0;
}
.gltd-leaders-desc {
  overflow: hidden;
}
.gltd-leaders-desc > dt {
  width: 380px;
  border-radius: 20px;
}
.gltd-leaders-desc > dt img {
  width: 100%;
}
.gltd-leaders-desc > dd {
  width: 480px;
}
.gltd-leaders-desc-txt > dt > em {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  color: #333;
  margin-bottom: 4px;
}
.gltd-leaders-desc-txt > dt > span {
  display: block;
  font-style: normal;
}
.gltd-leaders-desc-txt > dt > span i {
  font-style: normal;
  font-size: 16px;
  color: #9a9a9a;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.gltd-leaders-desc-txt > dt > span i::before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #ecd3a2;
  position: absolute;
  top: 6px;
  left: 0;
}
.gltd-leaders-desc-txt > dt > span i:last-child::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #ecd3a2;
  position: absolute;
  top: 6px;
  right: 0;
}
.gltd-leaders-desc-txt > dd {
  margin-top: 20px;
  position: relative;
  padding-top: 40px;
  text-indent: 2em;
  font-size: 14px;
  color: #333;
}
.gltd-leaders-desc-txt > dd::before {
  content: "";
  width: 36px;
  height: 30px;
  background: url(/web/css/bg-dot.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.qqbj-padding-reset {
  padding: 40px 0 0;
}
.qqbj-map-box {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.qqbj-map-items {
  position: relative;
  height: 414px;
  z-index: 1;
}
.qqbj-map-itembg {
  height: 414px;
  margin: 0 82px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.qqbj-map-itembg img {
  width: 100%;
}
.qqbj-map-items > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qqbj-map-items > li img {
  /* display: none; */
  margin: 0 82px;
  /* transform: scale(0);
  transition: transform cubic-bezier(1, 0.55, 0.33, 1) 1s;
  transform-origin: 78% 42%; */
  display: none;
}
.qqbj-map-items > li.cur img,
.qqbj-map-items > li dl:hover + img {
  display: block;
  /* transform: scale(100%); */
}
/* .qqbj-map-items > li:hover img[src*="-h"] {
  display: block;
} */
.qqbj-map-items > li > dl {
  width: 100px;
  height: 58px;
  background-color: #fff;
  border: 1px solid #bcccde;
  border-radius: 8px;
  padding: 0 14px;
  color: #738aa5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: default;
}
.qqbj-map-items > li:first-child > dl {
  left: auto;
  right: 112px;
}
.qqbj-map-items > li:nth-child(2) > dl {
  bottom: 90px;
  top: auto;
  left: -10px;
}
.qqbj-map-items > li:nth-child(3) > dl {
  right: auto;
  left: 82px;
  top: -80px;
}
.qqbj-map-items > li:nth-child(4) > dl {
  left: -136px;
  top: 100px;
  bottom: auto;
}
.qqbj-map-items > li:last-child > dl {
  left: auto;
  right: 36px;
  top: auto;
  bottom: 70px;
}
.qqbj-map-items > li.cur > dl,
.qqbj-map-items > li.cur:hover > dl {
  color: #004898;
}
.qqbj-map-items > li:hover > dl {
  color: #4387de;
}
.qqbj-map-items > li > dl > dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.qqbj-map-items > li > dl > dd {
  font-size: 14px;
  line-height: 1.2;
}
.qqbj-mapbg {
  width: 100%;
  height: 146px;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.qqbj-orgnize-stats {
  height: 50px;
  background-color: #f5f5f5;
  overflow: hidden;
  width: 86%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  font-size: 0;
  border-radius: 8px;
}
.qqbj-orgnize-stats > dt {
  float: left;
  width: 50px;
  background: #deaf69;
  height: 50px;
  position: relative;
}
.qqbj-orgnize-stats > dt img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.qqbj-orgnize-stats > dd {
  position: relative;
  font-size: 14px;
  color: #738aa5;
  height: 50px;
  line-height: 50px;
  margin-left: 75px;
  margin-right: 25px;
}
.qqbj-orgnize-stats > dd i {
  font-weight: bold;
  font-size: 30px;
  margin: 0 4px;
  color: #deaf69;
}
.qqbj-orgnize-box {
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.qqbj-orgnize-title {
  border-bottom: 1px solid #fff;
  padding: 20px 40px;
  font-size: 0;
}
.qqbj-orgnize-title > li:not(:first-child) {
  margin-left: 5px;
}
.qqbj-orgnize-title > li {
  display: inline-block;
  font-size: 16px;
  color: #696969;
  width: calc((100% - 20px) / 5);
  text-align: center;
  background-color: #ececec;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  cursor: default;
}
.qqbj-orgnize-title > li.cur {
  background-color: #3d73af;
  color: #fff;
  font-weight: bold;
}
.qqbj-orgnize-title > li i {
  font-style: normal;
}
.qqbj-orgnize-items {
  overflow: hidden;
  margin: 20px 40px;
}
.qqbj-orgnize-items > li {
  float: left;
  width: calc((100% - 20px) / 5);
  margin-left: 5px;
  height: 36px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  line-height: 36px;
  font-size: 14px;
  position: relative;
  text-indent: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.qqbj-orgnize-items > li:hover {
  background-color: #5589c2;
}
.qqbj-orgnize-items > li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background-color: #f2d488;
  left: 10px;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
}
.qqbj-orgnize-items > li:nth-child(5n + 1) {
  margin-left: 0;
}
.qqbj-orgnize-items > li,
.qqbj-orgnize-items > li a {
  color: #333;
  transition: all 0.3s ease-in-out;
}
.qqbj-orgnize-items > li:hover,
.qqbj-orgnize-items > li:hover a {
  color: #fff;
}
.xwzz-padding-reset {
  padding: 40px 0 0;
}
.xwzz-box {
  margin: 10px 20px 0;
}
.xwzz-text-box {
  overflow: hidden;
  display: -webkit-box;
  box-shadow: 10px 10px 0 0px #eae5d7;
  margin-bottom: 10px;
}
.xwzz-text-box > dt {
  width: 42px;
  background-color: #e8dfc4;
  position: relative;
}
.xwzz-text-box > dt::before {
  content: "";
  width: 10px;
  height: 121px;
  background: url(/web/css/img-book.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 120px;
  right: 0;
  bottom: auto;
  margin: auto;
}
.xwzz-text-box > dt::after {
  content: "";
  width: 10px;
  height: 121px;
  background: url(/web/css/img-book.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 120px;
  right: 0;
  top: auto;
  margin: auto;
}
.xwzz-text-box > dd {
  width: calc(100% - 44px);
  background-color: #f8f5ec;
  border: 1px solid #e8dfc4;
}
.xwzz-text-con {
  position: relative;
  margin: 0 90px;
  padding: 100px 0 150px;
}
.xwzz-text-con > dt {
  margin-bottom: 88px;
}
.xwzz-text-con > dt img {
  height: 46px;
}
.xwzz-text-con > dt::before {
  content: "";
  width: 124px;
  height: 15px;
  background-color: #004898;
  position: absolute;
  top: 0;
  right: 0;
}
.xwzz-text-con > dt::after {
  content: "";
  width: 124px;
  height: 46px;
  position: absolute;
  top: 100px;
  right: 0;
  background: url(/web/css/zgjj-logo.png) 0 0 no-repeat;
  background-size: 100%;
}
.xwzz-text-con > dd {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.xwzz-text-con > dd p {
  text-indent: 2em;
}
.xwzz-text-con > dd::before {
  content: "";
  width: 50px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #1d5fa8, #4d7db2);
}
.xwzz-text-con > dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  border: 25px solid transparent;
  border-top-color: #f8f5ec;
}
.pc-zgs-links {
  margin: 0 auto;
}
.pc-zgs-links > img {
  width: 100%;
}
.tzzgx-associated-img > dt {
  border-radius: 20px;
  border: 20px solid #f5f5f5;
  padding: 30px 60px;
  width: 636px;
  margin: 40px auto 0;
  position: relative;
  margin-bottom: 40px;
}
.tzzgx-associated-img > dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.tzzgx-associated-img > dt::after {
  content: attr(data-imgname);
  font-size: 14px;
  color: #333;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -60px;
  margin: auto;
  text-align: center;
}
.tzzgx-basicinfo-items {
  padding: 80px 0 20px;
  border-left: 20px solid #f3f3f3;
  position: relative;
  margin-top: 10px;
  margin-top: 55px;
}
.tzzgx-basicinfo-items::before {
  content: "";
  border: 10px solid #fff;
  position: absolute;
  left: -20px;
  top: -20px;
  border-bottom-color: #f3f3f3;
}
.tzzgx-basicinfo-items::after {
  content: "";
  border: 10px solid #fff;
  position: absolute;
  left: -20px;
  bottom: 0;
  border-top-color: #f3f3f3;
}
.tzzgx-basicinfo-items > li {
  position: relative;
}

.tzzgx-basicinfo-items > li::before {
  content: "";
  border: 10px solid #f3f3f3;
  position: absolute;
  left: -20px;
  top: 0;
  border-bottom-color: #f5c23f;
}
.tzzgx-basicinfo-items > li::after {
  content: "";
  border: 10px solid #f5c23f;
  position: absolute;
  left: -20px;
  top: 50px;
  border-bottom-color: #f3f3f3;
}
.tzzgx-padding-reset {
  padding: 0;
}
.tzzgx-basicinfo-item {
  margin-left: 50px;
  padding: 20px 50px;
  background-color: #f3f3f3;
  margin-bottom: 60px;
  border-radius: 20px;
}
.tzzgx-basicinfo-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50px;
  background: #f5c23f;
  top: 20px;
  left: -20px;
}
.tzzgx-basicinfo-item::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  border: 10px solid #fff;
  border-right-color: #f3f3f3;
}
.tzzgx-basicinfo-item > dt > a {
  font-size: 26px;
  color: #31649c;
  line-height: 1.5;
}
.tzzgx-basicinfo-item > dt > a:hover {
  color: #004898;
}
.tzzgx-basicinfo-item > dd {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.tzzgx-gszl-items {
  margin-top: 20px;
}
.tzzgx-gszl-item {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 0;
}
.tzzgx-gszl-item > dt {
  font-size: 18px;
}
.tzzgx-gszl-item > dd {
  font-size: 16px;
  color: #333;
}
.tzzgx-gszl-item > dd i,
.tzzgx-gszl-item > dd img {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin: 0 15px;
}
.tzzgx-gszl-item > dd img {
  margin-top: 10px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.tzzgx-gszl-item > dd img:hover {
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px -7px;
}
.pageion {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.pageion > li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.pageion > li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 3px;
  margin: 0 5px;
}
.pageion > li.pageion-jumpbtn {
  margin: 0 30px;
}
.pageion > li:hover a,
.pageion > li.cur a {
  background-color: #2e4383;
  color: #fff;
}
.tzzgx-gjgl-box {
  margin-top: 40px;
}
.tzzgx-gjgl-stockdetail {
  margin-top: 50px;
  display: block;
  margin-right: 10%;
}
.tzzgx-gjxq-box {
  border-radius: 40px;
  background-color: #f3f3f3;
  padding: 30px;
  margin-top: 30px;
}
.tzzgx-gjxq-tabs {
  width: 100%;
  border-bottom: 3px solid #01438c;
  font-size: 0;
  vertical-align: top;
}
.tzzgx-gjxq-tabs > li {
  display: inline-block;
  font-size: 22px;
  color: #787878;
  line-height: 58px;
  height: 58px;
  width: 46%;
  text-align: center;
  background-color: #e5e5e5;
  margin: 0 2%;
  border-radius: 20px 20px 0 0;
  vertical-align: bottom;
  cursor: default;
}
.tzzgx-gjxq-tabs > li.cur {
  background-color: #004898;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
.tzzgx-gjxq-ibox {
  padding-top: 10px;
  background-color: #fff;
}
.tzzgx-dqbg-box {
  overflow: hidden;
  font-size: 0;
}
.tzzgx-dqbg-item {
  width: 200px;
  height: 270px;
  background: url(/web/css/img-download.png) 0 0 no-repeat;
  background-size: cover;
  margin: 40px calc((100% - 800px) / 8) 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  border-radius: 5px 5px 0 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tzzgx-dqbg-item:hover {
  background: url(/web/css/img-download-h.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 0 0 #eae5d7;
  background-color: #eae5d7;
  margin-top: 35px;
}
.tzzgx-dqbg-item::after {
  content: "";
  border: 30px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: -43px;
  bottom: -43px;
  transform: rotate(45deg);
}
.tzzgx-dqbg-item > dt {
  text-align: center;
  margin: 20px 5px;
  cursor: default;
  color: #333;
}
.tzzgx-dqbg-item > dt em {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  /* overflow: hidden; */
  display: block;
  line-height: 1.2;
}
.tzzgx-dqbg-item > dt i {
  font-style: normal;
  font-size: 14px;
  display: block;
  line-height: 1.6;
}
.tzzgx-dqbg-item > dd {
  position: absolute;
  bottom: 27px;
  text-align: center;
  font-size: 16px;
  margin: 0 15px;
  width: calc(100% - 30px);
}
.tzzgx-dqbg-item > dd a {
  color: #fff;
  display: block;
}
.tzzgx-tzzfw-box {
  /* overflow: hidden; */
  margin-top: 40px;
  font-size: 0;
}
.tzzgx-tzzfw-items > li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: calc((100% - 90px) / 7);
  margin-left: 15px;
  background-image: linear-gradient(135deg, #1a70cf, #0650a3);
  border-radius: 20px;
  height: 200px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tzzgx-tzzfw-items > li:hover {
  margin-top: -8px;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 10px 20px -12px;
}
.tzzgx-tzzfw-items > li img {
  width: auto;
  margin: 30px auto 20px;
  display: block;
  max-height: 65px;
  display: none;
}
.tzzgx-tzzfw-items > li img[src*="-m"] {
  display: block;
}
.tzzgx-tzzfw-items > li:first-child {
  margin-left: 0;
}
.tzzgx-tzzfw-items > li p {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
  height: 60px;
  text-align: center;
  font-weight: bold;
}
.tzzgx-tzzfw-items > li a {
  color: #fff;
  display: block;
  height: 70%;
}
.tzzgx-tzzfw-items > li p i {
  display: block;
  font-style: normal;
  font-size: 16px;
  height: 24px;
  line-height: 36px;
  font-weight: normal;
}
.tzzgx-tzzfw-carlendar {
  margin-top: 60px;
}
.tzzgx-tzzfw-carlendar > dt {
  position: relative;
  font-size: 28px;
  color: #dbc07b;
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 1;
  margin-left: 30px;
  text-indent: 0.5em;
}
.tzzgx-tzzfw-carlendar > dt::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.tzzgx-tzzfw-carlendar > dd {
  border-radius: 40px;
  border: 40px solid #f3f3f3;
}
.tzzgx-tzzfw-download-more {
  border-bottom: 3px solid #e5e5e5;
  position: relative;
}
.tzzgx-tzzfw-download-more > dt a {
  float: right;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.tzzgx-fxzl-box {
  font-size: 0;
}
.tzzgx-fxzl-item {
  border-radius: 10px;
  height: 180px;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 0 0px #f5f5f5;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  width: calc((100% - 120px) / 2);
  margin-left: 30px;
  padding: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tzzgx-fxzl-item:hover {
  margin-top: 30px;
}
.tzzgx-fxzl-item:nth-child(odd) {
  margin-left: 0;
}
.tzzgx-fxzl-item > dt {
  float: left;
  width: 166px;
}
.tzzgx-fxzl-item > dt img {
  width: 100%;
  box-shadow: 5px 5px 0 0px #e5e5e5;
}
.tzzgx-fxzl-item > dd {
  float: left;
  margin-left: 10px;
}
.tzzgx-fxzl-item-txt {
  margin-left: 5px;
  color: #333;
  padding: 10px 0;
  height: 160px;
  position: relative;
}
.tzzgx-fxzl-item-txt > dt em {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
.tzzgx-fxzl-item-txt > dt i {
  font-size: 14px;
  font-style: normal;
  display: block;
}
.tzzgx-fxzl-item-txt > dd {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tzzgx-fxzl-item-txt > dd a {
  display: block;
  width: 150px;
  height: 32px;
  background-color: #5a96da;
  border-radius: 16px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
  text-indent: -13px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
/* .tzzgx-fxzl-item:hover .tzzgx-fxzl-item-txt > dd a {
  background-color: #004898;
} */
.tzzgx-fxzl-item-txt > dd a:hover {
  background-color: #004898;
}
.tzzgx-fxzl-item-txt > dd a img {
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px;
}
.tzzgx-tzzrx-box {
  margin-top: 40px;
}
.tzzgx-tzzrx-map {
  border: 2px solid #ddedec;
  border-radius: 10px;
  margin-bottom: 50px;
}
.tzzgx-tzzrx-map img {
  width: 100%;
  display: block;
}
.tzzgx-tzzrx-item {
  font-size: 0;
  margin: 0 20px 40px;
  color: #333;
}
.tzzgx-tzzrx-item > dt {
  display: inline-block;
  font-size: 18px;
  width: 18%;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  padding-top: 5px;
}
.tzzgx-tzzrx-item > dd {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 82%;
  border-left: 3px solid #dbc07b;
  padding: 5px 4%;
  box-sizing: border-box;
}
.tzzrx-item-phone > dt {
  font-size: 28px;
  line-height: 1.4;
}
.tzzrx-item-phone > dd {
  font-size: 14px;
  color: #696969;
  line-height: 1.4;
  display: block;
}
.tzzrx-item-other {
  margin-top: 15px;
}
.tzzrx-item-other > dt em {
  font-size: 28px;
  line-height: 1.4;
  font-style: normal;
  display: block;
}
.tzzrx-item-other > dt i {
  font-size: 14px;
  color: #696969;
  font-style: normal;
  line-height: 1.4;
  display: block;
}
.tzzrx-item-other > dd {
  margin-top: 5px;
  font-size: 14px;
}
.tzzrx-item-other > dd i {
  color: #969696;
  font-style: normal;
}
.tzzrx-item-address > dt {
  font-size: 18px;
  line-height: 1.5;
}
.xwzx-cobox {
  margin-top: 60px;
}
.xwzx-slide-box {
  height: 450px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.xwzx-slide-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  height: 450px;
  font-size: 0;
}
.xwzx-slide-item > dt {
  width: 800px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  overflow: hidden;
}
.xwzx-slide-item > dt img {
  width: 100%;
  height: 100%;
}
.xwzx-slide-item > dd {
  padding: 30px 40px 0;
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.xwzx-slide-item-txt {
  height: 392px;
  overflow: hidden;
}
.xwzx-slide-item-txt > dt {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
.xwzx-slide-item-txt > dt a {
  display: inline-block;
}
.xwzx-slide-item-txt > dd {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.xwzx-slide-items .zgjj-dots {
  text-align: center;
  width: 400px;
  position: absolute;
  height: 10px;
  right: 40px;
  bottom: 10px;
}
.xwzx-slide-items .zgjj-dots > .zgjj-dot {
  background-color: #e7e7e7;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 3px;
  position: relative;
  top: -10px;
}
.xwzx-slide-items .zgjj-dots > .active {
  background-color: #ffe39a;
}
.xwzx-slide-items .zgjj-slide-nav {
  height: 22px;
  bottom: 0;
  width: 400px;
  position: absolute;
  right: 40px;
}
.xwzx-slide-items .zgjj-slide-nav button.zgjj-next,
.xwzx-slide-items .zgjj-slide-nav button.zgjj-prev {
  width: 15px;
  height: 22px;
  left: 0;
  background: url(/web/css/icon-left-nar.png) 0 0 no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.xwzx-slide-items .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.xwzx-slide-items .zgjj-slide-nav button.zgjj-next:hover,
.xwzx-slide-items .zgjj-slide-nav button.zgjj-prev:hover {
  opacity: 1;
}
.xwzx-tab-cocnt {
  margin-top: 60px;
  overflow: hidden;
}
.xwzx-tab-cocnt > dt {
  width: 800px;
}
.xwzx-tab-cocnt > dd {
  width: 400px;
}

.xwzx-tab-titles {
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 5px solid #004898;
}
.xwzx-tab-titles > li {
  height: 46px;
  margin-left: 20px;
  padding: 0 25px;
  line-height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
  cursor: default;
  font-size: 18px;
  color: #a0a0a0;
  border-bottom: 0;
}
.xwzx-tab-titles > li.cur {
  font-weight: bold;
  height: 50px;
  line-height: 53px;
  margin-top: -3px;
  color: #fff;
  background-image: linear-gradient(to bottom, #3479c6, #004898);
  border: 0;
  border-radius: 10px 10px 0 0;
}
.xwzx-tab-titles::-webkit-scrollbar {
  display: none;
}
.xwzx-cotnt-search {
  overflow: hidden;
  padding: 20px 25px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 0;
}
.xwzx-cotnt-search > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  height: 40px;
  background: #f5f5f5;
  margin-left: 10px;
}
.xwzx-cotnt-search > .select {
  width: 110px;
}
.xwzx-cotnt-search > li:nth-child(1) {
  margin-left: 0;
}
.xwzx-cotnt-search > li input,
.xwzx-cotnt-search > li select {
  height: 100%;
  width: 100%;
  background: unset;
  padding-left: 8px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}
.xwzx-cotnt-search > li select::-ms-expand {
  display: none;
}
.xwzx-cotnt-search > li select {
  background: url(/web/css/icon-select-down.png) calc(100% - 8px) no-repeat;
}
.xwzx-cotnt-search .input {
  width: 380px;
  color: #b0b0b0;
}
.xwzx-cotnt-search .submit {
  width: 120px;
  background: #004898;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.xwzx-cotnt-search .submit:hover {
  background: #3479c6;
}
.xwzx-cotnt-search .submit input {
  text-align: center;
  color: #fff;
  padding-left: 1.75rem;
  cursor: pointer;
}
.xwzx-cotnt-search .submit:after {
  position: absolute;
  content: "";
  left: 1.75rem;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  background: url(/web/css/icon-search-zoom.png) center center no-repeat;
  background-size: 100%;
  margin: auto;
  z-index: 2;
}

.xwzx-tab-coitem {
  padding: 40px 0;
  border-bottom: 1px dotted #959595;
  overflow: hidden;
  position: relative;
}
.xwzx-tab-coitem > dt {
  float: left;
  width: 240px;
  margin-right: 30px;
}
.xwzx-tab-coitem > dt img {
  width: 100%;
  border-radius: 5px;
  display: block;
}
.xwzx-tab-coitem > dt:hover img {
  opacity: 0.96;
}
.xwzx-tab-coitem > dd {
  display: -webkit-box;
}
/* .xwzx-tab-coitem-txt {
  position: relative;
} */
.xwzx-cotxt-title {
  font-size: 22px;
  line-height: 1.6;
}
.xwzx-cotxt-title a:hover {
  border-bottom: 2px solid #004898;
}
.xwzx-cotxt-desc {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 30px;
}
.xwzx-cotxt-time {
  position: absolute;
  bottom: 30px;
}
.xwzx-cotxt-time em {
  font-style: normal;
  margin-right: 20px;
  font-size: 12px;
  color: #9a9a9a;
}
.xwzx-cotxt-time i {
  color: #333;
  font-style: normal;
}
.pageion-more {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.pageion-more > a {
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
}
.pageion-more a:hover {
  background-color: #f5f5f5;
}
.xwzx-aside-box {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 30px;
}
.xwzx-aside-item > dt {
  height: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dedede;
  position: relative;
  z-index: 1;
}
.xwzx-aside-item > dt::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.xwzx-aside-item > dt > a {
  font-size: 28px;
  font-weight: bold;
  color: #dbc07b;
}
.xwzx-aside-item > dt > i {
  border: 1px solid #e5e5e5;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  float: right;
  margin-top: 20px;
  display: inline-block;
  padding: 0 15px;
  font-style: normal;
  border-radius: 26px;
}
.xwzx-aside-item > dt > i:hover {
  background-color: #fff;
}
.xwzx-aside-item > dt > i a {
  color: #9c9c9c;
  display: block;
}
.xwzx-item-txtlist > li {
  border-bottom: 1px dotted #959595;
  /* padding-left: 15px; */
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0 10px 20px;
  position: relative;
}
.xwzx-item-txtlist > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e7d3a0;
  border-radius: 6px;
  position: absolute;
  left: 6px;
  top: 20px;
}
.xwzx-item-txtlist > li > i {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 12px;
}
.xwzx-item-txtlist > li > a:hover {
  border-bottom: 1px solid #004898;
}
.xwzx-aside-box {
  margin-bottom: 50px;
}
.xwzx-item-topic {
  margin-bottom: 20px;
}
.xwzx-aside-box .xwzx-item-topic:last-child {
  margin-bottom: 0;
}
.xwzx-item-topic > dt {
  height: 120px;
  text-align: center;
  overflow: hidden;
}
.xwzx-item-topic > dt img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.xwzx-item-topic > dt:hover img {
  transform: scale(1.05);
  opacity: 0.96;
}
.xwzx-item-topic > dd {
  padding-top: 4px;
}
.xwzx-item-topic > dd > a {
  font-size: 18px;
}
.xwzx-item-topic > dd > a:hover {
  /* border-bottom: 1px solid #004898; */
  text-decoration: underline;
}
.xwzx-item-topic > dd > p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.5;
  margin-top: 2px;
}
.xwzx-item-topiclist {
  width: 48.3%;
  float: left;
  margin: 0 0% 50px;
}
.tzzgx-xwzx-titems dl:nth-child(2n){
	margin-left:30px;
}
.xwzx-item-topiclist > dt {
  height: auto;
  border-radius: 10px;
  height: 173px;
}
.xwzx-content-box {
  margin: 75px auto;
  overflow: hidden;
}
.xwzx-content-box > dt {
  width: 800px;
}
.xwzx-content-box > dd {
  width: 400px;
}
.xwzx-content-box > dd .xwzx-item-txtlist > li {
  border-bottom: 0;
}
.xwzx-content-box > dd .xwzx-item-txtlist > li > a:hover {
  border-bottom: 0;
  font-weight: bold;
}
.xwzx-content-box > dd .xwzx-item-txtlist > li > i {
  display: none;
}
.xwzx-detail-title > dt {
  padding: 0 20px;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
.xwzx-detail-title > dd {
  height: 50px;
  border-top: 3px solid #004898;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.xwzx-detail-title > dd i {
  color: #9a9a9a;
  font-style: normal;
}
.xwzx-detail-body {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
}
.xwzx-detail-body p {
  /* text-indent: 2em; */
  margin-bottom: 30px;
}
.xwzx-detail-body p i {
  display: inline-block;
  margin: 0 auto;
}
.xwzx-detail-body img,
.xwzx-detail-body video {
  display: block;
  padding: 10px;
  margin: 0 auto;
  background-color: #f5f5f5;
  margin: 0 auto;
}
.xwzx-detail-body img + span,
.xwzx-detail-body video + span {
  background-color: #f5f5f5;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  padding-bottom: 10px;
}
.detail-title-share {
  width: 150px;
  overflow: hidden;
  height: 24px;
}
.xwzx-detail-attachs {
  padding: 15px 20px;
  background-color: #f5f5f5;
  margin: 20px 0 36px;
}
.xwzx-detail-attach {
  height: 60px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.xwzx-detail-attach::before {
  content: "";
  width: 4px;
  background-color: #dbc07b;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.xwzx-detail-attach:last-child {
  margin-bottom: 0;
}
.xwzx-detail-attach > dt {
  width: calc(100% - 160px);
}
.xwzx-detail-attach > dt em,
.xwzx-detail-attach > dt i {
  font-style: normal;
  display: block;
}
.xwzx-detail-attach > dt em {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.xwzx-detail-attach > dt i {
  font-size: 14px;
  color: #000;
}
.xwzx-detail-attach > dd {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 36px;
  background-color: #004898;
  border-radius: 5px;
  overflow: hidden;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
}
/* .xwzx-detail-attach > dd:hover {
  background-color: #dbc07b;
} */
.xwzx-detail-attach > dd a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.xwzx-detail-attach > dd img {
  height: 16px;
  width: 16px;
  background-color: transparent;
  float: left;
  margin-left: 24px;
}
.xwzx-detail-author {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.xwzx-detail-author > li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.xwzx-detail-author > li > img {
  float: left;
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.xwzx-detail-author > li i {
  font-style: normal;
  color: #7d7d7d;
}
.xwzx-detail-pageion {
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.xwzx-detail-pageion > li {
  position: relative;
}
.xwzx-detail-pageion > li > a {
  height: 36px;
  line-height: 36px;
  display: block;
  background-color: #004898;
  padding: 0 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
/* .xwzx-detail-pageion > li:first-child > a::before {
  content: "";
  border: 18px solid transparent;
  border-right-color: #004898;
  position: absolute;
  left: 0;
}
.xwzx-detail-pageion > li:first-child > a {
  margin-left: 33px;
}
.xwzx-detail-pageion > li:last-child > a::before {
  content: "";
  border: 18px solid transparent;
  border-left-color: #004898;
  position: absolute;
  right: 0;
}
.xwzx-detail-pageion > li:last-child > a {
  margin-right: 33px;
} */
.scroll-top {
  width: 60px;
  height: 60px;
  display: none; /* 榛樿闅愯棌 */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}
.scroll-top img {
  width: 100%;
  height: 100%;
}
.xwzx-scontent-box > dt {
  width: 100%;
}
.content-single-images img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-single-images p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.ywly-box .cloumn-banner {
  height: auto;
}
.ywly-box .cloumn-title {
  margin-left: 50px;
}
.ywly-items > dd {
  position: relative;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
}
.ywly-djt-pageion,
.ywly-dcs-pageion {
  width: 190px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
/* .ywly-djt-pageion > li {
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 5px;
} */
.ywly-djt-pageion > li,
.ywly-dcs-pageion > li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 5px;
}
.ywly-djt-pageion > li a,
.ywly-dcs-pageion > li a {
  font-size: 18px;
  color: #fff;
}
.ywly-djt-pageion > li.cur,
.ywly-dcs-pageion > li.cur {
  background-color: rgba(0, 0, 0, 0.4);
}
.ywly-items .ywly-djt-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.ywly-items .ywly-djt-item span {
  font-size: 26px;
  color: #004898;
  text-align: center;
  width: 80%;
  margin: 40px auto;
  display: block;
}
.ywly-items .zgjj-dots {
  bottom: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  height: 28px;
  display: block;
}
.ywly-items .zgjj-dots > .zgjj-dot {
  background-color: #dcdcdc;
  width: 20px;
  height: 10px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 5px;
  margin-top: 5px;
}
.ywly-items .zgjj-dots > .active {
  background-color: #ffca41;
  width: 40px;
}
.ywly-items .zgjj-slide-nav {
  height: 50px;
  top: 40%;
  width: calc(100% - 70px);
  position: absolute;
  right: 35px;
  display: block;
}
.ywly-items .zgjj-slide-nav button.zgjj-next,
.ywly-items .zgjj-slide-nav button.zgjj-prev {
  width: 30px;
  height: 50px;
  left: 0;
  background: url(/web/css/icon-mleft-nar.png) 0 0 no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.ywly-items .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.ywly-items .zgjj-slide-nav button.zgjj-next:hover,
.ywly-items .zgjj-slide-nav button.zgjj-prev:hover {
  opacity: 1;
}
.ywly-items .ywly-djt-item span,
.ywly-items .zgjj-dots,
.ywly-items .zgjj-slide-nav {
  display: none;
}
.ywly-items:not(:first-child) {
  margin-top: 50px;
}
.ywly-titems .xwzx-item-topiclist > dt {
  height: 307px;
}
.ywly-detail-con > dd {
  background: #f5f5f5 url(/web/css/bg-ywly-detail.png) 96% top no-repeat;
  position: relative;
}
.ywly-detail-title {
  font-size: 35px;
  padding: 10px 50px;
  color: #333;
}
.ywly-detail-con .ywly-djt-item span,
.ywly-detail-con .zgjj-dots,
.ywly-detail-con .zgjj-slide-nav,
.ywly-list-con .ywly-djt-item span,
.ywly-list-con .zgjj-dots,
.ywly-list-con .zgjj-slide-nav {
  display: block;
}
.ywly-detail-con .item-pages {
  left: auto;
  top: 615px;
  right: 30px;
  bottom: auto;
  margin: auto;
  font-size: 20px;
  line-height: 20px;
  border-radius: 2px;
  color: #9a9a9a;
  background-color: transparent;
  position: absolute;
  z-index: 3;
}
.ywly-detail-con .item-pages span {
  color: #333;
}
.ywly-detail-con .zgjj-dots {
  bottom: -30px;
}
.ywly-detail-con .zgjj-dots > .zgjj-dot {
  background-color: #dcdcdc;
  width: 10px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
.ywly-detail-con .zgjj-dots > .active {
  background-color: #ffca41;
  width: 10px;
}
.ywly-detail-txt {
  margin: 60px 40px;
  font-size: 18px;
  color: #333;
}
.ywly-detail-txt p {
  /* text-indent: 2em; */
  margin: 10px 0;
}
.ywly-detail-con .zgjj-slide-nav {
  top: 46%;
}
.ywly-items-dcsd {
  height: 220px;
  border-bottom: 2px solid #e5e5e5;
}
.ywly-items-dcsd .zgjj-item::after {
  content: "";
  width: 88px;
  border-radius: 3px;
  height: 6px;
  background-color: #ffe39a;
  display: none;
  transition: all 0.3s;
}
.ywly-items-dcsd .zgjj-item:hover::after {
  display: block;
}
.ywly-items-dcsd .ywly-djt-item img {
  height: 140px;
}
.ywly-items-dcsd .zgjj-slide-nav {
  top: 0;
  width: 100%;
  right: 0;
  /* height: 140px; */
}
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-next,
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-prev {
  width: 60px;
  height: 140px;
  left: 0;
  background: #004898 url(/web/css/icon-left-nar.png) center center no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 1;
  border-radius: 5px;
}
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-next::after,
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-prev::after {
  content: "";
  height: 80px;
  width: 62px;
  background-color: #fff;
  display: block;
  margin-top: 140px;
}
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.ywly-list-con > dd {
  border-radius: 5px;
}
.ywly-list-con .ywly-djt-item span {
  font-size: 14px;
  color: #333;
  text-align: left;
  width: 100%;
  margin: 0;
  display: block;
  height: 50px;
  margin-bottom: 27px;
  overflow: hidden;
}
.rlzy-padding-reset {
  padding: 0;
}
.ghlt-slogan-box {
  position: relative;
}
.ghlt-slogan-box::before {
  content: "";
  border: 40px solid transparent;
  border-right-color: #ecf3fa;
  position: absolute;
  top: -40px;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
}
.ghlt-slogan-txt {
  padding: 30px 60px;
  background-color: #ecf3fa;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.ghlt-slogan-txt::after {
  content: "";
  border: 580px solid transparent;
  border-right-color: #deebf9;
  position: absolute;
  top: -40px;
  left: 0;
  transform: rotate(180deg);
}
.ghlt-slogan-txt em {
  font-style: normal;
  position: relative;
  z-index: 3;
  font-size: 16px;
  color: #333;
}
.ghlt-slogan-txt em::before {
  content: "";
  border: 40px solid transparent;
  border-right-color: #deebf9;
  position: absolute;
  top: -33px;
  left: -100px;
  transform: rotate(270deg);
  z-index: 1;
}
.common-cnt-box {
  overflow: hidden;
}
.common-cnts-title {
  position: relative;
  font-size: 28px;
  color: #dbc07b;
  font-weight: bold;
  z-index: 1;
  text-indent: 0.5em;
  margin-bottom: 30px;
}
.common-cnts-title::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.common-cnts-title a {
  color: #dbc07b;
}
.rlzy-zyrw-cobox {
  margin-top: 50px;
}
.rlzy-zyrw-cntbox {
  background: linear-gradient(250deg, #d3e6f9, #ecf3fa);
  background-size: 150%;
  border: 1px solid #d7e5f4;
  border-radius: 0 0 30px 30px;
  height: 140px;
  font-size: 16px;
  position: relative;
  padding: 30px 376px 30px 40px;
  z-index: 1;
}
.rlzy-zyrw-cntbox::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 34%;
  background: url(/web/css/bg-rlzy-zyrw.png) 0 0 no-repeat;
  background-size: auto 100%;
  z-index: -1;
}
.rlzy-zyrw-slide {
  margin-top: 90px;
}
.rlzy-zyrw-itemsbox {
  position: relative;
  overflow: hidden;
}
.rlzy-zyrw-pageion {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
  font-size: 0;
  border-top: 3px solid #f3f3f3;
  height: 87px;
}
.rlzy-zyrw-pageion > li {
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  width: 16.6%;
  color: #7c7c7c;
  height: 87px;
  vertical-align: top;
}
.rlzy-zyrw-pageion > li > a {
  color: #7c7c7c;
}
.rlzy-zyrw-pageion > li i {
  display: block;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 3px;
}
.rlzy-zyrw-pageion > li em {
  display: block;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.rlzy-zyrw-pageion > li.cur {
  background-color: #f6fbff;
  border-top: 5px solid #589ae3;
  color: #004898;
  height: 82px;
  margin-top: -2px;
}
.rlzy-zyrw-pageion > li.cur > a {
  color: #004898;
}
.rlzy-zyrw-pageion > li.cur i {
  margin-top: 17px;
}
.rlzy-gjjv-items {
  font-size: 0;
  overflow: hidden;
}
.rlzy-gjjv-items > li {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.rlzy-gjjv-items > li img {
  width: 100%;
}
.rlzy-gjjv-items > li:nth-child(2) {
  margin: 0 20px;
}
.rlzy-zyrw-cntbox[data-hash="2"] {
  background: linear-gradient(250deg, #e0dbf5, #f2f0f9);
}
.rlzy-zyrw-pageion > li:nth-child(2).cur {
  background-color: #f5f3fb;
  border-top: 5px solid #6b5f9b;
  color: #6b5f9b;
}
.rlzy-zyrw-pageion > li:nth-child(2).cur > a {
  color: #6b5f9b;
}
.rlzy-zyrw-cntbox[data-hash="3"] {
  background: linear-gradient(250deg, #e9d8f0, #fbf5fd);
}
.rlzy-zyrw-pageion > li:nth-child(3).cur {
  background-color: #fbf5fe;
  border-top: 5px solid #915ea9;
  color: #915ea9;
}
.rlzy-zyrw-pageion > li:nth-child(3).cur > a {
  color: #915ea9;
}
.rlzy-zyrw-cntbox[data-hash="4"] {
  background: linear-gradient(250deg, #eed5de, #fef3f8);
}
.rlzy-zyrw-pageion > li:nth-child(4).cur {
  background-color: #fcf4f7;
  border-top: 5px solid #a8687f;
  color: #a8687f;
}
.rlzy-zyrw-pageion > li:nth-child(4).cur > a {
  color: #a8687f;
}
.rlzy-zyrw-cntbox[data-hash="5"] {
  background: linear-gradient(250deg, #efd7d2, #fdf4f2);
}
.rlzy-zyrw-pageion > li:nth-child(5).cur {
  background-color: #fdf6f4;
  border-top: 5px solid #b76351;
  color: #b76351;
}
.rlzy-zyrw-pageion > li:nth-child(5).cur > a {
  color: #b76351;
}
.rlzy-zyrw-cntbox[data-hash="6"] {
  background: linear-gradient(250deg, #edded1, #faf1e9);
}
.rlzy-zyrw-pageion > li:nth-child(6).cur {
  background-color: #f9f4f0;
  border-top: 5px solid #ac7f57;
  color: #ac7f57;
}
.rlzy-zyrw-pageion > li:nth-child(6).cur > a {
  color: #ac7f57;
}
.rlzy-rczp-zpgg-dsc {
  height: 200px;
  overflow: hidden;
  background: url(/web/css/bg-rlzy-zpgg.png) left top no-repeat;
  background-size: auto 100%;
  margin-top: 30px;
  position: relative;
}
.rlzy-rczp-zpgg-dsc > dt {
  position: absolute;
  width: 178px;
  height: 112px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rlzy-rczp-zpgg-dsc > dd {
  position: absolute;
  top: 0;
  left: auto;
  right: 50px;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 158px;
}
.rlzy-rczp-zpgg-items {
  margin-top: 40px;
}
.rlzy-rczp-zpgg-title {
  font-size: 0;
}
.rlzy-rczp-zpgg-title > li {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  width: 49%;
  text-align: center;
  background-color: #f3f3f3;
  color: #333;
}
.rlzy-rczp-zpgg-title > li > a {
  color: #333;
}
.rlzy-rczp-zpgg-title > li:first-child {
  margin-right: 2%;
}
.rlzy-rczp-zpgg-title > li.cur {
  background-color: #004898;
  color: #fff;
}
.rlzy-rczp-zpgg-title > li.cur > a {
  color: #fff;
}
.rlzy-rczp-zpgg-box {
  border: 3px solid #e5e5e5;
  padding: 30px;
  overflow: hidden;
}
.rlzy-rczp-rcyj-dsc {
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(250deg, #f6f3e7 30%, #e4f4f2);
  padding: 40px;
  position: relative;
  margin-top: 55px;
  color: #333;
  display: table;
}
.rlzy-rczp-rcyj-dsc::after {
  content: "";
  width: 282px;
  height: 310px;
  position: absolute;
  top: -55px;
  right: 40px;
  background: url(/web/css/bg-rlzy-rcyj-1.png) center center no-repeat;
  background-color: #fff;
  border-radius: 100%;
  padding: 30px;
}
.rlzy-rczp-rcyj-dsc > dt {
  width: 58%;
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.rlzy-rczp-rcyj-dsc > dt i {
  font-style: normal;
}
.rlzy-rczp-rcyj-dsc > dd {
  width: 58%;
  display: block;
  font-size: 14px;
}
.rlzy-rczp-rcyj-box {
  padding: 30px;
  border: 2px solid #e5f5f3;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 120px;
}
.rlzy-rczp-rcyj-box {
  position: relative;
}
.rlzy-rcyj-slide {
  height: 300px;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.rlzy-rcyj-slide .zgjj-slide-nav {
  height: 50px;
  top: 40%;
  width: calc(100% - 40px);
  position: absolute;
  right: 20px;
  display: block;
}
.rlzy-rcyj-slide .zgjj-slide-nav button.zgjj-next,
.rlzy-rcyj-slide .zgjj-slide-nav button.zgjj-prev {
  width: 20px;
  height: 33px;
  left: 0;
  background: url(/web/css/icon-mleft-nar.png) 0 0 no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  background-size: 100% 100%;
}
.rlzy-rcyj-slide .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.rlzy-rcyj-slide .zgjj-slide-nav button.zgjj-next:hover,
.rlzy-rcyj-slide .zgjj-slide-nav button.zgjj-prev:hover {
  opacity: 1;
}
.rlzy-rcyj-pageion {
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
  margin: 30px;
  display: block;
}
.rlzy-rcyj-pageion > li {
  float: left;
  height: 70px;
  background-color: #f5f5f5;
  position: relative;
  width: 225px;
  padding-left: 20px;
  color: #5f6c80;
}
.rlzy-rcyj-pageion > li a {
  color: #5f6c80;
}
.rlzy-rcyj-pageion > li:nth-child(2),
.rlzy-rcyj-pageion > li:nth-child(5) {
  margin: 0 10px;
}
.rlzy-rcyj-pageion > li:nth-child(3),
.rlzy-rcyj-pageion > li:nth-child(6) {
  width: 406px;
}
.rlzy-rcyj-pageion > li:nth-child(n + 4) {
  margin-top: 320px;
}
.rlzy-rcyj-pageion > li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 46px;
  background-color: #edcc8d;
  border-radius: 3px;
  top: 12px;
  left: 15px;
}
.rlzy-rcyj-pageion > li i {
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 12px 0 0 8px;
}
.rlzy-rcyj-pageion > li em {
  font-style: normal;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 8px;
}
.rlzy-rcyj-pageion > li.cur {
  background-color: #e1eaec;
  color: #18577b;
}
.rlzy-rcyj-pageion > li.cur a {
  color: #18577b;
}
.rlzy-rcyj-pageion > li.cur::before {
  background-color: #e99886;
}
.rlzy-rcyj-pageion > li.cur::after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #e1eaec;
  z-index: 2;
}
.rlzy-rcyj-pageion > li:nth-child(n + 4).cur::after {
  top: -11px;
  bottom: auto;
}
.rcdw-slogan-box {
  font-size: 0;
  margin-top: 40px;
}
.rcdw-slogan-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 30%;
}
.rcdw-slogan-item:nth-child(2) {
  margin: 0 5%;
}
.rcdw-slogan-item > dt img {
  display: block;
  margin: 0 auto;
}
.rcdw-slogan-item > dt span {
  display: block;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 20px 10px 10px;
  font-size: 20px;
}
.rcdw-slogan-item:first-child > dt span {
  background-color: #ddab4b;
}
.rcdw-slogan-item:nth-child(2) > dt span {
  background-color: #f14e56;
}
.rcdw-slogan-item:last-child > dt span {
  background-color: #436cd7;
}
.rcdw-slogan-item > dd {
  font-size: 14px;
  color: #333;
  padding: 0 24px;
}
.rlzy-rcdw-cnbox {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 40px 30px;
}
.rlzy-rcdw-cnbox img {
  display: block;
  margin: 0 auto;
}
.rlzy-rcdw-cnbox p {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
  text-indent: 2em;
  font-size: 14px;
}
.rccx-sys-item {
  position: relative;
  height: 288px;
  margin-top: 40px;
}
.rccx-sys-item > dt,
.rccx-sys-item > dd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rccx-sys-item > dt {
  z-index: 2;
  right: auto;
  width: 62%;
}
.rccx-sys-item > dt em {
  position: relative;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  color: #105db2;
  display: block;
  z-index: 1;
  line-height: 90px;
  padding-left: 24px;
  height: 70px;
}
.rccx-sys-item > dt em::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 25px;
  background-color: #f0ecd5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.rccx-sys-item > dt i {
  font-style: normal;
  font-size: 16px;
  color: #888;
  padding-left: 24px;
}
.rccx-sys-item > dt p {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
}
.rccx-sys-item > dd {
  width: 70%;
  left: auto;
  transform: skew(-10deg);
  border-radius: 20px;
  right: 25px;
  text-align: right;
}
.rccx-sys-item > dd img {
  margin: -20px 90px 0 0;
  height: 306px;
}
.rccx-sys-item:first-child > dd {
  background: linear-gradient(250deg, #f6f1d2 30%, #f8f6ed);
}
.rccx-sys-item:nth-child(2) > dt {
  right: 0;
  left: auto;
  text-align: right;
}
.rccx-sys-item:nth-child(2) > dt em,
.rccx-sys-item:nth-child(2) > dt i {
  padding-right: 24px;
}
.rccx-sys-item:nth-child(2) > dt em::before {
  left: auto;
  right: 0;
  background-color: #f0ddd0;
}
.rccx-sys-item:nth-child(2) > dd {
  background: linear-gradient(250deg, #f9f2ed 30%, #faebe0);
  left: 25px;
  right: auto;
  text-align: left;
}
.rccx-sys-item:nth-child(2) > dd img {
  margin: -20px 0 0 90px;
}
.rccx-sys-item:last-child > dd {
  background: linear-gradient(250deg, #cceaf3 30%, #e6f4f9);
}
.rccx-sys-item:last-child > dt em::before {
  background-color: #d3f0f9;
}
.rccx-revo-items {
  margin-top: 50px;
  font-size: 0;
}
.rccx-revo-items > dt {
  width: 30%;
  margin: 0 auto;
}
.rccx-revo-items > dt em {
  position: relative;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  color: #105db2;
  display: block;
  z-index: 1;
  line-height: 90px;
  padding-left: 24px;
  height: 70px;
}
.rccx-revo-items > dt em::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 25px;
  background-color: #eef6ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.rccx-revo-items > dt i {
  display: block;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  color: #888;
}
.rccx-revo-items > dd {
  margin-top: 10px;
  position: relative;
  width: 17.6%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  padding-top: 20px;
  margin-left: 3%;
}
.rccx-revo-items > dd:first-of-type {
  margin-left: 0;
}
.rccx-revo-items > dd::before {
  content: "";
  height: 10px;
  background-color: #d4e5f8;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.kjcx-cobox {
  margin: 50px auto;
}
.kjcx-common-layer > dt {
  position: relative;
  z-index: 1;
  height: 60px;
  line-height: 75px;
  margin-bottom: 25px;
  padding-left: 18px;
}
.kjcx-common-layer > dt::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 22px;
  background-color: #e3edf6;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.kjcx-common-layer > dt > a {
  float: left;
  font-size: 30px;
  color: #2e4383;
}
.kjcx-common-layer > dt > .kjcx-more {
  float: right;
  font-size: 16px;
  color: #000;
}
.kjcx-kjdt-item > dt {
  width: 600px;
  position: relative;
  height: 400px;
}
.kjcx-kjdt-item > dt img {
  width: 100%;
}
.kjcx-kjdt-item > dt span {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 25px;
  width: calc(100% - 50px);
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
}
.kjcx-kjdt-item > dd {
  width: 600px;
  border-right: 4px solid #f3f3f3;
}
.kjcx-kjdt-list > li {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.kjcx-kjdt-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  margin-top: 16px;
  margin-right: 10px;
}

.kjcx-kjdt-list > li a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #004898;
}
.kjcx-kjdt-item {
  overflow: hidden;
}
.kjcx-kjcg-items {
  overflow: hidden;
  margin-top: 50px;
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.kjcx-kjcg-items > li {
  width: 210px;
  margin: 20px 23px 0;
  box-shadow: 5px 0px #e9e9e9;
  background: #e9e9e9;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.kjcx-kjcg-items > li img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.kjcx-kjcg-items > li:hover {
  margin-top: 10px;
}
.kjcx-kjcg-items > li:hover img {
  transform: scale(1.02);
}
.kjcx-sjzx-box {
  background: url(/web/css/bg-kjcx-sjzx.png) center top no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  overflow: hidden;
}
.kjcx-sjzx-items {
  margin-top: 50px;
}
.kjcx-sjzx-items > dt::before {
  background-color: #1e487d;
}
.kjcx-sjzx-items > dt > a,
.kjcx-sjzx-items > dt > .kjcx-more {
  color: #fff;
}
.kjcx-sjzx-item {
  overflow: hidden;
  margin: 70px auto 90px;
  font-size: 0;
}
.kjcx-sjzx-item > li {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #fff;
  width: 25%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.kjcx-sjzx-item > li a {
  color: #fff;
}
.kjcx-sjzx-item > li img {
  display: block;
  margin: 0 auto 6px;
  transition: all 0.3s ease-in-out;
}
.kjcx-sjzx-item > li:hover {
  margin-top: 10px;
}
.kjcx-sjzx-item > li:hover img {
  transform: scale(1.05);
}
.kjcx-kjxw-items {
  overflow: hidden;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  box-sizing: border-box;
  width: 50%;
  padding: 0 40px;
}
.kjcx-kjxw-items:first-child {
  border-right: 2px solid transparent;
}
.kjcx-kjxw-items:first-child {
  margin-bottom: 50px;
}
.kjcx-kjcg-img {
  border: 10px solid #ecf3fa;
  border-radius: 25px;
  width: 90%;
  margin: 50px auto 0;
}
.kjcx-kjcg-img img {
  display: block;
  margin: 30px auto;
}
.kjcx-kjj-items {
  margin: 50px auto 0;
  font-size: 0;
}
.kjcx-kjj-items > li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 1.23% 0;
  border: 10px solid #faf1e5;
  border-radius: 20px;
  height: 146px;
  background-color: #faf1e5;
}
.kjcx-kjj-items > li img {
  height: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.kjcx-qyjgf-item {
  overflow: hidden;
  padding: 20px 30px;
  background-color: #ecf3fa;
  margin-top: 40px;
}
.kjcx-qyjgf-item > dd img {
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.kjcx-qyjgf-item > dd img:hover {
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px -7px;
}
.kjcx-qyjgf-item > dt a {
  display: block;
  width: 150px;
  height: 32px;
  background-color: #5a96da;
  border-radius: 16px;
  line-height: 32px;
  margin-top: 5px;
  text-align: center;
  text-indent: -13px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.kjcx-qyjgf-item > dt a:hover {
  background-color: #004898;
}
.kjcx-qyjgf-item > dt a img {
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px;
}
.kjcx-qyjgf-item > dt b {
  font-size: 20px;
  line-height: 1.2;
}
.kjcx-gdzx-item {
  overflow: hidden;
  margin-top: 50px;
}
.kjcx-gdzx-item > dt img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
.kjcx-gdzx-item > dt:hover img {
  opacity: 0.96;
}
.kjcx-gdzx-item > dd {
  position: relative;
  z-index: 3;
}
.kjcx-gdzx-item > dd > span {
  display: block;
  float: left;
  width: 220px;
  min-height: 220px;
  border-radius: 10px;
  margin: -88px 50px 0;
  background-color: #ecf3fa;
  position: relative;
}
.kjcx-gdzx-item > dd > span > a {
  display: block;
  margin: 25px 20px 20px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  width: 60%;
}
.kjcx-gdzx-item > dd > span::before {
  content: "";
  width: 200px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
.kjcx-gdzx-item > dd > span::after {
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  transform: rotateZ(45deg);
}
.kjcx-gdzx-item > dd > p {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #333;
  margin-right: 40px;
  margin-top: 20px;
}
.kjcx-gnwsjdj-item:nth-child(odd) {
  float: left;
}
.kjcx-gnwsjdj-item:nth-child(even) {
  float: right;
}
.kjcx-gnwsjdj-item {
  overflow: hidden;
  width: 40%;
  margin: 50px 5% 0;
}
.kjcx-gnwsjdj-item > dt img {
  width: 100%;
  display: block;
}
.kjcx-gnwsjdj-item > dd a {
  display: block;
  width: 150px;
  height: 32px;
  background-color: #5a96da;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  text-indent: -13px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 20px auto 0;
}
.kjcx-gnwsjdj-item > dd a:hover {
  background-color: #004898;
}
.kjcx-gnwsjdj-item > dd a img {
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px;
}
.shzr-cloumn-banner {
  position: relative;
}
.shzr-cloumn-banner .rlzy-zyrw-slide {
  margin-top: 0;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion {
  width: 1280px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 0;
  height: 64px;
  text-align: center;
  border-bottom: 14px solid transparent;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li {
  font-size: 0;
  color: #9ba7d9;
  height: 50px;
  border-bottom: 14px solid transparent;
  line-height: 50px;
  width: auto;
  margin-left: 50px;
  padding-bottom: 14px;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li:first-child {
  margin-left: 0;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li a {
  color: #9ba7d9;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li img {
  filter: invert(73%) sepia(9%) saturate(1417%) hue-rotate(192deg)
    brightness(94%) contrast(80%);
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin-right: 10px;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li.cur {
  background-color: transparent;
  border-bottom-color: #ffe39a;
  color: #fff;
  height: 50px;
  margin-top: 0;
  border-top: 0;
  font-weight: bold;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li.cur a {
  color: #fff;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li.cur img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(264deg)
    brightness(103%) contrast(101%);
}
.shzr-zrxd-items {
  font-size: 0;
}
.shzr-zrxd-items > li {
  width: calc((100% - 60px) / 3);
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.shzr-zrxd-items > li img {
  width: 100%;
  display: block;
  height: 272px;
  border-radius: 0 0 5px 5px;
}
.shzr-zrxd-items > li:hover img {
  opacity: 0.96;
}
.shzr-zrxd-items > li:nth-child(n + 4):nth-child(-n + 7) {
  width: calc((100% - 90px) / 4);
}
.shzr-zrxd-items > li:nth-child(n + 4):nth-child(-n + 7) img {
  width: 100%;
  display: block;
  height: 198px;
}
.shzr-zrxd-items > li:first-child,
.shzr-zrxd-items > li:nth-child(4) {
  margin-left: 0;
}
.zrxd-item-cotitle {
  height: 46px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  line-height: 46px;
  padding: 0 10px 0 20px;
}
.zrxd-item-cotitle span {
  font-size: 18px;
  color: #fff;
}
.zrxd-item-cotitle .zrxd-more {
  float: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.shzr-zrxd-items > li:first-child .zrxd-item-cotitle {
  background-color: #b29865;
}
.shzr-zrxd-items > li:nth-child(2) .zrxd-item-cotitle {
  background-color: #8db758;
}
.shzr-zrxd-items > li:nth-child(3) .zrxd-item-cotitle {
  background-color: #587bbf;
}
.shzr-zrxd-items > li:nth-child(4) .zrxd-item-cotitle {
  background-color: #cc4141;
}
.shzr-zrxd-items > li:nth-child(5) .zrxd-item-cotitle {
  background-color: #4982a3;
}
.shzr-zrxd-items > li:nth-child(6) .zrxd-item-cotitle {
  background-color: #388368;
}
.shzr-zrxd-items > li:last-child .zrxd-item-cotitle {
  background-color: #8b8472;
}
.zrxd-item-cotxt {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 10px;
  background: url(/web/css/bg-zrxd-1.png) 0 0 no-repeat;
  background-size: cover;
  font-size: 18px;
}
.shzr-zritem-box {
  overflow: hidden;
  margin-top: 20px;
}
.shzr-zrbg-items {
  width: 720px;
}
.shzr-zrry-items {
  width: 450px;
}
.shzr-zrry-items .kjcx-kjdt-list {
  border-top: 2px solid #cdced1;
  padding-top: 10px;
}
.shzr-zrry-items .kjcx-kjdt-list > li {
  height: auto;
  line-height: unset;
  margin-top: 10px;
}
.zrbg-items-box {
  font-size: 0;
}
.zrbg-items-box > li {
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}
.zrbg-items-box > li:first-child {
  margin-left: 0;
}
.zrbg-items-box > li img {
  box-shadow: 5px 0px 5px #e9e9e9;
  background: #e9e9e9;
  padding-bottom: 5px;
  width: 100%;
  height: 288px;
}
.zrbg-items-box > li .zrbg-item-download {
  display: block;
  width: 150px;
  height: 32px;
  background-color: #5a96da;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  text-indent: -13px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 20px auto 0;
}
.zrbg-items-box > li .zrbg-item-download:hover {
  background-color: #004898;
}
.zrbg-items-box > li .zrbg-item-download img {
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: none;
  background: transparent;
  padding: 2px;
}
.shzr-zrmx-imgs {
  margin-top: 50px;
}
.shzr-zrmx-imgs .rlzy-rcdw-cnbox {
  background-color: transparent;
}
.shzr-zrmx-imgs .rlzy-zyrw-itemsbox {
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}
.shzr-zrgl-box {
  margin-top: 40px;
  overflow: hidden;
}
.shzr-zrgl-item {
  width: calc((100% - 80px) / 2);
}
.shzr-zrgl-item > dt {
  position: relative;
  overflow: hidden;
}
.shzr-zrgl-item > dt span {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  font-size: 28px;
  font-weight: bold;
  padding-left: 4px;
}
.shzr-zrgl-item > dt span::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.shzr-zrgl-item > dt img {
  width: 100%;
  border-radius: 20px;
}
.shzr-zrgl-item:first-child > dt span {
  color: #f1f8ff;
}
.shzr-zrgl-item:first-child > dt span::before {
  background-color: #7078a4;
}
.shzr-zrgl-item:last-child > dt span {
  color: #f0e9c1;
}
.shzr-zrgl-item:last-child > dt span::before {
  background-color: #66462c;
}
.shzr-zrgl-item > dd {
  font-size: 16px;
  color: #333;
  padding: 0 1em;
}
.shzr-item-list {
  font-size: 0;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 2px solid #f3f3f3;
}
.shzr-item-list > dt {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.shzr-item-list > dt img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.shzr-item-list > dd {
  width: 76%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.shzr-item-list > dd > a {
  font-size: 18px;
}
.shzr-item-list > dd > p {
  font-size: 14px;
  color: #9a9a9a;
}
.shzr-zrbg-lists > li {
  width: calc((100% - 115px) / 4);
  margin-left: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.shzr-zrbg-lists > li:nth-child(4n + 1) {
  margin-left: 0;
}
.shzr-zrbg-lists > li .zrbg-item-download {
  margin: 10px auto 0;
}
.ppwh-whln-slide {
  margin-top: 0;
  height: 400px;
  margin-bottom: 0;
  overflow: visible;
}
.ppwh-whln-slide .zgjj-stage-outer {
  overflow: visible;
}
.ppwh-whln-slide .rlzy-zyrw-item img {
  height: 400px;
  margin: 0 auto;
  display: block;
}
.ppwh-whln-slide .rlzy-zyrw-item em {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #2067be;
  display: block;
  /* width: 480px; */
  margin: 0 36%;
  /* height: 70px; */
  /* line-height: 70px; */
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  font-style: normal;
  overflow: hidden;
  padding: 8px 0;
}
.ppwh-whln-slide .rlzy-zyrw-item i {
  font-style: normal;
}
.ppwh-whln-slide .rlzy-zyrw-item i::before {
  content: "";
  width: 26px;
  height: 15px;
  background: url(/web/css/icon-dots.png) 0 0 no-repeat;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
.ppwh-whln-slide .rlzy-zyrw-item i::after {
  content: "";
  width: 26px;
  height: 15px;
  background: url(/web/css/icon-dots.png) 0 0 no-repeat;
  vertical-align: bottom;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion {
  position: relative;
  z-index: 2;
  height: 108px;
  border-bottom: 2px solid #f3f3f3;
  font-size: 0;
  text-align: center;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li {
  display: inline-block;
  font-size: 18px;
  color: #7c7c7c;
  line-height: 128px;
  font-weight: bold;
  padding: 0 60px 0 0;
  height: 108px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li::before {
  content: "";
  background-color: #ffe39a;
  width: 2px;
  height: 10px;
  float: left;
  display: block;
  margin-top: 60px;
  margin-right: 60px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li.cur span::before {
  content: "";
  border: 2px solid #f3f3f3;
  width: 10px;
  height: 10px;
  display: block;
  top: auto;
  bottom: -6px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  background: #fff;
  border-right: 0;
  border-bottom: 0;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li:last-child {
  padding: 0;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li:last-child:after {
  content: "";
  background-color: #ffe39a;
  width: 2px;
  height: 10px;
  float: right;
  display: block;
  margin-top: 60px;
  margin-left: 60px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li a {
  color: #7c7c7c;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li.cur {
  font-weight: bold;
  font-size: 24px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li.cur a {
  color: #333;
}
.ppwh-common-layer > dt {
  line-height: 60px;
}
.ppwh-common-layer > dt > a {
  color: #dbc07b;
  font-size: 28px;
}
.ppwh-common-layer > dt::before {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
}
.ppwh-whgs-item {
  height: 480px;
}
.ppwh-whgs-item > dt,
.ppwh-whgs-item > dd {
  height: 480px;
}
.ppwh-whgs-item > dt img {
  height: 440px;
  transition: all 0.3s ease-in-out;
}
.ppwh-whgs-item > dt:hover img {
  opacity: 0.88;
}
.ppwh-whgs-item > dt span {
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: calc(100% - 50px);
  font-size: 16px;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.ppwh-whgs-item > dt span:hover {
  color: #004898;
}
.ppwh-whgs-item > dd {
  width: 640px;
}
.ppwh-whgs-imglist {
  font-size: 0;
}
.ppwh-whgs-imglist > li {
  display: inline-block;
  width: 280px;
  margin: 0 20px;
  vertical-align: top;
  font-size: 16px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 15px;
}
.ppwh-whgs-imglist > li img {
  height: 185px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.ppwh-whgs-imglist > li:hover img {
  opacity: 0.96;
  transform: scale(0.99);
}
.ppwh-whgs-imglist > li span {
  display: block;
  height: 40px;
  line-height: 52px;
}
.ppwh-ppsl-box {
  background: url(/web/css/bg-ppwh-ppsl.png) center top no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 30px 0 50px;
}
.ppwh-ppsl-items {
  width: 1140px;
  margin: 0 auto;
}
.ppwh-ppsl-items > dd {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ppwh-ppsl-items > dd i {
  display: block;
  width: 200px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 14px;
  margin-top: 30px;
}
.ppwh-ppsl-items img {
  display: block;
  margin: 12px auto;
  height: 76px;
  max-width: 100%;
}
.ppwh-ppsl-items > dt,
.ppwh-ppsl-items > dd {
  text-align: center;
}
.ppwh-ppcon-box {
  font-size: 0;
  overflow: hidden;
}
.ppwh-ppcon-item {
  width: calc((100% - 80px) / 3);
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ppwh-ppcon-item > dt {
  margin-bottom: 10px;
}
.ppwh-ppcon-item:nth-child(2) {
  margin: 0 40px;
}
.ppwh-ppcon-item > dd img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.ppwh-ppcon-item > dd:hover img {
  transform: scale(0.96);
}
.ppwh-ppcon-item > dd em {
  font-style: normal;
  position: absolute;
  width: 150px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #c6d7e4;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  border-radius: 36px;
  color: #3d66b7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}
.ppwh-ppcon-item > dd {
  padding-bottom: 18px;
}
.ppwh-whln-box {
  padding: 0;
}
/* .ppwh-whln-innercon {
  margin-top: 40px;
} */
.ppwh-whln-innercon .kjcx-common-layer > dt > a {
  color: #004898;
}
.ppwh-whln-block {
  margin-top: 40px;
}
.ppwh-whln-block .ppwh-whln-item > dt {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ppwh-whln-block .ppwh-whln-item > dt img {
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.ppwh-whln-block .ppwh-whln-item:hover > dt img {
  transform: scale(0.96);
}
.ppwh-whln-block .ppwh-whln-item > dt em {
  font-style: normal;
  background-color: #2067be;
  padding: 20px 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 55px;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
}
.ppwh-whln-block .ppwh-whln-item > dt i {
  /* display: inline-block; */
  font-style: normal;
  font-weight: normal;
}
.ppwh-whln-block .ppwh-whln-item > dt i::after {
  content: "";
  display: block;
}
/* .ppwh-whln-block .ppwh-whln-item > dt i::before, */
.ppwh-whln-block .ppwh-whln-item > dt em::before {
  content: "";
  width: 26px;
  height: 15px;
  background: url(/web/css/icon-dots.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
.ppwh-whln-block .ppwh-whln-item > dt em::after {
  content: "";
  width: 26px;
  height: 15px;
  background: url(/web/css/icon-dots.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  margin-bottom: 5px;
}
.ppwh-whln-block .ppwh-whln-item > dt a {
  color: #fff;
}
.ppwh-whln-block .ppwh-whln-item > dt em {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
}
.ppwh-whln-block .ppwh-whln-item > dt span {
  height: 30px;
  width: calc(100% - 110px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: 0 55px;
  border-radius: 10px 10px 0 0;
}
.ppwh-whln-block .ppwh-whln-item > dd {
  margin: 0 55px;
  padding: 10px 30px 40px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
}
.ppwh-whln-block:first-of-type .ppwh-whln-item > dt span,
.ppwh-whln-block:first-of-type .ppwh-whln-item > dd {
  background: rgba(237, 246, 246, 0.96);
}
.ppwh-whln-block:nth-of-type(2) .ppwh-whln-item > dt span,
.ppwh-whln-block:nth-of-type(2) .ppwh-whln-item > dd {
  background: rgba(246, 242, 237, 0.96);
}
.ppwh-whln-block:nth-of-type(3) .ppwh-whln-item > dt span,
.ppwh-whln-block:nth-of-type(3) .ppwh-whln-item > dd {
  background: rgba(255, 248, 234, 0.96);
}
.ppwh-whln-block:nth-of-type(4) .ppwh-whln-item > dt span,
.ppwh-whln-block:nth-of-type(4) .ppwh-whln-item > dd {
  background: rgba(239, 249, 255, 0.96);
}
.ppwh-whln-block:last-of-type .ppwh-whln-item > dt span,
.ppwh-whln-block:last-of-type .ppwh-whln-item > dd {
  background: rgba(255, 243, 238, 0.96);
}
.ppwh-pptx-imgs {
  border: 0;
}
.ppwh-lists-item {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.ppwh-lists-item > dt {
  position: relative;
  z-index: 1;
  width: 420px;
}
.ppwh-lists-item > dt b {
  font-size: 30px;
  margin-top: 35px;
  margin-left: 20px;
  display: inline-block;
  line-height: 1.3;
}
.ppwh-lists-item > dt::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 40px;
  background-color: #f9f5ec;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.ppwh-lists-item > dt ul {
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.ppwh-lists-item > dt ul li i,
.ppwh-lists-item > dt ul li em {
  font-style: normal;
}
.ppwh-lists-item > dt ul li i {
  color: #9a9a9a;
}
.ppwh-lists-item > dd:first-of-type {
  width: 450px;
  position: absolute;
  top: 0;
  right: 0;
}
.ppwh-lists-item > dd:first-of-type img {
  display: block;
  width: 100%;
}
.ppwh-lists-item > dd:last-child {
  background-color: rgba(245, 245, 245, 0.9);
  position: relative;
  z-index: 0;
  width: 610px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}
.ppwh-lists-item > dd:last-child::before {
  content: "";
  border: 30px solid transparent;
  border-right-color: #f0f0f0;
  position: absolute;
  top: -30px;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.ppwh-lists-item > dd:last-child::after {
  content: "";
  border: 20px solid transparent;
  border-right-color: rgba(245, 245, 245, 0.9);
  border-bottom-color: rgba(245, 245, 245, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.ppwh-pptd-box {
  padding: 0 40px;
}
.ppwh-pptd-box .gltd-leader-items > li p {
  height: auto;
}
.ppwh-pptd-box .gltd-leader-items > li p::before {
  height: 100%;
}
.ppwh-pptd-box .gltd-leader-items > li p i {
  display: block;
}
.ppwh-pptd-box .gltd-leader-items > li {
  height: 324px;
  margin-top: 50px;
}
.ppwh-pptd-box .gltd-leader-items {
  overflow: visible;
}
.ppwh-pptd-box .gltd-leader-items > li img {
  height: 210px;
  border-radius: 10px;
}
.ppwh-pptd-detail {
  padding: 0;
}
.ppwh-pptd-detail .gltd-leaders-desc {
  margin-top: 40px;
}
.ppwh-pptd-detail .gltd-leaders-desc > dd {
  width: 500px;
  margin-right: 40px;
}
.ppwh-ppyg-box {
  padding: 0 40px;
  margin-top: 0;
}
.ppwh-ppyg-box .gltd-leader-items {
  overflow: visible;
}
.ppwh-ppyg-box .gltd-leader-items > li {
  height: 370px;
  margin-top: 40px;
}
.ppwh-ppyg-box .gltd-leader-items > li img {
  height: 315px;
}
.ppwh-ppyg-detail {
  padding: 0;
  margin-top: 40px;
  margin-right: 40px;
}
.ppwh-ppyg-detail .gltd-leaders-desc > dd {
  width: 520px;
}
.xxgk-items-box {
  font-size: 0;
}
.xxgk-items-box > li {
  display: inline-block;
  font-size: 22px;
  width: 29%;
  margin-left: 5%;
  margin-bottom: 50px;
  background-color: #ecedef;
  border-radius: 5px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  margin: 30px 2% 20px;
  transform: skewX(-15deg);
  border: 1px solid #e5e5e5;
}
.xxgk-items-box > li a {
  transform: skewX(15deg);
  display: block;
}
.xxgk-items-box > li:hover {
  background-color: #d9edff;
  border-color: #bfe1ff;
}
.copy-contact-us .tzzgx-tzzrx-item > dt {
  font-size: 16px;
  font-weight: normal;
}
.copy-contact-us .tzzgx-tzzrx-item {
  margin-bottom: 0;
}
.copy-contact-us .tzzgx-tzzrx-item:nth-child(5) > dd dl {
  text-decoration: underline;
}
.copy-contact-us .tzzgx-tzzrx-item > dd i {
  display: none;
}
.bqsm-box {
  margin: 50px auto;
}
.copy-bqsm-box {
  background-color: #f3f3f3;
  border-radius: 20px;
}
.bqsm-content-box {
  font-size: 16px;
  color: #333;
}
.bqsm-content-box p {
  text-indent: 2em;
}
.bqsm-content-box p > b {
  margin-bottom: 10px;
  display: block;
}
.copy-yqlj-box {
  padding: 20px 40px;
  font-size: 0;
}
.yqlj-inner-box > li {
  display: inline-block;
  font-size: 16px;
}
.yqlj-inner-box > li:first-child {
  width: 58%;
}
.yqlj-inner-box > li:last-child {
  width: 42%;
}
.yqlj-item-box {
  margin: 0 20px;
}
.yqlj-item-box > dt {
  height: 40px;
  background-color: #e2ecf4;
  line-height: 40px;
  padding-left: 35px;
}
.yqlj-item-box > dd {
  font-size: 0;
}
.yqlj-item-list {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-left: 35px;
  width: 40%;
  margin-top: 10px;
  border-left: 1px solid #ebebeb;
  padding: 5px 0;
}
.yqlj-item-list > li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
}
.yqlj-item-list > li a:hover {
  /* font-weight: bold; */
  text-decoration: underline;
}
.yqlj-item-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #efd2af;
  position: absolute;
  left: -4px;
  top: 17px;
}
.yqlj-inner-box > li:last-child .yqlj-item-list {
  width: 80%;
}
.co-gylxt-box {
  width: 100%;
}
.co-gylxt-box .tzzgx-tzzrx-map {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.co-gylxt-box .tzzgx-tzzrx-map > dt {
  border-bottom: 2px solid #787878;
}
.co-gylxt-box .tzzgx-tzzrx-map > dd {
  background-color: #f8f8f8;
  padding: 130px;
}
.co-enterxt {
  width: 248px;
  height: 58px;
  background-color: #f4ba63;
  border: 1px solid #e19f3b;
  border-radius: 30px;
  display: block;
  font-size: 24px;
  color: #3e4042;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  top: -160px;
  z-index: 2;
}
.co-enterxt:hover {
  font-weight: bold;
  color: #3e4042;
}
.c-gyxtdesc {
  font-size: 16px;
}
.c-gyxtdesc p {
  margin-bottom: 1em;
  text-indent: 2em;
}
.co-gyxtdesc-blockg {
  background-color: #e8e8e8;
  padding: 3em;
  margin-bottom: 1em;
}
.co-gyxtdesc-blockg p:last-child {
  margin-bottom: 0;
}
.website-map-box {
  border-radius: 30px;
  border: 8px solid #f3f3f3;
  padding: 50px;
}
.copy-sitemap-box {
  padding: 0 40px;
}
.website-map-box > dt {
  text-align: center;
}
.website-map-cnt {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin-top: 50px;
}
.website-map-cnt table {
  /* border: 1px solid #c8def4; */
  /* border-collapse: collapse; */
  margin-bottom: 10px;
}

.website-map-cnt table td {
  padding: 0 4px;
  border: 1px solid #c8def4;
  background-color: #f1f7fd;
  border-radius: 2px;
  text-align: center;
  height: 40px;
}
.website-table-title > td:first-child {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 28%;
  border-radius: 10px 2px 2px 10px;
}
.website-table-title > td:nth-child(2) {
  width: 28%;
}
.website-table-title > td:first-child::before {
  content: "";
  width: 6px;
  height: 96%;
  background-color: #c8def4;
  position: absolute;
  top: 2%;
  right: auto;
  bottom: auto;
  left: 5px;
  margin: auto;
  border-radius: 6px;
}
.website-map-cnt table:nth-child(even) td {
  border: 1px solid #ead8bd;
  background-color: #f9f5ef;
}
.website-map-cnt
  table:nth-child(even)
  .website-table-title
  > td:first-child::before {
  background-color: #ead8bd;
}
/* main content end */
/* index */
.rlzy-rcyj-slide .zgjj-dots {
  display: none;
}
.index-cloumn-banner .ppwh-whln-slide {
  height: 580px;
}
.index-cloumn-banner .ppwh-whln-slide .rlzy-zyrw-item img {
  height: 550px;
}
.index-cloumn-banner .zgjj-dots {
  height: 30px;
  text-align: center;
  display: block;
  font-size: 0;
}
.index-cloumn-banner button.zgjj-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 10px 5px 0;
  position: relative;
}
.index-cloumn-banner button.zgjj-dot span {
  position: absolute;
  left: -5px;
  width: 10px;
  height: 10px;
}
.index-cloumn-banner button.zgjj-dot.active {
  background-color: #ffe39a;
}
.idx-column-box {
  margin: 30px auto;
}
.idx-top-layer {
  position: relative;
}
.idx-top-layer > dt {
  padding-left: 5px;
  margin-bottom: 20px;
}
.idx-top-layer > dd {
  border-top: 5px solid #f3f3f3;
}
.idx-news-slide {
  height: 450px;
  margin-top: 30px;
  margin-bottom: 0;
  width: 600px;
}
.idx-news-slide .zgjj-item img {
  height: 400px;
  transition: all 0.5s ease-in-out;
}
.idx-news-slide .zgjj-item:hover img {
  transform: scale(1.05);
}
.idx-news-slide .idx-news-item {
  height: 400px;
}
.idx-news-slide .idx-news-item span {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
/* .idx-news-slide .idx-news-item:hover span {
  font-weight: bold;
  color: #004898;
} */
.idx-news-slide .zgjj-dots {
  height: 30px;
  text-align: center;
  display: block;
  font-size: 0;
  margin-top: 10px;
}
.idx-news-slide button.zgjj-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 10px 5px 0;
  position: relative;
}
.idx-news-slide button.zgjj-dot span {
  position: absolute;
  left: -5px;
  width: 10px;
  height: 10px;
}
.idx-news-slide button.zgjj-dot.active {
  background-color: #ffe39a;
}
.idx-mslide-nav .zgjj-slide-nav {
  height: 50px;
  top: auto;
  width: 20%;
  position: absolute;
  right: 20px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.idx-mslide-nav .zgjj-slide-nav button.zgjj-next,
.idx-mslide-nav .zgjj-slide-nav button.zgjj-prev {
  width: 15px;
  height: 22px;
  left: 0;
  background: url(/web/css/icon-left-nar.png) 0 0 no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  background-size: 100% 100%;
  top: 14px;
}
.idx-mslide-nav .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.idx-news-tbox {
  overflow: hidden;
}
.idx-news-ttitle {
  position: absolute;
  width: 540px;
  font-size: 0;
  height: 50px;
  right: 0;
  top: 30px;
  z-index: 3;
}
.idx-news-ttitle > li {
  display: inline-block;
  font-size: 20px;
  color: #bcbcbc;
  font-weight: bold;
  cursor: default;
  position: relative;
}
.idx-news-ttitle > li:not(:first-child)::before {
  content: "/";
  color: #bcbcbc;
  font-size: 14px;
  display: inline-block;
  margin: 0 20px;
}
.idx-news-ttitle > li.cur {
  font-size: 28px;
  color: #dbc07b;
}
.idx-news-ttitle > li.cur em {
  border-bottom: 10px solid #dbc07b;
  padding-bottom: 5px;
}
.idx-news-ttitle > li em {
  font-style: normal;
}
.idx-news-tcnt {
  overflow: hidden;
  min-height: 480px;
}
.idx-news-ttitle > li a {
  color: #bcbcbc;
}
.idx-news-ttitle > li.cur a {
  color: #dbc07b;
}
.hover-mask {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}
.idx-news-lists {
  width: 600px;
  margin-top: 30px;
}
.idx-news-lists > dt {
  height: 122px;
  overflow: hidden;
}
.idx-news-lists > dt > a {
  font-size: 32px;
  font-weight: bold;
  /* color: #2e4383;
  text-decoration: underline; */
  line-height: 1.2;
}
.idx-news-lists > dt > a:hover {
  text-decoration: underline;
}
.idx-news-lists > dt > p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.5;
}
.idx-news-list {
  margin-top: 20px;
}
.idx-news-list > li {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.idx-news-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  margin-right: 10px;
}
/* .idx-news-list > li:hover::before {
  background-color: #004898;
} */
.idx-news-list > li i {
  float: right;
  font-size: 12px;
  font-style: normal;
  color: #9a9a9a;
}
.idx-news-list > li > a {
  max-width: 88%;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.idx-news-more {
  width: 138px;
  height: 38px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 38px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.idx-topic-items .zgjj-slide-nav {
  height: 50px;
  top: 40%;
  /* width: calc(100% - 20px);
  position: absolute; */
  right: 10px;
  /* display: block; */
}
.idx-topic-items .zgjj-slide-nav button.zgjj-next,
.idx-topic-items .zgjj-slide-nav button.zgjj-prev {
  width: 20px;
  height: 33px;
  left: 10px;
  background: url(/web/css/icon-mleft-nar.png) 0 0 no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  background-size: 100% 100%;
  top: 36px;
}
.idx-topic-items .zgjj-slide-nav button.zgjj-next {
  left: auto;
  right: 10px;
  transform: rotateY(180deg);
}
.idx-topic-items .zgjj-slide-nav button.zgjj-next:hover,
.idx-topic-items .zgjj-slide-nav button.zgjj-prev:hover {
  opacity: 1;
}
.idx-topic-box {
  height: 110px;
  overflow: hidden;
  margin: 20px 0;
}
.idx-topic-box > dt {
  width: 40px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.idx-topic-box > dt > a {
  color: #004898;
  margin-top: 10px;
  display: inline-block;
}
.idx-topic-box > dt::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background-color: #e3edf6;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.idx-topic-box > dd {
  width: calc(100% - 60px);
}
.bg-three-1 {
  background: url(/web/css/idx-three-bg1.png) center top no-repeat;
}
.bg-three-2 {
  background: url(/web/css/idx-three-bg2.png) center top no-repeat;
}
.bg-three-3 {
  background: url(/web/css/idx-three-bg3.png) center top no-repeat;
}
.big-three-box {
  height: 550px;
  background-size: cover;
  position: relative;
}
.idx-big-three-box {
  overflow: hidden;
}
.common-clitabg-title {
  width: 660px;
  margin: 40px auto 0;
  font-size: 0;
}
.common-clitabg-title > li {
  display: inline-block;
  width: 220px;
  height: 76px;
  position: relative;
}
.common-clitabg-title > li img {
  display: block;
  margin: 18px auto;
}
.common-clitabg-title > li.cur {
  background-color: #004898;
  border-radius: 10px;
}
.bigdata-actives-items {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.bigdata-actives-items > li {
  display: inline-block;
  font-size: 16px;
  color: #e4f1ff;
  text-align: center;
  margin: 0 30px;
  vertical-align: top;
}
.bigdata-actives-items > li em {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 88px;
  font-weight: bold;
  display: block;
  height: 140px;
  color: #fff;
}
.bigdata-actives-items > li i {
  font-style: normal;
  display: block;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 100px;
}
.bigdata-actives-items > li:nth-child(3) i {
  max-width: 150px;
}
.bigdata-actives-items > li:last-child i {
  max-width: 150px;
}
.idx-big-three-video {
  position: relative;
  text-align: center;
  height: 432px;
  top: -240px;
  z-index: 3;
}
.idx-big-three-video > dt {
  height: 20px;
  font-size: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  top: auto;
  right: 0;
  margin: auto;
}
.idx-big-three-video > dt img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-right: 5px;
}
.idx-big-three-video > dt i {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
}
/* .idx-big-three-video > dd {
  transform: translate(100%);
  background-color: #000;
  height: 432px;
}
.idx-big-three-video.cur > dd {
  transform: translate(0);
  position: relative;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}
.idx-big-three-video.cur > dd span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: calc(50% + 354px);
  right: auto;
  top: 15px;
  bottom: auto;
  margin: auto;
  background-color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 1em;
  border-radius: 0 6px 6px 0;
}
.idx-big-three-video > dd video {
  height: 400px;
  margin: 16px auto;
} */
.trafic-city-subnav {
  font-size: 0;
  overflow: hidden;
  width: 50%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  text-align: center;
}
.trafic-city-subnav > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  border-radius: 18px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 19%;
  text-align: center;
  margin: 15px 3%;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
  overflow: hidden;
}
.trafic-city-subnav > li a {
  color: #fff;
  display: block;
}
.trafic-city-subnav > li:hover {
  background-color: #0f65b8;
  border-color: #0f65b8;
}
.city-subnav-box > li {
  font-size: 18px;
  width: 23%;
  margin: 15px 1%;
}
.idx-ppcon-box {
  overflow: visible;
  padding-top: 20px;
}
.idx-ppcon-item {
  width: 272px;
  height: 320px;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.idx-ppcon-item:hover {
  top: -20px;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 10px 10px;
}
.idx-ppcon-item:hover > dd img {
  transform: scale(1.05);
}
.idx-ppcon-item > dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.idx-ppcon-item > dd img {
  width: 100%;
  height: 100%;
}
.idx-ppcon-item:nth-child(2) {
  margin: 0 64px;
}
.idx-ppcon-item:last-child {
  margin-left: 64px;
}
.idx-ppcon-item > dt {
  margin: 26px;
  padding-left: 4px;
  line-height: 60px;
}
.idx-ppcon-item > dt::before {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}
.idx-ppcon-item:first-child > dt::before {
  background-color: #d72626;
}
.idx-ppcon-item:nth-child(2) > dt::before {
  background-color: #58cfe9;
}
.idx-ppcon-item:nth-child(3) > dt::before {
  background-color: #f6f6f6;
}
.idx-ppcon-item:last-child > dt::before {
  background-color: #2f4c79;
}
.idx-ppcon-item > dt > a {
  font-size: 28px;
  color: #fff;
}
.idx-ppcon-item:nth-child(3) > dt > a {
  color: #dbc07b;
}
.idx-ppcon-item:nth-child(3) > dt > a i {
  color: #757575;
}
.idx-ppcon-item > dt > a i {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  display: block;
  font-style: normal;
}
.idx-bottom-infos {
  margin-top: 50px;
  overflow: hidden;
}
.idx-bottom-infos > dt {
  width: 464px;
}
.idx-bottom-infos > dd {
  width: 710px;
}
.idx-infos-items .idx-news-ttitle {
  position: static;
  padding-bottom: 13px;
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
}
.idx-infos-items .idx-news-ttitle > li.cur em {
  border-bottom: 0;
  padding-bottom: 0;
}
.idx-infos-items .idx-news-list {
  margin-top: 10px;
}
.idx-infos-items .idx-news-list > li a:hover {
  text-decoration: underline;
  /* font-size: 20px; */
  transition: all 0.3s ease-in-out;
}
.zgjj-idx-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  /* height: 176px; */
}
.zgjj-idx-logos > li {
  margin: 5px 2%;
  text-align: center;
  position: relative;
}
.zgjj-idx-logos > li img {
  height: 40px;
}
.zgjj-idx-logos > li div {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 2;
  bottom: 20px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.zgjj-idx-logos > li div::after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #fff;
  bottom: -3px;
  position: relative;
  z-index: 3;
}
.zgjj-idx-logos > li:hover {
  padding: 0 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transition: all 0.3s ease-in-out;
}
.zgjj-idx-logos > li:hover div {
  display: block;
}
.zgjj-idx-logos > li div img {
  display: block;
  margin: 10px;
  width: 100px;
  height: 100px;
}
.more-forward {
  width: 100%;
  height: 34px;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  line-height: 34px;
  font-size: 14px;
  color: #adadad;
}
.idx-stocks-box {
  border: 1px solid #dfdfdf;
  height: 56px;
  border-radius: 28px;
  margin-top: 15px;
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}
.idx-stocks-box.cur > li:first-child {
  margin-top: -56px;
}
.idx-stocks-box > li {
  height: 56px;
  line-height: 52px;
  font-size: 0;
}
.idx-stocks-box > li > a {
  color: #30353a;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.idx-stocks-box > li > span {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.idx-stocks-box > li > a:hover {
  color: #004898;
}
.idx-stocks-box em {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 13px;
  cursor: pointer;
}
.idx-stocks-box em img {
  width: 100%;
  display: block;
}
.idx-stocks-box > li > span {
  padding-right: 12px;
  color: #30353a;
  margin-left: 20px;
}
.idx-stocks-box > li > span::after {
  content: "";
  width: 9px;
  height: 11px;
  background: url(/web/css/stock-nar.png) right center no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 5px;
}
.idx-stocks-box > li > span i {
  font-style: normal;
  color: #949494;
  margin-left: 10px;
  margin-right: 5px;
}
.idx-stocks-box > li > span.stock-down > span {
  color: #41cd2c;
}
.idx-stocks-box > li > span.stock-down::after {
  filter: invert(63%) sepia(80%) saturate(532%) hue-rotate(61deg)
    brightness(93%) contrast(85%);
}
.idx-stocks-box > li > span.stock-up > span {
  color: #f00;
}
.idx-stocks-box > li > span.stock-up::after {
  filter: invert(11%) sepia(88%) saturate(7271%) hue-rotate(4deg)
    brightness(93%) contrast(122%);
  transform: rotate(180deg);
}

.zgjj-pcmenu-hover {
  /* background-color: #054ba1; */
  height: 90px;
  background: linear-gradient(166deg, #054692, #103f86);
}
.zgjj-nav > li.cur a::after,
.zgjj-nav > li a:hover::after {
  display: none;
}
.zgjj-nav > li.cur a::after,
.zgjj-nav > li:last-child a:hover::after {
  display: block;
}
.zgjj-pcmenu-hover .zgjj-nav > li.curr::after,
.zgjj-pcmenu-hover .zgjj-nav > li:hover::after {
  content: "";
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}
.zgjj-pcmenu-hover .zgjj-nav > li.curr a::after {
  display: none;
}
.pc-menu-hlw-h,
.pc-menu-hsn-h,
.pc-menu-hsi-h {
  display: block;
}
.zgjj-pcmenu-hover .pc-menu-hlw-h,
.zgjj-pcmenu-hover .pc-menu-hsi-h,
.zgjj-pcmenu-hover .pc-menu-hsn-n {
  display: none;
}
.pc-menu-hlw,
.pc-menu-hsn {
  display: none;
}
.zgjj-pcmenu-hover .pc-menu-hlw,
.zgjj-pcmenu-hover .pc-menu-hsn {
  display: block;
}
/* .zgjj-pcmenu-hover .zgjj-nav > li.cur a::after,
.zgjj-pcmenu-hover .zgjj-nav > li a:hover::after,
.zgjj-pcmenu-hover .zgjj-nav > li:hover a::after {
  border-bottom: 3px solid #fff;
  bottom: -40px;
} */
.zgjj-pcmenu-hover .zgjj-nav > li {
  padding: 0;
  height: 68px;
}
.zgjj-pcmenu-hover .zgjj-nav > li a {
  color: #fff;
  padding: 0 10px;
  display: block;
  height: 32px;
  line-height: 32px;
}
.zgjj-pcmenu-hover .zgjj-search > dd {
  background-color: #fff;
}
.zgjj-pcmenu-hover .websites-chosen-title > a,
.zgjj-pcmenu-hover .websites-chosen-title > span {
  color: #004898;
}
.zgjj-pcmenu-hover .zgjj-nav > li.curr a,
.zgjj-pcmenu-hover .zgjj-nav > li:hover a {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  display: block;
  height: 32px;
  line-height: 32px;
}
.zgjj-pcmenu-hover .zgjj-nav > li.curr a,
.zgjj-pcmenu-hover .zgjj-nav > li:hover a {
  color: #004898;
}
.zgjj-pcmenu-hover .zgjj-nav > li:hover a {
  font-weight: bold;
}
.idx-menus-box {
  /* display: none; */
  z-index: 3;
  position: absolute;
  top: 97px;
  width: 100%;
  width: 100%;
  height: 290px;
  border-top: 3px solid #1858ac;
  background: url(/web/css/bg-dropbox-menus.png) right bottom no-repeat;
}
.idx-menus-box.curr {
  display: block;
}
.idx-menus-inner {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  height: 230px;
  margin: 30px auto;
  line-height: 1.6;
}
.pc-download-subitem {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #6994c5;
}
.pc-download-subitem {
  background: linear-gradient(135deg, #043b7e -20%, rgba(0, 0, 0, 0) 72%)
    no-repeat;
  background-size: 80% 80%;
  padding: 10px 20px;
  text-align: left;
  border-radius: 20px 0 0 0;
}
.pc-download-submenus {
  font-size: 14px;
  margin: 10px 0 0;
}
.pc-download-submenus > li {
  line-height: 1.8;
}
.pc-download-submenus > li::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #b7d7fb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.pc-download-submenus > li > a {
  color: #b7d7fb;
}
.pc-download-submenus > li > a:hover {
  font-weight: bold;
}
.pc-download-subitem > dt > a {
  color: #fff;
}
.pc-download-subitem > dt > a:hover {
  text-decoration: underline;
}
.pc-download-subitem > dd.no-item {
  /* border-top: 4px solid #1858ac; */
  margin-top: 10px;
  width: 50px;
}
.dropbox-slide-box {
  width: 150px;
  height: 220px;
  display: inline-block !important;
  padding: 0;
  margin: 0 10px;
  border-radius: 4px;
  position: relative;
}
.dropbox-slide-box .zgjj-item img {
  height: 220px;
}
.dropbox-slide-box .zgjj-slide-nav {
  display: none;
}
.dropbox-slide-box .zgjj-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 100%;
}
.dropbox-slide-box .zgjj-dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #192a68 !important;
  margin: 0 2px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.dropbox-slide-box .zgjj-dot.active {
  background-color: #4683d9 !important;
}
.pc-menu-h-1 .pc-download-subitem {
  overflow: hidden;
}
.pc-menu-h-1 .pc-download-subitem:first-child,
.pc-menu-h-7 .pc-download-subitem:first-child,
.pc-menu-h-8 .pc-download-subitem:first-child {
  width: 160px;
}
.pc-menu-h-1 .pc-download-subitem:first-child .pc-download-textdsc,
.pc-menu-h-7 .pc-download-subitem:first-child .pc-download-textdsc,
.pc-menu-h-8 .pc-download-subitem:first-child .pc-download-textdsc {
  font-size: 12px;
  display: block;
  border-left: 2px solid #114d9f;
  padding-left: 10px;
  margin-top: 10px;
  max-height: 176px;
  overflow: hidden;
}
.pc-menu-h-1 .pc-download-subitem:last-child {
  width: 160px;
  margin-right: -30px;
}
.pc-menu-h-1 .pc-download-subitem:last-child .pc-download-textdsc,
.pc-menu-h-8 .pc-download-subitem .pc-download-textdsc {
  font-size: 12px;
  display: block;
  border-left: 2px solid #114d9f;
  padding-left: 10px;
  margin-top: 10px;
}
.pc-menu-h-1 .dropbox-slide-box {
  margin: 0 50px 0 30px;
}
.pc-menu-h-2 .pc-download-subitem {
  width: 100px;
  min-height: 110px;
}
.pc-menu-h-3 .pc-download-subitem:first-child {
  width: 260px;
  padding-right: 100px;
}
.pc-menu-h-3 .pc-download-subitem:last-child {
  width: 360px;
  padding-right: 100px;
}
.pc-menu-h-3 .pc-download-submenus,
.pc-menu-h-7 .pc-download-submenus {
  font-size: 0;
}
.pc-menu-h-3 .pc-download-submenus > li,
.pc-menu-h-7 .pc-download-submenus > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 46%;
  margin: 0 2%;
}
.pc-menu-h-4 .idx-menus-inner {
  text-align: left;
  padding-left: 350px;
}
.pc-menu-h-4 .pc-download-subitem {
  padding: 10px 50px 50px 20px;
}
.pc-menu-h-5 .pc-download-subitem {
  padding: 10px 50px 50px 20px;
}
.pc-menu-h-5 .pc-download-subitem:last-child {
  margin-right: 160px;
}
.pc-menu-h-6 .pc-download-subitem {
  padding: 10px 50px 50px 20px;
}
.pc-menu-h-6 .pc-download-subitem:last-child {
  width: 700px;
  margin-right: -80px;
}
.dropbox-ppsl-items {
  font-size: 0;
  margin-top: 10px;
}
.dropbox-ppsl-items > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.dropbox-ppsl-items > li:not(:first-child) {
  margin-left: 20px;
}
.dropbox-ppsl-items > li img {
  width: 160px;
  height: 80px;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.dropbox-ppsl-items > li:hover img {
  transform: scale(1.05);
}
.dropbox-ppsl-items > li em {
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #b7d7fb;
  margin-top: 5px;
}
.dropbox-ppsl-items > li:hover em {
  font-weight: bold;
}
.dropbox-ppsl-items > li em::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #b7d7fb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 2px;
}
.pc-download-report {
  position: relative;
}
.pc-download-report {
  position: relative;
  height: 185px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 10px;
}
.pc-download-report > dt img {
  width: 140px;
  height: 185px;
}
.pc-download-report > dd {
  position: absolute;
  bottom: 0;
}
.pc-download-report > dd .zrbg-item-download {
  display: block;
  width: 140px;
  height: 32px;
  background-color: #5a96da;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  text-indent: -18px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 20px auto 0;
}
.pc-download-report > dd .zrbg-item-download:hover {
  background-color: #004898;
}
.pc-download-report > dd .zrbg-item-download img {
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: none;
  background: transparent;
  padding: 2px;
}
.pc-menu-h-7 .pc-download-submenus {
  width: 180px;
}
.pc-menu-h-7 .pc-download-subitem:last-child {
  margin-right: 100px;
  padding-right: 30px;
}
.pc-menu-h-8 .pc-download-subitem:first-child {
  width: 168px;
}
.pc-menu-h-8 .pc-download-subitem:nth-child(4) {
  width: 128px;
}
.img-makeup-1 {
  width: 140px;
  height: 80px;
  margin-top: 10px;
  border-radius: 4px;
}
.img-makeup-1 + .pc-download-submenus {
  margin-top: 0;
}
.pc-download-picbg {
  position: relative;
  width: 150px;
  height: 230px;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  margin: 0 30px 0 20px;
}
.pc-download-picbg > dt {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 10px;
}
.pc-download-picbg > dd {
  width: 100%;
  height: 100%;
}
.pc-download-picbg > dd img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.pc-download-picbg > dd:hover img {
  transform: scale(1.05);
}
.dropbox-3-subbox {
  width: 160px;
}
.dropbox-3-subbox:first-child {
  margin-left: 200px;
}
.dropbox-3-subbox .pc-download-subitem {
  width: 110px;
  margin-bottom: 20px;
}
.dropbox-4-subbox {
  width: 560px;
}
.dropbox-4-subbox .pc-download-subitem {
  width: 200px;
  margin-bottom: 10px;
}
.ywly-titems {
  font-size: 0;
}
.ywly-titems .xwzx-item-topiclist {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 40px 2% 0px;
}
.ywly-detail-con dd > .ywly-detail-title + .ywly-items-djtd .ywly-djt-item img {
  border-radius: 30px;
  height: 520px;
  max-height: 520px;
  width: auto;
  margin: 0 auto;
}
/* .ywly-detail-con dd > .ywly-detail-title + .ywly-items-djtd .ywly-djt-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
} */
.xwzx-item-topic > dd > a {
  height: 30px;
  overflow: hidden;
  display: inline-block;
}
.xwzx-item-topic > dd > p {
  height: 42px;
  overflow: hidden;
}
.main-con-bg {
  max-width: 1300px;
  margin: 0 auto;
}
.idx-djgz-img {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 1280px;
  height: 62px;
}
/* index */
.tzzgx-gszl-item {
  height: auto;
  line-height: 1.5;
  padding: 20px 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tzzgx-gszl-item > dt {
  width: 75%;
}
.ywly-detail-con dd > .ywly-detail-title + .ywly-items-djtd .ywly-djt-item img {
  /* width: 100%; */
  width: auto;
  max-width: 1280px;
}
.index-cloumn-banner .ppwh-whln-slide .rlzy-zyrw-item img {
  border-radius: 10px;
}
.ppwh-ppsl-box,
.big-three-box {
  border-radius: 30px;
}
.shzr-zrxd-items > li img {
  transition: all 0.3s ease-in-out;
}
.shzr-zrxd-items > li:hover img {
  transform: scale(1.05);
}
.ppwh-whln-slide .rlzy-zyrw-item em {
  margin: 0 33%;
  font-size: 30px;
  padding: 8px 0.75em;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em {
  margin: 0 29%;
  text-align: left;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em i span {
  font-weight: normal;
}
/* .ppwh-whln-slide .rlzy-zyrw-item[data-hash="3"] em {
  margin: 0 33%;
} */
.pc-menu-h-10 .idx-menus-inner {
  text-align: left;
  /* padding-left: 400px; */
}
.pc-menu-h-10 .pc-download-subitem {
  width: 12%;
  margin-bottom: 30px;
}
.pc-menu-h-10 .pc-download-subitem:nth-child(5n + 1) {
  margin-left: 220px;
}
.xwzz-sign-box {
  text-align: right;
  margin-top: 50px;
  text-indent: 0;
}
.xwzz-sign-box em {
  font-style: normal;
  display: block;
}
.xwzz-sign-box img {
  display: inline-block;
  margin-top: 10px;
}
.kjcx-ydyl-cntb {
  margin-top: 25px;
  border: 2px solid #eaeaea;
  padding: 15px;
}
.kjcx-ydyl-cntb > dt img {
  display: block;
  width: 100%;
}
.kjcx-ydyl-cntb > dd {
  padding: 20px 30px;
  /* text-align: center; */
}
/* @keyframes onHoverAnimation {
  0% {
    background-color: #054692;
  }
  100% {
    background-color: #103f86;
  }
} */
/* .zgjj-header {
  transition: all 1.5s ease-in-out;
} */
.zgjj-pcmenu-hover {
  /* position: fixed; */
  height: 100px;
  /* animation-name: onHoverAnimation; */
  transition: background 0.5s linear;
  /* margin-bottom: 100px; */

  /* transition: all 1.5s ease-in-out; */
}
.idx-menus-box {
  background: linear-gradient(166deg, #054692, #103f86);
  position: absolute;
  top: 100px;
}
/* .idx-menus-box {
  height: 0;
  border-top: 0;
  background: linear-gradient(166deg, #054692, #103f86);
}
.idx-menus-box .idx-menus-inner {
  display: none;
}
.idx-menus-box.curr {
  height: 290px;
  border-top: 3px solid #1858ac;
}
.idx-menus-box.curr .idx-menus-inner {
  display: block;
} */
/* .idx-big-three-video {
  height: 552px;
  top: -360px;
}
.idx-big-three-video.cur > dd {
  height: 100%;
} */
.video-responed {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /* transform: translate(100%); */
  /* background-color: #000; */
  overflow: hidden;
}
.video-responed.cur {
  transform: translate(0);
  /* z-index: 99; */
  transition: all 0.5s ease-in-out;
}
.video-responed.cur > span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: calc(50% + 558px);
  right: auto;
  top: 0;
  bottom: auto;
  margin: auto;
  background-color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 1em;
  border-radius: 0 0 6px 6px;
  z-index: 999;
}
.video-responed > video {
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.idx-news-list > li > a:hover {
  text-decoration: underline;
}
.footer-infos > li a:hover,
.footer-frilinks .footer-link-items > li:last-child a {
  text-decoration: underline;
}
.tzzgx-gszl-item > dt a:hover {
  text-decoration: underline;
}
.kjcx-kjdt-item > dt {
  overflow: hidden;
}
.kjcx-kjdt-item > dt img {
  transition: all 0.5s ease-in-out;
}
.kjcx-kjdt-item > dt:hover img {
  transform: scale(1.05);
}
.xwzx-tab-titles > li {
  cursor: pointer;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em i {
  position: relative;
  padding-left: 36px;
  display: block;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em i::before {
  position: absolute;
  left: 0;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="3"] em {
  margin: 0 26%;
}
.ppwh-ppyg-box .gltd-leader-items > li {
  width: 400px;
}
.ppwh-ppyg-box .gltd-leader-items > li img {
  height: 300px;
}
.ppwh-ppyg-detail .gltd-leaders-desc > dt img {
  height: 460px;
}
.qqbj-orgnize-title > li {
  cursor: pointer;
}
.xwzx-tab-titles > li a {
  color: #a0a0a0;
}
.xwzx-tab-titles > li.cur a {
  color: #fff;
}
.xwzx-content-box > dd .xwzx-item-txtlist > li a:hover {
  text-decoration: underline;
  font-weight: normal;
}
.xwzx-detail-body,
.xwzx-detail-body p,
.xwzx-detail-body div * {
  font-family: "寰蒋闆呴粦" !important;
  font-size: 18px !important;
}
.xwzx-detail-body p {
  margin-bottom: auto;
}
.topic-common-banner {
  height: 400px;
}
.topic-common-title .cloumn-title {
  height: auto;
  line-height: 36px;
  /* margin-bottom: 20px; */
  padding-top: 22px;
}
.topic-common-title .cloumn-menus > li,
.topic-common-title .cloumn-menus > li a {
  line-height: 24px;
  min-height: 38px;
  margin-bottom: 12px;
  height: auto;
}
.topic-list-topimg {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.topic-list-topimg img {
  width: 760px;
  display: block;
  margin: 0 auto;
}
.topic-content-box {
  margin: 50px auto;
}
.topic-content-box .tzzgx-gszl-item > dt {
  width: 83%;
}

.topic-lists-item {
  margin-bottom: 50px;
  height: 260px;
  overflow: hidden;
}
.topic-lists-item > dt {
  width: 360px;
  height: 100%;
}
.topic-lists-item > dt img {
  width: 100%;
  height: 100%;
}
.topic-lists-item > dd {
  width: calc(100% - 400px);
  line-height: 1.5;
  position: relative;
  height: 100%;
}
.topic-lists-item > dd > b {
  display: block;
  width: 76%;
  font-size: 24px;
}
.topic-lists-item > dd > b a:hover {
  text-decoration: underline;
}
.topic-lists-item > dd > p {
  font-size: 14px;
  color: #727272;
  width: 90%;
  margin-top: 10px;
}
.topic-lists-item > dd > div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  background-color: #f5f5f5;
  text-align: right;
}
.topic-lists-item > dd > div::before,
.topic-lists-item > dd > div::after {
  content: "";
  border: 30px solid transparent;
  border-right-color: #f5f5f5;
  position: absolute;
  right: 145px;
  top: -30px;
  transform: rotate(45deg);
}
.topic-lists-item > dd > div::before {
  border: 20px solid transparent;
  border-right-color: #ffffff;
  right: 155px;
  top: 0;
}
.topic-lists-item > dd > div > i {
  font-style: normal;
  display: inline-block;
  padding: 0 30px 0 60px;
  height: 40px;
  line-height: 40px;
  background-color: #ececec;
  font-size: 16px;
  margin-top: -5px;
  position: relative;
}
.topic-lists-item > dd > div > i a {
  color: #000;
}
.topic-lists-item > dd > div > i a:hover {
  color: #004898;
  text-decoration: underline;
}
.topic-lists-item > dd > div > i::before {
  content: "";
  border: 40px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: -5px;
  top: -40px;
}
.xwzx-slide-item-txt > dt a:hover,
.xwzx-item-txtlist > li > a:hover {
  text-decoration: underline;
}
.xwzx-item-txtlist > li > a:hover {
  border-bottom: 0;
}
.shzr-zrry-items .kjcx-kjdt-list > li::before {
  margin-top: 14px;
  margin-right: 10px;
  margin-left: -16px;
}
.shzr-zrry-items .kjcx-kjdt-list > li {
  padding-left: 16px;
}
.shzr-zrry-items .kjcx-kjdt-list > li a {
  display: inline-block;
}
.kjcx-kjdt-list > li a:hover {
  font-weight: normal;
}
.kjcx-kjdt-item > dt span {
  font-size: 22px;
}
.ppwh-whln-slide {
  z-index: 3;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li > div {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-clitabg-title,
.bigdata-actives-items,
.idx-big-three-video {
  position: relative;
  z-index: 2;
}
.video-responed,
.video-responed.cur {
  transform: translate(0);
  z-index: 0;
  border-radius: 30px;
}
.video-responed video {
  width: 100%;
  object-fit: fill;
}
/* .pcSlide.ywly-items-djt {
  transform: rotate(90deg);
}
.pcSlide.ywly-items-djt .zgjj-item {
  transform: rotate(-90deg);
  width: 1280px;
  height: 520px;
} */
.ywly-pcSlide {
  transform: rotate3d(0, 0, 1, 90deg);
}
.ywly-pcSlide .zgjj-item {
  transform: rotate3d(0, 0, 1, -90deg);
  width: 520px;
  height: 1280px;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em i span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.ywly-titems .xwzx-item-topiclist {
  margin-bottom: 10px;
}
.ywly-detail-con > dd,
.ywly-detail-con + .ywly-list-con > dd {
  height: auto;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em i::before {
  left: -306px;
  top: 12px;
  right: 0;
  bottom: auto;
  margin: auto;
}
.zrbg-items-box > li > a:hover > span,
.shzr-zrbg-lists > li > a:hover > span {
  text-decoration: underline;
}
.shzr-item-list > dd > a:hover {
  text-decoration: underline;
}
.dropbox-mend-title {
  position: absolute;
  color: #fff;
  padding: 10px 20px;
}
.dropbox-mend-title:hover {
  text-decoration: underline;
}
.dropbox-mend-title > a {
  color: #fff;
}
.dropbox-mend-title > a:hover {
  text-decoration: underline;
}
/* .xwzx-detail-body img,
.xwzx-detail-body video {
  max-width: calc(100% - 20px) !important;
} */
.xwzx-detail-body p i {
  margin: 10px auto;
}
/* .xwzx-detail-body img + span,
.xwzx-detail-body video + span {
  width: 100%;
} */
.zrxd-item-cotxt a:hover {
  text-decoration: underline;
}
.rlzy-rcdw-cnbox p {
  text-indent: 0;
}
.ywly-items-dcsd .zgjj-slide-nav {
  display: block !important;
}
.xwzx-detail-body p > span {
  /* font-size: 32px !important; */
  line-height: 1.8 !important;
  font-family: "寰蒋闆呴粦", sans-serif !important;
}
.xwzx-detail-body p > b > span {
  /* font-size: 38px !important; */
  line-height: 1.8 !important;
  font-family: "寰蒋闆呴粦", sans-serif !important;
}
.xwzx-detail-body p > span font,
.xwzx-detail-body p > b span font {
  font-family: "寰蒋闆呴粦", sans-serif !important;
}
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-next,
.ywly-items-dcsd .zgjj-slide-nav button.zgjj-prev {
  outline: none;
}
.qqbj-orgnize-box {
  position: relative;
  min-height: 490px;
}
.qqbj-orgnize-items {
  opacity: 0;
  transition: all 1.5s;
  min-height: 370px;
  position: absolute;
  left: 0;
  top: 80px;
}
.qqbj-orgnize-items.cur {
  opacity: 1;
}
.xwzx-detail-body div {
  margin: 20px auto;
}
.ywly-detail-txt p {
  line-height: 1.8 !important;
}
.ywly-titems .xwzx-item-topiclist {
  margin: 40px 0px 0px;
  width: 445px;
}
.ywly-titems .xwzx-item-topiclist > dt {
  height: 320px;
}
/* .ywly-detail-txt  .TRS_Editor DIV {
  line-height: 1.8;
} */
.tzzgx-tzzfw-items > li {
  width: calc((100% - 105px) / 8);
}
.tzzgx-dqbg-item-double {
  background: url(/web/css/tzzgx-dqbg-nardown-bg.png) 0 0 no-repeat;
  background-size: cover;
}
.tzzgx-dqbg-item-double:hover {
  box-shadow: 5px 5px 0 0 #f5f5f5;
  background: #f5f5f5 url(/web/css/tzzgx-dqbg-nardown-bg.png) 0 0 no-repeat;
  background-size: cover;
}
.tzzgx-dqbg-item-double::after {
  border: 20px solid transparent;
  right: -26px;
  bottom: -26px;
  border-left-color: #fff;
}
.tzzgx-dqbg-item-double > dd {
  overflow: hidden;
}
.tzzgx-dqbg-item-double > dd > a {
  display: block;
}
.tzzgx-dqbg-item-dnimg {
  width: 26px;
  height: 26px;
  background: url(/web/css/tzzgx-dqbg-nardown-n.png) 0 0 no-repeat;
  float: left;
  background-size: 26px 26px;
  margin-top: 3px;
  margin-left: 10px;
}
.tzzgx-dqbg-item-preview {
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  float: right;
  background-color: #5a96da;
  border-radius: 32px;
  margin-right: 5px;
}
.tzzgx-dqbg-item-double .tzzgx-dqbg-item-dnimg:hover {
  background: url(/web/css/tzzgx-dqbg-nardown-h.png) 0 0 no-repeat;
  background-size: 26px 26px;
}
.tzzgx-dqbg-item-double .tzzgx-dqbg-item-preview:hover {
  background-color: #004898;
}
.tzzgx-dqbg-box {
  position: relative;
}
.tzzgx-iframe-box {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.kjcx-cloumn-slide-box {
  overflow: hidden;
  /* padding: 0 23px; */
}
.kjcx-kjcg-items {
  margin-top: 35px;
}
.kjcx-cloumn-slide .idx-news-slide .idx-news-item,
.kjcx-cloumn-slide .idx-news-slide .idx-news-item span {
  border-radius: 10px;
  overflow: hidden;
}
.kjcx-cloumn-slide .idx-news-slide button.zgjj-dot {
  border-radius: 10px;
}
.kjcx-cloumn-slide .idx-news-slide {
  margin-top: 0;
}
.kjcx-kjcg-items > li:first-child {
  margin-left: 0;
}
.kjcx-kjcg-items > li:last-child {
  margin-right: 0;
}
.kjcx-kjcg-items > li {
  margin: 20px 28px 0;
}
.idx-news-slide button.zgjj-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #e0e0e0;
  margin: 10px 8px 0;
}
.kjcx-cloumn-slide .idx-news-slide button.zgjj-dot.active {
  background-color: #c2c2c2;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.kjcx-cloumn-slide .idx-mslide-nav .zgjj-slide-nav button.zgjj-next,
.kjcx-cloumn-slide .idx-mslide-nav .zgjj-slide-nav button.zgjj-prev {
  top: 18px;
}