#home_body .banner {
  background: url(/assets/images/web/index/bg-banner.png) no-repeat center center;
  background-size: 1920px auto;
  background-color: #dfebff;
}
#home_body .banner-content {
  height: 500px;
  padding-top: 72px;
}
#home_body .banner-content .name {
  line-height: 53px;
  font-size: 40px;
  font-weight: bold;
  color: #00226C;
}
#home_body .banner-content .name .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #00226C;
  border-radius: 50%;
  margin: 0 8px 8px;
  vertical-align: middle;
}
#home_body .banner-content .text {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #141F33;
  margin-top: 4px;
}
#home_body .banner-content .tags {
  margin-top: 24px;
  display: flex;
}
#home_body .banner-content .tags .tag {
  background: rgba(255, 255, 255, 0.63);
  padding: 5px  15px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  line-height: 21px;
  font-size: 16px;
  color: #323647;
  margin-right: 8px;
}
#home_body .banner-content .search {
  width: 640px;
  background: #fff;
  margin-top: 72px;
  box-shadow: 0px 4px 8px 0px rgba(149, 164, 185, 0.1);
  border-radius: 32px;
  padding: 5px;
  overflow: hidden;
  display: flex;
  position: relative;
}
#home_body .banner-content .search .search-input {
  flex: 1;
  padding-left: 19px;
  padding-right: 64px;
  line-height: 21px;
  font-size: 16px;
  color: #141F33;
}
#home_body .banner-content .search .search-input::placeholder {
  color: #8B919F;
}
#home_body .banner-content .search .clear {
  display: none;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/icon-close.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 169px;
  z-index: 1;
}
#home_body .banner-content .search .search-btn {
  user-select: none;
  background: url(/assets/images/common/icon-search.png) no-repeat 20px center;
  background-size: 20px auto;
  background-color: #00226C;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 16px 24px 16px 52px;
  border-radius: 27px;
  cursor: pointer;
}
#home_body .banner-content .search .search-btn:hover {
  background-color: #084E9E;
}
#home_body .banner-content .search-text {
  width: 640px;
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
#home_body .banner-content .search-text .text-title {
  background: url(/assets/images/web/index/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  width: 104px;
  margin-right: 8px;
  line-height: 21px;
  font-size: 16px;
  color: #8B919F;
  padding-left: 24px;
}
#home_body .banner-content .search-text .search-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
#home_body .banner-content .search-text .search-content .search-item {
  line-height: 21px;
  font-size: 16px;
  color: #323647;
  cursor: pointer;
}
#home_body .banner-content .search-text .search-content .search-item:hover {
  color: #0071DF;
}
#home_body .molecular {
  margin-top: 48px;
  margin-bottom: 48px;
}
#home_body .molecular .title {
  height: 37px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
#home_body .molecular .title .title-name {
  background: url(/assets/images/web/index/icon-container-title.png) no-repeat left center;
  background-size: 8px auto;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #00226C;
  padding-left: 20px;
  margin-right: 20px;
}
#home_body .molecular .title .more {
  line-height: 32px;
  font-size: 16px;
  color: rgba(0, 34, 108, 0.7);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#home_body .molecular .title .more:hover {
  color: #0038B0;
}
#home_body .molecular .title .more .icon {
  margin-left: 2px;
  font-size: 18px;
}
#home_body .molecular .top-search {
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D1DDF0;
}
#home_body .molecular .top-search .row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#home_body .molecular .top-search .row .search-name {
  background: url(/assets/images/common/icon-search-black.png) no-repeat left center;
  background-size: 14px auto;
  line-height: 21px;
  font-size: 16px;
  color: #323647;
  padding-left: 18px;
}
#home_body .molecular .top-search .row .search-list {
  display: flex;
  gap: 0 10px;
  margin-left: 22px;
}
#home_body .molecular .top-search .row .search-list .search-item {
  width: 24px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #254FAA;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#home_body .molecular .top-search .row .search-list .search-item a {
  display: block;
  color: inherit;
}
#home_body .molecular .top-search .row .search-list .search-item:hover {
  background: #00226C;
  color: rgba(255, 255, 255, 0.8);
}
#home_body .molecular .molecular-content {
  margin-top: 24px;
  display: flex;
}
#home_body .molecular .molecular-content .left {
  width: 275px;
  background: #F7F9FC;
  border-radius: 14px;
}
#home_body .molecular .molecular-content .left .category-list {
  padding: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(209, 215, 226, 0), #d1d7e2, #d1d7e2, rgba(209, 215, 226, 0)) 1 1;
}
#home_body .molecular .molecular-content .left .category-list .category-item {
  line-height: 22px;
  font-size: 16px;
  color: #2F3541;
  padding: 16px 22px;
  border-radius: 12px;
  cursor: pointer;
}
#home_body .molecular .molecular-content .left .category-list .category-item.active {
  background: #00226C;
  color: #fff;
}
#home_body .molecular .molecular-content .left .category-list .category-item .iconfont {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
#home_body .molecular .molecular-content .left .btn-more {
  margin: 8px 0;
  padding: 11px 30px 11px 44px;
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  font-size: 16px;
  color: #2F3541;
  cursor: pointer;
}
#home_body .molecular .molecular-content .left .btn-more:hover {
  color: #0038B0;
}
#home_body .molecular .molecular-content .left .btn-more .iconfont {
  font-size: 20px;
}
#home_body .molecular .molecular-content .right {
  user-select: none;
  flex: 1;
  margin-left: 11px;
}
#home_body .molecular .molecular-content .right .category-list {
  display: flex;
  flex-wrap: wrap;
}
#home_body .molecular .molecular-content .right .category-list .category-item {
  width: 360px;
  border-radius: 12px;
  padding: 22px;
  padding-bottom: 31px;
}
#home_body .molecular .molecular-content .right .category-list .category-item:hover {
  background: #F7F9FC;
}
#home_body .molecular .molecular-content .right .category-list .category-item .category-name {
  display: block;
  width: fit-content;
  max-width: 288px;
  background: url(/assets/images/web/index/icon-category-right.png) no-repeat right center;
  background-size: 12px auto;
  padding-right: 18px;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #2F3541;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_body .molecular .molecular-content .right .category-list .category-item .category-name:hover {
  color: #084E9E;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list {
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list .cell-item {
  line-height: 25px;
  font-size: 14px;
  color: #606876;
  margin-right: 24px;
  position: relative;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list .cell-item:hover {
  color: #084E9E;
  text-decoration: underline;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list .cell-item:first-child::before {
  display: none;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list .cell-item:last-child {
  margin-right: 0;
}
#home_body .molecular .molecular-content .right .category-list .category-item .cell-list .cell-item::before {
  content: '';
  width: 0;
  height: 16px;
  border-right: 1px solid #ccc;
  position: absolute;
  left: -13px;
  top: 2px;
}
#home_body .molecular .molecular-content .right .btn-more {
  background: #F7F9FC;
  border-radius: 12px;
  padding: 15px 22px;
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  font-size: 14px;
  color: #484E5B;
  cursor: pointer;
}
#home_body .molecular .molecular-content .right .btn-more:hover {
  color: #0038B0;
}
#home_body .molecular .molecular-content .right .btn-more .iconfont {
  font-size: 20px;
}
#home_body .news {
  margin-top: 48px;
  margin-bottom: 48px;
}
#home_body .news .title {
  height: 37px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
#home_body .news .title .title-name {
  background: url(/assets/images/web/index/icon-container-title.png) no-repeat left center;
  background-size: 8px auto;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #00226C;
  padding-left: 20px;
  margin-right: 20px;
}
#home_body .news .news-content {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
#home_body .news .news-content .left {
  width: 594px;
}
#home_body .news .news-content .left .news-swiper {
  width: 594px;
  height: 350px;
  border-radius: 14px;
  overflow: hidden;
}
#home_body .news .news-content .left .news-swiper .news-item {
  width: 594px;
  height: 350px;
  border: 1px solid #F7F9FC;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#home_body .news .news-content .left .news-swiper .news-item:hover .img {
  transform: scale(1.05);
}
#home_body .news .news-content .left .news-swiper .news-item .img {
  width: 594px;
  height: 350px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#home_body .news .news-content .left .news-swiper .news-item .img img {
  display: none;
}
#home_body .news .news-content .left .news-swiper .news-item .news-title {
  width: 100%;
  height: 68px;
  background: #F7F9FC;
  line-height: 68px;
  font-size: 18px;
  color: #484E5B;
  padding: 0 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home_body .news .news-content .left .news-swiper .swiper-pagination-bullets {
  width: 64px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  bottom: 12px;
  display: flex;
}
#home_body .news .news-content .left .news-swiper .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  margin: 0;
}
#home_body .news .news-content .left .news-swiper .swiper-pagination-bullet-active {
  opacity: 0.6;
}
#home_body .news .news-content .left .news-cards {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
#home_body .news .news-content .left .news-cards .news-item {
  width: 286px;
  background: #F7F9FC;
  border: 1px solid #F7F9FC;
  border-radius: 14px;
  padding-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
}
#home_body .news .news-content .left .news-cards .news-item:hover .news-img .img {
  transform: scale(1.05);
}
#home_body .news .news-content .left .news-cards .news-item:hover .news-title {
  color: #0071DF;
}
#home_body .news .news-content .left .news-cards .news-item .news-img {
  width: 286px;
  height: 168px;
  margin-bottom: 14px;
  overflow: hidden;
}
#home_body .news .news-content .left .news-cards .news-item .news-img .img {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#home_body .news .news-content .left .news-cards .news-item .news-img .img img {
  display: none;
}
#home_body .news .news-content .left .news-cards .news-item .news-title {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #484E5B;
  padding: 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home_body .news .news-content .right {
  width: 758px;
}
#home_body .news .news-content .right .news-group {
  margin-bottom: 32px;
}
#home_body .news .news-content .right .news-group:last-child {
  margin: 0;
}
#home_body .news .news-content .right .news-group .news-item {
  padding: 0 22px;
  margin-bottom: 22px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home_body .news .news-content .right .news-group .news-item:first-child {
  padding: 8px 22px;
  border-radius: 8px;
  background: #F7F9FC;
  margin-bottom: 12px;
}
#home_body .news .news-content .right .news-group .news-item:first-child a {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #2F3541;
}
#home_body .news .news-content .right .news-group .news-item:last-child {
  margin: 0;
}
#home_body .news .news-content .right .news-group .news-item:hover a,
#home_body .news .news-content .right .news-group .news-item:hover .news-time {
  color: #0038B0;
}
#home_body .news .news-content .right .news-group .news-item a {
  flex: 1;
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_body .news .news-content .right .news-group .news-item .news-time {
  line-height: 18px;
  width: 78px;
  font-size: 14px;
  font-weight: normal;
  color: #606876;
  margin-left: 10px;
}
#home_body .container-title {
  height: 54px;
  border-bottom: 1px solid #D1DDF0;
  position: relative;
  display: flex;
  align-items: flex-start;
}
#home_body .container-title .title-name {
  background: url(/assets/images/web/index/icon-container-title.png) no-repeat left center;
  background-size: 8px auto;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #00226C;
  padding-left: 20px;
  margin-right: 20px;
}
#home_body .container-title .tabs {
  background: #EEF2F6;
  display: flex;
  padding: 2px;
  gap: 0 24px;
  border-radius: 10px;
  margin-top: 3px;
}
#home_body .container-title .tabs .tab-item {
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
  padding: 6px 22px;
  border-radius: 8px;
  cursor: pointer;
}
#home_body .container-title .tabs .tab-item.active {
  background: #00226C;
  font-weight: bold;
  color: #fff;
}
#home_body .container-title .more {
  line-height: 32px;
  font-size: 16px;
  color: rgba(0, 34, 108, 0.7);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#home_body .container-title .more:hover {
  color: #0038B0;
}
#home_body .container-title .more .icon {
  margin-left: 2px;
  font-size: 18px;
}
#home_body .container-baike {
  margin-bottom: 48px;
}
#home_body .container-baike .container-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  padding-top: 32px;
}
#home_body .container-baike .container-content .card {
  width: 320px;
  border: 1px solid #F0F4F9;
  border-radius: 14px;
  overflow: hidden;
}
#home_body .container-baike .container-content .card-top {
  background: #F0F4F9;
  padding: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
}
#home_body .container-baike .container-content .card-top .icon {
  width: 28px;
  margin-right: 2px;
  vertical-align: bottom;
}
#home_body .container-baike .container-content .card-top .title {
  display: inline-block;
  vertical-align: bottom;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #2F3541;
}
#home_body .container-baike .container-content .card-top a {
  line-height: 28px;
  font-size: 14px;
  color: #7B818E;
  margin-left: auto;
}
#home_body .container-baike .container-content .card-top a .iconfont {
  font-size: 20px;
  float: right;
  cursor: pointer;
}
#home_body .container-baike .container-content .card-top a:hover {
  color: #0038B0;
}
#home_body .container-baike .container-content .card .card-img {
  width: 100%;
  background: #F0F4F9;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
#home_body .container-baike .container-content .card .card-img:hover .img img {
  transform: translateY(-50%) scale(1.05);
}
#home_body .container-baike .container-content .card .card-img:hover .text {
  color: #0038B0;
}
#home_body .container-baike .container-content .card .card-img .img {
  width: 100%;
  height: 172px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#home_body .container-baike .container-content .card .card-img .img img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#home_body .container-baike .container-content .card .card-img .text {
  width: 100%;
  height: 76px;
  background: #F7F9FC;
  line-height: 26px;
  font-size: 14px;
  color: #2F3541;
  padding: 12px 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home_body .container-baike .container-content .card .information-list {
  padding: 4px 22px 17px;
}
#home_body .container-baike .container-content .card .information-list .list-item {
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
  padding: 10px 0;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#home_body .container-baike .container-content .card .information-list .list-item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #DAE3F1;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
#home_body .container-baike .container-content .card .information-list .list-item:hover {
  color: #0038B0;
}
#home_body .container-zixun {
  margin-bottom: 80px;
}
#home_body .container-zixun .container-content {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
#home_body .container-zixun .container-content .left {
  width: 976px;
}
#home_body .container-zixun .container-content .left .news-content {
  display: none;
}
#home_body .container-zixun .container-content .left .news-content.active-content {
  display: block;
}
#home_body .container-zixun .container-content .left .news-content .news-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 40px;
}
#home_body .container-zixun .container-content .left .news-content .news-item:hover .img .img-bg {
  transform: scale(1.05);
}
#home_body .container-zixun .container-content .left .news-content .news-item:hover .news-detail .title {
  color: #0038B0;
}
#home_body .container-zixun .container-content .left .news-content .news-item .img {
  width: 200px;
  height: 126px;
  background: #F7F8FA;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#home_body .container-zixun .container-content .left .news-content .news-item .img .img-bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#home_body .container-zixun .container-content .left .news-content .news-item .img img {
  display: none;
}
#home_body .container-zixun .container-content .left .news-content .news-item .img .tag {
  height: 24px;
  background: #00226C;
  padding: 4px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
}
#home_body .container-zixun .container-content .left .news-content .news-item .img .tag.color-1 {
  background: linear-gradient(90deg, rgba(0, 112, 216, 0.79) 0%, rgba(2, 187, 227, 0.69) 100%);
}
#home_body .container-zixun .container-content .left .news-content .news-item .img .tag.color-2 {
  background: linear-gradient(90deg, rgba(20, 54, 232, 0.79) 0%, rgba(146, 95, 255, 0.69) 100%);
}
#home_body .container-zixun .container-content .left .news-content .news-item .img .tag .iconfont {
  font-size: 14px;
  margin-right: 4px;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #2F3541;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .desc {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #484E5B;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info {
  display: flex;
  font-size: 0;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item {
  line-height: 18px;
  font-size: 14px;
  color: #989CA4;
  margin-right: 32px;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item.author {
  padding-left: 18px;
  background: url(/assets/images/common/icon-author.png) no-repeat left center;
  background-size: 14px;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item.tag {
  flex: 1;
  background: url(/assets/images/common/icon-tag.png) no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
  margin-right: 0;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item.tag span {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #EDEEF2;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item.tag span:last-child {
  padding: 0;
  border: 0 none;
}
#home_body .container-zixun .container-content .left .news-content .news-item .news-detail .info .info-item.time {
  margin-left: auto;
  margin-right: 0;
}
#home_body .container-zixun .container-content .left .more {
  width: 100px;
  line-height: 21px;
  font-size: 16px;
  color: #8B919F;
  cursor: pointer;
  margin: 40px auto 0;
}
#home_body .container-zixun .container-content .left .more:hover {
  color: #0071DF;
}
#home_body .container-zixun .container-content .left .more .iconfont {
  margin-left: 5px;
}
#home_body .container-zixun .container-content .right {
  width: 342px;
}
#home_body .container-zixun .container-content .right .model {
  margin-bottom: 24px;
}
#home_body .container-zixun .container-content .right .model .component-card {
  border-color: #D1DDF0;
}
#home_body .images {
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
#home_body .images.m40 {
  margin-bottom: 40px;
}
#home_body .images img {
  width: 100%;
}
