@charset "utf-8";
@font-face {
  font-family: SourceHanSansCN-Normal;
  font-style: normal;
  font-display: swap;
  src: local(SourceHanSansCN-Normal), local(Source Han Sans CN Normal),
    local(SourceHanSansSC-Normal), local(Source Han Sans SC Normal),
    url(../fonts/sourcehansanscn-normal.woff);
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  font-style: normal;
  font-display: swap;
  src: local(SourceHanSansCN-Regular), local(Source Han Sans CN Regular),
    local(SourceHanSansSC-Regular), local(Source Han Sans SC Regular),
    url(../fonts/sourcehansanscn-regular.woff);
}
@font-face {
  font-family: SourceHanSansCN-Medium;
  font-style: normal;
  font-display: swap;
  src: local(SourceHanSansCN-Medium), local(Source Han Sans CN Medium),
    local(SourceHanSansSC-Medium), local(Source Han Sans SC Medium),
    url(../fonts/sourcehansanscn-medium.woff);
}
@font-face {
  font-family: SourceHanSansCN-Bold;
  font-style: normal;
  font-display: swap;
  src: local(SourceHanSansCN-Bold), local(Source Han Sans CN Bold),
    local(SourceHanSansSC-Bold), local(Source Han Sans SC Bold),
    url(../fonts/sourcehansanscn-bold.woff);
}
@font-face {
  font-family: SourceHanSansCN-Heavy;
  font-style: normal;
  font-display: swap;
  src: local(SourceHanSansCN-Heavy), local(Source Han Sans CN Heavy),
    local(SourceHanSansSC-Heavy), local(Source Han Sans SC Heavy),
    url(../fonts/sourcehansanscn-heavy.woff);
}
@font-face {
  font-family: Poppins-Light;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/poppins-light.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/poppins-regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/poppins-medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/poppins-semibold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/poppins-bold.ttf);
}
@font-face {
  font-family: Inter-Black;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-black.woff);
}
@font-face {
  font-family: Inter-ExtraBold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-extrabold.woff);
}
@font-face {
  font-family: Inter-SemiBold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-semibold.woff);
}
@font-face {
  font-family: Inter-Bold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-bold.woff);
}
@font-face {
  font-family: Inter-Medium;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-medium.woff);
}
@font-face {
  font-family: Inter-Regular;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/inter-regular.woff);
}
::-webkit-scrollbar-track-piece {
  width: 8px;
  height: 4px;
  background-color: #d9dadd;
}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
  background-color: #6b8cc5;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  height: 4px;
  background-color: #6b8cc5;
}
::-webkit-scrollbar-thumb:hover {
  width: 8px;
  height: 4px;
  background-color: #6b8cc5;
}
body,
html {
  width: 100%;
  height: 100%;
  font: 14px SourceHanSansCN-Regular, PingFang SC, Microsoft Yahei, Arial;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  color: #7c7c7c;
  background-color: #fcfcfc;
}
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #d8926b;
  transition: all ease 0.4s;
}
button,
input,
textarea {
  outline: 0;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  font: 14px SourceHanSansCN-Regular, PingFang SC, Microsoft Yahei, Arial;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
.clear {
  clear: both;
}
:focus {
  outline: 0;
}
:-moz-focus-inner {
  border-color: transparent;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
img {
  border: none;
  -webkit-backface-visibility: hidden;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.clearfix {
  zoom: 1;
}
.vhide {
  visibility: visible;
}
#header .nav > li.hasSub .subNav,
#header .nav > li > a div.point {
  visibility: hidden;
  transform: translateX(-50%);
  position: absolute;
}
.vshow {
  visibility: hidden;
}
.hide {
  display: none;
}
.icon {
  display: inline-block;
  background-size: cover;
}
.icon_svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: top;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
@keyframes bgZoomIn {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bgZoomIn {
  animation-name: bgZoomIn;
}
.module {
  overflow: hidden;
  width: 100%;
}
.module > .module_container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1600px;
  position: relative;
  transition: all ease 0.4s;
}
.module .imageCover {
  position: relative;
  overflow: hidden;
}
#header:before,
.module .imageCover img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.4s;
}
.module .imageCover img {
  object-fit: cover;
  object-position: center;
}
.module .imageCover_hover:hover .imageCover img {
  transform: scale(1.05);
}
.module .postBody {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
#header {
  width: 100%;
  height: 158px;
  box-sizing: border-box;
  z-index: 20;
  position: fixed;
  top: 0;
  overflow: visible;
  transition: all ease 0.4s;
}
#header:before {
  background-color: #fcfcfc;
  content: "";
  transform: translateY(-100%);
}
#header > .module_container {
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
#header .logo {
  height: 40px;
  width: auto;
  display: block;
  position: relative;
  transform-origin: left;
  overflow: hidden;
}
#header .logo img {
  height: 80px;
}
#header .nav,
#header .nav > li,
#header .nav > li > a {
  position: relative;
  height: 100%;
}
#header > .module_container > .wrapper {
  position: relative;
  transition: all ease 0.4s;
}
#header .nav {
  line-height: 38px;
  z-index: 2;
}
#header .nav a {
  display: block;
}
#header .nav > li {
  float: left;
  margin-right: 58px;
  transition: all ease 0.4s;
}
#header .nav > li:last-child {
  margin-right: 0;
}
#header .nav > li > a {
  color: #fff;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  transition: all ease 0.4s;
  z-index: 1;
}
#header .nav > li > a div.point {
  transition: all ease 0.4s;
  width: 5px;
  height: 5px;
  left: 50%;
  bottom: -10px;
  opacity: 0;
  background-image: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  border-radius: 50%;
}
#header .nav > li a.active,
#header .nav > li a:hover {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#header .nav > li > a.active div.point,
#header .nav > li > a:hover div.point {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#header .nav > li.hasSub .subNav {
  width: 160px;
  left: 50%;
  top: 38px;
}
#header .nav > li.hasSub .subNav ul {
  line-height: 34px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all ease 0.4s;
}
#header .nav > li.hasSub .subNav > ul > li > a {
  color: rgba(128, 128, 128, 1);
  font-size: 16px;
  text-align: center;
}
#header .nav > li.hasSub .rect {
  position: absolute;
  width: 100%;
  background: #fcfcfc;
  top: -72px;
  bottom: -34px;
  z-index: -1;
  opacity: 0;
  transition: all ease 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#header .nav > li.hasSub:hover > a {
  transform: translateY(-16px);
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#header .nav > li.hasSub:hover > a div.point {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#header .nav > li.hasSub:hover .subNav {
  visibility: visible;
}
#header .nav > li.hasSub:hover .rect,
#header .nav > li.hasSub:hover .subNav ul {
  opacity: 1;
  transform: translateY(0);
}
#header .searchWrapper {
  margin-left: 55px;
  margin-top: 12px;
  position: relative;
}
#header .searchWrapper .rect {
  position: absolute;
  width: 333px;
  height: 45px;
  background-color: transparent;
  right: -29px;
}
#header .searchWrapper .button {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 2;
}
#header .searchWrapper .panel {
  position: absolute;
  right: -29px;
  top: 46px;
  width: 333px;
  transition: all ease 0.4s;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
#header .searchWrapper .panel form {
  display: block;
  width: 100%;
  height: 40px;
  background: #fcfcfc;
  border-radius: 20px;
  transition: all ease 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#header .searchWrapper .panel form input {
  line-height: 20px;
  height: 20px;
  padding: 10px 30px;
  color: #4c4c4c;
}
#header .searchWrapper .panel form input::placeholder {
  color: #ccc;
}
#header .searchWrapper .panel form input::-webkit-input-placeholder {
  color: #ccc;
}
#header .searchWrapper.open .panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header.hasBg {
  height: 88px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#header.hasBg:before {
  transform: translateY(0);
}
#header.hasBg .module_container {
  padding-top: 24px;
}
#header.hasBg .module_container .logo img {
  transform: translateY(-40px);
}
#header.hasBg .nav li a {
  color: #4c4c4c;
}
#header.hasBg .searchWrapper .button {
  color: #4c4c4c;
}
#indexCon #mBanner {
  height: 100vh;
  position: relative;
  z-index: 1;
}
#indexCon #mBanner .content_list,
#indexCon #mBanner .content_list .item_block {
  width: 100%;
  height: 100%;
}
#indexCon #mBanner .content_list .item_block a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#indexCon #mBanner .content_list .item_block .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
#indexCon #mBanner .content_list .item_block .info {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -140px;
  width: 100%;
}
#indexCon #mBanner .content_list .item_block .info p {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  font-size: 52px;
  text-align: center;
}
#indexCon #mBanner .content_list .item_block .info .title {
  transition-delay: 0.5s;
  font-family: Poppins-Light;
  line-height: 88px;
  font-size: 56px;
}
#indexCon #mBanner .content_list .item_block .info .subtitle {
  transition-delay: 1s;
  font-family: SourceHanSansCN-Bold;
  font-size: 68px;
  line-height: 114px;
  margin-top: -12px;
}
#indexCon #mBanner .content_list .item_block.swiper-slide-active .info p,
#indexCon
  #mBanner
  .content_list
  .item_block.swiper-slide-duplicate-active
  .info
  p {
  transform: translate(0, 0);
  opacity: 1;
}
#indexCon #mBanner .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 98px;
  z-index: 4;
  display: flex;
  gap: 0 92px;
  transform: translateX(-50%);
}
.swiper-navigation .swiper-button {
  color: #fff;
  z-index: 3;
  width: 78px;
  height: 78px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-navigation .swiper-button svg {
  width: 14px;
  height: 24px;
  color: rgba(255, 255, 255, 1);
  transition: all ease 0.4s;
  transform: scale(0.6);
}
.swiper-navigation .swiper-button.next svg {
  transform: scale(0.6) rotate(180deg);
}
.swiper-navigation .swiper-button:hover svg {
  transform: scale(1);
}
.swiper-navigation .swiper-button.next:hover svg {
  transform: rotate(180deg) scale(1);
}
#indexCon #mBanner .swiper-pagination {
  display: block;
  width: 7px;
  margin: 0 auto;
  left: 50%;
  bottom: 74px;
}
#indexCon #mBanner .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fcfcfc;
  border: none;
  margin: 0 0 13px;
  display: block;
  opacity: 0.7;
}
#indexCon
  #mBanner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
#indexCon #mNews .content_list.rec .item_block .imageCover img {
  opacity: 1;
}
#indexCon #mBanner .swiper-timer {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  margin-top: 98px;
  z-index: 5;
  transform: translateX(-50%);
  left: 50%;
}
#indexCon #mBanner .swiper-timer .bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid rgba(255, 255, 255, 0.35);
}
#indexCon #mBanner .swiper-timer svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
#indexCon #mBanner .swiper-timer svg circle {
  stroke-dasharray: 229.336263;
  stroke-dashoffset: 229.336263;
}
#indexCon #mBanner .closeMask {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 4;
}
#indexCon #mBanner .closeMask .module_container {
  line-height: 28px;
  display: flex;
  justify-content: space-between;
}
#indexCon #mBanner .swiper-progress {
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #fff;
}
#indexCon #mBanner .closeMask .button {
  font-family: SourceHanSansCN-Medium;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#indexCon #mBanner .closeMask .button .icon_b_c_mask {
  width: 15px;
  height: 16px;
}
#indexCon #mBanner .closeMask .button .text {
  margin-left: 5px;
}
#indexCon #mBanner .tips {
  height: 24px;
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 3;
  margin-left: -25px;
  color: #fff;
  font-size: 18px;
  font-family: Poppins-Bold;
}
#indexCon #mAbout {
  overflow: visible;
  position: relative;
}
#indexCon #mAbout > .bg {
  background-color: #fcfcfc;
  background-image: url(../fonts/f753f25e2f87456fb011293f5b3800fe.woff);
}
#indexCon #mAbout .content {
  width: 100%;

  box-sizing: border-box;
}
#indexCon #mAbout .content > .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 34px;
  line-height: 1;
  color: #4c4c4c;
}
#indexCon #mAbout .content > .summary {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 32px;
  color: #7c7c7c;
  max-height: 96px;
  margin-top: 29px;
  -webkit-line-clamp: 3;
}
#indexCon #mAbout .content .counter {
  margin: 27px 0;
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
}
#indexCon #mAbout .content .counter .item_block {
  position: relative;
}
#indexCon #mAbout .content .counter .item_block .title {
  font-size: 46px;
  line-height: 1;
  font-family: Inter-Black;
  position: relative;
}
#indexCon #mAbout .content .counter .item_block .title .text span,
#indexCon #mAbout .content .counter .item_block .title span.modify {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#indexCon #mAbout .content .counter .item_block .title .text span:first-child {
  opacity: 0;
}
#indexCon #mAbout .content .counter .item_block .title .text span:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
#indexCon #mAbout .content .counter .item_block .title span.modify {
  font-family: Poppins-Medium;
  font-size: 42px;
  margin-left: 6px;
  position: relative;
  top: -18px;
}
#indexCon #mAbout .content .counter .item_block .subtitle {
  font-family: SourceHanSansCN-Medium;
  line-height: 30px;
  font-size: 26px;
  color: #999;
  margin-top: -4px;
}
#indexCon #mBusiness {
  background-color: #4c4c4c;
}
#indexCon #mBusiness > .module_container {
  padding-top: 122px;
  padding-bottom: 109px;
}
#indexCon #mBusiness > .module_container .header {
  position: relative;
  text-align: center;
}
#indexCon #mBusiness > .module_container .header .title {
  font-size: 36px;
  color: #fff;
  font-family: SourceHanSansCN-Bold;
  line-height: 1;
}
#indexCon #mBusiness > .module_container .header .subtitle {
  font-size: 26px;
  color: #7c7c7c;
  font-family: Poppins-Regular;
  line-height: 1;
  margin-top: 16px;
}
#indexCon #mBusiness > .module_container .header .category {
  margin-top: 71px;
  display: inline-block;
  background-color: #fcfcfc;
  border-radius: 35px;
  height: 70px;
  position: relative;
  font-size: 0;
}
#indexCon #mBusiness > .module_container .header .category li {
  float: left;
}
#indexCon #mBusiness > .module_container .header .category li.move {
  left: 0;
  content: "";
  width: 216px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
}
#indexCon #mBusiness > .module_container .header .category li a {
  font-size: 18px;
  color: #666;
  font-family: SourceHanSansCN-Medium;
  height: 70px;
  line-height: 70px;
  display: block;
  width: 216px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#indexCon #mBusiness > .module_container .header .category li a.active,
#indexCon #mBusiness > .module_container .header .category li a:hover {
  color: #fff;
}
#indexCon #mBusiness .content_list {
  margin-top: 40px;
}
#indexCon #mBusiness .content_list .item_block .info .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#indexCon #mBusiness .content_list.business .item_block .info .num {
  bottom: 30px;
}
.content_list.business .item_block {
  transition: all ease 0.4s;
  background: #fcfcfc;
}
.content_list.business .item_block a {
  display: flex;
  overflow: hidden;
}
.content_list.business .item_block a > div {
  width: 50%;
  height: 450px;
}
.content_list.business .item_block .info {
  box-sizing: border-box;
  display: flex;
  background-color: #fcfcfc;
}
.content_list.business .item_block .info .wrapper {
  box-sizing: border-box;
  width: 68.25%;
  margin: 50px auto 0;
  position: relative;
  left: -6px;
}
.content_list.business .item_block .info .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  color: #4c4c4c;
  line-height: 1;
  height: 48px;
  margin-top: 18px;
  transition: all ease 0.4s;
}
.content_list.business .item_block .info .subtitle {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #ccc;
  line-height: 1.5;
  margin-top: 10px;
}
#indexCon #mNews .content_list.rec .item_block .date,
.content_list.business .item_block .info .num {
  font-family: Inter-ExtraBold;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.content_list.business .item_block .info .summary {
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_list.business .item_block .info .more {
  margin-top: 70px;
  margin-left: 8px;
}
.content_list.business .item_block .info .more .icon_svg {
  width: 28px;
  height: 28px;
  transition: all ease 0.4s;
  color: #999;
}
.content_list.business .item_block .info .num {
  font-size: 75px;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: -32px;
  bottom: -200px;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all ease 0.4s;
}
.content_list.business .item_block .imageCover img {
  object-position: right center;
}
.content_list.business .item_block a:hover .info .more .icon_svg {
  transform: rotate(-45deg);
  color: #333;
}
#indexCon #mBusiness > .module_container > .more {
  border: 2px solid #666;
  width: 180px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  border-radius: 28px;
  margin: 70px auto 0;
}
#indexCon #mBusiness > .module_container > .more .icon_svg {
  width: 19px;
  height: 12px;
  margin-left: 10px;
  transition: all ease 0.4s;
}
#indexCon #mBusiness > .module_container > .more:hover {
  border-color: #fff;
}
#indexCon #mBusiness > .module_container > .more:hover .icon_svg {
  transform: translateX(10px);
}
#indexCon #mNews > .module_container {
  padding-top: 156px;
  padding-bottom: 156px;
}
#indexCon #mNews > .module_container .header .title {
  font-size: 36px;
  color: #333;
  font-family: SourceHanSansCN-Bold;
  line-height: 1;
}
#indexCon #mNews > .module_container .header .subtitle {
  font-size: 26px;
  color: #999;
  font-family: Poppins-Regular;
  line-height: 1;
  margin-top: 16px;
}
#indexCon #mNews > .module_container .header .category {
  position: relative;
  margin-top: 39px;
}
#indexCon #mNews > .module_container .header .category li {
  float: left;
  margin-right: 52px;
}
#indexCon #mNews > .module_container .header .category li:nth-last-child(2) {
  margin-right: 0;
}
#indexCon #mNews > .module_container .header .category li.move {
  left: 0;
  content: "";
  width: 100px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
}
#indexCon #mNews > .module_container .header .category li a {
  font-size: 16px;
  color: #666;
  height: 48px;
  line-height: 48px;
  display: block;
  position: relative;
  z-index: 1;
}
#indexCon #mNews > .module_container .header .category li a.active,
#indexCon #mNews > .module_container .header .category li a:hover {
  color: #fff;
}
#indexCon #mNews > .module_container .header .category li a.more {
  color: #4c4c4c;
  font-family: Poppins-SemiBold;
}
#indexCon #mNews > .module_container .header .category li a.more.active:hover,
#indexCon #mNews > .module_container .header .category li a.more:hover {
  color: #fff;
}
#indexCon #mNews .content_list.rec {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
#indexCon #mNews .content_list.rec .item_block {
  min-width: 0;
}
#indexCon #mNews .content_list.rec .item_block a {
  display: block;
}
#indexCon #mNews .content_list.rec .item_block .imageCover {
  padding-top: 56%;
}
#indexCon #mNews .content_list.rec .item_block .imageCover .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.rec .item_block .imageCover .button .icon_svg {
  width: 40px;
  height: 40px;
}
#indexCon #mNews .content_list.rec .item_block .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  line-height: 38px;
  height: 76px;
  margin-top: 18px;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-right: 50px;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.rec .item_block .tags a,
#newsCon #mContent .content_list .item_block .tags a {
  padding: 0 24px;
  border: 2px solid #e5e5e5;
  margin-right: 16px;
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}
#indexCon #mNews .content_list.rec .item_block .footer {
  margin-top: 32px;
  position: relative;
  height: 40px;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.rec .item_block .footer > div {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.rec .item_block .tags {
  display: flex;
  overflow: hidden;
}
#indexCon #mNews .content_list.rec .item_block .tags a {
  height: 40px;
  color: #4c4c4c;
  border-radius: 20px;
  line-height: 36px;
}
#indexCon #mNews .content_list.rec .item_block .tags a:hover {
  border-color: #d8926b;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#indexCon #mNews .content_list.rec .item_block .date {
  font-size: 20px;
  height: 40px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  background-clip: text;
}
#indexCon #mNews .content_list.rec .item_block.hover .imageCover .button {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#indexCon #mNews .content_list.rec .item_block.hover a .title {
  transform: translateX(30px);
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#indexCon #mNews .content_list.rec .item_block.hover .footer {
  transform: translateX(30px);
}
#indexCon #mNews .content_list.rec .item_block.hover .tags {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
#indexCon #mNews .content_list.rec .item_block.hover .date {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#indexCon #mGuidance .listWrapper .swiper-button .icon_svg:last-child,
#indexCon #mGuidance .listWrapper .swiper-button:hover .icon_svg:first-child {
  opacity: 0;
}
#indexCon #mNews .content_list.default {
  margin-top: 54px;
  padding-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: rgba(0, 0, 0, 0.1) 2px solid;
  gap: 26px 0;
}
#indexCon #mNews .content_list.default .item_block {
  min-width: 0;
}
#indexCon #mNews .content_list.default .item_block a {
  display: block;
}
#indexCon #mNews .content_list.default .item_block .info {
  width: calc(100% - 120px);
}
#indexCon #mNews .content_list.default .item_block .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  line-height: 36px;
  height: 36px;
  color: #4c4c4c;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.default .item_block .date {
  font-family: Inter-SemiBold;
  font-size: 17px;
  line-height: 30px;
  height: 30px;
  margin-top: 2px;
  color: #7c7c7c;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.default .item_block .more {
  width: 25px;
  margin-top: 12px;
  transition: all ease 0.4s;
}
#indexCon #mNews .content_list.default .item_block .more .icon_svg {
  width: 25px;
  height: 17px;
  color: #7c7c7c;
}
#indexCon #mNews .content_list.default .item_block:nth-child(2n + 1) .more {
  margin-right: 90px;
}
#indexCon #mNews .content_list.default .item_block:nth-child(2n) .info {
  margin-left: 92px;
}
#indexCon #mNews .content_list.default .item_block a:hover .date,
#indexCon #mNews .content_list.default .item_block a:hover .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#indexCon #mNews .content_list.default .item_block a:hover .more {
  transform: translateX(20px);
}
#indexCon #mGuidance {
  position: relative;
}
#indexCon #mGuidance > .bg {
  background-color: #fcfcfc;
  background-image: url(../images/index_guidance_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#indexCon #mGuidance > .module_container {
  padding-top: 138px;
  padding-bottom: 92px;
}
#indexCon #mGuidance > .module_container .header {
  text-align: center;
}
#indexCon #mGuidance > .module_container .header .title {
  font-size: 58px;
  color: #fffaea;
  font-family: SourceHanSansCN-Bold;
  line-height: 1;
}
#indexCon #mGuidance > .module_container .header .subtitle {
  font-size: 26px;
  color: rgba(255, 250, 234, 0.5);
  font-family: Poppins-Regular;
  line-height: 1;
  margin-top: 16px;
}
#indexCon #mGuidance > .module_container .header .category {
  position: relative;
  margin-top: 61px;
  display: inline-block;
  font-size: 0;
}
#indexCon #mGuidance > .module_container .header .category li {
  float: left;
  margin-right: 56px;
}
#indexCon
  #mGuidance
  > .module_container
  .header
  .category
  li:nth-last-child(2) {
  margin-right: 0;
}
#indexCon #mGuidance > .module_container .header .category li.move {
  left: 0;
  content: "";
  width: 100px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
}
#indexCon #mGuidance > .module_container .header .category li a {
  font-size: 16px;
  color: #fff;
  font-family: SourceHanSansCN-Medium;
  height: 48px;
  line-height: 48px;
  display: block;
  position: relative;
  z-index: 1;
}
#indexCon #mGuidance > .module_container .header .category li a.more {
  font-family: Poppins-SemiBold;
}
#indexCon #mGuidance .listWrapper {
  height: 451px;
  margin-top: 65px;
  padding: 88px 120px;
  box-sizing: border-box;
  background-color: #fcfcfc;
  position: relative;
}
#indexCon #mGuidance .listWrapper .swiper-button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
  transition: all ease 0.4s;
}
#indexCon #mGuidance .listWrapper .swiper-button.prev {
  left: -110px;
}
#indexCon #mGuidance .listWrapper .swiper-button.next {
  right: -110px;
}
#indexCon #mGuidance .listWrapper .swiper-button .icon_svg {
  width: 14px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -12px;
  transition: all ease 0.4s;
}
#indexCon #mGuidance .listWrapper .swiper-button.next .icon_svg:last-child,
#indexCon #mGuidance .listWrapper .swiper-button.prev .icon_svg:first-child {
  transform: rotate(180deg);
}
#indexCon #mGuidance .listWrapper .swiper-button:hover {
  background-color: rgba(255, 255, 255, 1);
}
.content_list.guidance .item_block .line,
.content_list.guidance .item_block .more,
.content_list.guidance .item_block:hover .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
}
#indexCon #mGuidance .listWrapper .swiper-button:hover .icon_svg:last-child {
  opacity: 1;
}
#indexCon #mGuidance .content_list .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 118px;
}
.content_list.guidance .item_block {
  position: relative;
  min-height: 273px;
}
.content_list.guidance .item_block > a {
  display: block;
}
.content_list.guidance .item_block .summary,
.content_list.guidance .item_block .title {
  display: -webkit-box;
  transition: all ease 0.4s;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content_list.guidance .item_block .imageCover {
  padding-top: 56%;
}
.content_list.guidance .item_block .title {
  margin-top: 40px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  line-height: 42px;
  height: 84px;
  color: #4c4c4c;
  -webkit-line-clamp: 2;
}
.content_list.guidance .item_block .summary {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  color: #666;
  -webkit-line-clamp: 2;
  margin-top: 24px;
}
.content_list.guidance .item_block .line {
  width: 0%;
  height: 2px;
  margin-top: 30px;
  transition: all ease 0.4s;
}
.content_list.guidance .item_block .date {
  font-family: Inter-Bold;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  margin-top: 12px;
  color: #666;
  transition: all ease 0.4s;
}
.content_list.guidance .item_block .more {
  width: 84px;
  height: 84px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease 0.4s;
}
.content_list.guidance .item_block .more .icon_svg {
  width: 19px;
  height: 19px;
}
.content_list.guidance .item_block:hover .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.content_list.guidance .item_block:hover .line {
  margin-top: 60px;
  width: 100%;
}
.content_list.guidance .item_block:hover .more {
  transform: translateY(0);
  opacity: 1;
}
#indexCon #mGuidance .swiper-pagination {
  display: block;
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
#indexCon #mGuidance .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fcfcfc;
  border: none;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.35;
}
#indexCon
  #mGuidance
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#indexCon #mCulture {
  background-color: #fcfcfc;
  background-image: url(../images/index_culture_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#indexCon #mCulture > .module_container {
  padding-top: 154px;
  padding-bottom: 161px;
}
#indexCon #mCulture > .module_container > .info {
  margin-top: 99px;
}
#indexCon #mCulture > .module_container > .info .title {
  font-size: 58px;
  color: #333;
  font-family: SourceHanSansCN-Bold;
  line-height: 1;
}
#indexCon #mCulture > .module_container > .info .subtitle {
  font-size: 26px;
  color: #999;
  font-family: Poppins-Regular;
  line-height: 1;
  margin-top: 16px;
}
#indexCon #mCulture > .module_container > .info .more {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  color: #4c4c4c;
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #dbdbdb;
  border-radius: 30px;
  position: relative;
}
#indexCon #mCulture > .module_container > .info .more:before {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
#indexCon #mCulture > .module_container > .info .more div {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#indexCon #mCulture > .module_container > .info .more .icon_svg {
  width: 19px;
  height: 13px;
  margin-left: 8px;
  transition: all ease 0.4s;
  stroke: #4c4c4c;
}
#indexCon #mCulture > .module_container > .info .more:hover {
  color: #fff;
}
#indexCon #mCulture > .module_container > .info .more:hover:before {
  opacity: 1;
  visibility: visible;
}
#indexCon #mCulture > .module_container > .info .more:hover .icon_svg {
  transform: translateX(10px);
  stroke: #fff;
}
#indexCon #mCulture .listWrapper {
  width: 62.5%;
  box-sizing: border-box;
}
#indexCon #mCulture .content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
  border: 1px solid #efefef;
}
#indexCon #mCulture .content_list .item_block {
  min-width: 0;
  box-sizing: border-box;
  padding: 38px 47px 0;
  border-right: #efefef 1px solid;
  border-bottom: #efefef 1px solid;
  position: relative;
  height: 344px;
}
#indexCon #mCulture .content_list .item_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.4s;
}
#indexCon #mCulture .content_list .item_block a {
  display: block;
  position: relative;
  z-index: 1;
}
#indexCon #mCulture .content_list .item_block:nth-child(2n) {
  border-right: none;
}
#indexCon #mCulture .content_list .item_block:nth-last-child(1),
#indexCon #mCulture .content_list .item_block:nth-last-child(2) {
  border-bottom: none;
}
#indexCon #mCulture .content_list .item_block .icon {
  height: 40px;
  width: 100%;
  position: relative;
}
#indexCon #mCulture .content_list .item_block .icon .icon_svg {
  width: 40px;
  height: 40px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
}
#indexCon #mCulture .content_list .item_block .icon .icon_svg:last-child {
  opacity: 0;
  visibility: hidden;
}
#indexCon #mCulture .content_list .item_block .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  line-height: 1.5;
  height: 84px;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 30px;
  transition: all ease 0.4s;
}
#indexCon #mCulture .content_list .item_block .subtitle_a {
  font-size: 20px;
  line-height: 1.7;
  height: 34px;
  color: #4c4c4c;
  margin-top: 30px;
  transition: all ease 0.4s;
}
#indexCon #mCulture .content_list .item_block .subtitle_b {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  height: 38px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 7px;
  transition: all ease 0.4s;
  margin-right: -20px;
}
#footer .logo,
#footer .nav > li > a {
  display: block;
  position: relative;
}
#indexCon #mCulture .content_list .item_block:hover:before {
  opacity: 1;
}
#indexCon
  #mCulture
  .content_list
  .item_block:hover
  .icon
  .icon_svg:first-child {
  opacity: 0;
  visibility: hidden;
}
#indexCon #mCulture .content_list .item_block:hover .icon .icon_svg:last-child {
  opacity: 1;
  visibility: visible;
}
#indexCon #mCulture .content_list .item_block:hover .subtitle_a,
#indexCon #mCulture .content_list .item_block:hover .subtitle_b,
#indexCon #mCulture .content_list .item_block:hover .title {
  color: #fff;
}
#indexCon #mAbout .info .title,
#indexCon #mCulture > .module_container > .info .title,
#indexCon #mNews > .module_container .header .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#footer {
  background-color: #4c4c4c;
}
#footer > .module_container {
  padding-top: 104px;
  padding-bottom: 20px;
}
#footer .logo {
  height: 40px;
  width: auto;
  overflow: hidden;
}
#footer .logo img {
  height: 80px;
}
#footer .nav {
  height: 100%;
  line-height: 24px;
}
#footer .nav > li {
  float: left;
  margin-right: 55px;
  height: 100%;
  position: relative;
  transition: all ease 0.4s;
}
#footer .nav > li > a div.point,
body.inner #mContent .category li a div.point {
  height: 3px;
  background-image: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  transition: all ease 0.4s;
  visibility: hidden;
}
#footer .nav > li:last-child {
  margin-right: 0;
}
#footer .nav > li > a {
  color: #fff;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  transition: all ease 0.4s;
}
#footer .nav > li > a div.point {
  position: absolute;
  width: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  opacity: 0;
  border-radius: 3px;
}
#footer .nav > li a.active,
#footer .nav > li a:hover {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#footer .nav > li > a.active div.point,
#footer .nav > li > a:hover div.point {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
}
#footer .content {
  margin-top: 99px;
}
#footer .contacts ul {
  float: left;
  margin-right: 84px;
}
#footer .contacts ul:last-child {
  margin-right: 0;
}
#footer .contacts ul li {
  margin-bottom: 40px;
}
#footer .contacts ul li:last-child {
  margin-bottom: 0;
}
#footer .contacts ul li .title {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  line-height: 28px;
  color: #fff;
}
#footer .contacts ul li .title.cn {
  font-family: Poppins-SemiBold;
  font-size: 28px;
}
#footer .contacts ul li .subtitle {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  /* margin-top: 9px; */
}
#footer .socials {
  margin-right: -16px;
}
#footer .socials a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
}
#footer .socials a:last-child {
  margin-right: 0;
}
#footer .socials a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  opacity: 0;
  transition: all ease 0.4s;
  border-radius: 50%;
}
#footer .socials a .icon_svg {
  height: 18px;
  opacity: 0.6;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
#footer .socials a.weibo .icon_svg {
  width: 22px;
}
#footer .socials a.weixin .icon_svg {
  width: 21px;
}
#footer .socials a.qq .icon_svg {
  width: 18px;
}
#footer .socials a:hover:before {
  opacity: 1;
}
#footer .socials a:hover .icon_svg {
  color: #fff;
  opacity: 1;
}
#footer .socials a.weixin div {
  width: 110px;
  height: 110px;
  background-color: #fcfcfc;
  position: absolute;
  top: -118px;
  left: -30px;
  opacity: 0;
  transform-origin: center bottom;
  transform: scale(0);
  transition: all cubic-bezier(0.16, 0.57, 0, 0.76) 0.3s;
  box-sizing: border-box;
  padding: 10px;
  z-index: 2;
}
#footer .socials a.weixin div:before {
  position: absolute;
  width: 0;
  height: 0;
  left: 46px;
  bottom: -7px;
  content: "";
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #fcfcfc transparent transparent;
}
#footer .socials a.weixin div img {
  width: 100%;
  height: 100%;
}
#footer .socials a.weixin:hover div {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 10px 40px rgba(20, 49, 113, 0.1);
}
#footer .copyright {
  margin-top: 10px;
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  color: rgba(255, 255, 255, 0.3);
}
#footer .copyright > .module_container {
  display: flex;
  align-items: center;
  height: 57px;
  justify-content: space-between;
}
#footer .copyright > .module_container .title {
  color: #999;
  font-size: 13px;
  opacity: 0.5;
}
#footer .copyright > .module_container .title a {
  color: #999;
}
#footer .copyright > .module_container .link {
  font-size: 16px;
  color: #e5e5e5;
  display: flex;
  align-items: center;
}
#footer .copyright > .module_container .link .icon_svg {
  width: 26px;
  height: 27px;
  margin-left: 8px;
  transition: all ease 0.4s;
  position: relative;
  top: 2px;
}
#footer .copyright > .module_container .link:hover {
  color: #fff;
}
#footer .copyright > .module_container .link:hover .icon_svg {
  transform: translateX(10px);
}
body.inner #mBanner {
  position: relative;
  width: 100%;
  height: 538px;
}
body.inner #mBanner .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
body.inner #mBanner .bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
}
body.inner #mBanner .module_container {
  height: 100%;
  color: #fff;
}
body.inner #mBanner .module_container .info {
  padding-top: 328px;
}
body.inner #mBanner .module_container .info p {
  line-height: 1;
  text-align: center;
}
body.inner #mBanner .module_container .info .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 38px;
}
body.inner #mBanner .module_container .info .subtitle {
  font-family: Poppins-Regular;
  font-size: 13px;
  margin-top: 12px;
}
body.inner #mContent {
  overflow: visible;
}
body.inner #mContent > .module_container {
  padding-top: 120px;
  padding-bottom: 200px;
}
body.inner #mContent .category {
  position: absolute;
  top: -88px;
  left: 40px;
  right: 40px;
  height: 88px;
  padding-top: 28px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  background-color: #fcfcfc;
}
body.inner #mContent .category li {
  display: inline-block;
  margin: 0 37px;
}
body.inner #mContent .category li a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #4c4c4c;
  display: block;
  position: relative;
}
body.inner #mContent .category li a div.point {
  position: absolute;
  width: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  opacity: 0;
  border-radius: 3px;
}
body.inner #mContent .category li a.active,
body.inner #mContent .category li a:hover {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body.inner #mContent .category li a.active div.point,
body.inner #mContent .category li a:hover div.point {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}
body.inner #mContent #pageSplit {
  margin-top: 122px;
  height: 39px;
  line-height: 39px;
  font-size: 0;
  text-align: center;
}
body.inner #mContent #pageSplit a {
  width: 42px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.inner #mContent #pageSplit a.arrow {
  color: #ccc;
}
body.inner #mContent #pageSplit a.arrow .icon_svg {
  width: 8px;
  height: 15px;
}
body.inner #mContent #pageSplit a.arrow.prev {
  padding-right: 23px;
}
body.inner #mContent #pageSplit a.arrow.next {
  padding-left: 25px;
}
body.inner #mContent #pageSplit a.arrow.next .icon_svg {
  transform: rotate(180deg);
}
body.inner #mContent #pageSplit a.arrow:hover {
  color: #4c4c4c;
}
body.inner #mContent #pageSplit a.num {
  width: 42px;
  height: 100%;
  font-size: 14px;
  color: #999;
  margin: 0 10px;
  position: relative;
  top: -2px;
  position: relative;
  z-index: 1;
}
body.inner #mContent #pageSplit a.num:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  transition: all ease 0.4s;
  opacity: 0;
  content: "";
  z-index: -1;
}
body.inner #mContent #pageSplit a.num.active,
body.inner #mContent #pageSplit a.num:hover {
  color: #fff;
}
body.inner #mContent #pageSplit a.num.active:before,
body.inner #mContent #pageSplit a.num:hover:before {
  opacity: 1;
}
body.post #mContent > .module_container {
  max-width: 1200px;
  padding-top: 234px;
  padding-bottom: 200px;
}
#newsCon #mContent .content_list .item_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 110px;
  padding-bottom: 61px;
  margin-bottom: 60px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
#newsCon #mContent .content_list .item_group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#newsCon #mContent .content_list .item_block {
  min-width: 0;
  padding-bottom: 38px;
}
#newsCon #mContent .content_list .item_block a {
  display: block;
}
#newsCon #mContent .content_list .item_block .date {
  font-family: Inter-SemiBold;
  font-size: 20px;
  line-height: 24px;
  color: grey;
  transition: all ease 0.4s;
}
#newsCon #mContent .content_list .item_block .imageCover {
  padding-top: 56%;
  margin-top: 20px;
}
#newsCon #mContent .content_list .item_block .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  line-height: 1.6;
  height: 76px;
  margin-top: 30px;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: all ease 0.4s;
}
#newsCon #mContent .content_list .item_block .summary {
  font-size: 16px;
  line-height: 1.9;
  height: 92px;
  margin-top: 13px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: all ease 0.4s;
}
#newsCon #mContent .content_list .item_block .footer {
  margin-top: 40px;
  position: relative;
  height: 40px;
  transition: all ease 0.4s;
}
#newsCon #mContent .content_list .item_block .footer > div {
  position: absolute;
  transition: all ease 0.4s;
}
#newsCon #mContent .content_list .item_block .tags {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#newsCon #mContent .content_list .item_block .tags a {
  height: 40px;
  color: #4c4c4c;
  border-radius: 20px;
  line-height: 36px;
}
#newsCon #mContent .content_list .item_block .tags a:hover {
  border-color: #d8926b;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#newsCon #mContent .content_list .item_block .button {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -16px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
#newsCon #mContent .content_list .item_block .button .icon_svg {
  width: 40px;
  height: 40px;
}
#newsCon #mContent .content_list .item_block.hover .date,
#newsCon #mContent .content_list .item_block.hover .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#newsCon #mContent .content_list .item_block.hover .tags {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
#newsCon #mContent .content_list .item_block.hover .button {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
body.post #newsPostCon #mContent > .module_container {
  padding-top: 257px;
}
#newsPostCon #mContent .postMain .header {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding-bottom: 20px;
}
#newsPostCon #mContent .postMain .header .info .title {
  font-family: Inter-SemiBold, SourceHanSansCN-Bold;
  color: #4c4c4c;
  line-height: 1.5;
  font-size: 32px;
  max-width: 800px;
}
#newsPostCon #mContent .postMain .header .info .date {
  font-size: 14px;
  font-family: Poppins-Regular, SourceHanSansCN-Regular;
  color: #999;
  margin-top: 34px;
  line-height: 2;
}
#newsPostCon #mContent .postMain > .wrapper {
  margin-top: 80px;
}
#newsPostCon #mContent .postBody {
  width: 800px;
}
#newsPostCon #mContent .related {
  width: 250px;
}
#newsPostCon #mContent .related > .title {
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
  color: #4c4c4c;
  padding-bottom: 30px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
#newsPostCon #mContent .related > .tags {
  margin-top: 20px;
}
#newsPostCon #mContent .related > .tags a {
  height: 31px;
  color: #4c4c4c;
  padding: 0 21px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 28px;
  float: left;
  font-size: 13px;
}
#newsPostCon #mContent .related > .tags a:hover {
  border-color: #d8926b;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#newsPostCon #mContent .related .content_list {
  margin-top: 36px;
}
#newsPostCon #mContent .related .content_list .item_block {
  margin-bottom: 40px;
}
#businessCon #mContent .content_list .item_block:last-child,
#newsPostCon #mContent .related .content_list .item_block:last-child {
  margin-bottom: 0;
}
#newsPostCon #mContent .related .content_list .item_block a {
  display: block;
}
#newsPostCon #mContent .related .content_list .item_block .imageCover {
  padding-top: 56%;
}
#newsPostCon #mContent .related .content_list .item_block .imageCover img {
  opacity: 1;
}
#newsPostCon #mContent .related .content_list .item_block .imageCover .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.4s;
}
#newsPostCon #mContent .related .content_list .item_block .title,
#recruitNewsCon #mContent .content_list .item_block .summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all ease 0.4s;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#newsPostCon
  #mContent
  .related
  .content_list
  .item_block
  .imageCover
  .button
  .icon_svg {
  width: 17px;
  height: 17px;
}
#newsPostCon #mContent .related .content_list .item_block .title {
  margin-top: 20px;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal;
  color: #999;
  line-height: 20px;
  height: 40px;
}
#newsPostCon #mContent .related .content_list .item_block .date {
  margin-top: 8px;
  font-size: 12px;
  font-family: Inter-Regular;
  color: #999;
  transition: all ease 0.4s;
}
#newsPostCon #mContent .related .content_list .item_block:hover .button {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#newsPostCon #mContent .related .content_list .item_block:hover .title {
  color: #4c4c4c;
}
#newsPostCon #mContent .related .content_list .item_block:hover .date {
  color: #666;
}
body.inner #guidanceCon #mBanner .bg:after {
  display: none;
}
body.inner #guidanceCon #mContent > .module_container {
  padding-top: 118px;
  padding-bottom: 180px;
}
body.inner #guidanceCon #mContent #pageSplit {
  margin-top: 84px;
}
#guidanceCon #mContent .content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 91px 118px;
  padding: 0 120px;
}
body.post #guidancePostCon #mContent > .module_container {
  padding-top: 256px;
  padding-bottom: 166px;
}
#guidancePostCon #mContent .postMain .header {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding-bottom: 23px;
}
#guidancePostCon #mContent .postMain .header .info .title {
  font-family: Inter-SemiBold, SourceHanSansCN-Bold;
  color: #4c4c4c;
  line-height: 1.5;
  font-size: 32px;
  max-width: 800px;
}
#guidancePostCon #mContent .postMain .header .info .date {
  font-size: 14px;
  font-family: Poppins-Regular, SourceHanSansCN-Regular;
  color: #999;
  margin-top: 34px;
  line-height: 2;
}
#guidancePostCon #mContent .postBody {
  max-width: 900px;
  margin: 78px auto 0;
}
#guidancePostCon #mContent .navigation {
  width: 100%;
  display: flex;
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  margin-top: 180px;
}
#guidancePostCon #mContent .navigation a {
  width: 50%;
  display: flex;
  font-size: 18px;
  color: #999;
  height: 94px;
  align-items: center;
  position: relative;
}
#guidancePostCon #mContent .navigation a.empty {
  pointer-events: none;
}
#guidancePostCon #mContent .navigation a:before {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  left: 0;
  top: -1px;
  background: #d8926b;
  transition: all ease 0.4s;
}
#guidancePostCon #mContent .navigation a .iconWrapper {
  width: 9px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  top: 1px;
}
#guidancePostCon #mContent .navigation a .iconWrapper .icon_svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
}
#guidancePostCon #mContent .navigation a .iconWrapper .icon_svg:last-child {
  opacity: 0;
  visibility: hidden;
}
#guidancePostCon #mContent .navigation a.prev .iconWrapper {
  transform: rotate(180deg);
  margin-right: 10px;
}
#guidancePostCon #mContent .navigation a.prev span {
  margin-left: 10px;
  padding-right: 80px;
}
#guidancePostCon #mContent .navigation a.next:before {
  left: 100%;
}
#guidancePostCon #mContent .navigation a.next span {
  margin-right: 10px;
  padding-left: 80px;
}
#guidancePostCon #mContent .navigation a:hover:before {
  width: 100%;
}
#guidancePostCon #mContent .navigation a.next:hover:before {
  left: 0;
}
#guidancePostCon #mContent .navigation a:hover span {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#guidancePostCon #mContent .navigation a:hover .icon_svg:first-child {
  opacity: 0;
  visibility: hidden;
}
#guidancePostCon #mContent .navigation a:hover .icon_svg:last-child {
  opacity: 1;
  visibility: visible;
}
body.inner #businessCon #mBanner .module_container .info {
  padding-top: 363px;
}
body.inner #businessCon #mBanner .module_container .info p {
  text-align: left;
}
body.inner #businessCon #mBanner .module_container .info .title {
  font-size: 58px;
}
body.inner #businessCon #mBanner .module_container .info .subtitle {
  margin-top: 15px;
}
body.inner #businessCon #mContent {
  background-color: #f5f5f5;
}
body.inner #businessCon #mContent > .module_container {
  padding: 0 0 80px;
  max-width: none;
}
#businessCon #mContent .content_list .item_block {
  padding: 100px 0;
}
#businessCon #mContent .content_list .item_block:hover {
  background-color: #fcfcfc;
}
#businessCon #mContent .content_list .item_block:hover .info .title,
#businessPostCon #mContent .postMain .header .info .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#businessCon #mContent .content_list .item_block:hover a {
  box-shadow: 0 6px 100px 0 rgba(0, 0, 0, 0.1);
}
#businessCon #mContent .content_list .item_block:hover .info .title {
  -webkit-background-clip: text;
  background-clip: text;
}
#businessCon #mContent .content_list .item_block:hover .info .num {
  bottom: -10px;
}
#businessPostCon #mContent .postMain .header .info {
  line-height: 1;
}
#businessPostCon #mContent .postMain .header .info .title {
  font-size: 48px;
  font-family: SourceHanSansCN-Bold;
  -webkit-background-clip: text;
  background-clip: text;
}
#businessPostCon #mContent .postMain .header .info .subtitle {
  font-size: 26px;
  font-family: Poppins-Medium;
  color: #ccc;
  margin-top: 18px;
}
#businessPostCon #mContent .postMain .header .info .num {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 120px;
  font-family: Inter-ExtraBold;
  margin-top: 34px;
}
#businessPostCon #mContent .postMain .header .more {
  border: 2px solid #f5f5f5;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  margin-top: 4px;
}
#businessPostCon #mContent .postMain .header .more span {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  color: #999;
  transition: all ease 0.4s;
}
#businessPostCon #mContent .postMain .header .more .iconWrapper {
  width: 9px;
  height: 16px;
  margin-left: 10px;
  position: relative;
}
#businessPostCon #mContent .postMain .header .more .icon_svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
}
#businessPostCon #mContent .postMain .header .more .icon_svg:last-child {
  opacity: 0;
  visibility: hidden;
}
#businessPostCon #mContent .postMain .header .more:hover {
  border-color: #d8926b;
}
#businessPostCon #mContent .postMain .header .more:hover span {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#businessPostCon #mContent .postMain .header .more:hover .icon_svg:first-child {
  opacity: 0;
  visibility: hidden;
}
#businessPostCon #mContent .postMain .header .more:hover .icon_svg:last-child {
  opacity: 1;
  visibility: visible;
}
#businessPostCon #mContent .postBody {
  margin-top: 64px;
}
body.inner #recruitNewsCon #mContent > .module_container {
  padding-top: 140px;
}
body.inner #recruitNewsCon #mContent #pageSplit {
  margin-top: 140px;
}
body.inner #recruitNewsCon #mBanner .module_container .info {
  padding-top: 363px;
}
body.inner #recruitNewsCon #mBanner .module_container .info p {
  text-align: left;
  padding: 0 100px;
}
body.inner #recruitNewsCon #mBanner .module_container .info .title {
  font-size: 58px;
}
#recruitNewsCon #mContent .content_list {
  padding: 0 100px;
}
#recruitNewsCon #mContent .content_list .item_block {
  margin-bottom: 80px;
}
#recruitNewsCon #mContent .content_list .item_block:last-child {
  margin-bottom: 0;
}
#recruitNewsCon #mContent .content_list .item_block .imageCover {
  width: 440px;
  height: 270px;
  float: left;
}
#recruitNewsCon #mContent .content_list .item_block .info {
  float: left;
  width: calc(100% - 590px);
  margin-left: 105px;
  padding-top: 27px;
  max-width: 750px;
}
#recruitNewsCon #mContent .content_list .item_block .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  line-height: 42px;
  color: #4c4c4c;
  transition: all ease 0.4s;
}
#recruitNewsCon #mContent .content_list .item_block .summary {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  margin-top: 21px;
  color: #666;
}
#recruitNewsCon #mContent .content_list .item_block .date {
  font-family: Inter-Medium;
  font-size: 16px;
  line-height: 2;
  color: #999;
  transition: all ease 0.4s;
  margin-top: 60px;
}
#recruitNewsCon #mContent .content_list .item_block .more {
  float: right;
  margin-left: 20px;
  width: 25px;
  height: 17px;
  position: relative;
  margin-top: 38px;
}
#recruitNewsCon #mContent .content_list .item_block .more .icon_svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.4s;
}
#recruitNewsCon #mContent .content_list .item_block .more .icon_svg:last-child {
  opacity: 0;
  visibility: hidden;
}
#recruitNewsCon #mContent .content_list .item_block:hover .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#recruitNewsCon #mContent .content_list .item_block:hover .date {
  color: #666;
}
#recruitNewsCon #mContent .content_list .item_block:hover .more .icon_svg {
  opacity: 1;
  visibility: visible;
}
body.post #recruitNewsPostCon #mContent > .module_container {
  padding-top: 228px;
}
#recruitNewsPostCon #mContent .postMain .header {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding-bottom: 15px;
}
#recruitNewsPostCon #mContent .postMain .header .info .title {
  font-family: Inter-SemiBold, SourceHanSansCN-Bold;
  color: #4c4c4c;
  line-height: 1.5;
  font-size: 32px;
  max-width: 800px;
}
#recruitNewsPostCon #mContent .postMain .header .info .date {
  font-size: 14px;
  font-family: Poppins-Regular, SourceHanSansCN-Regular;
  color: #999;
  margin-top: 20px;
  line-height: 2;
}
#recruitNewsPostCon #mContent .postBody {
  margin-top: 58px;
}
.pageCon.editor #mContent > .module_container {
  max-width: none;
  padding: 140px 0 0;
}
body.post #culturePostCon #mContent > .module_container {
  padding-top: 160px;
}
#aboutCon #mContent > .module_container,
body.inner #recruitIdeaCon #mContent > .module_container {
  padding-top: 0;
}
body.inner #recruitIdeaCon #mBanner .module_container .info {
  padding-top: 363px;
}
body.inner #recruitIdeaCon #mBanner .module_container .info p {
  text-align: left;
  padding: 0 100px;
}
body.inner #recruitIdeaCon #mBanner .module_container .info .title {
  font-size: 58px;
}
body.inner #searchCon #mContent > .module_container {
  padding-top: 228px;
  max-width: 1200px;
}
body.inner #searchCon #mContent > .module_container > .wrapper {
  max-width: 900px;
}
#searchCon #mContent .searchPanel form {
  height: 68px;
  width: 100%;
  font-size: 17px;
  font-family: SourceHanSansCN-Medium;
}
#searchCon #mContent .searchPanel form .input {
  width: calc(100% - 118px);
  line-height: 68px;
  height: 68px;
  color: #4c4c4c;
  border: 2px solid #d8926b;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 17px;
  font-family: SourceHanSansCN-Medium;
}
#searchCon #mContent .searchPanel form .input::placeholder {
  color: #ccc;
}
#searchCon #mContent .searchPanel form .input::-webkit-input-placeholder {
  color: #ccc;
}
#searchCon #mContent .searchPanel form .submitBtn {
  width: 118px;
  height: 68px;
  display: block;
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  color: #fff;
  text-align: center;
  line-height: 68px;
  position: relative;
}
#searchCon #mContent .searchPanel form .submitBtn input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
#searchCon #mContent .content_list {
  margin-top: 75px;
}
#searchCon #mContent .content_list .item_block {
  margin-bottom: 46px;
}
#searchCon #mContent .content_list .item_block:last-child {
  margin-bottom: 0;
}
#searchCon #mContent .content_list .item_block .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  line-height: 42px;
  color: #4c4c4c;
  transition: all ease 0.4s;
  max-width: 600px;
}
#searchCon #mContent .content_list .item_block .summary {
  font-size: 16px;
  line-height: 32px;
  max-height: 96px;
  margin-top: 18px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#searchCon #mContent .content_list .item_block span,
#searchCon #mContent .content_list .item_block:hover .title {
  background: linear-gradient(91.96deg, #d8926b 9.34%, #fdd498 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body.inner #searchCon #mContent #pageSplit {
  text-align: left;
  margin-left: -10px;
}
#businessPostCon #mContent > .module_container {
  padding-bottom: 0;
}
#header .nav > li:last-child .subNav ul li:last-child {
  display: none;
}
.pageCon.information #mContent > .module_container {
  padding-top: 80px;
}
.pageCon.information #mContent .sidebar {
  width: 260px;
}
.pageCon.information #mContent .sidebar .info {
  margin-bottom: 30px;
}
.pageCon.information #mContent .sidebar .info .title {
  font-size: 20px;
  color: #444;
}
.pageCon.information #mContent .sidebar .info .subtitle {
  font-size: 16px;
  color: #c1c1c1;
}
.pageCon.information #mContent .sidebar li {
  display: block;
  height: auto;
  line-height: 43px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pageCon.information #mContent .sidebar li a {
  line-height: 50px;
  height: 50px;
  color: #666;
  position: relative;
  display: block;
  font-size: 15px;
}
.pageCon.information #mContent .sidebar li a:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background: 0 0;
  left: -16px;
  margin-top: 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pageCon.information #mContent .sidebar li:hover {
  padding-left: 25px;
}
.pageCon.information #mContent .sidebar li a.active:before,
.pageCon.information #mContent .sidebar li a:hover:before {
  background: #d8926b;
}
.pageCon.information #mContent .content_list {
  width: calc(100% - 320px);
  margin-left: 60px;
}
#newsCon.pageCon.information #mContent .content_list .item_group {
  gap: 0 60px;
}

@media screen and (max-width: 768px) {
  #indexCon #mBanner .content_list .item_block .info .title {
    font-size: 26px;
  }
  #indexCon #mAbout .content .counter .item_block .title {
    font-size: 24px;
    line-height: 1;
    font-family: Inter-Black;
    position: relative;
  }
  #indexCon #mAbout .content .counter .item_block .subtitle {
    font-family: SourceHanSansCN-Medium;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-top: -4px;
  }
  #indexCon #mBusiness > .module_container .header .title {
    font-size: 30px;
  }
  #indexCon #mBusiness > .module_container .header .subtitle {
    font-size: 13px;
    color: #7c7c7c;
    font-family: Poppins-Regular;
    line-height: 1;
    margin-top: 16px;
  }
  #indexCon #mBusiness > .module_container {
    padding-top: 62px;
    padding-bottom: 60px;
  }
  #indexCon #mBusiness > .module_container .header .category {
    margin-top: 32px;
    display: inline-block;
    background-color: #fcfcfc;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
    position: relative;
    font-size: 0;
  }
  #indexCon
    #mBusiness
    > .module_container
    .header
    .category
    ::-webkit-scrollbar {
    display: none;
  }
  #indexCon #mBusiness > .module_container .header .category li {
    display: inline-block;
    width: 170px;
    float: none;
  }
  #indexCon #mBusiness > .module_container .header .category li a {
    font-size: 16px;
    color: #666;
    font-family: SourceHanSansCN-Medium;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #indexCon #mBusiness > .module_container .header .category li.move {
    width: 116px;
    height: 50px;
  }
  .content_list.business .item_block a {
    flex-wrap: wrap;
  }
  .content_list.business .item_block a > div {
    width: 100%;
  }
  .content_list.business .item_block .info .wrapper {
    box-sizing: border-box;
    width: 90%;
    margin: 0px auto 0;
    position: relative;
    left: 0px;
  }
  .content_list.business .item_block .info .more {
    margin-top: 50px;
    display: none;
    margin-left: 8px;
  }
  .content_list.business .item_block .info .title {
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 23px;
    color: #4c4c4c;
    line-height: 1;
    height: 26px;
    margin-top: 18px;
    transition: all ease 0.4s;
  }
  .module > .module_container {
    padding: 0 20px;
  }

  .content_list.business .item_block .imageCover img {
    object-position: center;
  }
  #indexCon #mNews > .module_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #indexCon #mNews > .module_container .header .subtitle {
    font-size: 13px;
    color: #999;
    font-family: Poppins-Regular;
    line-height: 1;
    margin-top: 16px;
  }
  #indexCon #mNews > .module_container .header .category li {
    display: inline-block;
    float: none;
    margin-right: 20px;
  }
  #indexCon #mNews > .module_container .header .category {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
  }
  #indexCon #mNews > .module_container .header .category li a {
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    z-index: 1;
  }
  #indexCon #mNews > .module_container .header .category {
    position: relative;
    margin-top: 30px;
  }
  #indexCon #mNews .content_list.rec {
    margin-top: 57px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 50px;
  }
  #indexCon #mNews .content_list.rec .item_block .title {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    margin-top: 16px;
    color: #4c4c4c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-right: 50px;
    transition: all ease 0.4s;
  }
  #indexCon #mNews .content_list.rec .item_block .footer {
    margin-top: 0;
  }
  #indexCon #mNews .content_list.default {
    margin-top: 25px;
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-top: rgba(0, 0, 0, 0.1) 2px solid;
    gap: 26px 0;
  }
  #indexCon #mNews .content_list.default .item_block:nth-child(2n) .info {
    margin-left: 0;
  }
  #indexCon #mNews .content_list.default .item_block:nth-child(2n + 1) .more {
    margin-right: 0;
  }
  #indexCon #mNews .content_list.default .item_block .title {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    color: #4c4c4c;
    transition: all ease 0.4s;
  }
  #indexCon #mGuidance > .module_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #indexCon #mGuidance > .module_container .header .title {
    font-size: 30px;
    color: #fffaea;
    font-family: SourceHanSansCN-Bold;
    line-height: 1;
  }
  #indexCon #mGuidance > .module_container .header .subtitle {
    font-size: 13px;
    color: rgba(255, 250, 234, 0.5);
    font-family: Poppins-Regular;
    line-height: 1;
    margin-top: 16px;
  }
  #indexCon #mGuidance > .module_container .header .category {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    font-size: 0;
  }
  #indexCon #mGuidance .listWrapper {
    height: auto;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fcfcfc;
    position: relative;
  }
  #indexCon #mGuidance .content_list .swiper-slide {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    /* gap: 0 118px; */
  }
  .content_list.guidance .item_block .title {
    margin-top: 20px;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    line-height: 28px;
    height: 50px;
    color: #4c4c4c;
    -webkit-line-clamp: 2;
  }
  .content_list.guidance .item_block .summary {
    display: none !important;
  }
  .content_list.guidance .item_block {
    position: relative;
    min-height: 100px;
  }
  .content_list.business .item_block a > div {
    width: 100%;
    height: 350px;
  }
  #indexCon #mBusiness .content_list.business .item_block .info .num {
    bottom: 4px;
    right: 4px;
    font-size: 48px;
  }
}

.header .lianxi {
  width: 40%;
}
#footer .nav {
  width: 60%;
}
#footer .content {
  width: 100%;
}
#footer .content {
  margin-top: 60px;
}
#footer .contacts ul li .title {
  line-height: 40px;
  font-size: 22px !important;
}
#footer .contacts ul li:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content_list.business .item_block .info .summary {
    font-size: 14px;
    color: #333;
    line-height: 2;
    /* height: 64px; */
    margin-top: 0px;
    -webkit-line-clamp: 8;
  }
  #sidebar {
    background-color: #fcfcfc;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 19;
    transition: all cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.4s;
    transform: translate3d(0, -100%, 0);
    padding-top: 1.24rem;
    box-sizing: border-box;
  }
  #sidebar .nav {
    padding-top: 5.64rem;
  }

  #sidebar .nav li {
    width: 100%;
    margin-bottom: 2.72rem;
  }

  #sidebar .nav li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    position: relative;
  }

  #sidebar .nav li a .icon_svg {
    width: 15px;
    height: auto;
    margin-top: 30px;
    transition: all ease 0.4s;
    position: absolute;
    top: 0.06rem;
    left: 50%;
    transform: rotate(0) translateX(-50%);
    transform-origin: left;
  }

  #sidebar .nav li.openSubNav .icon_nav_arrow {
    transform: rotate(180deg) translateX(-50%);
  }

  #sidebar .nav li a.active {
    color: #dca66b;
  }

  #sidebar .nav li .subNav {
    display: none;
    padding-top: 2.5rem;
  }

  #header,
  #header .logo {
    display: flex;
    width: 100%;
  }

  #sidebar .nav li .subNav li {
    margin-bottom: 0.3rem;
  }

  #sidebar .nav li .subNav li:last-child {
    margin-bottom: 0;
  }

  #sidebar .nav li .subNav a {
    font-size: 14px;
    color: #666;
  }

  #sidebar .nav li .subNav a.active {
    color: #dca66b;
  }

  #header {
    height: 64px;
    box-sizing: border-box;
    position: fixed;
    transition: all ease 0.4s;
    z-index: 20;
    overflow: visible;
    align-items: center;
  }

  #header:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
    transform: translateY(-100%);
    border-bottom: transparent 1px solid;
    box-sizing: border-box;
  }

  #header .logo {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 23px;
    opacity: 1;
    overflow: hidden;
  }

  #header .logo img {
    border: none;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    height: 45px;
    display: block;
    position: relative;
  }

  #header .openMBtn {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 1.6rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  #header .openMBtn > div {
    width: 16px;
    height: 12px;
    position: relative;
    transform: translateZ(0);
  }

  #header .openMBtn .rect {
    width: 100%;
    height: 1.5px;
    background: #fcfcfc;
    position: absolute;
    top: 0;
    transition: all ease 0.4s;
    border-radius: 0.03rem;
  }

  #header .openMBtn .rect.bottom {
    transform: translateY(8px);
  }
  #header.hasBg {
    height: 64px;
  }
  body.openSidebar #header .openMBtn .rect.top {
    transform: translate3d(0, 0.08rem, 0) rotate(45deg);
  }

  body.openSidebar #header .openMBtn .rect.bottom {
    transform: translate3d(0, 0.08rem, 0) rotate(-45deg);
  }

  #header .searchBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0.64rem 0 0.72rem;
    opacity: 1;
    transition: all ease 0.4s;
    cursor: pointer;
    z-index: 2;
  }

  #header .searchBtn .icon_svg {
    color: #fff;
    width: 51px;
    height: 15px;
  }

  #header.hasBg:before,
  body.openSidebar #header:before {
    transform: translateY(0);
    border-color: rgba(0, 0, 0, 0.1);
  }

  #header.hasBg .logo img,
  body.openSidebar #header .logo img {
    transform: translateY(-1.44rem);
  }

  #header.hasBg .openMBtn .rect,
  body.openSidebar #header .openMBtn .rect {
    background: #666;
  }

  #header.hasBg .searchBtn svg,
  body.openSidebar #header .searchBtn svg {
    color: #666;
  }
  body.openSidebar #sidebar {
    transform: translate3d(0, 0, 0);
  }
  #indexCon .swiper-slide {
    width: 100% !important;
  }
  #indexCon #mBusiness > .module_container .header .category li a.active,
  #indexCon #mBusiness > .module_container .header .category li a:hover {
    color: #d8926b;
  }
  #indexCon #mBusiness > .module_container .header .category li.move {
    display: none !important;
  }
}
