#index {
  padding-top: 60px;
  min-width: 1200px;
}

.footer_box{
  min-width: 1200px;
}
@keyframes learning-name-font {
  from {
    font-size: 18px;
  }

  to {
    font-size: 20px;
  }
}
@keyframes learning-bg {
  from {
    margin-top: 0;
  }

  to {
    margin-top: -7px;
  }
}

@keyframes index-name-slide-in {
  0% {
    top: 350px;
    opacity: 0;
  }

  100% {
    top: 150px;
    opacity: 1;
  }
}
@keyframes index-describe-slide-in {
  0% {
    top: 411px;
    opacity: 0;
  }
  100% {
    top: 211px;
    opacity: 1;
  }
}

.footer_box{
  margin-top: 0 !important;
}
.icon-notice {
  width: 17px;
  height: 14px;
  background-position: -24px -284px;
  flex-shrink: 0;
  margin-right: 3px;
  margin-left: 15px;
}
.icon-qiye-line{
  width: 41px;
  height: 6px;
  background-position: -50px -288px;
  margin: 25px 0 22px 10px;
}

.index-banner-carousel {
  position: relative;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.index-banner-car-tt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.index-banner-car-tt span{
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #358CF2;
  opacity: 0.3;
  margin: 0 5px;
}
.index-banner-car-tt :first-child {
  width: 40px;
}
.index-banner-car-tt .active {
  opacity: 1;
}
.index-banner-car-content a {
  object-fit: cover;
  user-select: none;
  min-width: 1200px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
.index-banner-car-content a.active {
  opacity: 1;
  z-index: 20;
}
.index-banner-car-content img {
  object-fit: cover;
  user-select: none;
  min-width: 1200px;
  height: 500px;
}
.index-banner-car-tt-wrapper{
  position: absolute;
  width: 100%;
  bottom: 27px;
}
/* 热点公告 */
.index-decollator{
  width: 1px;
  height: 16px;
  border-right: 1px solid #BBBBBB;
  display: inline-block;
  margin: 0 40px 0 0;
}
.index-notice-content{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.index-hot-content{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  width: 460px;
  vertical-align: top;
  position: relative;
}
.index-hot-content-line {
  background: #E2E2E2;
  width: 1px;
  height: 12px;
  display: inline-block;
  margin: 0 12px;
  top: -2px;
  position: relative;
}
.index-hot-link a:hover {
  color: #0269d9 !important;
}
.index-hot-link,
.index-hot-link-after{
  display: inline-block;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  cursor: pointer;
}
.index-hot-link span,
.index-hot-link-after span{
  padding: 0 13px 0 0;
  margin: 0;
}
.index-hot-content-volume{
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png) no-repeat;
  background-position: 0 -42px;
  margin-left: 5px;
}
.index-hot-content-label{
  display: inline-block;
  width: 60px;
  height: 12px;
  vertical-align: 2px;
  background: url(//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png) no-repeat;
  background-position: -21px -44px;
}

@keyframes marquee {
  0% {
  transform: translateX(0);
  }
  100% {
  transform: translateX(-100%);
  }
}

.index-hot-content:hover .index-hot-link,
.index-hot-content:hover .index-hot-link-after{
  animation-play-state: paused !important;
}

.index-msg-content{
  margin: 0 auto;
  width: 1200px;
}
.index-hot-wrapper{
  width: 1200px;
  margin: auto;
  padding-top: 26px;
  display: flex;
  flex-flow: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.index-hot-left {
  max-width: 580px;
}
.index-hot-wrapper-right {
  margin-left: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  color: #4E4E4E;
}
.index-hot-wrapper-right a {
  color: #4E4E4E;
}
.index-name{
  position: absolute;
  top: 353px;
  opacity: 0;
  color: #1D2139;
  z-index: 99;
  font-size: 42px;
  font-weight: bold;
  animation: index-name-slide-in 1.5s forwards;
  animation-delay: 0.5s;
  letter-spacing: 0.08em;
  width: 1200px;
  margin: 0 auto;
}
.index-describe{
  position: absolute;
  top: 435px;
  opacity: 0;
  color: #1D2139;
  z-index: 99;
  font-size: 25px;
  animation: index-describe-slide-in 1.5s forwards;
  animation-delay: 1s;
  letter-spacing: 0.1em;
  width: 1200px;
  margin: 0 auto;
}
.index-describe span{
  margin-right: 20px;
}

.ml48{
  margin-left: 48px;
}
.ml69{
  margin-left: 69px;
}

.index-top-wrap {
  position: relative;
  height: 500px;
}
.index-product-services{
  height: 136px;
  width: 1200px;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.index-product-services-title{
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 61px;
  margin-top: 20px;
}
.index-product-services-cont-bg{
    height: 136px;
    display: inline-block;
    position: relative;
    z-index: 100;
    vertical-align: middle;
    background: linear-gradient(1deg, #ffffff78 5%, #ffffffe6 93%);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(10px);
   border-radius: 10px 10px 0 0;
}
.index-product-services-list::after {
  content: '';
  position: absolute;
  top: 26px;
  height: 40px;
  width: 1px;
  right: 0;
  background: rgba(0, 0, 0, 0.08);
}
.index-product-services-list:last-child::after {
  opacity: 0;
}
.index-product-services-cont {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.index-product-services-list {
  width: 200px;
  height: 136px;
  text-align: center;
  position: relative;
}
.index-product-services-list:hover .index-product-services-name,
.index-product-services-list:hover .index-product-services-desc {
  color: #0084FF;
}
.index-product-services-list:hover .index-product-services-name::after{
  content: '';
  background: url(//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png) no-repeat;
  width: 16px;
  height: 16px;
  background-position: -32px 0;
  display: inline-block;
}
.index-product-services-list:hover .icon-index-grow {
  transform: scale(1.1)
}
.index-product-services-training{
  border-left: 1px solid #fff;
}
.index-product-services-name {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: normal;
  color: #222;
  font-weight: bold;
  text-align: center;
}
.index-product-services-desc {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  padding-top: 4px;
  color: #777777;
}
.index-product-services-desc span {
  color: #003B80;
}
.index-product-services-buy {
  position: absolute;
  left: 28px;
  top: 125px;
}
.index-product-services-list .index-product-services-a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 8px;
}
/*学习成长*/
.index-learning-grow{
  height: 800px;
  width: 100%;
  background-color: #FFFFFF;
}
.index-learning-grow-title {
  font-size: 32px;
  color: #181818;
  line-height: 61px;
}
.index-learning-grow-smalltitle{
  font-size: 14px;
  color: #595959;
  line-height: 26px;
  margin-top: 4px;
}
.index-learning-grow-cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index-learning-grow-list {
  display: inline-block;
  width: 288px;
  height: 195px;
  opacity: 1;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  position: relative;
  background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
  box-shadow: 5.66px 5.66px 20px 0px rgba(55, 99, 170, 0.1);
  overflow: hidden;
}
.index-learning-grow-list:hover{
  box-shadow: 5.66px 5.66px 20px 0px rgba(55, 99, 170, 0.16);
  animation: learning-bg 0.3s forwards;
}
.index-learning-grow-text{
  font-size: 14px;
  text-align: center;
  color: #595959;
  line-height: 20px;
  margin-top: 3px;
}

.index-learning-grow-list:hover .index-learning-grow-a img{
  display: inline-block;
}

.icon-index-grow{
  display: inline-block;
  background: url("//static-f.fwxgx.com/image/index/icon-index-column-dffdda45434c175f624dc454e9858262.png") no-repeat;
  height: 62px;
  width: 62px;
  transition: all 0.2s;
}
.index-product-services-list.question .icon-index-grow {
  background-position: 0px 0px;
}
.index-product-services-list.jzkt .icon-index-grow {
  background-position:-97px 0px;
}
.index-product-services-list.training .icon-index-grow {
  background-position: -194px 0px;
}
.index-product-services-list.soft .icon-index-grow {
  background-position: 0 -72px;
}
.index-product-services-list.article .icon-index-grow {
  background-position: -97px -72px;
}
.index-product-services-list.xqd .icon-index-grow {
  background-position: -194px -72px;
}
.index-learning-grow-enter-wrapper{
  position: absolute;
  bottom: 100px;
  left: 48px;
  display: inline-block;
  overflow: hidden;
}
.index-learning-grow-wrapper{
  width: 1200px;
  margin: 55px auto 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.icon-grow-arrow{
  display: none;
  width: 14px;
  height: 10px;
  background-position: -109px -12px;
  z-index: 2;
  margin-left: 5px;
  margin-top: -2px;
}
.index-learning-grow-list:hover .icon-grow-arrow{
  display: inline-block;
}

.index-learning-grow-name {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0px;
  color: #181818;
  padding: 20px 0 10px 28px;
  position: relative;
  z-index: 2;
}
.index-learning-grow-icon {
  padding-left: 16px;
}
.index-learning-grow-a img{
  display: none;
  position: absolute;
  z-index: 0;
  right: -20px;
  top: -17px;
}
.index-learning-grow-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0px;
  color: #595959;
  padding: 0 30px 0 28px;
  position: relative;
  z-index: 2;
}
.index-learning-grow-span {
  color: #0070FB;
  font-size: 16px;
  position: absolute;
  bottom: 17px;
  left: 27px;
  z-index: 2;
}
.index-learning-grow-list:hover .index-learning-grow-span{
  color: #358CF2;
}
.index-learning-grow-a {
  width: 288px;
  height: 195px;
  display: inline-block;
}
.index-learning-grow-business {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto;
}
.index-learning-grow-left {
  width: 858px;
  display: flex;
  justify-content: space-between;
}
@keyframes slide-right-to {
  from {
    background-position: left top;
  }

  to {
    background-position: right bottom;
  }
}

@keyframes business-name-font {
  from {
    font-size: 20px;
  }

  to {
    font-size: 22px;
  }
}
@keyframes slide-in {
  from {
    margin-left: -66px;
  }

  to {
    margin-left: 0;
  }
}
@keyframes map-slide-in {
  from {
    margin-left: 858px;
  }

  to {
    margin-left: 0;
  }
}

@keyframes map-wrapper-slide-in {
  0% {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  }
  80% {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

@keyframes index-cooperation-slide-in {
  from {
    top: 0;
  }

  to {
    top: -320px;
  }
}




.index-learning-grow-enter{
  color: #0070FB;
  font-size: 16px;
  margin-left: -66px;
}
.index-learning-grow-right{
  display: inline-block;
  width: 310px;
  height: 350px;
  color: #fff;
  padding-left: 31px;
  overflow: hidden;
  position: relative;
}
.index-learning-grow-right img{
  width: 310px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
}
.index-learning-grow-right-title{
  font-size: 22px;
  line-height: 30px;
  margin-top: 258px;
  display: block;
  position: relative;
  z-index: 1;
}
.index-learning-grow-right-desc{
  font-size: 16px;
  line-height: 35px;
  position: relative;
  z-index: 1;
}
.index-learning-grow-business-list {
  width: 286px;
  height: 350px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  margin-right: 7px;
}
.index-learning-grow-business-list .icon-grow-arrow{
  display: inline-block !important;
}
.index-learning-grow-business-list a{
  width: 286px;
  height: 350px;
  display: inline-block;
}
.index-learning-grow-business-list:hover{
  animation: slide-right-to 0.5s forwards;
}
.index-learning-grow-business-list:hover .index-learning-grow-enter{
  animation: slide-in 0.5s forwards;
}

.index-learning-grow-business-list:hover .index-learning-grow-business-name {
  animation: business-name-font 0.5s forwards;
}
.index-learning-grow-business-name {
  padding: 48px 0 25px 48px;
  font-size: 20px;
  color: #181818;
  font-weight: bold;
  line-height: 22px;
}
.index-learning-grow-business-desc {
  padding-left: 48px;
  line-height: 26px;
  color: #595959;
  font-size: 14px;
}

.index-learning-grow-business-design{
  background-image: url("//static-f.fwxgx.com/image/index/business-design-v1-a5d2845a1deca12fbadf54cb0a219002.jpg");
}
.index-learning-grow-business-cost{
  background-image: url("//static-f.fwxgx.com/image/index/business-cost-v1-ae4827d3543eb04ff7d8838dc6a295ab.jpg");
}
.index-learning-grow-business-build{
  background-image: url("//static-f.fwxgx.com/image/index/business-build-v1-deb371c388ae8f510139c166504f6abb.jpg");
}

.index-learning-grow-map {
  display: none;
  width: 858px;
  height: 350px;
  overflow: hidden;
}
.index-learning-grow-map img{
  width: 858px;
  margin-left: 858px;
  height: 350px;
}
.index-learning-grow-btn a:hover .index-learning-grow-btn span,
.index-learning-grow-btn span{
  color: #181818;
  font-size: 16px;
}
.icon-learning-grow-g{
  margin-top: -2px;
  width: 29px;
  height: 28px;
  background-position: -188px -2px;
}
.index-learning-grow-btn .index-learning-grow-g:hover span{
  color: #fff;
}
.index-learning-grow-btn .index-learning-grow-g:hover i{
  background-position: -272px -106px;
}

.index-learning-grow-btn .index-learning-grow-fwxgx:hover span{
  color: #fff;
}
.index-learning-grow-btn .index-learning-grow-fwxgx:hover i{
  background-position: -272px -142px;
}
.index-learning-grow-btn a:hover{
  background: #0060D8;
}
.index-learning-grow-btn a {
  width: 228px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  height: 48px;
  background: #E3F1FF;
  margin-left: 8px;
}
.icon-learning-grow-fwxgx{
  width: 26px;
  height: 32px;
  background-position: -217px 0px;
}
.index-learning-grow-fwxgx{
  position: relative;
}
.index-learning-grow-fwxgx-qr {
  position: absolute;
  right: -16px;
  top: 49px;
  z-index: 50;
}
.fwcpb-index-banner{
  overflow: hidden;
}
.fwcpb-index-banner-btn-box{
    z-index: unset!important;
}
.fwcpb-index-banner-btn-left, .fwcpb-index-banner-btn-right{
    z-index: 15!important;
}
/*头条*/
.index-article {
  position: relative;
  width: 1200px;
  margin: 24px auto 0;
}
.index-common-tt {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #222222;
  text-align: center;
}
.index-common-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #777777;
  margin-top: 15px;
  text-align: center;
}
.index-article-list {
  margin-top: 24px;
}
.index-article-item {
  width: 285px;
  height: 160px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #DEE9F4;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.index-article-item {
  border-radius: 8px;
  width: 285px;
  height: 160px;
}
.index-article-item.one {
  width: 285px;
  height: 340px;
  float: left;
  margin-right: 0;
}
.index-article-item.one p {
  margin-top: 19px;
  -webkit-line-clamp: 4;
  height: 88px;
}
.index-article-ul {
  float: left;
  margin-left: 20px;
}
.index-article-item h5 {
  font-size: 16px;
  color: #222222;
  width: 285px;
  height: 70px;
  background: linear-gradient(242deg, #cde3fd -32%, #cde3fd7e 19%, #cde3fd00 112%);
  position: relative;
  padding: 8px 12px 0;
}
.index-article-item-txt {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.index-article-item-txt::before {
  content: '#';
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #4BA7FD;
  margin-right: 10px;
  vertical-align: -2px;
}
.index-article-item h5::after {
  content: '#';
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(212deg, #ffffff 3%, #ffffff00 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.index-article-item p {
  font-size: 14px;
  color: #777;
  line-height: 22px;
  height: 66px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 8px;
  padding: 0 12px;
}
.index-article-item img {
  width: 253px;
  height: 128px;
  margin: 13px auto 0;
  display: block;
}
.index-article-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 8px 0px rgba(5, 0, 106, 0.1);
}
.index-article-item:hover h5 {
  color: #0084FF;
}
.index-common-more a {
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  color: #0084FF;
  padding: 6px 16px;
  border-radius: 272px;
  cursor: pointer;
}
.index-common-more {
  text-align: center;
  margin-top: 22px;
}
.index-common-more a:hover {
  background: #E6F7FF;
  color: #0269D9;
}
.index-common-more span {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png");
  background-position: -32px 0;
  display: inline-block;
  vertical-align: -3px;
}
.index-common-more a:hover span {
  background-position: -64px 0;
}
.index-article-page {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 240px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(126, 123, 155, 0.2);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
}
.index-article-page:hover {
  border: 1px solid #0084FF;
  background: #E6F7FF;
}
.index-article-page.prev::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-position:  -141px 0;
  left: 8px;
  top: 8px;
  background-image: url("//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png");
}
.index-article-page.next::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-position: -180px 0;
  left: 8px;
  top: 8px;
  background-image: url("//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png");
  border-radius: 50%;
}
.index-article-page.next {
  right: -16px;
}
.index-article-page.prev {
  left: -16px;
}
/*jzkt*/
.index-jzkt-content {
  padding-top: 24px;
}
.index-jzkt {
  margin: 54px auto 0;
  width: 1200px;
}
.index-common-left {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #222222;
}
.index-common-left::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #0084FF;
  margin-right: 8px;
  vertical-align: -2px;
}
.index-jzkt-hot {
  margin-top: 16px;
}
.index-jzkt-hot-left {
  padding-top: 35px;
  padding-left: 24px;
  float: left;
  width: 285px;
  height: 432px;
  background: url(//f.fwxgx.com/w/system/index/jzkt-bg.png);
  margin-right: 20px;
  text-align: left;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 8px;
}
.index-question-expert-item-body a:hover {
  color: #0084FF;
}
.index-jzkt-hot-left:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 8px 0px rgba(5, 0, 106, 0.1);
}
.index-jzkt-hot-left h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  background: linear-gradient(90deg, #2759f2 0%, #7827f2 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-jzkt-hot-left p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #0B2981;
  margin-top: 8px;
}
.index-jzkt-hot-left-btn {
  margin-top: 16px;
  width: 98px;
  height: 32px;
  border-radius: 187px;
  background: #0084FF;
  line-height: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  text-align: center;
}
.index-jzkt-hot-left-btn:hover {
  background: #0269D9;
}
.index-jzkt-hot-right {
  float: right;
  width: 895px;
}
.index-jzkt-hot-right-item {
  width: 285px;
  height: 206px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #DEE9F4;
  padding: 12px;
  transition: all 0.3s;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index-jzkt-hot-right-item:nth-child(3n) {
  margin-right: 0;
}
.index-jzkt-hot-right-item img {
  height: 148px;
}
.index-jzkt-hot-right-item p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 12px;
}
.index-jzkt-hot-right-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 8px 0px rgba(5, 0, 106, 0.1);
}
.index-jzkt-hot-right-item:hover p {
  color: #0084FF;
}
.index-jzkt-enhance {
  margin-top: 4px;
}
.index-jzkt-enhance-list {
  margin-top: 16px;
}
.index-jzkt-enhance-item {
  float: left;
}
.index-jzkt-enhance-item-a {
  width: 183px;
  height: 138px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #DEE9F4;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s;
  overflow: hidden;
}
.index-jzkt-enhance-item-a:last-child {
  margin-right: 0;
}
.index-jzkt-enhance-item-a  img {
  height: 104px;
}
.index-jzkt-enhance-item-a p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  padding: 0 8px;
}
.index-jzkt-enhance-item-a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 8px 0px rgba(5, 0, 106, 0.1);
}
.index-jzkt-enhance-item-a:hover p {
  color: #0084FF;
}
/*答疑*/
.index-question {
  margin: 46px auto 0;
  width: 1200px
}
.index-question-content {
  margin-top: 24px;
  height: 464px;
  background: url(//f.fwxgx.com/w/system/index/question-bg.png);
  padding: 24px 20px;
}
.index-question-input {
  position: relative;
  width: 590px;
  margin: 0 auto 21px;
}
.index-question-input input {
  position: relative;
  width: 590px;
  height: 40px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #7BCCFF;
  margin: auto;
  padding-right: 80px;
  padding-left: 19px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  font-feature-settings: "kern" on;
  color: #222222;
  outline: none;
}
.index-question-input input::placeholder{
  color: #999;
}
.index-question-input input:focus {
  border: 1px solid #0084FF;
}
.index-question-input input:hover {
  border: 1px solid #0084FF;
}
.index-question-input-btn:hover {
  background: #0269D9;
}
.index-question-input-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 68px;
  height: 32px;
  border-radius: 8px;
  background: #0084FF;
  box-shadow: 0px 2px 3px 0px rgba(0, 132, 255, 0.2);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}
.index-question-left {
  float: left;
  width: 367px;
  height: 355px;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 24px 16px;
}
.index-question-right {
  float: right;
  width: 774px;
  height: 355px;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 24px 20px;
  position: relative;
}
.index-question-right .index-article-page.prev {
  left: 1px;
  top: 184px;
  z-index: 1;
}
.index-question-right .index-article-page.next {
  right: 5px;
  top: 184px;
  z-index: 1;
}
.index-question-expert-ul {
  white-space: nowrap;
  font-size: 0;
}
.index-question-search-list {
  overflow-y: auto;
  padding: 20px 0;
  border-radius: 3px;
  position: absolute;
  top: 42px;
  left: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0 5px 10px rgba(21, 21, 21, 0.15);
  z-index: 10;
}
.index-question-search-list li {
  line-height: 35px;
  text-align: left;
  width: 590px;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.index-question-search-list li:hover {
  color: #0084ff;
  background-color: #f5f5f5;
}
.index-question-left h5,
.index-question-right h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #222222;
}
.index-question-left h5::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -3px;
  background-image: url("//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png");
  background-position: -99px -34px;
}
.index-question-right h5::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -4px;
  background-image: url("//static-f.fwxgx.com/image/index/icon-f5785a4e167dc74881e331d34f53d834.png");
  background-position: -141px -31px;
}
.index-question-hot {
  margin-top: 18px;
}
.index-question-hot-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  font-size: 14px;
  line-height: 28px;
}
.index-question-hot-item a.index-question-hot-item-1::before {
  background: #FF843F;
  color: #fff;
}
.index-question-hot-item a.index-question-hot-item-0::before {
  background: #FE615B;
  color: #fff;
}
.index-question-hot-item a.index-question-hot-item-2::before {
  background: #FE9C3E;
  color: #fff;
}
.index-question-hot-item {
  margin-bottom: 6px;
}
.index-question-hot-item a:hover {
  color: #0084FF;
  font-weight: bold;
}
.index-question-hot-item a::before {
  content: attr(data-sort);
  display: inline-block;
  background: #EEF0F4;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
  text-align: center;
  margin-right: 8px;
}
.index-question-expert{
  padding-top: 29px;
   white-space: nowrap;
  overflow: hidden;
}
.index-question-expert-item {
  border-radius: 8px;
  margin-right: 20px;
  display: inline-block;
}
.index-question-expert-item-top {
  width: 356px;
  height: 75px;
  background: linear-gradient(101deg, #f0f4fd -5%, #e9f0fc 46%, #d8e8fa 92%);
  padding: 16px 24px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.index-question-expert-item-top img {
  border: 3px solid #FFFFFF;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: 30px;
}
.index-question-expert-item-top p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #777777;
}
.index-question-expert-item-top a {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #222222;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 240px;
}
.index-question-expert-item-body {
  background: #EFF5FD;
  padding: 0 24px;
  border-radius: 0 0 8px 8px;
  height: 186px;
  width: 356px;
  padding-top: 11px;
}
.index-question-expert-item-body a {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #4E4E4E;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.index-question-expert-item-body a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #A7C1DE;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}
  /*大赛*/
.index-contest {
  margin: 46px auto 0;
  width: 1200px;
}
.index-contest-list {
  margin-top: 24px;
}
.index-contest-item {
  width: 285px;
  height: 310px;
  border-radius: 8px;
  background: #F5F8FE;
  text-align: center;
  padding-top: 31px;
  float: left;
  margin-right: 20px;
}
.index-contest-item:last-child {
  margin-right: 0;
}
.index-contest-item img {
  width: 128px;
  height: 128px;
}
.index-contest-item h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #222222;
  margin-top: 15px;
}
.index-contest-item p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #777777;
  margin-top: 10px;
}
.index-contest-btns {
  margin-top: 32px;
  padding-bottom: 56px;
  text-align: center;
}
.index-contest-btn {
  width: 245px;
  height: 40px;
  border-radius: 256px;
  background: #0084FF;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF !important;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}
.index-contest-btn:hover {
  background: #0269D9;
}

.index-top-wrap .fwcpb-index-indicators {
  bottom: 156px;
  width: 1200px;
  margin: auto !important;
  left: 0;
  right: 0;
  text-align: right;
}
a:focus {
  outline: none !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  font-family: sans-serif, 'Microsoft YaHei';
}

.header-nav-a.active {
  color: #0084FF;
}

.index-hot-wrapper-right a:hover {
  color: #0084FF;
}
.index-article-page.disabled {
  pointer-events: none;
  filter: grayscale(0.4);
}
.index-article .index-common-more {
  margin-top: 5px;
}
.index-question .index-common-more {
  margin-top: 25px;
}
.index-jzkt-hot-left:hover .index-jzkt-hot-left-btn {
  background: #0269D9;
}