@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 1rem !important; }

.mt30 {
  margin-top: 1.5rem !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb80 {
  padding-bottom: 4rem !important; }

input {
  padding: 0 0.5rem; }

input, button, select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

@font-face {
  font-family: "iconfont";
  /* Project id 3569614 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconhxsy';
  /* Project id 3852585 */
  src: url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.woff2?t=1711338576047") format("woff2"), url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.woff?t=1711338576047") format("woff"), url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.ttf?t=1711338576047") format("truetype"); }
@font-face {
  font-family: 'iconfont2';
  /* Project id 2894331 */
  src: url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.woff?t=1641347052121") format("woff"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.ttf?t=1641347052121") format("truetype"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.svg?t=1641347052121#iconfont") format("svg"); }
.iconhxsy {
  font-family: "iconhxsy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  position: relative;
  min-height: 30rem; }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path span {
    display: none; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager a, .pager input, .pager button, .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #9CC301; }
    .pager a.on {
      background-color: #9CC301;
      border-color: #9CC301;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #9CC301;
    cursor: pointer; }
    .pager button:hover {
      background-color: #12B8A0; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a, .pager input, .pager button, .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%;
    min-width: 340px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a, .pager input, .pager button, .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev, .pager a.pager-next, .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes toShow {
  0% {
    opacity: 0;
    transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
h1.center-tit001 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  text-align: center; }
  h1.center-tit001 a {
    color: #fff; }
  h1.center-tit001.black a {
    color: #333; }

h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  position: relative; }
  h1.left-tit-more a.tit {
    font-size: 2rem;
    line-height: 1; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #9CC301;
      font-size: 1.2rem;
      margin-left: 0.5rem;
      display: block; }
    h1.left-tit-more a.more:hover span {
      color: #12B8A0; }
  h1.left-tit-more.white a.tit {
    color: #fff; }
  h1.left-tit-more.white a.more span, h1.left-tit-more.white a.more i {
    color: #fff; }

h1.left-tab-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tab-tit001.black a.tit {
    color: #000000; }
    h1.left-tab-tit001.black a.tit:after {
      background-color: #1D9D9A; }
  h1.left-tab-tit001 a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.7rem;
      border-radius: 7.5rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #1D9D9A; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.65rem solid transparent;
          border-top-color: #9CC301;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.5rem;
          border-top-width: 0.5rem;
          border-bottom-width: 0.5rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #AAAAAA;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #9CC301;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h1.left-tab-tit001 a.more:hover span {
      color: #12B8A0; }

h2.left-tab-tit002 {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  position: relative; }
  h2.left-tab-tit002 .tab-tit {
    font-size: 1.2rem;
    line-height: 1;
    position: relative; }
    h2.left-tab-tit002 .tab-tit a {
      color: #333;
      display: inline-block; }
    h2.left-tab-tit002 .tab-tit.cur a {
      color: #1D9D9A; }
    h2.left-tab-tit002 .tab-tit.cur:after {
      position: absolute;
      content: "";
      font-size: 0;
      width: 0;
      height: 0;
      border: 0.75rem solid transparent;
      border-top-color: #9CC301;
      left: 50%;
      transform: translateX(-50%);
      bottom: -1rem;
      border-top-width: 0.5rem;
      border-bottom-width: 0; }
    h2.left-tab-tit002 .tab-tit + .tab-tit {
      margin-left: 1.45rem;
      position: relative; }
      h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        display: block;
        content: "";
        width: 1px;
        height: 1.2rem;
        background-color: #E4E4E4;
        position: absolute;
        left: -0.7rem;
        top: 0; }
  h2.left-tab-tit002 a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit002 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #1D9D9A;
      transition: all 0.5s; }
    h2.left-tab-tit002 a.more i {
      color: #E5C572;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h2.left-tab-tit002 a.more:hover span {
      color: #12B8A0; }

h1.tit-line {
  font-weight: normal;
  position: relative;
  font-size: 0; }
  h1.tit-line:after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.2rem;
    background-color: #12B8A0;
    position: absolute;
    left: 0;
    bottom: -0.7rem; }
  h1.tit-line.center {
    text-align: center; }
    h1.tit-line.center:after {
      left: 50%;
      transform: translateX(-50%); }
  h1.tit-line.black a {
    color: #333; }
  h1.tit-line a {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff; }

a.center-more001 {
  width: 9rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: #9CC301;
  position: relative;
  left: 50%;
  margin-left: -4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all 0.5s;
  overflow: hidden; }
  a.center-more001:before {
    content: "";
    position: absolute;
    width: 9rem;
    height: 9rem;
    border-radius: 50% 50% 0px 0px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1D9D9A; }
  a.center-more001 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s; }
  a.center-more001 i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

@media (any-hover: hover) {
  a.center-more001:hover:before {
    top: -3.25rem;
    transform: scale(1.2); }
  a.center-more001:hover span {
    transform: translateX(-0.5rem); }
  a.center-more001:hover i {
    transform: scale(0.4);
    right: 1rem;
    color: #fff; } }
@media (max-width: 960px) {
  body, html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  h1.center-tit001 {
    font-size: 18px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }

  h1.left-tab-tit001 .tab-tit a,
  h1.tit-line a {
    font-size: 18px; }

  a.center-more001 {
    width: 100px;
    height: 30px;
    margin-left: -50px; }
    a.center-more001 span {
      transform: translateX(-10px); }
    a.center-more001 i {
      font-size: 16px;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      color: #fff; } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.8rem;
  width: 2.8rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.8rem;
    left: 50%;
    margin-left: -33.8rem; }
  .show-share-box .share-ico {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.5rem; }
    .show-share-box .share-ico.close {
      background-color: #1D9D9A;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.7rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 1.2rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
h1.center-tit-line001 {
  font-size: 0;
  font-weight: normal;
  text-align: center; }
  h1.center-tit-line001 a {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    color: #333;
    position: relative; }
    h1.center-tit-line001 a:after {
      content: "";
      width: 3rem;
      height: 0.2rem;
      background-color: #9CC301;
      position: absolute;
      bottom: -1.2rem;
      left: 50%;
      transform: translateX(-50%); }
  h1.center-tit-line001.white a {
    color: #fff; }
  @media (max-width: 960px) {
    h1.center-tit-line001 a {
      font-size: 18px; }
      h1.center-tit-line001 a:after {
        bottom: -14px; } }

.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15.25rem;
    background-color: #1D9D9A; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15.25rem-3rem;
    line-height: 15.25rem-3rem;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .dm-second-nav-wrap h1.text-right {
      text-align: right; }
    .dm-second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15.25rem-3rem; }
    .dm-second-nav-wrap h1 p {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      line-height: 1; }
    .dm-second-nav-wrap h1 span {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
      .dm-second-nav-wrap h1 span + span {
        margin-left: 1.2rem; }
  .dm-second-nav-wrap .second-nav-list {
    position: relative; }
    .dm-second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .dm-second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .dm-second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .dm-second-nav-wrap .second-nav-list ul li:hover a {
          color: #12B8A0; }
        .dm-second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .dm-second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #B7674D; }

@media (max-width: 1200px) {
  .dm-second-nav-wrap {
    min-width: 960px; }

  .dm-second-nav-wrap h1 p {
    font-size: 32px; }

  .dm-second-nav-wrap h1 span {
    font-size: 14px; } }
@media (max-width: 960px) {
  .dm-second-nav-wrap {
    min-width: 720px; }

  .dm-second-nav-wrap .second-nav {
    min-height: 130px; }

  .dm-second-nav-wrap h1 {
    padding: 42px 0 38px; }

  .dm-second-nav-wrap h1 p {
    font-size: 18px;
    margin-bottom: 25px; }

  .dm-second-nav-wrap h1 span {
    font-size: 12px; } }
@media (max-width: 720px) {
  .dm-second-nav-wrap {
    min-width: 360px; } }
.dm-second-nav-wrap002 {
  height: 20rem; }
  .dm-second-nav-wrap002 h1 {
    font-size: 2.1rem;
    line-height: 1;
    padding: 3.65rem 0 3.45rem; }

@media (max-width: 960px) {
  .dm-second-nav-wrap002 {
    height: 280px; }

  .dm-second-nav-wrap002 h1 {
    padding: 42px 0 38px;
    font-size: 18px; }

  .dm-second-nav-wrap002 h1 span {
    font-size: 12px; } }
.container {
  background-color: #fff;
  transition: transform 0.2s; }

.header-001 {
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 999; }
  .header-001 .scroll-box {
    height: 0; }
  .header-001.scroll .scroll-box {
    height: 60px;
    transition: all 0.3s ease-out 0s; }
  .header-001 .header-layout {
    width: 86rem;
    margin: 0 auto; }
  .header-001 .top-bar {
    height: 2rem;
    background-color: #9CC301;
    transition: all 0.2s ease-out 0s; }
    .header-001 .top-bar.home {
      background-color: #9CC301; }
    .header-001 .top-bar.patient {
      background-color: #4DA7E3; }
    .header-001 .top-bar.student {
      background-color: #9CC301; }
    .header-001 .top-bar.staff {
      background-color: #12B8A0; }
    .header-001 .top-bar > .header-layout {
      height: 100%; }
    .header-001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 100%; }
      .header-001 .top-bar .top-nav a {
        color: #fff;
        height: 1.4rem;
        line-height: 1.4rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .header-001 .top-bar .top-nav a.cur {
          background-color: rgba(0, 0, 0, 0.15); }
      .header-001 .top-bar .top-nav .line {
        margin: 0 0.5rem;
        height: 0.8rem;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
        .header-001 .top-bar .top-nav .line:last-of-type {
          display: none; }
  .header-001 .header-wrap.is-show .header-layout .right-btn .search-btn i,
  .header-001 .header-wrap.is-show .header-layout .right-btn a.en,
  .header-001 .header-wrap.is-show .header-layout .right-btn .top-qr-btn i,
  .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu i {
    color: #FFF !important; }
  .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu span, .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu:after, .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu:before {
    background-color: #fff !important; }
  .header-001 .header-wrap {
    position: relative;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: height 0.3s; }
    .header-001 .header-wrap.home > .header-layout .nav .nav-ul > li > a:after {
      background-color: #9CC301; }
    .header-001 .header-wrap.patient > .header-layout .nav .nav-ul > li > a:after {
      background-color: #4DA7E3; }
    .header-001 .header-wrap.student > .header-layout .nav .nav-ul > li > a:after {
      background-color: #9CC301; }
    .header-001 .header-wrap.staff > .header-layout .nav .nav-ul > li > a:after {
      background-color: #12B8A0; }
    .header-001 .header-wrap > .header-layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      position: relative; }
      .header-001 .header-wrap > .header-layout .logo-row {
        height: 2.5rem;
        width: auto;
        margin-right: 2.4rem;
        position: relative;
        z-index: 2024; }
        .header-001 .header-wrap > .header-layout .logo-row a {
          display: block;
          height: 100%; }
        .header-001 .header-wrap > .header-layout .logo-row img {
          height: 100%;
          width: auto; }
      .header-001 .header-wrap > .header-layout .nav {
        flex: 1;
        height: 100%;
        margin-right: 145px; }
        .header-001 .header-wrap > .header-layout .nav .nav-ul {
          display: flex;
          justify-content: flex-end;
          width: 100%;
          height: 100%;
          align-items: center; }
          .header-001 .header-wrap > .header-layout .nav .nav-ul > li {
            font-size: 18px;
            white-space: nowrap; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li + li {
              margin-left: 2rem; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li > a {
              color: #333333;
              position: relative; }
              .header-001 .header-wrap > .header-layout .nav .nav-ul > li > a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: -1rem;
                left: 50%;
                height: 2px;
                width: 0;
                background-color: #F2D254;
                transition: all 0.3s; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li:hover > a:after {
              width: 100%;
              left: 0; }
          .header-001 .header-wrap > .header-layout .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
      .header-001 .header-wrap > .header-layout .right-btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2024; }
        .header-001 .header-wrap > .header-layout .right-btn .search-btn {
          cursor: pointer;
          margin: 0 1rem;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn .search-btn i {
            font-size: 1.2rem;
            color: #9CC301; }
        .header-001 .header-wrap > .header-layout .right-btn a.en {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.2rem;
          color: #333;
          margin-right: 1rem;
          line-height: 1;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn a.en:hover {
            color: #12B8A0; }
        .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn {
          cursor: pointer;
          margin-right: 1rem;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn i {
            font-size: 1.2rem;
            color: #333333; }
        .header-001 .header-wrap > .header-layout .right-btn a.pc-menu {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu span {
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transition: all 0.3s; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transform-origin: left;
            transition: all 0.3s; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show:before {
            transform: rotate(45deg); }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show:after {
            transform: rotate(-45deg); }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show span {
            opacity: 0; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover span, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover:after {
            background-color: #12B8A0; }
        @media (max-width: 1280px) {
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu {
            height: 16px;
            width: 18px; }
            .header-001 .header-wrap > .header-layout .right-btn a.pc-menu span, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:after {
              height: 3px; } }
      .header-001 .header-wrap > .header-layout .mobile-nav {
        display: none; }
        .header-001 .header-wrap > .header-layout .mobile-nav i {
          color: #61A4B4;
          font-size: 32px;
          position: relative;
          left: 6px; }
    .header-001 .header-wrap .search {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(29, 157, 154, 0.95);
      z-index: 2025; }
      .header-001 .header-wrap .search form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header-001 .header-wrap .search form .turn-down-search {
          position: absolute;
          right: 5rem;
          top: 5rem; }
          .header-001 .header-wrap .search form .turn-down-search i {
            color: #fff;
            font-size: 46px; }
        .header-001 .header-wrap .search form h2 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 2rem; }
        .header-001 .header-wrap .search form .change-wrap {
          width: 40rem;
          height: 3.2rem;
          display: flex; }
          .header-001 .header-wrap .search form .change-wrap input {
            height: 3.2rem;
            width: 40rem;
            border: none;
            box-sizing: border-box;
            padding-left: 2rem;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 0.9rem; }
          .header-001 .header-wrap .search form .change-wrap button {
            height: 3.2rem;
            width: 5rem;
            border: none;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #fff; }
            .header-001 .header-wrap .search form .change-wrap button i {
              color: #1D9D9A;
              font-size: 34px; }
        .header-001 .header-wrap .search form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.5rem;
          justify-content: center; }
          .header-001 .header-wrap .search form .hot-search span {
            font-size: 0.7rem;
            color: #ffffff; }
          .header-001 .header-wrap .search form .hot-search p {
            line-height: 1.7rem;
            height: 1.7rem;
            margin-right: 0.5rem;
            width: auto;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.2rem; }
            .header-001 .header-wrap .search form .hot-search p a {
              box-sizing: border-box;
              padding: 0 0.5rem;
              display: block;
              height: 100%;
              width: 100%;
              border-radius: 0.2rem;
              color: #fff;
              font-size: 0.7rem; }
    .header-001 .header-wrap .all-cats-box {
      display: none;
      position: fixed;
      background-color: #1D9D9A;
      height: 100vh;
      width: 100vw;
      z-index: 2023;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-top: 1.8rem; }
      .header-001 .header-wrap .all-cats-box .header-layout {
        position: relative;
        height: 4.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .header-001 .header-wrap .all-cats-box .header-layout .top-nav {
          display: flex;
          align-items: center;
          font-size: 0.8rem;
          height: 1.8rem;
          position: absolute;
          right: 2.5rem;
          transition: all 0.3s;
          opacity: 0.3;
          top: 1.7rem; }
          .header-001 .header-wrap .all-cats-box .header-layout .top-nav a {
            color: #fff; }
            .header-001 .header-wrap .all-cats-box .header-layout .top-nav a i {
              margin-right: 0.25rem; }
          .header-001 .header-wrap .all-cats-box .header-layout .top-nav .line {
            margin: 0 1rem;
            height: 0.8rem;
            width: 1px;
            background-color: #fff;
            opacity: 0.3; }
            .header-001 .header-wrap .all-cats-box .header-layout .top-nav .line:last-of-type {
              display: none; }
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        opacity: 1;
        right: 8rem; }
      .header-001 .header-wrap .all-cats-box.is-show .all-cats-content {
        opacity: 1;
        transform: translateY(0); }
      .header-001 .header-wrap .all-cats-box .all-cats-content {
        display: flex;
        justify-content: space-between;
        margin: 2rem auto 0;
        height: calc(100vh - 8.3rem);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0.3;
        transition: all 0.3s;
        transform: translateY(5rem); }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
          width: 8px;
          height: 8px;
          background-color: inherit; }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
          border-radius: 8px;
          background-color: inherit; }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
          border-radius: 8px;
          background-color: #fff; }
        .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout {
          min-height: 100%;
          display: flex;
          align-items: flex-start; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
            font-size: 1.2rem;
            white-space: nowrap; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title a {
              color: #fff; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
              display: none;
              color: #fff;
              transition: all 0.2s; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box.active .first-nav-title i {
            transform: rotate(180deg); }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title {
            font-size: 1rem;
            line-height: 1;
            margin-top: 1.5rem; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title a {
              color: #fff; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
            font-size: 0.8rem;
            line-height: 1;
            margin-top: 1rem; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
              color: rgba(255, 255, 255, 0.71); }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
              content: '';
              display: inline-block;
              height: 5px;
              width: 5px;
              background-color: rgba(255, 255, 255, 0.71);
              margin-right: 8px;
              position: relative;
              top: -2px; }
    @media (max-width: 1280px) {
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        top: 20px; } }
    @media (max-width: 960px) {
      .header-001 .header-wrap .all-cats-box {
        padding-top: 60px; }
        .header-001 .header-wrap .all-cats-box .header-layout {
          height: 50px; }
        .header-001 .header-wrap .all-cats-box .all-cats-content {
          margin-top: 10px;
          height: calc(100vh - 120px); }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: inherit; }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
            border-radius: 5px;
            background-color: inherit; }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: #fff; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout {
            flex-direction: column;
            height: auto;
            justify-content: flex-start; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box {
              width: 100%; }
              .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
                font-size: 1.2rem;
                height: 60px;
                line-height: 60px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
                  display: inline-block; }
              .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box {
                display: none; }
                .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box {
                  display: flex;
                  flex-wrap: wrap; }
                  .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                    margin-right: 10px; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box:nth-child(1) .first-nav-title {
              border-top: 1px solid rgba(255, 255, 255, 0.4); }
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        right: 15px;
        font-size: 12px; }
        .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav .line {
          margin: 0 5px; } }
    .header-001 .header-wrap.home {
      height: 7rem; }
      .header-001 .header-wrap.home .header-layout {
        display: block;
        padding-top: 25px; }
        .header-001 .header-wrap.home .header-layout .nav {
          margin-right: 0;
          height: 3.25rem; }
          .header-001 .header-wrap.home .header-layout .nav .nav-ul {
            justify-content: space-between; }
            .header-001 .header-wrap.home .header-layout .nav .nav-ul > li > a:after {
              bottom: -0.5rem; }
            .header-001 .header-wrap.home .header-layout .nav .nav-ul > li .subnav {
              top: 7rem; }
              .header-001 .header-wrap.home .header-layout .nav .nav-ul > li .subnav:before {
                top: -1.05rem;
                height: 1.05rem; }
        .header-001 .header-wrap.home .header-layout .right-btn {
          top: 2rem;
          transform: none; }
      @media (max-width: 1280px) {
        .header-001 .header-wrap.home .header-layout .nav .nav-ul > li + li {
          margin-left: 0; } }
    .header-001 .header-wrap.scroll {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      height: 3rem !important;
      background-color: #9CC301; }
      .header-001 .header-wrap.scroll.home {
        background-color: #9CC301; }
      .header-001 .header-wrap.scroll.patient {
        background-color: #4DA7E3; }
      .header-001 .header-wrap.scroll.student {
        background-color: #9CC301; }
      .header-001 .header-wrap.scroll.staff {
        background-color: #12B8A0; }
      .header-001 .header-wrap.scroll > .header-layout {
        width: 60rem;
        padding-top: 0; }
        .header-001 .header-wrap.scroll > .header-layout .logo-row,
        .header-001 .header-wrap.scroll > .header-layout .right-btn {
          display: none; }
        .header-001 .header-wrap.scroll > .header-layout .nav {
          margin-right: 0;
          height: 100%; }
          .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul {
            justify-content: center;
            height: 100%; }
            .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
              margin: 0 1rem; }
              .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a {
                color: #fff; }
                .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a:after {
                  background-color: #fff;
                  height: 0.2rem;
                  bottom: -0.65rem; }
              .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav {
                top: 3rem !important; }
                .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav:before {
                  top: -1rem;
                  height: 1rem; }
  .header-001.index-header .header-wrap {
    height: 7rem; }
    .header-001.index-header .header-wrap .header-layout {
      display: block;
      padding-top: 25px; }
      .header-001.index-header .header-wrap .header-layout .nav {
        margin-right: 0;
        height: 3.25rem; }
        .header-001.index-header .header-wrap .header-layout .nav .nav-ul {
          justify-content: space-between; }
          .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li > a:after {
            bottom: -0.5rem; }
          .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li .subnav {
            top: 7rem; }
            .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li .subnav:before {
              top: -1.05rem;
              height: 1.05rem; }
      .header-001.index-header .header-wrap .header-layout .right-btn {
        top: 2rem;
        transform: none; }

@media (max-width: 1800px) {
  .header-001 .header-layout {
    width: 1600px;
    box-sizing: border-box; }

  .header-001 .header-wrap > .header-layout .nav .nav-ul > li + li {
    margin-left: 1.5rem; } }
@media (max-width: 1680px) {
  .header-001 .header-layout {
    width: 1360px;
    box-sizing: border-box; }

  .header-001 .header-wrap {
    height: 7rem; }
    .header-001 .header-wrap .header-layout {
      display: block;
      padding-top: 25px; }
      .header-001 .header-wrap .header-layout .logo-row {
        margin-right: 1rem; }
      .header-001 .header-wrap .header-layout .nav {
        margin-right: 0;
        height: 3.25rem; }
        .header-001 .header-wrap .header-layout .nav .nav-ul {
          justify-content: center; }
          .header-001 .header-wrap .header-layout .nav .nav-ul > li > a:after {
            bottom: -0.5rem; }
      .header-001 .header-wrap .header-layout .right-btn {
        top: 2rem;
        transform: none; } }
@media (max-width: 1440px) {
  .header-001 .header-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  .header-001 .header-layout {
    width: 960px; }

  .header-001 .top-bar .top-nav {
    font-size: 14px; }

  .header-001 .header-wrap {
    height: 100px; }
    .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
      margin: 0 15px; }
    .header-001 .header-wrap > .header-layout .logo-row {
      height: 32px; }
    .header-001 .header-wrap > .header-layout .right-btn .search-btn,
    .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn {
      line-height: 16px; }
      .header-001 .header-wrap > .header-layout .right-btn .search-btn i,
      .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn i {
        font-size: 16px; }

  .header-001.index-header .header-wrap .header-layout {
    padding-top: 16px; }
  .header-001 .header-wrap .header-layout {
    padding-top: 16px; }
    .header-001 .header-wrap .header-layout .right-btn {
      top: 22px; }
    .header-001 .header-wrap .header-layout .nav .nav-ul > li {
      font-size: 16px; }
      .header-001 .header-wrap .header-layout .nav .nav-ul > li + li {
        margin-left: 28px; } }
@media (max-width: 960px) {
  .container {
    padding-top: 60px; }

  .header-001 {
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
    .header-001 .top-bar .top-nav a {
      padding: 0 5px; }
    .header-001 .top-bar.home, .header-001 .top-bar.patient, .header-001 .top-bar.student, .header-001 .top-bar.staff {
      height: 10px; }
      .header-001 .top-bar.home .top-nav, .header-001 .top-bar.patient .top-nav, .header-001 .top-bar.student .top-nav, .header-001 .top-bar.staff .top-nav {
        display: none; }
    .header-001 .header-wrap {
      height: auto !important;
      padding: 10px 0; }
      .header-001 .header-wrap .header-layout {
        box-sizing: border-box;
        padding: 0 10px !important;
        width: 100%; }
        .header-001 .header-wrap .header-layout .nav {
          display: none; }
        .header-001 .header-wrap .header-layout .logo-row {
          height: 30px;
          flex-shrink: 0;
          margin-right: 0; }
        .header-001 .header-wrap .header-layout .right-btn {
          top: 4px !important;
          right: 10px; }
      .header-001 .header-wrap .search form .turn-down-search {
        right: 12px;
        top: 20px; }
        .header-001 .header-wrap .search form .turn-down-search i {
          font-size: 20px; }
      .header-001 .header-wrap .search form h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .header-001 .header-wrap .search form .change-wrap {
        width: 320px;
        height: 40px; }
        .header-001 .header-wrap .search form .change-wrap input {
          width: 320px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        .header-001 .header-wrap .search form .change-wrap button {
          height: 40px;
          width: 40px; }
          .header-001 .header-wrap .search form .change-wrap button i {
            font-size: 16px; }
      .header-001 .header-wrap .search form .hot-search {
        width: 320px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: start; }
        .header-001 .header-wrap .search form .hot-search span {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          font-size: 14px; }
        .header-001 .header-wrap .search form .hot-search p {
          margin-bottom: 10px; }
          .header-001 .header-wrap .search form .hot-search p a {
            font-size: 12px; } }
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
  z-index: 3000;
  color: #333;
  min-width: 9rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav:before {
    content: '';
    position: absolute;
    top: -1.6rem;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background-color: transparent; }
  .subnav .header-layout {
    width: 86rem;
    margin: 0 auto; }
  .subnav .inner-subnav {
    padding: 40px 48px !important;
    display: flex !important;
    box-sizing: border-box;
    max-height: calc(100vh - 220px);
    overflow-y: auto; }
    .subnav .inner-subnav.dep-subnav .dropTit {
      height: auto;
      display: flex;
      min-height: 205px;
      justify-content: space-between; }
      .subnav .inner-subnav.dep-subnav .dropTit .dep-nav {
        position: relative;
        z-index: 1; }
        .subnav .inner-subnav.dep-subnav .dropTit .dep-nav a {
          display: block;
          margin-bottom: 0.75rem;
          font-size: 1rem;
          color: #333;
          line-height: 1; }
          .subnav .inner-subnav.dep-subnav .dropTit .dep-nav a.cur {
            color: #1D9D9A;
            font-weight: bold; }
    .subnav .inner-subnav .dropTit {
      width: 295px;
      height: 205px;
      flex-shrink: 0;
      border-right: 1px solid #E4E4E4;
      position: relative;
      box-sizing: border-box; }
      .subnav .inner-subnav .dropTit h1 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1; }
        .subnav .inner-subnav .dropTit h1 a {
          color: #333; }
          .subnav .inner-subnav .dropTit h1 a:hover {
            color: #12B8A0; }
      .subnav .inner-subnav .dropTit img {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.3;
        width: 240px; }
    .subnav .inner-subnav .dropMenu-box {
      display: flex;
      border-right: 1px solid #E4E4E4;
      height: 205px;
      width: 672px;
      box-sizing: border-box; }
    .subnav .inner-subnav .dropMenu > li {
      padding-left: 56px;
      margin-bottom: 40px;
      position: relative;
      box-sizing: border-box;
      width: 224px;
      height: fit-content; }
      .subnav .inner-subnav .dropMenu > li:last-child {
        margin-bottom: 0; }
      .subnav .inner-subnav .dropMenu > li a {
        font-size: 20px;
        line-height: 1;
        color: #484848;
        display: block;
        line-height: 22px;
        max-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .subnav .inner-subnav .dropMenu > li a:hover {
          color: #12B8A0; }
      .subnav .inner-subnav .dropMenu > li:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        border: 6px solid transparent;
        border-left-color: #9CC301;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 40px; }
    .subnav .inner-subnav .dropInfo {
      box-sizing: border-box;
      padding-left: 40px;
      width: 630px; }
      .subnav .inner-subnav .dropInfo h1.left-tit-more {
        padding-bottom: 1rem;
        border-bottom: 1px solid #D7D7D7; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.tit {
          font-size: 1rem;
          color: #333; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.more span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.more i {
          line-height: 1;
          font-size: 14px;
          width: 8px;
          margin-left: 10px;
          color: #AAAAAA; }
      .subnav .inner-subnav .dropInfo .info-content {
        margin-top: 1rem;
        line-height: 24px;
        max-height: 144px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.8rem;
        color: #7F7F7F; }
        .subnav .inner-subnav .dropInfo .info-content p {
          line-height: inherit !important; }
      .subnav .inner-subnav .dropInfo ul {
        margin-top: 1rem; }
        .subnav .inner-subnav .dropInfo ul li {
          margin-bottom: 0.8rem; }
          .subnav .inner-subnav .dropInfo ul li a {
            font-size: 0.8rem;
            line-height: 16px;
            max-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #7F7F7F; }
            .subnav .inner-subnav .dropInfo ul li a:hover {
              color: #1D9D9A; }
    .subnav .inner-subnav .department-list {
      padding-left: 2rem; }
      .subnav .inner-subnav .department-list .dep-content h2 {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1;
        padding-bottom: 1rem;
        border-bottom: 1px solid #d7d7d7;
        padding-left: 20px;
        position: relative; }
        .subnav .inner-subnav .department-list .dep-content h2:before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          font-size: 0;
          border: 6px solid transparent;
          border-left-color: #9CC301;
          position: absolute;
          top: 0.3rem;
          left: 0; }
      .subnav .inner-subnav .department-list .dep-content ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-right: -2rem; }
        .subnav .inner-subnav .department-list .dep-content ul li {
          margin-right: 2rem;
          margin-bottom: 1rem; }
          .subnav .inner-subnav .department-list .dep-content ul li a {
            font-size: 0.8rem;
            line-height: 1;
            color: #484848;
            display: block; }
            .subnav .inner-subnav .department-list .dep-content ul li a:hover {
              color: #12B8A0; }
      .subnav .inner-subnav .department-list .dep-content + .dep-content {
        margin-top: 1rem; }

@media (max-width: 1800px) {
  .subnav .header-layout {
    width: 1600px;
    box-sizing: border-box; } }
@media (max-width: 1680px) {
  .subnav {
    top: 140px; }
    .subnav:before {
      top: -1.2rem;
      height: 1.2rem; }
    .subnav .header-layout {
      width: 1360px; }
    .subnav .inner-subnav {
      padding: 40px 40px !important; }
      .subnav .inner-subnav .dropTit {
        width: 232px; }
        .subnav .inner-subnav .dropTit h1 {
          font-size: 20px; }
        .subnav .inner-subnav .dropTit img {
          width: 200px; }
      .subnav .inner-subnav .dropMenu-box {
        width: 543px; }
      .subnav .inner-subnav .dropMenu > li {
        padding-left: 49px;
        margin-bottom: 32px;
        width: 181px; }
        .subnav .inner-subnav .dropMenu > li a {
          font-size: 16px; }
        .subnav .inner-subnav .dropMenu > li:before {
          margin-top: -6px;
          left: 33px; }
      .subnav .inner-subnav .dropInfo {
        padding-left: 32px;
        width: 504px; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more {
          padding-bottom: 16px; }
          .subnav .inner-subnav .dropInfo h1.left-tit-more a.tit {
            font-size: 16px; }
        .subnav .inner-subnav .dropInfo .info-content {
          margin-top: 16px; }
        .subnav .inner-subnav .dropInfo ul {
          margin-top: 0.8rem; }
      .subnav .inner-subnav .department-list {
        padding-left: 2rem; }
        .subnav .inner-subnav .department-list .dep-content h2 {
          font-weight: normal;
          font-size: 1rem;
          line-height: 1;
          padding-bottom: 1rem;
          border-bottom: 1px solid #d7d7d7; }
        .subnav .inner-subnav .department-list .dep-content ul {
          display: flex;
          flex-wrap: wrap;
          margin-top: 1rem;
          margin-right: -2rem; }
          .subnav .inner-subnav .department-list .dep-content ul li {
            margin-right: 2rem;
            margin-bottom: 1rem; }
            .subnav .inner-subnav .department-list .dep-content ul li a {
              font-size: 0.8rem;
              line-height: 1;
              color: #484848;
              display: block; }
              .subnav .inner-subnav .department-list .dep-content ul li a:hover {
                color: #12B8A0; }
        .subnav .inner-subnav .department-list .dep-content + .dep-content {
          margin-top: 1rem; } }
@media (max-width: 1440px) {
  .subnav .header-layout {
    width: 1200px; }
  .subnav .inner-subnav .dropTit {
    width: 10rem; }
  .subnav .inner-subnav .dropMenu-box {
    width: 24rem; }
  .subnav .inner-subnav .dropMenu > li {
    width: 9rem; }
  .subnav .inner-subnav .dropInfo {
    width: 22.4rem; }
    .subnav .inner-subnav .dropInfo .info-content {
      margin-top: 16px; }
  .subnav .inner-subnav .department-list {
    padding-left: 2rem; }
    .subnav .inner-subnav .department-list .dep-content h2 {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d7d7d7; }
    .subnav .inner-subnav .department-list .dep-content ul {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      margin-right: -2rem; }
      .subnav .inner-subnav .department-list .dep-content ul li {
        margin-right: 2rem;
        margin-bottom: 1rem; }
        .subnav .inner-subnav .department-list .dep-content ul li a {
          font-size: 0.8rem;
          line-height: 1;
          color: #484848;
          display: block; }
          .subnav .inner-subnav .department-list .dep-content ul li a:hover {
            color: #12B8A0; }
    .subnav .inner-subnav .department-list .dep-content + .dep-content {
      margin-top: 1rem; } }
@media (max-width: 1280px) {
  .subnav {
    top: 100px !important; }
    .subnav:before {
      top: -1rem;
      height: 1rem; }
    .subnav .header-layout {
      width: 960px; }
    .subnav .inner-subnav {
      padding: 40px 32px !important; }
      .subnav .inner-subnav .dropTit h1 {
        font-size: 16px; }
      .subnav .inner-subnav .dropTit img {
        width: 160px; }
      .subnav .inner-subnav .department-list {
        padding-left: 2rem; }
        .subnav .inner-subnav .department-list .dep-content h2 {
          font-weight: normal;
          font-size: 1rem;
          line-height: 1;
          padding-bottom: 1rem;
          border-bottom: 1px solid #d7d7d7; }
        .subnav .inner-subnav .department-list .dep-content ul {
          display: flex;
          flex-wrap: wrap;
          margin-top: 1rem;
          margin-right: -2rem; }
          .subnav .inner-subnav .department-list .dep-content ul li {
            margin-right: 2rem;
            margin-bottom: 1rem; }
            .subnav .inner-subnav .department-list .dep-content ul li a {
              font-size: 0.8rem;
              line-height: 1;
              color: #484848;
              display: block; }
              .subnav .inner-subnav .department-list .dep-content ul li a:hover {
                color: #12B8A0; }
        .subnav .inner-subnav .department-list .dep-content + .dep-content {
          margin-top: 1rem; } }
.special-header001 {
  border-top: 10px solid #9CC301; }
  .special-header001 .logo-row {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .special-header001 .logo-row .left-logo {
      display: flex;
      align-items: center; }
      .special-header001 .logo-row .left-logo a.logo-img {
        height: 3rem;
        display: inline-block; }
        .special-header001 .logo-row .left-logo a.logo-img img {
          width: auto;
          height: 100%; }
      .special-header001 .logo-row .left-logo .dep-tit {
        display: inline-block;
        font-size: 1.2rem;
        color: #333;
        margin-left: 1rem;
        position: relative; }
        .special-header001 .logo-row .left-logo .dep-tit:before {
          content: '';
          display: block;
          position: absolute;
          height: 2.5rem;
          width: 1px;
          left: -0.5rem;
          top: -0.4rem;
          background-color: #D7D7D7; }
    .special-header001 .logo-row .right-logo {
      display: flex;
      align-items: center; }
      .special-header001 .logo-row .right-logo a.gohome-bar {
        display: inline-block;
        height: 2rem;
        width: 7rem;
        text-align: center;
        line-height: 1.9rem;
        background-color: #fff;
        border-radius: 4px;
        color: #1D9D9A;
        border: 1px solid #1D9D9A;
        box-sizing: border-box;
        font-size: 14px; }
        .special-header001 .logo-row .right-logo a.gohome-bar i {
          margin-right: 0.5rem;
          font-size: 16px; }
        .special-header001 .logo-row .right-logo a.gohome-bar:hover {
          background-color: #1D9D9A;
          color: #fff; }
      .special-header001 .logo-row .right-logo a.menu {
        color: #1D9D9A;
        display: none;
        margin-left: 10px; }
        .special-header001 .logo-row .right-logo a.menu i {
          font-size: 30px; }
  .special-header001 .special-banner {
    height: 20rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative; }
  .special-header001 .nav {
    height: 3rem;
    background: linear-gradient(to right, #B54646, #992929); }
    .special-header001 .nav .nav-ul {
      display: flex;
      justify-content: center; }
      .special-header001 .nav .nav-ul li {
        height: 3rem; }
        .special-header001 .nav .nav-ul li a {
          color: #F6CDCD;
          line-height: 3rem;
          font-size: 16px; }
      .special-header001 .nav .nav-ul li + li {
        margin-left: 2.25rem; }
      .special-header001 .nav .nav-ul li.cur a {
        color: #fff;
        font-weight: bold; }

@media (max-width: 1200px) {
  .special-header001 .logo-row .left-logo .dep-tit {
    font-size: 24px; }

  .special-header001 .nav ul li {
    font-size: 16px; }

  .special-header001 .logo-row .right-logo a.gohome-bar,
  .special-header001 .logo-row .right-logo a.gohome-bar i {
    font-size: 12px; } }
@media (max-width: 960px) {
  .special-header001 .logo-row .left-logo .dep-tit {
    display: none; }

  .special-header001 .nav {
    height: 40px; }

  .special-header001 .nav .nav-ul {
    justify-content: space-between; }

  .special-header001 .nav .nav-ul li {
    height: 40px; }

  .special-header001 .nav .nav-ul li a {
    line-height: 40px; }

  .special-header001 .nav .nav-ul li + li {
    margin-left: 0; }

  .special-header001 .special-banner {
    height: 21.333vw; }

  .special-header001 .logo-row .right-logo a.menu {
    display: inline-block; }

  .special-header001 .logo-row {
    height: 40px; }

  .special-header001 .logo-row .left-logo a.logo-img {
    height: 24px;
    width: auto; }

  .special-header001 .logo-row .right-logo a.gohome-bar {
    width: 84px;
    height: 24px;
    line-height: 24px; }

  .special-header001 .logo-row .right-logo a.gohome-bar:hover {
    background-color: #fff;
    color: #1D9D9A; } }
.party-special-index001 .party-slider-list {
  overflow: hidden;
  position: relative;
  height: 24.8rem;
  width: 100%; }
  .party-special-index001 .party-slider-list .inner-layout {
    position: relative;
    z-index: 1; }
  .party-special-index001 .party-slider-list .cc-bg {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .party-special-index001 .party-slider-list .slider-text-box {
    height: 15rem;
    width: 100%; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-slider {
      height: 15rem;
      width: 29rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider img {
        height: 15rem;
        width: 29rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots {
        text-align: right;
        bottom: 1.25rem;
        right: 1.25rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li button:before {
          font-size: 1rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li.slick-active button:before {
          color: #ac2020;
          opacity: 1; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item {
        position: relative; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask {
          position: absolute;
          display: none;
          bottom: 0;
          height: 64.5%;
          width: 100%;
          z-index: 1;
          background: linear-gradient(to top, rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0)); }
          .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item {
            position: absolute;
            bottom: 30px;
            padding: 0 30px; }
            .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item p {
              line-height: 22px;
              max-height: 44px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 44px; }
              .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item p a {
                font-size: 14px;
                color: #fff; }
            .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item span {
              font-size: 13px;
              color: #fff; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text {
      height: 15rem;
      width: 29.5rem;
      display: flex;
      justify-content: space-between;
      align-content: space-between;
      flex-wrap: wrap; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item {
        height: 7.25rem;
        width: 14.5rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1.9rem 1.2rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item p {
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 14px;
          color: #333333;
          margin-bottom: 0.5rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item span {
          font-size: 13px;
          color: #B2B2B2; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item {
        background-color: #ac2020; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item p {
          color: #fff; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item span {
          color: #fff; }
  .party-special-index001 .party-slider-list .party-slider-list-bg {
    background-image: url("../images/special/bg_fill.jpg");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .party-special-index001 .party-slider-list .party-slider-list-bg .inner-party-slider-list-bg {
      background-image: url("../images/special/party_spe_news_bg.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
.party-special-index001 .party-news-outcontainer {
  position: relative;
  overflow: hidden; }
  .party-special-index001 .party-news-outcontainer .bg-img {
    opacity: 0.15;
    height: 22.1rem;
    width: 29.7rem;
    position: absolute;
    left: 0;
    bottom: 0; }
  .party-special-index001 .party-news-outcontainer .party-news-list {
    display: flex;
    justify-content: space-between; }
    .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item {
      position: relative;
      height: 14rem;
      width: 14rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.news-img {
        height: 9rem;
        width: 100%;
        display: block; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.item-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 7.2rem;
        width: 9.65rem;
        opacity: 0.4; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text {
        box-sizing: border-box;
        width: 100%;
        padding: 1rem 1rem; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text p a {
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 14px;
          color: #606060; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text span {
          font-size: 13px;
          color: #B2B2B2; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text p:hover a {
          color: #ac2020; }
  .party-special-index001 .party-news-outcontainer .link-list-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem; }
    .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col {
      width: 29rem; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link {
        background-image: url("../images/special/banner_zszc.jpg");
        height: 3.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link p {
          color: #fff;
          font-size: 14px; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link p u {
            color: #DF8080; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list {
        height: 3.5rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item {
          width: 9.5rem;
          height: 3.5rem;
          box-shadow: 0 0 19px #D9D9D9;
          box-sizing: border-box;
          padding: 0 1rem;
          position: relative; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a {
            display: flex;
            height: 100%;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 1; }
            .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a p {
              width: 6.25rem;
              font-size: 14px;
              color: #ac2020;
              line-height: 16px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a i {
              font-size: 14px;
              color: #ac2020; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item i.xiangyun {
            font-size: 2.5rem;
            color: #F9F0F0;
            position: absolute;
            left: 0;
            bottom: 5px; }

.party-special-tit {
  margin: 3rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .party-special-tit h2.party-special-title {
    color: #AC2020;
    font-size: 1.3rem; }
    .party-special-tit h2.party-special-title i {
      font-size: 1.3rem;
      font-weight: normal; }
  .party-special-tit a.party-special-more {
    display: block;
    height: 1.3rem;
    width: 4.5rem;
    border: 1px solid #ac2020;
    border-radius: 1.3rem;
    line-height: 1.3rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #AC2020; }

@media (max-width: 960px) {
  .party-special-tit {
    margin: 30px 0 20px; }

  .party-special-index001 .party-slider-list {
    height: auto; }

  .party-special-index001 .party-slider-list .cc-bg {
    display: block; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider {
    width: 96vw;
    height: 49.6vw;
    margin-bottom: 10px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask {
    display: block; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider img {
    width: 96vw;
    height: 49.6vw;
    border-radius: 6px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots {
    bottom: 15px;
    right: 5px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text {
    height: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 10px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item {
    width: 100%;
    height: 85px;
    padding: 14px 24px 0;
    background-color: inherit; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item {
    background-color: inherit; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item p {
      color: #333; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item span {
      color: #B2B2B2; }

  .party-special-index001 .party-news-outcontainer .bg-img {
    display: none; }

  .party-special-index001 .party-news-outcontainer .party-news-list {
    flex-direction: column; }
    .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item {
      width: 100%;
      height: 80px;
      margin-bottom: 9px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding: 10px;
      border-radius: 5px; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text {
        padding: 0; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.news-img {
        height: 60px;
        width: 110px;
        flex: none;
        margin-right: 10px; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.item-bg {
        right: 0;
        top: 0;
        left: unset;
        height: 80px;
        width: 110px;
        transform: rotateY(180deg); }

  .party-special-index001 .party-news-outcontainer .link-list-box {
    flex-direction: column; }
    .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col {
      width: 100%; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link {
        height: 18.666vw;
        background-size: cover; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list {
        height: 80px;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: center; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item {
          flex: none;
          margin-right: 10px; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a i {
            display: none; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a p {
            width: 100%; } }
.category-special001 .party-slider-list .party-slider-list-bg .inner-party-slider-list-bg {
  background-image: none; }
.category-special001 .party-slider-list .cc-bg {
  display: none; }
.category-special001 .party-news-outcontainer {
  padding-bottom: 3rem; }
  .category-special001 .party-news-outcontainer .bg-img {
    display: none; }
  .category-special001 .party-news-outcontainer .party-news-list .party-news-list-item {
    background-color: #fff; }
    .category-special001 .party-news-outcontainer .party-news-list .party-news-list-item .item-bg {
      display: none; }

.category-special002 {
  overflow-x: hidden; }
  .category-special002 .top-container {
    background-color: #FBF7EC;
    height: 79.5rem;
    background-image: url("../images/hxsy/student/news_bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative; }
    .category-special002 .top-container > img {
      position: absolute;
      top: -3.5rem;
      left: 0;
      transform: rotate(90deg); }
    .category-special002 .top-container h1.left-tit-line {
      position: relative; }
      .category-special002 .top-container h1.left-tit-line .tit {
        font-size: 1.6rem;
        line-height: 1;
        position: relative; }
        .category-special002 .top-container h1.left-tit-line .tit:before {
          width: 19.6rem;
          height: 1px;
          background-color: #12B8A0;
          content: "";
          position: absolute;
          left: 0;
          bottom: -0.55rem; }
        .category-special002 .top-container h1.left-tit-line .tit:after {
          content: "";
          display: block;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 50%;
          background-color: #12B8A0;
          position: absolute;
          left: 19.1rem;
          bottom: -0.8rem; }
      .category-special002 .top-container h1.left-tit-line .line {
        width: 40.4rem;
        border-bottom: 1px dashed #12B8A0;
        position: absolute;
        right: 0;
        bottom: -0.55rem; }
        .category-special002 .top-container h1.left-tit-line .line:after {
          content: "";
          height: 1.5rem;
          width: 1.5rem;
          background-size: cover;
          background-image: url("../images/hxsy/notice_ico.png");
          position: absolute;
          right: -0.6rem;
          top: 50%;
          margin-top: -0.75rem; }
    .category-special002 .top-container h2.left-tit {
      padding-left: 2.1rem;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: normal;
      color: #333;
      position: relative; }
      .category-special002 .top-container h2.left-tit:before, .category-special002 .top-container h2.left-tit:after {
        content: "";
        background-color: #12B8A0;
        position: absolute;
        left: 0;
        top: 50%; }
      .category-special002 .top-container h2.left-tit:before {
        width: 0.2rem;
        height: 1.2rem;
        margin-top: -0.6rem; }
      .category-special002 .top-container h2.left-tit:after {
        width: 1.6rem;
        height: 1px;
        margin-top: -0.5px; }
    .category-special002 .top-container .box1 {
      padding-top: 3rem; }
      .category-special002 .top-container .box1 .inner-layout h1.left-tit-line {
        position: relative; }
        .category-special002 .top-container .box1 .inner-layout h1.left-tit-line:before {
          content: "";
          border-bottom: 1px dashed #12B8A0;
          width: calc(50vw - 600px);
          position: absolute;
          bottom: -0.55rem;
          left: calc(-50vw + 600px); }
      .category-special002 .top-container .box1 .inner-layout .inner-box {
        margin-top: 2.05rem; }
        .category-special002 .top-container .box1 .inner-layout .inner-box .target ul {
          margin-top: 1.5rem; }
          .category-special002 .top-container .box1 .inner-layout .inner-box .target ul li {
            font-size: 0.8rem;
            line-height: 1.2rem;
            color: #333;
            padding-left: 0.8rem;
            position: relative; }
            .category-special002 .top-container .box1 .inner-layout .inner-box .target ul li:before {
              content: "";
              width: 0.3rem;
              height: 0.3rem;
              background-color: #12B8A0;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 0.45rem; }
            .category-special002 .top-container .box1 .inner-layout .inner-box .target ul li + li {
              margin-top: 1rem; }
        .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path {
          margin-top: 3rem; }
          .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
            .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li {
              width: 15rem;
              height: 6rem;
              box-sizing: border-box;
              padding-right: 2rem;
              padding-top: 1.35rem;
              border-left: 2px dashed rgba(18, 184, 160, 0.3);
              margin-top: 1.5rem; }
              .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p {
                padding-left: 1.8rem;
                padding-bottom: 1.5rem;
                border-bottom: 2px dashed #12B8A0;
                position: relative;
                font-size: 0.8rem;
                line-height: 1;
                color: #333; }
                .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p:before, .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p:after {
                  content: "";
                  width: 0.3rem;
                  height: 0.3rem;
                  border-radius: 50%;
                  background-color: #12B8A0;
                  position: absolute; }
                .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p:before {
                  left: 1rem;
                  top: 0.25rem; }
                .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p:after {
                  bottom: -0.15rem;
                  right: 0; }
              .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li .num {
                font-size: 1.2rem;
                line-height: 1;
                color: rgba(18, 184, 160, 0.3);
                font-weight: bold;
                text-align: right;
                margin-top: 0.5rem; }
    .category-special002 .top-container .box2 {
      margin-top: 4rem; }
      .category-special002 .top-container .box2 h1.left-tit-line {
        position: relative; }
        .category-special002 .top-container .box2 h1.left-tit-line:before {
          content: "";
          border-bottom: 1px dashed #12B8A0;
          width: calc(50vw - 600px);
          position: absolute;
          bottom: -0.55rem;
          right: calc(-50vw + 600px); }
      .category-special002 .top-container .box2 .inner-box {
        margin-top: 2.2rem; }
        .category-special002 .top-container .box2 .inner-box .text {
          font-size: 0.8rem;
          line-height: 1;
          color: #333; }
          .category-special002 .top-container .box2 .inner-box .text.text1 {
            margin-top: 1.5rem; }
          .category-special002 .top-container .box2 .inner-box .text.text2 {
            margin-top: 2rem; }
        .category-special002 .top-container .box2 .inner-box .target-box {
          margin-top: 2.5rem;
          position: relative; }
          .category-special002 .top-container .box2 .inner-box .target-box .target-item {
            position: absolute;
            box-sizing: border-box;
            padding: 1.5rem;
            background-repeat: no-repeat;
            background-position: right bottom; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item h3.tit {
              font-size: 1.2rem;
              line-height: 1;
              color: #fff;
              position: relative;
              font-weight: normal; }
              .category-special002 .top-container .box2 .inner-box .target-box .target-item h3.tit:after {
                content: "";
                width: 2px;
                height: 1rem;
                background-color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 0;
                bottom: -1.5rem; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item ul {
              margin-top: 3rem; }
              .category-special002 .top-container .box2 .inner-box .target-box .target-item ul li {
                padding-left: 0.65rem;
                position: relative;
                font-size: 0.8rem;
                line-height: 1.2rem;
                color: #fff;
                margin-bottom: 1rem; }
                .category-special002 .top-container .box2 .inner-box .target-box .target-item ul li:before {
                  content: "";
                  width: 0.3rem;
                  height: 0.3rem;
                  border-radius: 50%;
                  position: absolute;
                  left: 0;
                  top: 0.25rem;
                  background-color: #fff;
                  top: 0.45rem; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item.item0 {
              width: 13.5rem;
              height: 19rem;
              background-color: #12B8A0;
              background-image: url("../images/hxsy/special/zx.jpg");
              z-index: 2; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item.item1 {
              width: 13.5rem;
              height: 12rem;
              background-color: #555555;
              background-image: url("../images/hxsy/special/jidi.jpg");
              position: absolute;
              top: -1.5rem;
              left: 12.5rem;
              z-index: 1; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item.item2 {
              width: 13.5rem;
              height: 16rem;
              background-color: #EECB51;
              background-image: url("../images/hxsy/special/xk.jpg");
              position: absolute;
              top: 0;
              left: 25rem; }
              .category-special002 .top-container .box2 .inner-box .target-box .target-item.item2 ul li {
                line-height: 0.8rem; }
                .category-special002 .top-container .box2 .inner-box .target-box .target-item.item2 ul li:before {
                  top: 0.25rem; }
            .category-special002 .top-container .box2 .inner-box .target-box .target-item.item3 {
              width: 20.5rem;
              height: 23rem;
              background-color: #9CC301;
              background-image: url("../images/hxsy/special/sslj.jpg");
              position: absolute;
              top: -1.5rem;
              right: 0; }
  .category-special002 .dynamic {
    padding-top: 4rem;
    position: relative;
    padding-bottom: 4.5rem; }
    .category-special002 .dynamic > img {
      position: absolute;
      z-index: -1; }
      .category-special002 .dynamic > img.left {
        left: 0;
        top: 0; }
      .category-special002 .dynamic > img.right {
        right: 0;
        bottom: 0; }
    .category-special002 .dynamic .inner-layout h1.left-tit-more a.tit {
      font-size: 1.6rem; }
    .category-special002 .dynamic .inner-layout h1.left-tit-more a.more span {
      font-size: 0.8rem; }
    .category-special002 .dynamic .inner-layout h1.left-tit-more a.more i {
      color: #12B8A0; }
    .category-special002 .dynamic .inner-layout .reading {
      font-size: 0.8rem;
      line-height: 1.2rem;
      color: #939393;
      margin-top: 1rem; }
    .category-special002 .dynamic .inner-layout .dynamic-list {
      margin-top: 2rem; }
      .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0.5rem; }
        .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item {
          width: 29rem;
          height: 8.5rem;
          box-sizing: border-box;
          padding: 1.5rem 1.5rem 1.5rem 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          margin-bottom: 1.5rem; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .time {
            width: 6rem;
            height: 5.5rem;
            background-color: #12B8A0;
            border-radius: 0 4px 4px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .time .day {
              color: #fff;
              font-size: 1.6rem;
              line-height: 1;
              position: relative; }
              .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .time .day:after {
                content: "";
                width: 4.1rem;
                border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
                position: absolute;
                bottom: -0.55rem;
                left: 50%;
                margin-left: -2.05rem; }
            .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .time .year {
              font-size: 0.9rem;
              line-height: 1;
              color: #fff;
              margin-top: 1.05rem; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info {
            width: 20.5rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info p {
              font-size: 0.8rem;
              line-height: 24px;
              max-height: 72px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333; }
            .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more .line {
                width: 8rem;
                border-bottom: 1px dashed #D7D7D7;
                position: relative;
                transition: width 0.5s; }
                .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more .line:before {
                  content: "";
                  width: 0.5rem;
                  height: 0.5rem;
                  border-radius: 50%;
                  background-color: #EECB51;
                  position: absolute;
                  left: 0;
                  top: 50%;
                  margin-top: -0.25rem; }
              .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more span {
                color: #959595;
                font-size: 0.8rem;
                line-height: 1;
                margin: 0 0.25rem 0 0.5rem; }
              .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more i {
                font-size: 0.8rem;
                line-height: 1;
                color: #12B8A0; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item:hover .time {
            background-color: #EECB51; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item:hover .right-info p {
            color: #EECB51; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item:hover .right-info .more .line {
            width: 15.75rem; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item:hover .right-info .more i {
            color: #EECB51; }
      .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .slick-dots {
        bottom: -0.4rem; }
        .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .slick-dots li {
          width: 1.5rem;
          height: 0.5rem;
          background-color: #DFDFDF; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .slick-dots li.slick-active {
            width: 3rem;
            background-color: #EECB51; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .slick-dots li button {
            display: none; }

@media (max-width: 960px) {
  .category-special002 .top-container {
    height: auto;
    padding-bottom: 40px; }
    .category-special002 .top-container .box2 .inner-box .text {
      line-height: 1.2; }
    .category-special002 .top-container .box2 .inner-box .target-box {
      margin-top: 20px; }
      .category-special002 .top-container .box2 .inner-box .target-box .target-item {
        position: static !important;
        width: 100% !important; }
        .category-special002 .top-container .box2 .inner-box .target-box .target-item.item1 {
          background-size: cover; }
  .category-special002 .dynamic {
    padding-top: 20px;
    padding-bottom: 40px; }
    .category-special002 .dynamic .inner-layout .dynamic-list {
      margin-top: 20px; }
      .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item {
        width: 100%;
        margin-bottom: 10px; }
        .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .time {
          margin-right: 20px; }
        .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info {
          flex: 1; }
          .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item .right-info .more span {
            flex-shrink: 0; }
        .category-special002 .dynamic .inner-layout .dynamic-list .dynamic-slider .dynamic-box .dynamic-item:hover .right-info .more .line {
          width: 100%; } }
@media (max-width: 600px) {
  .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li {
    width: 50%; }
    .category-special002 .top-container .box1 .inner-layout .inner-box .implementation-path ul li p:after {
      bottom: -3px;
      right: -1px; } }
.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.footer {
  min-width: 1360px;
  background-color: #356C6C; }
  .footer .links {
    position: relative;
    min-height: 60px;
    line-height: 60px;
    background-color: #349191; }
    .footer .links .linklist li {
      float: left; }
      .footer .links .linklist li + li {
        margin-left: 30px; }
      .footer .links .linklist li > a {
        display: block;
        color: #fff;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }
    .footer .links .linklist li.active {
      border-bottom: 4px solid #F59A23; }
      .footer .links .linklist li.active a {
        font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
        font-weight: 700; }
      .footer .links .linklist li.active > a:after {
        transform: rotate(45deg) !important; }
    .footer .links a.more-link {
      font-size: 0.7rem;
      color: #fff; }
      .footer .links a.more-link:after {
        content: "\e669";
        font-family: "iconfont";
        position: relative;
        display: inline-block;
        width: 25px;
        text-align: center;
        transition: all 0.2s;
        color: #E5C572; }
      .footer .links a.more-link.active:after {
        transform: rotate(45deg) !important; }
    .footer .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #349191;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        .footer .links .link-nav a + a {
          margin-left: 40px; }
        .footer .links .link-nav a:hover {
          color: #fff;
          background-color: #2d5b5b; }
    .footer .links .share-box {
      height: 3rem;
      display: flex;
      align-items: center; }
      .footer .links .share-box a.print {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        background-color: rgba(2, 167, 240, 0.96);
        border-radius: 0.2rem;
        text-align: center;
        line-height: 1.6rem;
        margin-left: 0.5rem; }
        .footer .links .share-box a.print i {
          color: #fff;
          font-size: 1rem; }
  .footer .footer-info {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 279px; }
    .footer .footer-info .left-info {
      overflow: hidden; }
      .footer .footer-info .left-info a.institution-logo {
        display: block;
        float: left; }
        .footer .footer-info .left-info a.institution-logo img {
          display: block;
          width: 90px; }
      .footer .footer-info .left-info .site-info {
        margin-left: 20px; }
        .footer .footer-info .left-info .site-info p {
          color: #fff;
          font-size: 14px;
          line-height: 28px; }
          .footer .footer-info .left-info .site-info p a {
            color: #fff; }
            .footer .footer-info .left-info .site-info p a:hover {
              color: #cfb36d; }
          .footer .footer-info .left-info .site-info p u {
            color: #c4c4c4; }
    .footer .footer-info .address-left {
      margin-top: 1rem; }
      .footer .footer-info .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .address-left p a {
          color: #fff; }
    .footer .footer-info .right-info {
      width: 730px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal; }
          .footer .footer-info .right-info .footer-columns ul .column-head {
            font-size: 16px;
            line-height: 16px; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-size: 14px;
            line-height: 14px;
            margin-top: 16px; }
          .footer .footer-info .right-info .footer-columns ul a {
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .footer-columns ul a:hover {
            color: #fff; }
        .footer .footer-info .right-info .footer-columns ul + ul {
          margin-left: 40px; }
      .footer .footer-info .right-info .qr-code {
        float: right;
        width: 15.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .footer .footer-info .right-info .qr-code .qr-item {
          margin: 0 0 0.5rem 0.5rem;
          width: 4.5rem;
          height: 4.5rem;
          border-radius: 0.4rem;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer .footer-info .right-info .qr-code .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0.5rem; }
          .footer .footer-info .right-info .qr-code .qr-item > span {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .qr-code .qr-item .img-wrap {
            display: none;
            position: absolute;
            top: 5rem;
            left: 50%;
            margin-left: -2.75rem;
            width: 5.5rem;
            height: 6.75rem;
            background-color: #fff;
            border-radius: 0.2rem;
            box-sizing: border-box;
            padding-top: 0.5rem;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-bottom-color: #fff;
              position: absolute;
              top: -1rem;
              left: 50%;
              transform: translateX(-50%); }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap img {
              width: 4.5rem;
              height: 4.5rem;
              margin-bottom: 0.5rem; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap span {
              font-size: 12px;
              line-height: 1;
              color: #333333; }
          .footer .footer-info .right-info .qr-code .qr-item + a.qr i {
            color: #D5513F; }
          .footer .footer-info .right-info .qr-code .qr-item:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .footer .footer-info .right-info .qr-code > a {
          display: block;
          float: right;
          width: 4.5rem;
          color: #fff;
          text-align: center;
          margin-left: 10px; }
          .footer .footer-info .right-info .qr-code > a img {
            display: block;
            width: 4.5rem;
            height: 4.5rem;
            margin-bottom: 6px; }
          .footer .footer-info .right-info .qr-code > a span {
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
    .footer .footer-info .footer-info-bottom {
      padding-top: 40px; }
      .footer .footer-info .footer-info-bottom .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .footer-info-bottom .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .footer-info-bottom .address-left p a {
          color: #fff; }
      .footer .footer-info .footer-info-bottom .qr-code {
        width: 330px; }
        .footer .footer-info .footer-info-bottom .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .footer-info-bottom .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .footer-info-bottom .qr-code a span {
            display: block;
            max-height: 40px;
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  .footer .footlinks > .layout {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center; }
  .footer .footlinks .share-box {
    font-size: 0; }
    .footer .footlinks .share-box span {
      font-family: 微软雅黑, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: white;
      font-size: 0.7rem; }
    .footer .footlinks .share-box .share-btn {
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      text-align: center;
      line-height: 1.6rem;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.15); }
      .footer .footlinks .share-box .share-btn i {
        font-size: 0.8rem;
        color: #fff; }
      .footer .footlinks .share-box .share-btn + .share-btn {
        margin-left: 0.5rem; }
  .footer .footlinks .footlinks-item a {
    position: relative;
    float: left;
    color: #fff; }
    .footer .footlinks .footlinks-item a:hover {
      color: #cfb36d; }
    .footer .footlinks .footlinks-item a + a {
      margin-left: 40px; }
      .footer .footlinks .footlinks-item a + a:before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: 22px;
        width: 1px;
        height: 16px;
        background-color: #fcfcfc; }
  .footer .footlinks .right-author {
    color: #c4c4c4;
    font-size: 14px; }
    .footer .footlinks .right-author a {
      color: #fff; }
      .footer .footlinks .right-author a:hover {
        color: #cfb36d; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 4.5rem;
  transition: all 0.3s;
  opacity: 1; }
  .aside-s-001 .aside-container {
    width: max-content;
    transition: all .5s;
    background-color: white;
    border-radius: 0.5rem;
    width: max-content;
    box-shadow: 2px -2px 10px rgba(29, 157, 154, 0.5); }
    .aside-s-001 .aside-container a {
      width: 4rem;
      height: 4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 0.5rem;
      color: #1D9D9A;
      font-size: 0;
      transition: all 0.5s;
      margin: 0 auto 0.5rem;
      position: relative; }
      .aside-s-001 .aside-container a i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem; }
      .aside-s-001 .aside-container a span {
        font-size: 0.7rem;
        line-height: 1.4;
        text-align: center;
        transition: all .5s; }
      .aside-s-001 .aside-container a .img-wrap {
        display: none;
        position: absolute;
        top: 0;
        right: calc(100% + 10px);
        width: 140px;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
        font-size: 0;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .aside-s-001 .aside-container a .img-wrap:before {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 10px solid transparent;
          border-left-color: #fff;
          position: absolute;
          left: 100%;
          top: 1.75rem; }
        .aside-s-001 .aside-container a .img-wrap img {
          width: 120px;
          height: 120px;
          margin-bottom: 10px; }
        .aside-s-001 .aside-container a .img-wrap span {
          font-size: 14px;
          line-height: 1;
          color: #333333; }
      .aside-s-001 .aside-container a:hover span {
        font-weight: bold; }
      .aside-s-001 .aside-container a:hover .img-wrap {
        animation: popFadeIn .5S;
        display: flex; }
  .aside-s-001 .aside-btn {
    position: absolute;
    left: -1.75rem;
    width: 1.75rem;
    height: 4rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -3px 4px 3px rgba(29, 157, 154, 0.4); }
    .aside-s-001 .aside-btn i {
      font-size: 1.5rem;
      color: #1D9D9A;
      transition: all .5s; }
  .aside-s-001.show-aside {
    transform: translate(4.5rem, -50%); }
    .aside-s-001.show-aside .aside-container {
      overflow: hidden; }
    .aside-s-001.show-aside .aside-btn i {
      transform: rotate(180deg); }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 7.5rem;
  left: 0;
  height: 7.9rem;
  width: 14rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 7.9rem;
        width: 14rem; }
      .float-win li .float-img .close {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 24rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.9rem;
      font-weight: bold;
      height: 2.9rem;
      box-sizing: border-box;
      padding: 1rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.8rem;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.5rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box,
      .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.7rem;
        box-sizing: border-box;
        height: 1.6rem;
        width: 3rem;
        background-color: #4D99F2;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.5rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

@media (max-width: 1440px) {
  .footer {
    min-width: 1200px; }

  .footer .footer-info .left-info a.institution-logo img {
    width: 59px; }

  .footer .footer-info .right-info {
    width: 790px; }

  .footer .footer-info .right-info .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info p,
  .footer .footer-info .address-left p {
    font-size: 12px; }

  .footer .footer-info .footer-info-bottom .qr-code a {
    zoom: 0.8; } }
@media (max-width: 1200px) {
  .footer {
    min-width: 960px; }

  .footer .footer-info .right-info {
    width: 590px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .footer .footer-info {
    padding-bottom: 60px; }

  .footer .footer-info .right-info .footer-columns {
    display: none; }

  .footer .footer-info .footer-info-top,
  .footer .footer-info .footer-info-bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .footer .footer-info .right-info,
  .footer .footer-info .footer-info-bottom .qr-code {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px; }

  .footer .footer-info .address-left {
    text-align: center;
    margin-bottom: 10px; }

  .link-site-mask {
    padding: 0 15px;
    box-sizing: border-box; }
    .link-site-mask .link-site-box {
      width: calc(100% - 30px); }

  .footer .footlinks .right-author {
    font-size: 12px;
    float: none !important;
    text-align: center; }

  .footer .footer-info .right-info .qr-code {
    justify-content: center; }

  .footer .footlinks .share-box {
    display: none; }

  .footer .footlinks > .layout {
    justify-content: flex-end; }

  .footer .links {
    line-height: 30px; }
    .footer .links .linklist li {
      margin-right: 20px; }
      .footer .links .linklist li + li {
        margin-left: 0; } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.footer002 {
  background-image: url("../images/hxsy/footer_bg.jpg"); }
  .footer002 .links {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer002 .links .layout {
      position: relative; }
      .footer002 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer002 .links .layout ul li {
          font-size: 14px;
          line-height: 60px;
          flex-shrink: 0; }
          .footer002 .links .layout ul li + li {
            margin-right: 40px; }
          .footer002 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 20px; }
          .footer002 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer002 .links .layout a.link-more {
        position: absolute;
        right: 0;
        top: 21px;
        display: none;
        align-items: center; }
        .footer002 .links .layout a.link-more span {
          font-size: 14px;
          color: #fff; }
        .footer002 .links .layout a.link-more i {
          color: #DFB728;
          font-size: 14px;
          margin-left: 8px;
          transition: all 0.3s; }
    .footer002 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer002 .links.show-more .layout .link-more {
      display: flex; }
    .footer002 .links.open {
      max-height: 240px; }
      .footer002 .links.open a.link-more i {
        transform: rotate(180deg); }
  .footer002 .footer-info .layout {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    padding-bottom: 4.5rem; }
    .footer002 .footer-info .layout .logo {
      height: 3.5rem; }
    .footer002 .footer-info .layout .bottom-info {
      display: flex;
      justify-content: space-between;
      margin-top: 3.5rem; }
      .footer002 .footer-info .layout .bottom-info .left-info, .footer002 .footer-info .layout .bottom-info .address-phone {
        flex: 1; }
        .footer002 .footer-info .layout .bottom-info .left-info a.institution-logo, .footer002 .footer-info .layout .bottom-info .address-phone a.institution-logo {
          width: 2.85rem;
          height: 3.5rem;
          margin-right: 1.3rem; }
          .footer002 .footer-info .layout .bottom-info .left-info a.institution-logo img, .footer002 .footer-info .layout .bottom-info .address-phone a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer002 .footer-info .layout .bottom-info .left-info ul li, .footer002 .footer-info .layout .bottom-info .address-phone ul li {
          font-size: 0.7rem;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer002 .footer-info .layout .bottom-info .left-info ul li span, .footer002 .footer-info .layout .bottom-info .address-phone ul li span {
            color: #C4C4C4; }
          .footer002 .footer-info .layout .bottom-info .left-info ul li a, .footer002 .footer-info .layout .bottom-info .address-phone ul li a {
            color: #fff; }
      .footer002 .footer-info .layout .bottom-info .right-qr {
        margin-top: -4.5rem;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        width: 21rem;
        margin-right: -1rem; }
        .footer002 .footer-info .layout .bottom-info .right-qr .qr-item {
          margin: 0 1rem 1rem 0;
          width: 4.5rem;
          height: 4.5rem;
          border-radius: 0.4rem;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0.5rem; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .svg {
            width: 3rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.5rem;
            margin-bottom: -0.3rem; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item > span {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6); }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            top: 5rem;
            left: 50%;
            margin-left: -2.75rem;
            width: 5.5rem;
            height: 6.75rem;
            background-color: #fff;
            border-radius: 0.2rem;
            box-sizing: border-box;
            padding-top: 0.5rem;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1; }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-bottom-color: #fff;
              position: absolute;
              top: -1rem;
              left: 50%;
              transform: translateX(-50%); }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap img {
              width: 4.5rem;
              height: 4.5rem;
              margin-bottom: 0.5rem; }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap span {
              font-size: 12px;
              line-height: 1;
              color: #333333; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item + a.qr i {
            color: #D5513F; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .footer002 .footer-info .layout .bottom-info .right-qr > a {
          display: block;
          float: right;
          width: 4.5rem;
          color: #fff;
          text-align: center;
          margin-left: 10px; }
          .footer002 .footer-info .layout .bottom-info .right-qr > a img {
            display: block;
            width: 4.5rem;
            height: 4.5rem;
            margin-bottom: 6px; }
          .footer002 .footer-info .layout .bottom-info .right-qr > a span {
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  .footer002 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer002 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer002 .bottom .layout .left-author span {
        color: #C4C4C4; }
      .footer002 .bottom .layout .left-author a {
        color: #fff; }
        .footer002 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer002 .bottom .layout .share-box {
      font-size: 0; }
      .footer002 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer002 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer002 .bottom .layout .share-box .share-btn i {
          font-size: 0.8rem;
          color: #fff; }
        .footer002 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

@media (max-width: 1440px) {
  .footer002 .footer-info .layout .bottom-info .right-qr .qr-item {
    margin: 0 0.5rem 0.5rem 0; } }
@media (max-width: 960px) {
  .footer002 .footer-info .layout .logo {
    margin: 0 auto;
    display: block;
    height: 50px;
    max-width: 100%; }
  .footer002 .footer-info .layout .bottom-info {
    margin-top: 20px;
    flex-direction: column;
    align-items: center; }
    .footer002 .footer-info .layout .bottom-info .address-phone {
      margin-top: 20px; }
    .footer002 .footer-info .layout .bottom-info .right-qr {
      margin-top: 10px; } }
.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .inner-list-content .share span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2; }
  .inner-list-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .inner-list-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 1;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .inner-list-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .inner-list-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .inner-list-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .inner-list-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .inner-list-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .inner-list-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #666;
      position: relative;
      font-size: 0.7rem; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal; }
      .inner-list-item .inner-list-tit .fl i {
        font-family: Arial;
        color: #aaa;
        font-style: normal; }
    .inner-list-item .inner-list-tit .fl.list-title {
      font-size: 1.2rem;
      color: #1D9D9A;
      font-weight: normal; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        color: #666;
        font-weight: normal;
        font-size: 0.7rem;
        position: relative;
        margin-bottom: 0.9rem; }
        .inner-list-item .inner-list-tit .tab-tit a:last-child {
          margin-right: 0; }
        .inner-list-item .inner-list-tit .tab-tit a.cur {
          color: #E38A59;
          font-weight: bold; }
          .inner-list-item .inner-list-tit .tab-tit a.cur:after {
            background-color: #1D9D9A; }
  .inner-list-item .inner-list-content {
    position: relative; }
    .inner-list-item .inner-list-content .aa {
      border-top: 1px solid #e4e4e4;
      padding-top: 30px;
      padding-bottom: 20px; }
    .inner-list-item .inner-list-content .bac {
      font-size: 0.9rem;
      font-weight: bold; }
    .inner-list-item .inner-list-content a:hover {
      color: #B7674D; }
    .inner-list-item .inner-list-content .mark {
      color: #1D9D9A; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001 li, .inner-list-item .inner-list-content .list-video001 li {
      border-bottom: 1px solid #e4e4e4;
      padding: 1.5rem 0;
      height: 8rem;
      box-sizing: border-box;
      position: relative; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb, .inner-list-item .inner-list-content .list-video001 li.hasthumb {
        padding-left: 10rem; }
      .inner-list-item .inner-list-content .list-news001 li:last-child, .inner-list-item .inner-list-content .list-video001 li:last-child {
        border-bottom: none; }
      .inner-list-item .inner-list-content .list-news001 li .thumb, .inner-list-item .inner-list-content .list-video001 li .thumb {
        position: absolute;
        left: 0;
        top: 1.5rem;
        width: 9rem;
        height: 5rem;
        overflow: hidden; }
        .inner-list-item .inner-list-content .list-news001 li .thumb img, .inner-list-item .inner-list-content .list-video001 li .thumb img {
          display: block;
          width: 100%;
          height: 100%; }
        .inner-list-item .inner-list-content .list-news001 li .thumb i, .inner-list-item .inner-list-content .list-video001 li .thumb i {
          font-size: 1.5rem;
          color: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 99; }
      .inner-list-item .inner-list-content .list-news001 li .title, .inner-list-item .inner-list-content .list-video001 li .title {
        font-size: 0.9rem;
        color: #333;
        height: 2.8rem;
        font-family: 微软雅黑;
        line-height: 28px;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .inner-list-item .inner-list-content .list-news001 li .title a:hover, .inner-list-item .inner-list-content .list-video001 li .title a:hover {
          color: #9CC301; }
      .inner-list-item .inner-list-content .list-news001 li h2, .inner-list-item .inner-list-content .list-video001 li h2 {
        font-size: 0.9rem;
        font-weight: bold; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb .info, .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
        width: calc(100% - 200px); }
      .inner-list-item .inner-list-content .list-news001 li.nothumb .info, .inner-list-item .inner-list-content .list-video001 li.nothumb .info {
        width: 100%; }
      .inner-list-item .inner-list-content .list-news001 li .info, .inner-list-item .inner-list-content .list-video001 li .info {
        font-size: 0.7rem;
        color: #999;
        line-height: 1.4rem;
        position: absolute;
        bottom: 1.25rem; }
        .inner-list-item .inner-list-content .list-news001 li .info .mark, .inner-list-item .inner-list-content .list-video001 li .info .mark {
          color: #999; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark .time, .inner-list-item .inner-list-content .list-video001 li .info .mark .time {
            color: #1D9D9A; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark u, .inner-list-item .inner-list-content .list-video001 li .info .mark u {
            padding: 0 0.5rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.9rem;
    color: #333;
    font-family: 微软雅黑;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0.85rem; }
    .list-announce001 li .title a:hover {
      color: #9CC301; }
  .list-announce001 li h2 {
    font-size: 0.9rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 1rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.4rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #1D9D9A; }
      .list-announce001 li .info .mark u {
        padding: 0 0.5rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.young-window, .young-window-inner {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 15%; }
  .young-window a, .young-window-inner a {
    display: flex;
    height: 100%;
    width: 100%; }
    .young-window a img, .young-window-inner a img {
      width: 100%;
      height: 100%; }
    .young-window a i, .young-window-inner a i {
      right: 5px;
      color: rgba(143, 137, 137, 0.856);
      position: absolute;
      font-style: normal; }
  @media (max-width: 540px) {
    .young-window, .young-window-inner {
      width: 20%; } }

.wt_work {
  position: relative;
  left: 25px; }
  .wt_work .young-window-inner {
    position: absolute;
    top: 50px; }

.list-service001 li {
  width: 100%;
  height: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  background-color: #fff; }
  .list-service001 li i {
    font-size: 0.7rem;
    color: #C9C9C9; }
  .list-service001 li p {
    flex: 1;
    margin: 0 2.15rem 0 0.5rem; }
    .list-service001 li p a {
      font-size: 0.9rem;
      color: #333;
      font-family: 微软雅黑, sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 18px;
      max-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .list-service001 li p:hover a {
      color: #9CC301; }
  .list-service001 li span {
    color: #1D9D9A;
    font-size: 0.7rem;
    line-height: 1; }

.list-news-image001 ul li {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 0.3s; }
  .list-news-image001 ul li:first-child {
    border-top: 1px solid #e5e5e5; }
  .list-news-image001 ul li a.img {
    display: block;
    width: 17.6%;
    box-sizing: border-box;
    padding: 0.25rem;
    border: 1px solid #e8e8e8;
    margin-right: 2rem;
    flex-shrink: 0; }
    .list-news-image001 ul li a.img .inner-img {
      width: 100%;
      padding-bottom: 56%;
      position: relative;
      overflow: hidden; }
      .list-news-image001 ul li a.img .inner-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
    .list-news-image001 ul li a.img:hover .inner-img img {
      transform: scale(1.1); }
  .list-news-image001 ul li .right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .list-news-image001 ul li .right-info a.tit {
      font-size: 0.9rem;
      font-weight: bold;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      transition: all 0.3s; }
      .list-news-image001 ul li .right-info a.tit:hover {
        color: #1D9D9A; }
    .list-news-image001 ul li .right-info .content {
      font-size: 0.7rem;
      color: #666;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 0.5rem; }
    .list-news-image001 ul li .right-info .bottom {
      margin-top: 1rem;
      font-size: 0;
      line-height: 1;
      overflow: hidden; }
      .list-news-image001 ul li .right-info .bottom span {
        font-size: 0.7rem;
        color: #999; }
        .list-news-image001 ul li .right-info .bottom span.time {
          color: #1D9D9A; }
        .list-news-image001 ul li .right-info .bottom span + span:before {
          content: "";
          height: 100%;
          border-left: 1px solid #c7c5c5;
          margin: 0 0.5rem; }
  .list-news-image001 ul li:hover {
    border-bottom-color: transparent;
    box-shadow: 0.25rem 0.25rem 1.25rem 0.25rem rgba(0, 0, 0, 0.15); }
    .list-news-image001 ul li:hover .right-info a.tit {
      color: #1D9D9A; }
.list-news-image001.party ul li .right-info a.tit:hover {
  color: #b10c06; }
.list-news-image001.party ul li .right-info .bottom span.time {
  color: #b10c06; }
@media (max-width: 960px) {
  .list-news-image001 ul li {
    padding: 15px 0; }
    .list-news-image001 ul li a.img {
      width: 128px;
      margin-right: 10px; }
    .list-news-image001 ul li .right-info .content {
      display: none; }
    .list-news-image001 ul li .right-info .bottom span {
      display: none; }
      .list-news-image001 ul li .right-info .bottom span.time {
        display: block; }
    .list-news-image001 ul li:hover {
      box-shadow: unset; } }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 14rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.9rem;
      color: #5F929D;
      height: 3.5rem;
      line-height: 3.5rem;
      padding-left: 1.5rem;
      box-sizing: border-box;
      border-bottom: 1px solid #DBC19E;
      position: relative; }
      .list-service001.list-sevice-withnav .nav3-list h2 i {
        position: absolute;
        left: 0;
        top: -23px;
        transform: rotate(270deg);
        font-size: 24px;
        font-weight: normal;
        color: #DBC19E; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding-top: 1rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 2.3rem;
        width: 100%;
        line-height: 2.3rem;
        padding-left: 1.5rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.8rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.8rem;
            width: 2px;
            background-color: #C69B59;
            left: 0;
            top: 0.75rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div.cur a {
        color: #5F929D;
        font-weight: bolder; }
      .list-service001.list-sevice-withnav .nav3-list ul div:hover {
        background-color: #5898A6; }
        .list-service001.list-sevice-withnav .nav3-list ul div:hover a {
          color: #fff; }
          .list-service001.list-sevice-withnav .nav3-list ul div:hover a:before {
            background-color: #fff; }
  .list-service001.list-sevice-withnav .service-list {
    width: 44.5rem; }

@media (max-width: 960px) {
  .list-service001.list-sevice-withnav .nav3-list {
    width: 120px;
    height: 446px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #F2F2F2; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      display: none; }
    .list-service001.list-sevice-withnav .nav3-list .nav3-list-box {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      height: 380px;
      overflow-y: auto;
      overflow-x: hidden; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding: 0; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        padding: 0; }
  .list-service001.list-sevice-withnav .service-list {
    width: calc(100% - 130px); } }
.inner-img-content {
  margin: 1.5rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.1rem;
  font-size: 0; }
  .list-images001 li {
    width: 19.25rem;
    margin-right: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 10.9rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3rem;
        height: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.7rem;
        text-align: center;
        line-height: 2rem; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.7rem;
      color: #333;
      font-size: 0.9rem;
      line-height: 27px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-images001 li .title:hover a {
        color: #9CC301; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.5rem; }
      .list-images001 li .info .mark .comefrom {
        white-space: nowrap; }
      .list-images001 li .info .share i {
        color: #333; }
      .list-images001 li .info .share span {
        height: auto; }
      .list-images001 li .info .share .bdsharebuttonbox {
        right: 0;
        top: -6.75rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 1rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 4.65rem;
          height: 1rem;
          position: absolute;
          bottom: -0.75rem;
          right: 0;
          background-color: transparent; }
    .list-images001 li:nth-child(3n+1):after {
      content: "";
      display: inline-block;
      width: 1200px;
      height: 1px;
      background-color: #e4e4e4;
      position: absolute;
      left: 0;
      bottom: 0; }

.list-leader-image001 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem; }
  .list-leader-image001 li {
    width: 16.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.5rem 2rem; }
    .list-leader-image001 li .leader-photo {
      width: 7rem;
      height: 10rem; }
      .list-leader-image001 li .leader-photo img {
        width: 100%;
        height: 100%; }
    .list-leader-image001 li .leader-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-leader-image001 li .leader-info .leader-name {
        line-height: 1.2rem;
        font-size: 1.2rem;
        color: #1D9D9A;
        font-weight: normal;
        margin: 1rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.8rem;
        color: #555; }
      .list-leader-image001 li .leader-info .leader-protit {
        line-height: 21px;
        max-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-leader-image001 li .leader-info .doc-protit {
        margin-top: 10px;
        line-height: 17px;
        max-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

.list-leader-text001 li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7; }
  .list-leader-text001 li .leader-photo {
    display: block;
    width: 7.2rem;
    height: 10rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 2rem;
    padding-right: 2rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #1D9D9A;
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.6rem; }
      .list-leader-text001 li .leader-info .leader-protit span {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        display: inline-block; }
        .list-leader-text001 li .leader-info .leader-protit span + span {
          margin-left: 1rem; }
    .list-leader-text001 li .leader-info .leader-intro {
      color: #797979;
      font-size: 14px;
      line-height: 24px;
      max-height: 72px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

@media (max-width: 1200px) {
  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 16px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li,
  .list-announce001 li {
    padding: 25px 0; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 160px); }

  .list-announce001 li .title {
    margin-bottom: 12px; }

  .list-service001 li {
    margin-bottom: 8px; }

  .list-service001 li p {
    margin: 0 24px 0 10px; }

  .list-service001 li p a {
    font-size: 16px;
    line-height: 16px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-service001 li span {
    font-size: 12px; }

  .inner-list-content .share span,
  .inner-list-content .share .bdsharebuttonbox a {
    font-size: 12px; }

  .list-images001 li .title {
    font-size: 0.8rem;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    width: 960px; }

  .list-leader-image001 li .leader-name {
    line-height: 20px;
    font-size: 20px; }

  .list-leader-image001 li span {
    font-size: 14px; }

  .list-leader-image001 li .doc-protit,
  .list-leader-image001 li .leader-protit {
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 20px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 16px;
    line-height: 16px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-list-item .inner-list-tit {
    height: 12px;
    line-height: 12px;
    padding-bottom: 17px;
    padding-top: 20px; }

  .inner-list-item .inner-list-tit .fl,
  .inner-list-item .inner-list-tit .tab-tit a {
    font-size: 12px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li {
    height: 112px;
    padding: 20px 0; }

  .inner-list-item .inner-list-content .list-news001 li .info,
  .inner-list-item .inner-list-content .list-video001 li .info {
    bottom: 15px; }

  .inner-list-item .inner-list-content .list-news001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-news001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content li .info .share {
    display: none; }

  .inner-list-item .inner-list-content .list-news001 li .thumb,
  .inner-list-item .inner-list-content .list-video001 li .thumb {
    width: 126px;
    height: 70px;
    top: 20px; }

  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 14px;
    height: 42px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 14px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb {
    padding-left: 136px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 136px); }

  .inner-list-item .inner-list-content li .title a:hover {
    color: #333 !important; }

  .list-service001 li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
    height: 80px; }
    .list-service001 li p {
      flex-grow: 0;
      margin: 0 0 10px 0; }
      .list-service001 li p a {
        font-size: 14px;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-service001 li p:hover a {
        color: #333; }
    .list-service001 li i {
      display: none; }

  .list-images001 {
    justify-content: space-between;
    margin-right: 0; }

  .list-images001 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 10px; }

  .list-images001 li .img {
    height: auto; }

  .list-images001 li .img .count {
    width: 40px;
    height: 20px;
    font-size: 12px;
    line-height: 20px; }

  .list-images001 li .title {
    margin: 8px 0;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    margin-top: 28px; }

  .list-images001 li .info .mark {
    position: relative; }

  .list-images001 li .info .mark .comefrom {
    position: absolute;
    left: 0;
    top: -20px; }

  .list-images001 li .info .share i {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    display: none; }

  .list-images001 li:nth-child(2n+1):after {
    content: "";
    display: inline-block;
    width: calc(100vw - 20px);
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0; }

  .inner-list-item .inner-list-content .list-images001 li .info .share {
    display: block; }

  .list-leader-image001 {
    margin-top: 0; }

  .list-leader-image001 li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0; }

  .list-leader-image001 li .leader-photo {
    width: 69px;
    height: 96px;
    flex-shrink: 0; }

  .list-leader-image001 li .leader-info {
    align-items: flex-start;
    margin-left: 10px; }

  .list-leader-image001 li .leader-info .leader-name {
    margin: 0 0 33px; }

  .list-leader-text001 li {
    padding: 20px 0; }

  .list-leader-text001 li .leader-photo {
    width: 69px;
    height: 96px; }

  .list-leader-text001 li .leader-info {
    margin-left: 10px;
    padding-right: 0; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }

  .list-leader-text001 li .leader-info .leader-protit {
    margin-bottom: 18px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 14px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span + span {
    margin-left: 20px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 720px) {
  .pages {
    width: 100%;
    height: 50%;
    background-color: #70B603;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 1;
    transform: rotate(30deg);
    transform: translateX(-10px);
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }
.list-department001 {
  position: relative;
  min-height: 30rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.8rem; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      display: flex; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        overflow: hidden;
        width: 12rem;
        height: 3rem;
        flex: 1;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A2CDEC;
        background-color: #F0F6F9;
        position: relative;
        display: inline-block;
        line-height: 3rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          top: -1.1rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          bottom: -1.1rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          top: -1.1rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          bottom: -1.1rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #1D9D9A; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #1D9D9A;
          border-color: #1D9D9A; }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-bottom {
            color: rgba(255, 255, 255, 0.8); }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur p {
            color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      display: none;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        transition: all 0.3s;
        width: 14.5rem;
        height: 2.5rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.665rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        margin-top: 1.5rem;
        position: relative;
        line-height: 50px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.4rem;
          width: 0.4rem;
          box-sizing: border-box;
          position: absolute; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-top {
          top: 0;
          left: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-bottom {
          bottom: 0;
          left: 0;
          border-bottom: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-top {
          top: 0;
          right: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-right: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-bottom {
          bottom: 0;
          right: 0;
          border-right: 0.15rem solid #D7D7D7;
          border-bottom: 0.15rem solid #D7D7D7; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:nth-child(4n) {
        margin-right: 0; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-p {
        padding-left: 1rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 1200px) {
  .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department001 {
    padding: 0 10px; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        height: 34px;
        line-height: 34px;
        margin-top: 10px;
        width: auto;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #fff; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dm-doctor-list .dm-doc-item {
  height: 17.5rem;
  width: 11.2rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2rem 0 2rem;
  margin: 0.5rem 0.4rem; }
  .dm-doctor-list .dm-doc-item .doc-item-info a {
    display: flex;
    width: 7.2rem;
    flex-direction: column;
    align-items: center; }
    .dm-doctor-list .dm-doc-item .doc-item-info a img {
      height: 10rem;
      width: 7.2rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a p.name {
      font-size: 0.9rem;
      margin-top: 0.5rem;
      line-height: 1.6rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a span.protit {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
  .dm-doctor-list .dm-doc-item span.level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .dm-doctor-list .dm-doc-item span.level-list u {
      font-size: 0.6rem;
      color: #aaa;
      line-height: 0.7rem; }
    .dm-doctor-list .dm-doc-item span.level-list u + u:before {
      content: '/';
      font-size: 0.6rem;
      color: #aaa; }

@media (max-width: 960px) {
  .dm-doctor-list .dm-doc-item {
    width: 30vw;
    height: 46vw;
    padding: 4vw 0 0;
    min-height: 166px;
    min-width: 114px; }
    .dm-doctor-list .dm-doc-item .doc-item-info a {
      width: 14vw;
      min-width: 50px;
      margin: 0 auto; }
      .dm-doctor-list .dm-doc-item .doc-item-info a img {
        height: 20vw;
        width: 14vw;
        min-width: 50px;
        min-height: 70px; } }
.list-special001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem;
  position: relative; }
  .list-special001 .line {
    position: absolute;
    border-left: 1px solid #e4e4e4;
    height: calc(100% - 1.5rem);
    top: 0;
    left: 14.65rem; }
    .list-special001 .line.line1 {
      left: 29.95rem; }
    .list-special001 .line.line2 {
      left: 45.25rem; }
  .list-special001.list-mygzs li {
    width: 47%; }
    .list-special001.list-mygzs li a .img {
      height: 8.15rem; }
  .list-special001 li {
    margin-right: 1.3rem;
    width: 14rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all .5s; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 7.9rem;
        overflow: hidden; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.3s; }
      .list-special001 li a .info {
        padding: 0.75rem;
        box-sizing: border-box;
        height: max-content; }
        .list-special001 li a .info p {
          width: 100%;
          line-height: 25px;
          max-height: 50px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 16px;
          color: #333;
          height: 50px;
          text-align: center; }
      .list-special001 li a:after {
        height: 0.1rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #12B8A0;
        transition: .3s ease; }
      .list-special001 li a:hover {
        background: #1D9D9A; }
        .list-special001 li a:hover:after {
          width: 100%; }
        .list-special001 li a:hover .info p {
          color: white; }
        .list-special001 li a:hover .img img {
          transform: scale(1.1); }

@media (max-width: 1200px) {
  .list-special001 li a p {
    line-height: 32px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px; } }
@media (max-width: 960px) {
  .list-special001 li {
    width: 100%; }
    .list-special001 li a .img {
      height: 36vw; } }
.list-medicine001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-medicine001 .medicine-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-medicine001 .medicine-search-box p.medicine-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-medicine001 .medicine-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-medicine001 .medicine-search .medicine-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-medicine001 .medicine-search .medicine-name::placeholder {
      color: #aaa; }
  .list-medicine001 .medicine-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #036F6F;
    right: 0.7rem; }
    .list-medicine001 .medicine-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #1D9D9A; }
.list-medicine001 .haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .list-medicine001 .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .list-medicine001 .haschosen span, .list-medicine001 .haschosen .medicine-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .list-medicine001 .haschosen .medicine-count {
    display: flex;
    justify-content: space-between; }
    .list-medicine001 .haschosen .medicine-count .medicine-num b {
      font-weight: 400;
      color: #1D9D9A; }
  .list-medicine001 .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #1D9D9A;
    color: #fff; }
    .list-medicine001 .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }
.list-medicine001 .medicine-list-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #d7bf9d;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .list-medicine001 .medicine-list-wrap table thead {
    text-align: center;
    font-size: 18px;
    color: #bd382a;
    background-color: #efeee7; }
  .list-medicine001 .medicine-list-wrap table td {
    padding: 5px;
    font-size: 18x;
    border-collapse: collapse;
    border: 1px solid #d7bf9d; }
@media (max-width: 960px) {
  .list-medicine001 .container-inner {
    padding-top: 58px; }
  .list-medicine001 .medicine-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-medicine001 .medicine-search-box p.medicine-search-tit {
      display: none; }
  .list-medicine001 .medicine-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-medicine001 .medicine-search .medicine-name {
      height: 40px;
      line-height: 40px; }
    .list-medicine001 .medicine-search .btn {
      height: 40px; } }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #12B8A0; }
.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
  color: #4568a0; }
.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
  color: #378458; }
.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
  color: #db6340; }
.download-list li:hover a.dl-icon.pdf:before {
  color: #e81f05; }
.download-list li:hover a.dl-icon.rar:before {
  color: #ff5056; }
.download-list li:hover a.dl-icon.zip:before {
  color: #a372db; }
.download-list li:hover a.dl-icon.swf:before {
  color: #bb041a; }
.download-list li:hover a.dl-icon.txt:before {
  color: #8fa4b5; }
.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background: #1D9D9A;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #12B8A0; }
  .download-list li a.download i {
    margin-right: 5px; }
.download-list li a.dl-icon {
  padding-left: 30px;
  position: relative; }
  .download-list li a.dl-icon:before {
    left: 0;
    font-size: 22px;
    color: #1D9D9A;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px; }
  .download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
    content: "\e667"; }
  .download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
    content: "\e668"; }
  .download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
    content: "\e660"; }
  .download-list li a.dl-icon.pdf:before {
    content: "\e68f"; }
  .download-list li a.dl-icon.rar:before {
    content: "\e665"; }
  .download-list li a.dl-icon.zip:before {
    content: "\e661"; }
  .download-list li a.dl-icon.swf:before {
    content: "\e7c0"; }
  .download-list li a.dl-icon.txt:before {
    content: "\e664"; }

.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .show-content .share > span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2;
    line-height: 1.4rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #1D9D9A;
      border-color: #1D9D9A;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 40rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.6rem;
          color: #444;
          line-height: 2.4rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 1rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem; }
      .news-show .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #1D9D9A;
            margin-bottom: 0.15rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name, .news-show .list-item .related-expert ul li .doc-info .doc-job, .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #1D9D9A;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 18rem; }
    .news-show .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 5.5rem;
          height: 4rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.5rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 6.5rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.5rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 32rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 55.9rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 32rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 0.9rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 5.3rem;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3rem;
      font-size: 0.9rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.9rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.7rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.5rem; }
  .images-show .images-info .img-slide {
    margin: 1.25rem 0 1.5rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.15rem;
      height: 3.8rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.075rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 3.8rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.8rem;
      font-size: 0.6rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.6rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.5rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.1rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 19.25rem;
        margin-right: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 10.9rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3rem;
            height: 2rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.7rem;
            text-align: center;
            line-height: 2rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.5rem 0;
          height: 2.7rem;
          color: #333;
          font-size: 0.9rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #9CC301; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.news-show004 {
  padding-bottom: 4rem; }
  .news-show004 .list-item.has-right {
    width: 100%; }
  .news-show004 .list-item {
    width: 100%; }
    .news-show004 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show004 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show004 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 7.1rem;
          height: 0.1rem;
          background-color: #9CC301;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show004 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.5;
          text-align: center; }
        .news-show004 .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show004 .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show004 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.6rem;
          color: #333333;
          line-height: 1.5; }
        .news-show004 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show004 .list-item .content .news-title .time-comefrom {
          margin-top: 2rem;
          font-size: 0; }
          .news-show004 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 1.05rem;
            position: relative; }
            .news-show004 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.5rem; }
        .news-show004 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 1rem;
          display: flex;
          align-items: center; }
          .news-show004 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.7rem;
            line-height: 1; }
          .news-show004 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 1rem;
            margin-left: 0.5rem;
            line-height: 1;
            cursor: pointer; }
            .news-show004 .list-item .content .news-title .ctrl .btn i {
              font-size: 1rem; }
            .news-show004 .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .news-show004 .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .news-show004 .list-item .content .news-content {
        padding-top: 2rem; }
        .news-show004 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
        .news-show004 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show004 .list-item .content .original-title {
        font-size: 0.8rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 1rem; }
      .news-show004 .list-item .content .share-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        font-size: 0; }
        .news-show004 .list-item .content .share-box .news-author {
          font-size: 0.7rem; }
          .news-show004 .list-item .content .share-box .news-author span {
            color: #888;
            margin-right: 1rem;
            position: relative; }
            .news-show004 .list-item .content .share-box .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.65rem;
              top: 0.15rem; }
        .news-show004 .list-item .content .share-box .inner-share span {
          color: #333333;
          font-size: 0.7rem;
          line-height: 1;
          display: inline-block; }
        .news-show004 .list-item .content .share-box .inner-share .share-btn {
          margin-left: 0.5rem; }
          .news-show004 .list-item .content .share-box .inner-share .share-btn i {
            font-size: 1rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show004 .list-item .content .share-box .inner-share .share-btn:hover i {
            color: #1D9D9A; }
    .news-show004 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show004 .list-item .related-expert {
      margin-top: 2rem; }
      .news-show004 .list-item .related-expert ul {
        margin-top: 1rem; }
        .news-show004 .list-item .related-expert ul li {
          margin-top: 0.5rem; }
          .news-show004 .list-item .related-expert ul li a {
            height: 7.95rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            display: flex; }
            .news-show004 .list-item .related-expert ul li a .doc-img {
              width: 4.5rem;
              height: 6rem;
              margin-right: 2rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show004 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show004 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.9rem;
              color: #333;
              line-height: 1;
              margin-top: 0.5rem; }
            .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.5rem;
              font-size: 0; }
              .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.7rem;
                color: #000;
                line-height: 1; }
              .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 1rem; }
                .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.7rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show004 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.5rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.7rem; }
            .news-show004 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #1D9D9A; }
    .news-show004 .list-item .related-depart {
      margin-top: 2rem; }
      .news-show004 .list-item .related-depart ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show004 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.9rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 1rem; }
          .news-show004 .list-item .related-depart ul li .dep-tit:hover {
            color: #1D9D9A; }
        .news-show004 .list-item .related-depart ul li .dep-intro {
          font-size: 0.7rem;
          color: #7F7F7F;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .news-show004 .news-right {
    width: 100%;
    margin-top: 1rem; }
    .news-show004 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show004 .news-right a.column-tit span {
        font-size: 1.2rem; }
      .news-show004 .news-right a.column-tit i {
        font-size: 0.8rem; }
      .news-show004 .news-right a.column-tit:hover {
        color: #1D9D9A; }
    .news-show004 .news-right ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 1rem;
      width: 100%; }
      .news-show004 .news-right ul li {
        width: calc(50% - 10px);
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 1rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show004 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show004 .news-right ul li:hover a p.title,
        .news-show004 .news-right ul li:hover a .time {
          color: #1D9D9A; }
        .news-show004 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.75rem;
          font-size: 0;
          position: relative; }
          .news-show004 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show004 .news-right ul li a .time {
            font-size: 0.7rem;
            color: #9CC301;
            display: inline-block;
            line-height: 1; }
          .news-show004 .news-right ul li a p.title {
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.4rem;
            height: 2.4rem; }

@media (max-width: 960px) {
  .news-show004-box {
    padding-top: 60px; }
    .news-show004-box .inner-layout {
      padding: 0 20px; }

  .news-show004 {
    display: block; }
    .news-show004 .list-item.has-right {
      width: 100%; }
    .news-show004 .news-right {
      width: 100%;
      margin-top: 20px; }

  .news-show003 {
    display: inherit;
    width: 100%; }

  .news-show003 .list-item.has-right {
    width: 100%; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show003 .list-item .content .news-title span.time {
    margin: 20px 0 12px; }

  .news-show003 .list-item .content .news-title span {
    font-size: 12px; }

  .news-show003 .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show003 .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show003 .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show003 .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show003 .list-item .related-depart {
    margin-top: 20px; }

  .news-show003 .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show003 .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show003 .news-right {
    width: 100%;
    margin-top: 30px; }

  .news-show003 .news-right ul li {
    height: 80px; }

  .news-show003 .share-box.position {
    margin-left: 10px;
    left: 0; }

  .news-show003 .share-box .share-container .share-btn:hover i {
    display: block; }
  .news-show003 .share-box .share-container .share-btn:hover span {
    display: none; } }
.second-nav-wrap {
  min-width: 1360px;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative; }
  .second-nav-wrap.dep-second-nav-wrap {
    background-color: #9CC301; }
  .second-nav-wrap .second-nav {
    height: 15rem;
    position: relative; }
  .second-nav-wrap .dm-second-nav h1 {
    padding: 3.75rem 0; }
  .second-nav-wrap .path {
    color: #fff;
    padding-top: 1rem; }
    .second-nav-wrap .path a {
      color: #fff; }
  .second-nav-wrap h1 {
    padding: 5.5rem 0 4.5rem;
    height: 15rem-3rem;
    line-height: 15rem-3rem;
    color: #fff;
    font-size: 2rem;
    box-sizing: border-box; }
    .second-nav-wrap h1.text-right {
      text-align: right; }
    .second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15rem-3rem; }
  .second-nav-wrap .second-nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .second-nav-wrap .second-nav-list ul li:hover a {
          color: #12B8A0; }
        .second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #9CC301; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 3rem;
      text-align: center;
      position: relative;
      margin: 0 1rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #9CC301; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.2rem;
        background-color: #1d9d9a; }
      .three-nav-wrap .three-nav li.cur a {
        color: #1D9D9A;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.6rem 0; }
  .four-nav-wrap .four-nav {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .four-nav-wrap .four-nav li {
      box-sizing: border-box;
      height: 1.5rem;
      text-align: center;
      line-height: 1.5rem;
      border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333;
        padding: 0 0.9rem;
        border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #1D9D9A; }

@media (max-width: 1440px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 1200px; } }
@media (max-width: 1200px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 960px; } }
@media (max-width: 960px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 720px; }

  .second-nav-wrap {
    margin-top: 60px;
    min-height: 120px; }
    .second-nav-wrap.dep-second-nav-wrap {
      margin-top: 80px; }

  .second-nav-wrap .second-nav {
    height: 100%;
    min-height: 120px; }

  .second-nav-wrap h1,
  .second-nav-wrap .dm-second-nav h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    padding: 42px 0 30px; }
    .second-nav-wrap h1.text-center,
    .second-nav-wrap .dm-second-nav h1.text-center {
      line-height: inherit; }

  .second-nav-wrap .second-nav-list ul li a,
  .three-nav-wrap .three-nav-box ul li a,
  .four-nav-wrap .four-nav-box ul li a {
    font-size: 12px; }

  .three-nav-wrap .three-nav {
    line-height: inherit; }

  .three-nav-wrap .three-nav li {
    height: auto;
    margin-bottom: 12px; }

  .three-nav-wrap {
    padding: 14px 0 2px 0; }

  .three-nav-wrap .three-nav li.cur:after {
    height: 2px;
    bottom: -2px; }

  .second-nav-wrap .second-nav-list ul li {
    height: 12px;
    margin-bottom: 10px; }

  .second-nav-wrap .second-nav-list ul li a {
    height: auto;
    line-height: 12px; }

  .second-nav-wrap .second-nav-list ul li.cur:after {
    height: 2px;
    bottom: -5px; }

  .four-nav-wrap {
    padding: 10px 0; }

  .four-nav-wrap .four-nav li {
    height: 20px;
    line-height: 20px; }

  .four-nav-wrap .four-nav li a {
    padding: 0 10px; } }
@media (max-width: 720px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 360px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 360px; }

  .second-nav-wrap .second-nav-list ul li,
  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.version-nav {
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 16.2rem;
  box-sizing: border-box; }
  .version-nav h2 {
    font-size: 2.8rem;
    line-height: 1;
    color: #FFFFFF;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1; }
    .version-nav h2:before {
      content: "";
      display: block;
      width: 0.5rem;
      height: 2.8rem;
      background-color: #12B8A0;
      position: absolute;
      left: 0;
      top: 0; }
  .version-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); }

@media (max-width: 1440px) {
  .version-nav {
    height: 20rem;
    padding-top: 10rem; } }
@media (max-width: 960px) {
  .version-nav {
    height: auto;
    padding: 60px 0; }
    .version-nav h2 {
      margin: 0 auto;
      width: fit-content;
      font-size: 20px;
      padding-left: 10px; }
      .version-nav h2:before {
        height: 100%;
        width: 5px; } }
.index-layout {
  width: 80rem;
  margin: 0 auto; }

.guide-page002 {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden; }
  .guide-page002 .index-banner-slick {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .guide-page002 .index-banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
  .guide-page002 .inner-guide {
    z-index: 1;
    position: relative;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    height: fit-content; }
    .guide-page002 .inner-guide .top-logo {
      opacity: 0;
      transition: all .5s .5s ease;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .guide-page002 .inner-guide .top-logo .logo {
        display: inline-block;
        height: 4rem;
        cursor: auto; }
        .guide-page002 .inner-guide .top-logo .logo img {
          height: 100%; }
      .guide-page002 .inner-guide .top-logo .btn-content {
        display: flex;
        height: 3rem; }
        .guide-page002 .inner-guide .top-logo .btn-content .button {
          width: 7.5rem;
          height: 100%;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 0.5rem;
          position: relative;
          transition: transform 0.3s;
          overflow: hidden; }
          .guide-page002 .inner-guide .top-logo .btn-content .button i {
            font-size: 1.5rem;
            margin-right: 0.5rem;
            position: absolute;
            transition: all 0.5s;
            display: inline-block;
            left: 1rem; }
          .guide-page002 .inner-guide .top-logo .btn-content .button span {
            font-size: 0.9rem;
            line-height: 1;
            font-weight: bold;
            transform: translateX(1rem);
            transition: transform 0.5s;
            position: relative;
            z-index: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .button:before {
            content: "";
            position: absolute;
            width: 7.5rem;
            height: 7.5rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
          .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn {
            background-color: #fff;
            color: #DFB728; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn i {
              left: 1rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn:before {
              background-color: #DFB728; }
          .guide-page002 .inner-guide .top-logo .btn-content .button.tender-btn {
            background-color: #4AB1AD;
            color: #fff; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.tender-btn:before {
              background-color: #12B8A0; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover:before {
            top: -2.25rem;
            transform: scale(1.2); }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover span {
            transform: translateX(0); }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover i {
            transform: scale(2);
            left: 0.5rem;
            opacity: 0.2; }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover.talent-btn {
            color: #fff; } }
        .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
          width: 3rem;
          height: 100%;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          overflow: hidden;
          position: relative; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
            font-size: 1.5rem;
            line-height: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item span, .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
            z-index: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            border-radius: 50% 50% 0px 0px;
            left: -1.5rem;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #12B8A0; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en {
            background-color: #4DA7E3;
            margin-right: 0.5rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
              color: #fff;
              font-weight: bold;
              font-size: 1.3rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en i {
              color: #fff; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.qr-btn {
            background-color: #fff;
            cursor: pointer; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.qr-btn i {
              color: #4DA7E3; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover:before {
            top: -1.5rem;
            transform: scale(1.2); }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover i {
            color: #fff !important; } }
      .guide-page002 .inner-guide .top-logo.show {
        opacity: 1; }
    .guide-page002 .inner-guide .m-btn {
      display: none; }
    .guide-page002 .inner-guide .entry-content {
      display: flex;
      height: 10rem;
      margin-top: 10rem; }
      .guide-page002 .inner-guide .entry-content .enter-web {
        background-color: #fff;
        border-radius: 0.5rem;
        width: 15rem;
        height: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0 0 1.5rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .guide-page002 .inner-guide .entry-content .enter-web img {
          position: absolute;
          opacity: 0.6; }
          .guide-page002 .inner-guide .entry-content .enter-web img.yxy {
            transform: rotateY(180deg);
            top: 0;
            right: 0;
            height: 4.8rem;
            max-height: 100%; }
        .guide-page002 .inner-guide .entry-content .enter-web .zl {
          position: absolute;
          width: 6.5rem;
          bottom: -0.75rem;
          left: 0; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-1, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            fill: none;
            stroke: #E4E4E4;
            stroke-linejoin: round;
            stroke-width: 0.75px; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-linecap: round; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3 {
            stroke-dasharray: 2.76 1.84 0.92 1.84; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4 {
            stroke-dasharray: 11.05 0.92 2.76 1.84 0.92 1.84; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-dasharray: 12 1 3 2 1 2; }
        .guide-page002 .inner-guide .entry-content .enter-web p {
          font-size: 1.6rem;
          line-height: 1;
          color: #333; }
        .guide-page002 .inner-guide .entry-content .enter-web a.enter {
          display: block;
          position: absolute;
          bottom: 1.5rem;
          right: 1.5rem;
          background-color: #1D9D9A;
          height: 2rem;
          width: 6rem;
          line-height: 2rem;
          text-align: center;
          color: #fff;
          font-size: 0.8rem;
          border-radius: 0.2rem;
          overflow: hidden; }
          .guide-page002 .inner-guide .entry-content .enter-web a.enter span {
            position: relative;
            z-index: 1; }
          .guide-page002 .inner-guide .entry-content .enter-web a.enter:before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #9CC301; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .entry-content .enter-web:hover {
            background-color: #19BAA3; }
            .guide-page002 .inner-guide .entry-content .enter-web:hover p {
              color: #fff; }
            .guide-page002 .inner-guide .entry-content .enter-web:hover a.enter:before {
              top: -2rem;
              transform: scale(1.2); } }
      .guide-page002 .inner-guide .entry-content .entry-item-box {
        display: flex; }
      .guide-page002 .inner-guide .entry-content a.entry-item {
        margin-left: 1rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
          width: 10rem;
          height: 100%;
          border-radius: 0.5rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative;
          overflow: hidden;
          transition: all .5s ease; }
        .guide-page002 .inner-guide .entry-content a.entry-item .block {
          width: 3rem;
          height: 3rem;
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          position: absolute;
          left: 1.5rem;
          top: 1.5rem;
          transition: all .5s ease; }
        .guide-page002 .inner-guide .entry-content a.entry-item i {
          transition: all .5s ease;
          text-align: center;
          font-size: 1.5rem;
          position: absolute;
          top: 2.25rem;
          left: 2.25rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item p {
          font-size: 1.2rem;
          line-height: 1;
          font-weight: bold;
          position: absolute;
          left: 1.5rem;
          top: 5.5rem;
          transition: all .5s ease; }
          .guide-page002 .inner-guide .entry-content a.entry-item p:after {
            content: "";
            width: 4rem;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.5);
            position: absolute;
            left: 0;
            bottom: -1.7rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) {
          position: relative; }
          .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) .inner-entry-item {
            background-color: rgba(77, 167, 227, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(2) .inner-entry-item {
          background-color: rgba(176, 206, 58, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(3) .inner-entry-item {
          background-color: rgba(18, 184, 160, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(4) .inner-entry-item {
          background-color: rgba(223, 190, 75, 0.9); }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
            margin-top: -0.5rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
            transform: scale(10); }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
            font-size: 5rem;
            color: rgba(255, 255, 255, 0.2);
            top: 2.5rem;
            left: 2.65rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
            font-weight: normal;
            top: 3.9rem;
            left: 3.4rem; }
            .guide-page002 .inner-guide .entry-content a.entry-item:hover p:after {
              background-color: #fff;
              width: 2rem;
              left: 50%;
              margin-left: -1rem;
              bottom: -1.15rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(1) .block {
            background-color: #4DA7E3; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(2) .block {
            background-color: #B0CE3A; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(3) .block {
            background-color: #12B8A0; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(4) .block {
            background-color: #DFBE4B; } }
    .guide-page002 .inner-guide .show-item {
      transform: translateY(-20px);
      opacity: 0;
      transition-property: transform,opacity;
      transition-duration: .8s; }
      .guide-page002 .inner-guide .show-item.show {
        transform: translateY(0);
        opacity: 1; }
        .guide-page002 .inner-guide .show-item.show.enter-web {
          transition-delay: 0.8s; }
        .guide-page002 .inner-guide .show-item.show.entry0 {
          transition-delay: 1s; }
        .guide-page002 .inner-guide .show-item.show.entry1 {
          transition-delay: 1.2s; }
        .guide-page002 .inner-guide .show-item.show.entry2 {
          transition-delay: 1.4s; }
        .guide-page002 .inner-guide .show-item.show.entry3 {
          transition-delay: 1.6s; }
        .guide-page002 .inner-guide .show-item.show.en {
          transition-delay: 1.8s; }
        .guide-page002 .inner-guide .show-item.show.qr-btn {
          transition-delay: 2s; }
  .guide-page002 .bottom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 8rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
    .guide-page002 .bottom-info .inner-info {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
      .guide-page002 .bottom-info .inner-info p {
        display: inline;
        color: #fff;
        font-size: 0.7rem;
        line-height: 1; }
        .guide-page002 .bottom-info .inner-info p a {
          color: #fff; }
          .guide-page002 .bottom-info .inner-info p a:hover {
            color: #cfb36d; }
        .guide-page002 .bottom-info .inner-info p + p {
          margin-left: 0.5rem; }

@media (max-width: 1600px) {
  .index-layout {
    width: 68rem; } }
@media (max-width: 1440px) {
  .index-layout {
    width: 60rem; }

  .guide-page002 .inner-guide .top-logo .logo {
    height: 3.2rem; }
  .guide-page002 .inner-guide .top-logo .btn-content {
    height: 2.4rem; }
    .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
      width: 2.4rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item:before {
        width: 4.8rem;
        height: 4.8rem;
        left: -1.2rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
        font-size: 1.2rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
        font-size: 1.1rem; } }
  @media (max-width: 1440px) and (any-hover: hover) {
    .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover:before {
      top: -1.2rem; } }
@media (max-width: 1440px) {
  .guide-page002 .inner-guide .entry-content {
    height: 8rem;
    margin-top: 8rem; }
    .guide-page002 .inner-guide .entry-content .enter-web {
      width: 12rem;
      padding: 1.2rem 0 0 1.2rem; }
      .guide-page002 .inner-guide .entry-content .enter-web img.yxy {
        height: 3.85rem; }
      .guide-page002 .inner-guide .entry-content .enter-web .zl {
        width: 5.2rem; }
      .guide-page002 .inner-guide .entry-content .enter-web a.enter {
        bottom: 1.2rem;
        right: 1.2rem;
        height: 1.6rem;
        width: 4.8rem;
        line-height: 1.6rem; }
        .guide-page002 .inner-guide .entry-content .enter-web a.enter:before {
          width: 4.8rem;
          height: 4.8rem; } }
    @media (max-width: 1440px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content .enter-web:hover a.enter:before {
        top: -1.6rem; } }
@media (max-width: 1440px) {
    .guide-page002 .inner-guide .entry-content a.entry-item {
      margin-left: 0.8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
        width: 8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item .block {
        width: 2.4rem;
        height: 2.4rem;
        top: 1.2rem;
        left: 1.2rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item i {
        font-size: 1.2rem;
        top: 1.8rem;
        left: 1.8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item p {
        top: 4.4rem;
        left: 1.2rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item p:after {
          width: 2.4rem;
          height: 2px;
          bottom: -1.2rem; } }
    @media (max-width: 1440px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
        margin-top: -0.5rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
        transform: scale(8); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
        font-size: 4rem;
        top: 2rem;
        left: 2.1rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
        top: 3.1rem;
        left: 1.6rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item:hover p:after {
          width: 1.6rem;
          margin-left: -0.8rem;
          bottom: -0.9rem; } }

@media (max-width: 1280px) {
  .index-layout {
    width: 48rem; } }
@media (max-width: 960px) {
  .index-layout {
    width: 100%;
    min-width: 360px;
    padding: 0 20px;
    box-sizing: border-box; }

  .guide-page002 .inner-guide .top-logo {
    flex-wrap: wrap; }
    .guide-page002 .inner-guide .top-logo .logo {
      height: 9vw;
      min-height: 43px;
      opacity: 1;
      display: block; }
    .guide-page002 .inner-guide .top-logo .btn-content {
      display: none;
      height: 52px; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
        width: 52px; }
        .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en {
          margin-right: 5px; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
            font-size: 16px; }
  .guide-page002 .inner-guide .m-btn {
    display: flex;
    justify-content: center;
    height: 52px;
    margin-top: 10px; }
    .guide-page002 .inner-guide .m-btn .button {
      width: 100px;
      height: 100%;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.5rem; }
      .guide-page002 .inner-guide .m-btn .button i {
        font-size: 1.5rem;
        margin-right: 0.25rem; }
      .guide-page002 .inner-guide .m-btn .button span {
        font-size: 0.9rem;
        line-height: 1;
        font-weight: bold; }
      .guide-page002 .inner-guide .m-btn .button.talent-btn {
        background-color: #fff;
        color: #DFB728; }
      .guide-page002 .inner-guide .m-btn .button.tender-btn {
        background-color: #4AB1AD;
        color: #fff; }
    .guide-page002 .inner-guide .m-btn .btn-item {
      width: 52px;
      height: 100%;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .guide-page002 .inner-guide .m-btn .btn-item i {
        font-size: 24px;
        line-height: 1; }
      .guide-page002 .inner-guide .m-btn .btn-item.en {
        background-color: #4DA7E3;
        margin-right: 5px; }
        .guide-page002 .inner-guide .m-btn .btn-item.en span {
          color: #fff;
          font-weight: bold;
          font-size: 24px; }
        .guide-page002 .inner-guide .m-btn .btn-item.en i {
          color: #fff; }
      .guide-page002 .inner-guide .m-btn .btn-item.qr-btn {
        background-color: #fff;
        cursor: pointer; }
        .guide-page002 .inner-guide .m-btn .btn-item.qr-btn i {
          color: #4DA7E3; }
  .guide-page002 .inner-guide .entry-content {
    margin-top: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto; }
    .guide-page002 .inner-guide .entry-content .svg {
      width: 15vw; }
    .guide-page002 .inner-guide .entry-content .enter-web {
      height: 27.5vw;
      width: calc((100% - 20px)/2);
      padding: 20px 0 0 20px;
      min-height: 96px; }
      .guide-page002 .inner-guide .entry-content .enter-web p {
        font-size: 18px; }
      .guide-page002 .inner-guide .entry-content .enter-web a.enter {
        right: 20px;
        bottom: 20px;
        width: 72px;
        height: 24px;
        line-height: 24px;
        font-size: 12px; }
      .guide-page002 .inner-guide .entry-content .enter-web img.zl {
        display: none; }
    .guide-page002 .inner-guide .entry-content a.entry-item {
      width: calc((100% - 20px)/2);
      height: 27.5vw;
      margin-left: 0;
      margin-top: 9px;
      min-width: 96px;
      min-height: 96px; }
      .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
        width: 100%; }
      .guide-page002 .inner-guide .entry-content a.entry-item .block {
        width: 10vw;
        height: 10vw;
        top: 4vw;
        left: 50%;
        transform: translateX(-50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item i {
        left: 50%;
        transform: translateX(-50%);
        top: 5vw;
        font-size: 7vw; }
      .guide-page002 .inner-guide .entry-content a.entry-item p {
        font-size: 16px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        top: 55%; }
        .guide-page002 .inner-guide .entry-content a.entry-item p:after {
          bottom: -20px;
          width: 100%; }
      .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) {
        margin-top: 0; } }
    @media (max-width: 960px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
        margin-top: -0.5rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
        font-size: 5rem;
        color: rgba(255, 255, 255, 0.2);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
        font-weight: normal;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
        transform: scale(10); } }
@media (max-width: 960px) {
    .guide-page002 .inner-guide .entry-content .entry-item-box {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      .guide-page002 .inner-guide .entry-content .entry-item-box a.entry-item {
        width: 96vw;
        height: 96vw;
        margin-left: 0;
        margin-top: 9px; }
  .guide-page002 .inner-guide .show-item {
    transform: translateY(0);
    opacity: 1; }
  .guide-page002 .bottom-info {
    height: 120px; }
    .guide-page002 .bottom-info .inner-info p {
      display: block;
      margin-bottom: 10px; } }
.all-qrcode-box {
  display: none;
  position: fixed;
  background-color: #1D9D9A;
  height: 100vh;
  width: 100vw;
  z-index: 2024;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .all-qrcode-box .index-header {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%; }
    .all-qrcode-box .index-header .index-layout {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .all-qrcode-box .index-header a.logo {
      display: block;
      height: 3rem; }
      .all-qrcode-box .index-header a.logo img {
        height: 100%; }
    .all-qrcode-box .index-header .right-nav {
      display: flex;
      align-items: center; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        line-height: 1;
        transform: translateX(30px);
        transition: all 0.3s;
        opacity: 0.3; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          color: #fff; }
          .all-qrcode-box .index-header .right-nav .top-nav a i {
            margin-right: 0.25rem; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          margin: 0 1rem;
          height: 0.8rem;
          width: 1px;
          background-color: #fff;
          opacity: 0.3; }
          .all-qrcode-box .index-header .right-nav .top-nav .line:last-of-type {
            display: none; }
      .all-qrcode-box .index-header .right-nav .right-btn {
        display: flex;
        z-index: 2024;
        margin-left: 2rem; }
        .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before {
            transform: rotate(45deg); }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            transform: rotate(-45deg); }
        @media (max-width: 1200px) {
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
            height: 20px;
            width: 24px; }
            .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn span, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
              height: 3px; } }
  .all-qrcode-box .qrcode-container {
    width: 40rem;
    margin: 0 auto;
    height: 100vh;
    box-sizing: border-box; }
    .all-qrcode-box .qrcode-container .qr-list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      top: 50%;
      transform: translateY(calc(-50% + 2rem));
      margin: 0 auto;
      overflow-y: auto;
      margin-right: -0.5rem;
      max-height: calc(100vh - 230px); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar {
        width: 0.3rem;
        height: 0.3rem;
        background-color: inherit; }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-track {
        width: 0.3rem;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.5); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-thumb {
        width: 0.5rem;
        border-radius: 8px;
        background-color: #fff; }
      .all-qrcode-box .qrcode-container .qr-list .qr-item {
        width: 8rem;
        margin: 0 1rem 2rem;
        cursor: pointer;
        text-align: center; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
          width: 100%;
          height: 8rem;
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(255, 255, 255, 0.2);
          margin-bottom: 1rem;
          position: relative; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img i {
            font-size: 3rem;
            color: #fff; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item span {
          font-size: 0.8rem;
          color: #fff;
          line-height: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img img {
          opacity: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img i {
          opacity: 0; }
  .all-qrcode-box.is-show .index-layout .right-nav .top-nav {
    opacity: 1;
    transform: translateX(0); }
  .all-qrcode-box.is-show .all-qrcode-content {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 1280px) {
  .all-qrcode-box .index-header a.logo {
    height: 2rem; }
  .all-qrcode-box .index-header .right-nav .top-nav .line {
    margin: 0 10px; }
  .all-qrcode-box .index-header .right-nav .right-btn {
    margin-left: 15px; } }
@media (max-width: 960px) {
  .all-qrcode-box .index-header {
    top: 20px; }
    .all-qrcode-box .index-header a.logo {
      height: 30px; }
    .all-qrcode-box .index-header .right-nav {
      position: relative; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        position: absolute;
        top: 40px;
        right: -10px;
        width: calc(100vw - 20px);
        flex-wrap: wrap;
        justify-content: center; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          flex-shrink: 0;
          font-size: 12px; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          flex-shrink: 0;
          margin: 0 5px; }
      .all-qrcode-box .index-header .right-nav .right-btn .search-btn {
        margin: 0 10px; }
      .all-qrcode-box .index-header .right-nav .right-btn a.en {
        margin-right: 10px; }
  .all-qrcode-box .qrcode-container {
    width: 100%; }
    .all-qrcode-box .qrcode-container .qr-list .qr-item {
      width: calc((100% - 6rem) / 3); }
      .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
        height: calc((100vw - 8rem) / 3); } }
.footer003 {
  background: linear-gradient(to right, rgba(3, 121, 103, 0.9), rgba(3, 121, 103, 0.9)), url("../images/hxsy/footer_bg.png") no-repeat;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .footer003 .links {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer003 .links .layout {
      position: relative; }
      .footer003 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer003 .links .layout ul li {
          font-size: 0.7rem;
          line-height: 3rem;
          height: 3rem;
          flex-shrink: 0; }
          .footer003 .links .layout ul li + li {
            margin-right: 2rem; }
          .footer003 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 1rem; }
          .footer003 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer003 .links .layout a.link-more,
      .footer003 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 1.05rem;
        display: none;
        align-items: center; }
        .footer003 .links .layout a.link-more span,
        .footer003 .links .layout a.more-link span {
          font-size: 0.7rem;
          color: #fff;
          line-height: 1; }
        .footer003 .links .layout a.link-more i,
        .footer003 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.7rem;
          margin-left: 0.4rem;
          transition: all 0.3s; }
        .footer003 .links .layout a.link-more.active i,
        .footer003 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer003 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer003 .links.show-more .layout .link-more {
      display: flex; }
    .footer003 .links.open {
      max-height: 240px; }
      .footer003 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer003 .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 10px 0;
      background-color: #336667;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer003 .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 20px; }
  .footer003 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer003 .footer-info .inner-footer-info {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .footer003 .footer-info .inner-footer-info .info-item {
        width: 430px; }
      .footer003 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer003 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 1rem; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 3.7rem;
          height: 4.5rem;
          margin-right: 1rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.5rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.7rem; }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
              .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a:hover {
                color: #cfb36d; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        padding-top: 0.45rem; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          font-size: 14px;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer003 .footer-info .inner-footer-info .address-phone ul li a {
            color: #fff; }
      .footer003 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.5rem; }
        .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
          margin: 0 0.35rem 0.5rem 0;
          width: 5rem;
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item img {
            width: 100%;
            margin-bottom: 0.5rem; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
            font-size: 14px;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
  .footer003 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer003 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer003 .bottom .layout .left-author span {
        color: #fff; }
      .footer003 .bottom .layout .left-author a {
        color: #fff; }
        .footer003 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer003 .bottom .layout .share-box {
      font-size: 0; }
      .footer003 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer003 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer003 .bottom .layout .share-box .share-btn i {
          font-size: 1rem;
          color: #fff; }
        .footer003 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

@media (max-width: 1440px) {
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 19rem; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
    margin: 0 0.25rem 0.5rem 0;
    width: 4.5rem; } }
@media (max-width: 1280px) {
  .footer003 .links .layout a.link-more {
    top: 14px; }
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 304px; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; } }
@media (max-width: 960px) {
  .footer003 .links {
    max-height: none; }
    .footer003 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer003 .links .layout ul li.link-item, .footer003 .links .layout ul li.tit u {
        display: none; }
      .footer003 .links .layout a.link-more {
        display: none !important; }
      .footer003 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer003 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer003 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer003 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer003 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer003 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer003 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        text-align: center;
        padding-top: 0; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          margin-bottom: 12px; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            display: block;
            margin-bottom: 12px; }
    .footer003 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer003 .bottom .layout {
    justify-content: center; }
    .footer003 .bottom .layout .share-box {
      display: none; } }
.page-lgfzxzc {
  padding-top: 4rem;
  padding-bottom: 9rem; }
  .page-lgfzxzc h1.left-tit {
    display: flex;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #9CC301;
    font-size: 0; }
    .page-lgfzxzc h1.left-tit p.tit {
      font-size: 1.6rem;
      line-height: 1;
      color: #333;
      margin-right: 1.15rem; }
    .page-lgfzxzc h1.left-tit .icon {
      font-weight: normal;
      overflow: hidden;
      position: relative;
      flex: 1; }
      .page-lgfzxzc h1.left-tit .icon i {
        font-size: 1.25rem;
        color: #9CC301;
        position: absolute;
        left: 0;
        bottom: 0; }
      .page-lgfzxzc h1.left-tit .icon:after {
        content: "";
        width: 100%;
        border-bottom: 1px dashed #9CC301;
        position: absolute;
        left: 18px;
        bottom: 0; }
  .page-lgfzxzc .box1 .inner-box1 {
    margin-top: 2rem;
    height: 31rem;
    background-color: #FBF7EC;
    position: relative; }
    .page-lgfzxzc .box1 .inner-box1 > img {
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.7; }
    .page-lgfzxzc .box1 .inner-box1 .target_bg {
      position: absolute;
      top: 2.5rem;
      left: 0;
      width: calc(50vw + 4rem);
      height: 26.1rem; }
      .page-lgfzxzc .box1 .inner-box1 .target_bg img {
        width: 100%;
        height: 100%; }
    .page-lgfzxzc .box1 .inner-box1 .inner-layout {
      position: relative; }
      .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target {
        position: absolute;
        left: 0;
        top: 2.5rem;
        height: 26.1rem;
        width: 28rem;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target h2 {
          font-size: 1.6rem;
          font-weight: normal;
          color: #fff; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target .inner-target {
          margin-top: 1.5rem; }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target .inner-target p {
            font-size: 0.9rem;
            line-height: 1.5;
            color: #fff;
            margin-bottom: 1rem; }
      .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path {
        position: absolute;
        right: 0;
        top: 2.8rem;
        width: 30rem; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path h2 {
          display: flex;
          align-items: center;
          font-weight: normal;
          padding-bottom: 0.5rem;
          border-bottom: 2px solid #9CC301;
          padding-right: 1rem;
          justify-content: flex-end; }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path h2 i {
            color: #9CC301;
            font-size: 1.6rem;
            transform: rotateY(180deg); }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path h2 p.tit {
            font-size: 1.6rem;
            color: #9CC301;
            margin-left: 0.5rem; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path .inner-path ul li {
          margin-top: 0.5rem;
          height: 2.5rem;
          display: flex;
          padding: 0 1rem 0 1.5rem;
          align-items: center;
          justify-content: space-between;
          background-image: url(../images/hxsy/special/path_item_bg.jpg); }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path .inner-path ul li p {
            font-size: 0.9rem;
            color: #fff; }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path .inner-path ul li .num {
            font-size: 2rem;
            color: #fff; }
  .page-lgfzxzc .box2 {
    margin-top: 4rem; }
    .page-lgfzxzc .box2 .target {
      margin-top: 2rem; }
      .page-lgfzxzc .box2 .target h2 {
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.85rem;
        margin-top: 2rem;
        color: #333; }
      .page-lgfzxzc .box2 .target p.text {
        font-size: 0.9rem;
        line-height: 1;
        color: #333;
        margin-top: 1rem; }
        .page-lgfzxzc .box2 .target p.text + p.text {
          margin-top: 0.75rem; }
      .page-lgfzxzc .box2 .target .inner-target {
        margin-top: 4.5rem; }
        .page-lgfzxzc .box2 .target .inner-target .target-list {
          display: flex;
          justify-content: space-between;
          border-bottom: 2px solid #d7d7d7; }
          .page-lgfzxzc .box2 .target .inner-target .target-list .target-item {
            width: 14rem;
            padding-bottom: 7.1rem;
            position: relative; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box {
              width: 14rem;
              position: relative;
              padding-top: 4rem;
              padding-bottom: 1.5rem;
              background-color: #12B8A0;
              height: fit-content;
              box-sizing: border-box; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box .num {
                width: 5rem;
                height: 5rem;
                border-radius: 50%;
                background-color: #78EADC;
                border: 0.25rem solid #1A9F8F;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 3rem;
                color: #fff;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%, -50%);
                box-sizing: border-box; }
                .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box .num i {
                  font-size: 3.05rem; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box ul {
                display: flex;
                flex-direction: column;
                align-items: center; }
                .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box ul li {
                  font-size: 0.9rem;
                  line-height: 1.35rem;
                  color: #fff;
                  margin-bottom: 1rem;
                  position: relative; }
                  .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box ul li:last-child {
                    margin-bottom: 0; }
                  .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box ul li:before {
                    content: "";
                    width: 0.5rem;
                    height: 0.5rem;
                    border-radius: 50%;
                    background-color: #fff;
                    position: absolute;
                    left: -1rem;
                    top: 0.4rem; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box:after {
                content: "";
                width: 2.5rem;
                height: 2.5rem;
                background-color: #12B8A0;
                position: absolute;
                bottom: -1.25rem;
                left: 50%;
                transform: rotate(45deg);
                margin-left: -1.25rem;
                z-index: -1; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle {
              width: 1rem;
              height: 1rem;
              background: #fff;
              border: 0.25rem solid #12B8A0;
              position: absolute;
              bottom: -0.75rem;
              left: 50%;
              transform: translateX(-50%);
              border-radius: 50%; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle:after {
                content: "";
                height: 8.5rem;
                border-left: 1px dashed #12B8A0;
                position: absolute;
                bottom: 1.25rem;
                left: 50%;
                transform: translateX(-50%); }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle:before {
                content: "";
                width: 0.5rem;
                height: 0.5rem;
                background-color: #12B8A0;
                position: absolute;
                bottom: 9.75rem;
                left: 50%;
                transform: translateX(-50%);
                border-radius: 50%; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item p {
              position: absolute;
              bottom: -3.25rem;
              left: 50%;
              transform: translateX(-50%);
              font-size: 1.2rem;
              line-height: 1.4rem;
              color: #12B8A0; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item0 .target-box ul li {
              width: 10rem; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .target-box {
              background-color: #7F7F7F;
              background-image: url(../images/hxsy/special/315_item_bg.png);
              height: 12rem; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .target-box:after {
                background-color: #7F7F7F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .target-box .num {
                background-color: #AAAAAA;
                border-color: #797979; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .target-box ul li:before {
                display: none; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .circle {
              border-color: #7F7F7F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .circle:after {
                height: 13.5rem;
                border-left-color: #7F7F7F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 .circle:before {
                background-color: #7F7F7F;
                bottom: 14.75rem; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item1 p {
              color: #000000; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .target-box {
              background-color: #F0CD4F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .target-box:after {
                background-color: #F0CD4F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .target-box .num {
                background-color: #F6E6AD;
                border-color: #E3B927; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .target-box ul li {
                width: 8.2rem;
                padding-left: 1rem; }
                .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .target-box ul li:before {
                  left: 0; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .circle {
              border-color: #F0CD4F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .circle:after {
                height: 9rem;
                border-left-color: #F0CD4F; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 .circle:before {
                background-color: #F0CD4F;
                bottom: 10.25rem; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item2 p {
              color: #F0CD4F; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .target-box {
              background-color: #9CC301; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .target-box:after {
                background-color: #9CC301; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .target-box .num {
                background-color: #C8DD76;
                border-color: #8BA428; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .target-box ul li {
                width: 10rem; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .circle {
              border-color: #9CC301; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .circle:after {
                height: 2.75rem;
                border-left-color: #9CC301; }
              .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 .circle:before {
                background-color: #9CC301;
                bottom: 4rem; }
            .page-lgfzxzc .box2 .target .inner-target .target-list .target-item.item3 p {
              color: #9CC301; }

@media (max-width: 960px) {
  .page-lgfzxzc {
    padding-bottom: 0; }
    .page-lgfzxzc .inner-layout {
      padding: 0 20px; }
    .page-lgfzxzc .box1 .inner-box1 {
      height: auto; }
      .page-lgfzxzc .box1 .inner-box1 .target_bg {
        display: none; }
      .page-lgfzxzc .box1 .inner-box1 .inner-layout {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          padding: 30px 0; }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target:before {
            content: "";
            width: 100vw;
            height: 100%;
            background-image: url(../images/hxsy/special/target_bg.jpg);
            position: absolute;
            top: 0;
            left: -20px; }
          .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target h2, .page-lgfzxzc .box1 .inner-box1 .inner-layout .left-target .inner-target {
            position: relative; }
        .page-lgfzxzc .box1 .inner-box1 .inner-layout .right-path {
          position: static;
          width: 100%;
          margin-top: 20px; }
    .page-lgfzxzc .box2 .target .inner-target .target-list {
      flex-wrap: wrap;
      border-bottom: none; }
      .page-lgfzxzc .box2 .target .inner-target .target-list .target-item {
        width: 100%;
        padding-bottom: 200px; }
        .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .target-box {
          width: 100%; }
        .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle {
          bottom: 100px; }
          .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle:after {
            height: 30px !important; }
          .page-lgfzxzc .box2 .target .inner-target .target-list .target-item .circle:before {
            bottom: 50px !important; }
        .page-lgfzxzc .box2 .target .inner-target .target-list .target-item p {
          bottom: 70px; } }
.special-header002 .top-img {
  height: 25rem;
  position: relative; }
  .special-header002 .top-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .special-header002 .top-img > img.m-img {
      display: none; }
  .special-header002 .top-img .top-mask {
    height: 5rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    left: 0; }
    .special-header002 .top-img .top-mask .header-layout {
      width: 1760px;
      margin: 0 auto; }
    .special-header002 .top-img .top-mask .logo-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .special-header002 .top-img .top-mask .logo-row .logo {
        display: block;
        height: 3rem;
        z-index: 2024; }
        .special-header002 .top-img .top-mask .logo-row .logo img {
          height: 100%; }
      .special-header002 .top-img .top-mask .logo-row .goback {
        display: flex;
        width: 6.6rem;
        height: 2rem;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #fff;
        color: #fff;
        align-items: center;
        justify-content: center; }
        .special-header002 .top-img .top-mask .logo-row .goback i {
          margin-right: 0.5rem;
          font-size: 18px; }
        .special-header002 .top-img .top-mask .logo-row .goback span {
          font-size: 0.8rem; }
      .special-header002 .top-img .top-mask .logo-row .right-btn {
        display: flex;
        align-items: center; }
        .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu {
          position: relative;
          z-index: 2024;
          display: none;
          height: 14px;
          width: 17px;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu span {
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transition: all 0.3s; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu:before, .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu:after {
            content: '';
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:before {
            transform: rotate(45deg); }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:after {
            transform: rotate(-45deg); }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show span {
            opacity: 0; }
.special-header002 .nav {
  background-color: #E53B3B; }
  .special-header002 .nav .nav-ul {
    display: flex;
    justify-content: center; }
    .special-header002 .nav .nav-ul li {
      font-size: 0.9rem;
      margin: 0 2rem;
      line-height: 4rem; }
      .special-header002 .nav .nav-ul li a {
        color: #fff;
        position: relative; }
        .special-header002 .nav .nav-ul li a:after {
          content: '';
          width: 0;
          height: 4px;
          background-color: #FFDD00;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.9rem;
          transition: width 0.5s; }
      .special-header002 .nav .nav-ul li.cur {
        font-weight: bold; }
        .special-header002 .nav .nav-ul li.cur a:after {
          width: 100%; }
      .special-header002 .nav .nav-ul li:hover a:after {
        width: 100%; }

@media (max-width: 1760px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 1360px; } }
@media (max-width: 1440px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .special-header002 .top-img {
    height: auto; }
    .special-header002 .top-img > img.pc-img {
      display: none; }
    .special-header002 .top-img > img.m-img {
      display: block; }
    .special-header002 .top-img .top-mask {
      height: 40px; }
      .special-header002 .top-img .top-mask .header-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px; }
      .special-header002 .top-img .top-mask .logo-row .logo {
        height: 20px; }
      .special-header002 .top-img .top-mask .logo-row .goback {
        width: auto;
        border: none; }
        .special-header002 .top-img .top-mask .logo-row .goback span {
          display: none; }
      .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu {
        display: flex; }
  .special-header002 .nav {
    display: none; } }
.m-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 2023;
  background-color: #E53B3B; }
  .m-menu-container .menu-container {
    padding-top: 64px; }
    .m-menu-container .menu-container .menu-content .min-nav ul {
      width: 100%; }
      .m-menu-container .menu-container .menu-content .min-nav ul li {
        width: 100%; }
        .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item {
          margin: 0 27px;
          height: 60px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item a {
            color: #fff;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
            flex: 1; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item i {
            cursor: pointer;
            color: #fff;
            transition: all 0.3s; }
        .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav {
          display: none; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            margin: 0 27px; }
            .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box a.second-nav {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 14px;
              line-height: 40px; }
            .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box .min-three-nav a.min-three-nav-item {
              display: inline-block;
              font-size: 12px;
              color: #7F7F7F;
              margin: 14px 14px 20px 0; }
        .m-menu-container .menu-container .menu-content .min-nav ul li:first-child .min-nav-item {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .m-menu-container .menu-container .menu-content .min-nav ul li.active .min-nav-item i {
          transform: rotate(180deg); }

.category-special001 {
  padding-top: 4rem;
  padding-bottom: 5rem; }
  .category-special001 img {
    object-fit: cover; }
  .category-special001 h1.center-tit001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1;
      margin-bottom: 1rem; }
    .category-special001 h1.center-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.center-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.center-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.center-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 h1.left-tit001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1; }
    .category-special001 h1.left-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.left-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.left-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.left-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 .home-news001 .inner-news {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between; }
    .category-special001 .home-news001 .inner-news .left-news-list {
      padding: 0.5rem 0; }
      .category-special001 .home-news001 .inner-news .left-news-list .news-item {
        padding: 0.5rem 0;
        display: flex;
        justify-content: space-between;
        width: 33.5rem;
        height: 4.2rem;
        box-sizing: border-box;
        border-bottom: 1px solid #E4E4E4;
        position: relative; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:last-child {
          border-bottom: none; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
          font-size: 0.9rem;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 32px;
          max-height: 64px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-right: 1.5rem;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item span {
          font-size: 0.8rem;
          line-height: 2.2;
          color: #aaa;
          display: inline-block;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item .bg {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -0.5rem;
          right: -0.5rem;
          background-color: #E53B3B;
          opacity: 0;
          transition: opacity 0.3s; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover .bg {
          opacity: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover p {
          color: #fff;
          font-weight: bold; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover span {
          color: #fff; }
    .category-special001 .home-news001 .inner-news .right-news-img {
      width: 30rem;
      height: 22.5rem;
      overflow: hidden; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
        display: block;
        width: 30rem;
        height: 22.5rem;
        overflow: hidden;
        position: relative; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img img {
          width: 100%;
          height: 100%; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask {
          width: 100%;
          height: 8rem;
          background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
          position: absolute;
          bottom: 0;
          box-sizing: border-box;
          padding: 2.5rem 1.5rem 0; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask p {
            font-size: 0.9rem;
            line-height: 27px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask .time {
            font-size: 0.8rem;
            line-height: 1;
            color: #fff;
            position: absolute;
            bottom: 1rem;
            left: 1.5rem; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow {
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.9);
        background-color: rgba(0, 0, 0, 0.5);
        right: 1.5rem;
        bottom: 0.8rem;
        font-size: 12px;
        cursor: pointer; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.prev {
          right: 3.1rem;
          z-index: 1; }
  .category-special001 .home-news002 {
    padding-top: 4rem; }
    .category-special001 .home-news002 h1.center-tit001 {
      margin-bottom: 20px; }
    .category-special001 .home-news002 .inner-news {
      position: relative; }
      .category-special001 .home-news002 .inner-news .line {
        width: calc((100% - 7.9rem) / 2);
        height: 1px;
        background-color: #E4E4E4;
        position: absolute;
        bottom: 0.95rem; }
        .category-special001 .home-news002 .inner-news .line.prev {
          left: 0; }
        .category-special001 .home-news002 .inner-news .line.next {
          right: 0; }
        .category-special001 .home-news002 .inner-news .line.m-line {
          display: none; }
      .category-special001 .home-news002 .inner-news .news-slider {
        margin: -10px -0.675rem 0;
        padding-bottom: 1.7rem; }
        .category-special001 .home-news002 .inner-news .news-slider .news-item {
          margin: 10px 0.675rem;
          width: 16rem;
          height: 12rem;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          position: relative;
          background-color: #fff; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:after {
            content: "";
            width: 100%;
            height: 0.2rem;
            background-color: #AC3532;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: width 0.5s; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 1rem;
            position: relative; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info {
              overflow: hidden;
              height: 100%;
              font-size: 0; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .time {
                font-size: 0.8rem;
                line-height: 1;
                color: #AC3532;
                display: inline-block;
                opacity: 1;
                transition: opacity 0.5s, transform 0.5s; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info p {
                margin-top: 1rem;
                line-height: 27px;
                max-height: 81px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 0.9rem;
                color: #333;
                transition: transform 0.5s;
                transform: translateY(0);
                margin-bottom: 0.4rem; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more {
                display: flex;
                align-items: center;
                color: #333;
                opacity: 0;
                transition: transform 0.5s,opacity 0.5s;
                transform: translateY(0);
                font-size: 0.7rem;
                position: absolute;
                left: 1rem;
                bottom: 0; }
                .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more i {
                  margin-left: 2px;
                  font-size: 12px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb {
            height: auto; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img {
              width: 100%;
              height: 9rem; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img img {
                width: 100%;
                height: 100%; }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover:after {
            animation: showLine 0.5s; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
            opacity: 0;
            transform: translateY(-1.8rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-1.8rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-1.8rem);
            opacity: 1; }
        .category-special001 .home-news002 .inner-news .news-slider .slick-arrow {
          position: absolute;
          width: 2rem;
          height: 2rem;
          font-size: 0.8rem;
          line-height: 2rem;
          text-align: center;
          color: #E53B3B;
          border: 1px solid #E53B3B;
          box-sizing: border-box;
          cursor: pointer;
          border-radius: 50%;
          bottom: 0; }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow.prev {
            right: 50%;
            transform: translateX(-5px); }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow.next {
            left: 50%;
            transform: translateX(5px); }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #E53B3B;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:hover {
            color: #fff;
            border: none; }
            .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
  .category-special001 .special-notice {
    padding-top: 4rem; }
    .category-special001 .special-notice .inner-notice {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      box-sizing: border-box;
      padding: 2rem 2rem 1rem; }
      .category-special001 .special-notice .inner-notice ul {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .category-special001 .special-notice .inner-notice ul li {
          width: 30rem;
          padding: 1rem 0;
          border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
          .category-special001 .special-notice .inner-notice ul li:last-child, .category-special001 .special-notice .inner-notice ul li:nth-last-child(2) {
            border-bottom: none; }
          .category-special001 .special-notice .inner-notice ul li a {
            font-size: 0;
            display: block; }
            .category-special001 .special-notice .inner-notice ul li a .time {
              font-size: 0.8rem;
              line-height: 1;
              color: #AC3532;
              display: inline-block; }
            .category-special001 .special-notice .inner-notice ul li a p {
              margin-top: 0.5rem;
              font-size: 0.9rem;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              line-height: 27px;
              max-height: 54px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-special001 .special-notice .inner-notice ul li a:hover p, .category-special001 .special-notice .inner-notice ul li a:hover .time {
              color: #E53B3B; }
  .category-special001 .special-link {
    padding-top: 4rem; }
    .category-special001 .special-link h1.center-tit {
      text-align: center;
      font-weight: normal;
      font-size: 0; }
      .category-special001 .special-link h1.center-tit a.tit {
        font-size: 1.6rem;
        color: #333333;
        line-height: 1; }
    .category-special001 .special-link .inner-link ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0.5rem -1.325rem 0; }
      .category-special001 .special-link .inner-link ul li {
        margin: 1.5rem 1.325rem 0;
        width: 15rem; }
        .category-special001 .special-link .inner-link ul li a.img {
          display: block;
          width: 15rem;
          height: 8.5rem;
          overflow: hidden;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          margin-bottom: 0.5rem; }
          .category-special001 .special-link .inner-link ul li a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-special001 .special-link .inner-link ul li a.img:hover img {
            transform: scale(1.1); }
        .category-special001 .special-link .inner-link ul li a.title {
          font-size: 0.9rem;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 18px;
          max-height: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          text-align: center; }

@media (max-width: 1440px) {
  .category-special001 .home-news001 .inner-news .left-news-list .news-item {
    width: 28.5rem;
    height: 3.8rem; }
    .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
      line-height: 28px;
      max-height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .category-special001 .home-news001 .inner-news .right-news-img {
    width: 27rem;
    height: 20.25rem; }
    .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
      width: 27rem;
      height: 20.25rem; }
  .category-special001 .special-notice .inner-notice ul li {
    width: 26rem; }
  .category-special001 .special-link .inner-link ul li {
    width: 13.0125rem; }
    .category-special001 .special-link .inner-link ul li a.img {
      width: 13.0125rem; } }
@media (max-width: 1200px) {
  .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .category-special001 {
    padding-top: 30px; }
    .category-special001 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 18px;
      margin-bottom: 14px; }
    .category-special001 h1.center-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 18px; }
    .category-special001 h1.left-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; }
    .category-special001 .home-news001 .inner-news {
      flex-direction: column-reverse; }
      .category-special001 .home-news001 .inner-news .left-news-list {
        padding: 0; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item {
          width: 100%;
          padding: 20px 0;
          height: 90px; }
          .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
            font-size: 16px;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 20px; }
      .category-special001 .home-news001 .inner-news .right-news-img {
        width: 100%;
        height: 67vw; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
          width: 100%;
          height: 67vw; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask {
            height: 100px;
            padding: 20px 10px 0; }
            .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask p {
              font-size: 16px;
              line-height: 24px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask .time {
              left: 10px;
              bottom: 10px; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow {
          bottom: 50%;
          transform: translateY(10px);
          width: 30px;
          height: 30px;
          line-height: 30px; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.prev {
            left: 10px; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.next {
            right: 10px; }
    .category-special001 .home-news002 {
      padding-top: 30px; }
      .category-special001 .home-news002 .inner-news .line {
        top: 24px; }
        .category-special001 .home-news002 .inner-news .line.pc-line {
          display: none; }
        .category-special001 .home-news002 .inner-news .line.m-line {
          display: block; }
      .category-special001 .home-news002 .inner-news .news-slider {
        padding-bottom: 0;
        padding-top: 50px; }
        .category-special001 .home-news002 .inner-news .news-slider .news-item {
          height: 160px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info {
            padding: 10px; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info p {
              font-size: 14px;
              line-height: 21px;
              max-height: 84px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 10px; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more {
              left: 10px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img {
            height: 24vw; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
            transform: translateY(-26px); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-26px); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-26px); }
        .category-special001 .home-news002 .inner-news .news-slider .slick-arrow {
          top: 10px;
          width: 30px;
          height: 30px;
          line-height: 30px; }
    .category-special001 .special-notice {
      padding: 20px 20px 0; }
      .category-special001 .special-notice .inner-notice {
        padding: 20px 20px 10px; }
        .category-special001 .special-notice .inner-notice ul {
          margin-top: 10px; }
          .category-special001 .special-notice .inner-notice ul li {
            width: 100%;
            padding: 10px 0; }
            .category-special001 .special-notice .inner-notice ul li:nth-last-child(2) {
              border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
            .category-special001 .special-notice .inner-notice ul li a p {
              font-size: 16px;
              line-height: 21px;
              max-height: 42px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 10px; }
    .category-special001 .special-link {
      padding-top: 30px; }
      .category-special001 .special-link h1.center-tit a.tit {
        font-size: 18px; }
      .category-special001 .special-link .inner-link ul {
        margin: 0; }
        .category-special001 .special-link .inner-link ul li {
          margin: 10px 0 0;
          width: 100%; }
          .category-special001 .special-link .inner-link ul li a.img {
            width: 100%;
            height: 49vw; } }
.category-special003 .home-news016 {
  padding: 4rem 0; }
  .category-special003 .home-news016 .layout {
    display: flex;
    justify-content: space-between; }
    .category-special003 .home-news016 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 1.5rem; }
      .category-special003 .home-news016 .layout h1 a.tit {
        font-size: 1.2rem; }
    .category-special003 .home-news016 .layout .left-news {
      width: 56.43%; }
      .category-special003 .home-news016 .layout .left-news ul {
        margin-top: 1.5rem; }
        .category-special003 .home-news016 .layout .left-news ul li {
          border-bottom: 1px dashed #E5E1D3; }
          .category-special003 .home-news016 .layout .left-news ul li a {
            padding: 1rem;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
            overflow: hidden; }
            .category-special003 .home-news016 .layout .left-news ul li a .img {
              width: 26.5%;
              margin-right: 1.5rem;
              flex-shrink: 0; }
              .category-special003 .home-news016 .layout .left-news ul li a .img .inner-img {
                width: 100%;
                padding-bottom: 56%;
                overflow: hidden;
                position: relative; }
                .category-special003 .home-news016 .layout .left-news ul li a .img .inner-img img {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
            .category-special003 .home-news016 .layout .left-news ul li a .right-info .tit {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.5rem; }
            .category-special003 .home-news016 .layout .left-news ul li a .right-info span {
              font-size: 0.8rem;
              line-height: 1;
              color: #666; }
            .category-special003 .home-news016 .layout .left-news ul li a .right-info .content {
              font-size: 0.7rem;
              line-height: 1rem;
              max-height: 2rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #999; }
            .category-special003 .home-news016 .layout .left-news ul li a:after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: #1D9D9A;
              -webkit-background-size: cover;
              background-size: cover;
              z-index: -1;
              opacity: 0;
              -webkit-transition: all .5s;
              -o-transition: all .5s;
              transition: all .5s; }
            .category-special003 .home-news016 .layout .left-news ul li a:hover .img .inner-img img {
              transform: scale(1.1); }
            .category-special003 .home-news016 .layout .left-news ul li a:hover .right-info .tit,
            .category-special003 .home-news016 .layout .left-news ul li a:hover .right-info span {
              color: #fff; }
            .category-special003 .home-news016 .layout .left-news ul li a:hover .right-info .content {
              color: #fff; }
            .category-special003 .home-news016 .layout .left-news ul li a:hover:after {
              opacity: 1; }
    .category-special003 .home-news016 .layout .right-news {
      width: 38.07%;
      box-shadow: 0 1px 40px 0 rgba(78, 78, 78, 0.1); }
      .category-special003 .home-news016 .layout .right-news h1 {
        padding: 1.5rem 1.5rem 0; }
      .category-special003 .home-news016 .layout .right-news ul {
        margin-top: 0.85rem; }
        .category-special003 .home-news016 .layout .right-news ul li a {
          padding: 1rem 0;
          position: relative;
          z-index: 1;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .category-special003 .home-news016 .layout .right-news ul li a .bg {
            position: absolute;
            left: -0.7rem;
            top: 0;
            right: 0;
            height: 0;
            background-color: #1D9D9A;
            -webkit-background-size: cover;
            background-size: cover;
            z-index: -1;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .category-special003 .home-news016 .layout .right-news ul li a .bg:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -0.625rem;
              height: 0;
              width: 0;
              font-size: 0;
              border: 0.35rem solid transparent;
              border-top-color: #1D9D9A;
              border-right-color: #1D9D9A;
              -webkit-background-size: cover;
              background-size: cover;
              opacity: 0;
              -webkit-transition: opacity .5s;
              -o-transition: opacity .5s;
              transition: opacity .5s; }
          .category-special003 .home-news016 .layout .right-news ul li a .time {
            width: 5.7rem;
            text-align: center;
            color: #333;
            line-height: 1.1;
            flex-shrink: 0;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .category-special003 .home-news016 .layout .right-news ul li a .time .day {
              margin-bottom: 0.4rem;
              font-size: 1.4rem;
              line-height: 1; }
            .category-special003 .home-news016 .layout .right-news ul li a .time .year {
              font-size: 0.7rem;
              line-height: 1; }
          .category-special003 .home-news016 .layout .right-news ul li a .right-info {
            padding-right: 1rem; }
            .category-special003 .home-news016 .layout .right-news ul li a .right-info .tit {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-special003 .home-news016 .layout .right-news ul li a .right-info .content {
              font-size: 0.7rem;
              line-height: 1rem;
              max-height: 2rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #999; }
          .category-special003 .home-news016 .layout .right-news ul li a:hover .bg {
            height: 100%;
            opacity: 1; }
            .category-special003 .home-news016 .layout .right-news ul li a:hover .bg:after {
              opacity: 1; }
          .category-special003 .home-news016 .layout .right-news ul li a:hover .time {
            color: #fff; }
          .category-special003 .home-news016 .layout .right-news ul li a:hover .right-info .tit {
            color: #fff; }
          .category-special003 .home-news016 .layout .right-news ul li a:hover .right-info .content {
            color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 1280px) {
    .category-special003 .home-news016 .layout .right-news ul li a .bg:after {
      bottom: -0.55rem; } }
  @media (max-width: 960px) {
    .category-special003 .home-news016 {
      padding: 40px 0; }
      .category-special003 .home-news016 .layout {
        padding: 0 20px;
        flex-wrap: wrap; }
        .category-special003 .home-news016 .layout .left-news {
          width: 100%; }
          .category-special003 .home-news016 .layout .left-news h1 {
            padding-top: 0; }
          .category-special003 .home-news016 .layout .left-news ul {
            margin-top: 15px; }
            .category-special003 .home-news016 .layout .left-news ul li a {
              flex-wrap: wrap;
              padding: 0.2rem 0; }
              .category-special003 .home-news016 .layout .left-news ul li a .img {
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px; }
            .category-special003 .home-news016 .layout .left-news ul li:first-child a {
              padding-top: 0; }
        .category-special003 .home-news016 .layout .right-news {
          width: 100%;
          margin-top: 20px; }
          .category-special003 .home-news016 .layout .right-news ul {
            margin-top: 15px; }
            .category-special003 .home-news016 .layout .right-news ul li:first-child a {
              padding-top: 0; } }

.special-footer001 {
  background-color: #333333; }
  .special-footer001 p {
    font-size: 0.8rem;
    line-height: 100px;
    color: #fff;
    text-align: center; }
    .special-footer001 p u {
      color: #AAAAAA; }

/*# sourceMappingURL=special.css.map */
