.page-top {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
.page-top .page-top-wrapper {
  width: 1280px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #305e82;
  line-height: 22px;
}
.page-top .page-top-left {
  display: flex;
  align-items: center;
}
.page-top a + a {
  margin-left: 26px;
}
.page-top .page-top-right {
  display: flex;
  align-items: center;
}
.page-top .sep {
  margin: 0 10px;
}
.page-top .ml40 {
  margin-left: 40px;
}
.page-top .elder-btn {
  min-width: 50px;
  height: 26px;
  background: rgb(24, 166, 243);
  border-radius: 4px 4px 4px 4px;
  padding: 0 4px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
}

.page-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.w1340 {
  width: 1340px;
  margin: 0 auto;
  position: relative;
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-box {
  width: 600px;
  height: 79px;
  border: 2px solid #0068b7;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  z-index: 8;
}
.search-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px 12px 12px 12px;
  z-index: 1;
}
.search-box .search-input {
  position: relative;
  z-index: 3;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  padding: 0 14px;
}
.search-box .search-btns {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}
.search-box .search-btns .ai-btn {
  width: 79px;
  height: 32px;
  background: url(../img/ai-btn@2x.png) center no-repeat;
  background-size: contain;
  margin-left: 14px;
  cursor: pointer;
}
.search-box .search-btns .search-btn {
  width: 80px;
  height: 32px;
  background: url(../img/search-btn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.search-box .search-btns .search-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ss@2x.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.search-box .search-btns .voice-btn {
  width: 48px;
  height: 38px;
  background: url(../img/yy-icon.png) center no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 10px;
}
.search-box .search-btns .voice-btn:hover {
  background-image: url(../img/yy-icon_b.png);
}
.search-box .search-hint {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}
.search-box .search-hint .hint-item {
  line-height: 30px;
  font-size: 14px;
}

.page_01 .skip-btn {
  width: 100px;
  height: 32px;
  background: url(../img/skip.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 90px;
  right: 60px;
}
.page_01 .logo {
  color: #ffffff;
  min-height: 255px;
  text-align: center;
}
.page_01 .logo .gh-img {
  display: block;
  margin: 10px auto 0;
  width: 600px;
}
.page_01 .search-box {
  width: 708px;
  height: 92px;
  margin: 26px auto 0;
}
.page_01 .search-box .search-input {
  position: relative;
  z-index: 3;
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  padding: 0 14px;
}
.page_01 .search-box .search-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}
.page_01 .search-box .search-btns .ai-btn {
  width: 84px;
  height: 38px;
  background: url(../img/ai-btn@2x.png) center no-repeat;
  background-size: contain;
  margin-left: 14px;
}
.page_01 .search-box .search-btns .search-btn {
  width: 94px;
  height: 38px;
  background: url(../img/search-btn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-right: 8px;
}
.page_01 .search-box .search-btns .search-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ss@2x.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.page_01 .search-hot {
  width: 630px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}
.page_01 .search-hot .hot-word {
  height: 30px;
  background: rgba(39, 97, 144, 0.3);
  border-radius: 4px 4px 4px 4px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.page_01 .search-hot .hot-word + .hot-word {
  margin-left: 16px;
}
.page_01 .page-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_01 .page-footer .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.page_01 .page-footer .footer-wrapper {
  width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.page_01 .recommend-section {
  width: 376px;
  height: 144px;
  background: rgba(235, 247, 255, 0.7);
  border-radius: 12px;
  border: 2px solid #ffffff;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.page_01 .recommend-section.red-section {
  background: rgba(255, 239, 236, 0.7);
}
.page_01 .recommend-section.org-section {
  background: rgba(255, 246, 237, 0.7);
}
.page_01 .recommend-section .fresh-btn {
  width: 30px;
  height: 26px;
  background: url(../img/fresh@2x.png) #ffffff center no-repeat;
  background-size: 16px;
  border-radius: 12px 0px 12px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.page_01 .recommend-section .section-title {
  display: flex;
  align-items: center;
  padding: 18px 24px 0;
}
.page_01 .recommend-section .section-title .title-icon {
  width: 44px;
  height: 44px;
  display: block;
  margin-right: 4px;
}
.page_01 .recommend-section .section-title .title-wd {
  font-weight: 500;
  font-size: 21px;
  color: #333333;
  flex: 1;
}
.page_01 .recommend-section .section-title .title-arrow {
  width: 22px;
  height: 22px;
  display: block;
}
.page_01 .recommend-section .section-content {
  margin-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.page_01 .recommend-section .section-content .section-list {
  height: 51px;
  overflow: hidden;
}
.page_01 .recommend-section .section-content .section-list .section-item {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_01 .recommend-section .section-content .section-list .section-item .section-item_icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.page_01 .recommend-section.blue-section .section-list {
  display: flex;
  flex-wrap: wrap;
}
.page_01 .recommend-section.blue-section .section-list .section-item {
  width: 50%;
}
.page_01 .recommend-section.red-section .section-list {
  display: flex;
  flex-wrap: wrap;
}
.page_01 .recommend-section.red-section .section-list .section-item {
  width: 33.33%;
}
.page_01 .recommend-section.org-section .section-list .section-item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page_01 .recommend-section.org-section .section-list .section-item .tag {
  padding: 0 4px;
  height: 20px;
  background: rgba(254, 112, 43, 0.15);
  border-radius: 2px;
  text-align: center;
  height: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #fe702b;
  margin-right: 7px;
}
.page_01 .recommend-section.org-section .section-list .section-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_01 .footer-bottom {
  height: 135px;
  background: url(../img/bottom-1@2x.png) center bottom no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
}
.page_01 .footer-bottom .footer-bottom-nav {
  width: 1290px;
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
}
.page_01 .footer-bottom .footer-bottom-nav .nav-item {
  flex: 1;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_01 .footer-bottom .footer-bottom-nav .nav-item .nav-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_01 .footer-bottom .footer-bottom-nav .nav-item:hover::after {
  content: "";
  width: 235px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../img/nav-active.png) center no-repeat;
  background-size: 235px 50px;
}

.header {
  height: 224px;
  background: url(../img/header-bg.png) center top no-repeat, linear-gradient(to bottom, #BEDFFF 0%, #FFFFFF 100%);
  background-size: auto 100%;
}
.header .header-container {
  padding-top: 87px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
.header .header-container .logo {
  width: 402px;
  margin-right: 64px;
}
.header .header-container .logo img {
  display: block;
  width: 100%;
}
.header .header-container .search-box {
  margin-top: 6px;
}
.header .header-container .hot-words {
  margin-top: 9px;
  line-height: 22px;
  font-size: 16px;
  color: #006cc3;
  display: flex;
  align-items: center;
}
.header .header-container .hot-words .hot-word {
  cursor: pointer;
}
.header .header-container .hot-words .hot-word + .hot-word {
  margin-left: 12px;
}

.nav {
  width: 100%;
  height: 71px;
  background: #006cc3;
  box-shadow: inset 0px -9px 0px 0px rgba(0, 68, 141, 0.47);
}
.nav .nav-wrapper {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.nav .nav-wrapper .nav-item {
  height: 64px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
.nav .nav-wrapper .nav-item .nav-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.nav .nav-wrapper .nav-item.active, .nav .nav-wrapper .nav-item:hover {
  background: #0082e1;
}

.homePage {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.homePage .h_title_box {
  padding-top: 28px;
  text-align: center;
  position: relative;
}
.homePage .h_title_box .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #006CC3;
  font-size: 16px;
  line-height: 28px;
}
.homePage .h_title_box .h_title1 {
  font-size: 40px;
  color: #006cc3;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
}
.homePage .h_title_box .h_title2 {
  margin-top: 7px;
  font-weight: 400;
  font-size: 20px;
  color: #777777;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homePage .homePage_title {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  text-align: left;
  display: flex;
  align-items: center;
}
.homePage .homePage_title::before {
  content: "";
  width: 5px;
  height: 22px;
  background: #006cc3;
  border-radius: 0px 0px 0px 0px;
  margin-right: 10px;
}
.homePage .homePage_title .wd {
  flex: 1;
}
.homePage .homePage_title .homePage_title-right {
  align-self: flex-end;
  display: flex;
  align-items: center;
}
.homePage .homePage_title .more {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  cursor: pointer;
}
.homePage .section01 {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.homePage .section01 .banner-news {
  width: 660px;
  height: 420px;
}
.homePage .section01 .banner-news .swiper-slide img {
  width: 660px;
  height: 420px;
}
.homePage .section01 .banner-news .swiper-slide .title {
  color: #ffffff;
  padding: 15px 18px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-sizing: border-box;
}
.homePage .section01 .banner-news .banner-page {
  bottom: 20px;
  text-align: right;
  height: 8px;
  line-height: 0;
}
.homePage .section01 .banner-news .banner-page .my-bullet {
  width: 20px;
  height: 6px;
  opacity: 0.35;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
.homePage .section01 .banner-news .banner-page .my-bullet:last-of-type {
  margin-right: 20px;
}
.homePage .section01 .banner-news .banner-page .my-bullet.my-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.homePage .section01 .tab-news {
  width: 588px;
}
.homePage .section01 .tab-news .tabs {
  display: flex;
  height: 48px;
}
.homePage .section01 .tab-news .tabs .tab-item {
  font-family: "outter-fonts";
  flex: 1;
  text-align: center;
  position: relative;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  background-color: #edeff2;
  cursor: pointer;
}
.homePage .section01 .tab-news .tabs .tab-item::after {
  content: " ";
  width: 2px;
  height: 20px;
  background: #d8d8d8;
  opacity: 0.73;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.homePage .section01 .tab-news .tabs .tab-item.active {
  color: #fff;
  background-color: #006cc3;
}
.homePage .section01 .tab-news .tabs .tab-item.active::after {
  display: none;
}
.homePage .section01 .tab-news .tabs .tab-item:nth-last-child(1)::after {
  display: none;
}
.homePage .section01 .tab-news .news-list {
  height: 282px;
}
.homePage .section01 .tab-news .news-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 19px;
}
.homePage .section01 .tab-news .news-item .title {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homePage .section01 .tab-news .news-item .time {
  width: 108px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 24px;
  text-align: left;
  margin-left: 13px;
}
.homePage .section01 .tab-news .tabs02 {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.homePage .section01 .tab-news .tabs02 .tab02-item {
  font-family: "outter-fonts";
  flex: 1;
  min-width: 0;
  height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .section01 .tab-news .tabs02 .tab02-item::before {
  content: "";
  display: inline-block;
  padding-top: 18px;
  padding-left: 12px;
  line-height: 0;
  background: url("../img/tab-icon.png") 0 0 no-repeat;
  background-size: 12px 18px;
  margin-right: 8px;
}
.homePage .section01 .tab-news .tabs02 .tab02-item.active, .homePage .section01 .tab-news .tabs02 .tab02-item:hover {
  color: #006cc3;
}
.homePage .section01 .section01_float_tab_box {
  position: absolute;
  top: 0;
  left: -57px;
  width: 47px;
  height: 358px;
}
.homePage .section01 .section01_float_tab_box .section01_float_tab {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homePage .section01 .section01_float_tab_box .section01_float_tab_box_t {
  width: 47px;
  height: 190px;
  background-image: url(../img/bg-up.png);
  background-size: 47px 190px;
  cursor: pointer;
}
.homePage .section01 .section01_float_tab_box .section01_float_tab_box_b {
  width: 47px;
  height: 190px;
  background-size: 47px 190px;
  background-image: url(../img/bg-down.png);
  cursor: pointer;
}
.homePage .section01 .section01_float_tab_box img {
  width: 20px;
  height: 20px;
  margin-top: 36px;
  margin-bottom: 12px;
}
.homePage .section01 .section01_float_tab_box .h_tab_con p {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  letter-spacing: 4px;
}
.homePage .section01 .section01_float_main {
  background-color: #fff;
  display: none;
  width: 380px;
  height: 510px;
  box-sizing: border-box;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  border: 1px solid #c6d7e8;
  box-shadow: 0px 0px 22px 0px rgba(0, 87, 178, 0.12);
  padding: 0 24px;
  box-sizing: border-box;
}
.homePage .section01 .section01_float_main .float_main_title_box {
  padding: 0 24px;
  margin-left: -24px;
  width: 379px;
  height: 52px;
  background: #006cc3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homePage .section01 .section01_float_main .float_main_title_box .float_main_title {
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  box-sizing: border-box;
}
.homePage .section01 .section01_float_main .float_main_title_box > img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.homePage .section01 .section01_float_main .float_main_con_title {
  margin-top: 18px;
  display: flex;
  border-bottom: 1px solid #eee;
}
.homePage .section01 .section01_float_main .float_main_con_title > div {
  font-weight: normal;
  font-size: 20px;
  color: #666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-right: 13px;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}
.homePage .section01 .section01_float_main .float_main_con_title .active {
  color: #333;
}
.homePage .section01 .section01_float_main .float_main_con_title .active::before {
  content: " ";
  width: 40px;
  height: 2px;
  background: #006cc3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homePage .section01 .section01_float_main .float_main_section1 {
  margin-top: 10px;
}
.homePage .section01 .section01_float_main .float_main_section1 ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.homePage .section01 .section01_float_main .float_main_section1 ul li {
  width: 45%;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.homePage .section01 .section01_float_main .float_main_section1 ul li::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
}
.homePage .section01 .section01_float_main .float_main_section2 {
  margin-top: 10px;
}
.homePage .section01 .section01_float_main .float_main_section2 ul {
  width: 100%;
}
.homePage .section01 .section01_float_main .float_main_section2 ul li {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  margin-bottom: 6px;
}
.homePage .section01 .section01_float_main .float_main_section2 ul li::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
}
.homePage .section02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 36px;
  padding-bottom: 33px;
}
.homePage .section02 .section02_box01 {
  width: 406px;
  height: 384px;
  background: rgba(230, 240, 246, 0.5);
  padding: 20px 24px 0;
}
.homePage .section02 .section02_box02 {
  width: 861px;
  height: 384px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  padding: 20px 16px 0;
}
.homePage .section02 .section02_list01 {
  margin-top: 10px;
}
.homePage .section02 .section02_list01 .section02_list-item {
  padding: 14px 0 14px 13px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 77px;
}
.homePage .section02 .section02_list01 .section02_list-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 108, 195, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
}
.homePage .section02 .section02_list01 .section02_list-item:last-child {
  border-bottom: none;
}
.homePage .section02 .section02_list01 .section02_list-item a {
  margin-right: 5px;
}
.homePage .section02 .section02_list01 .section02_list-item .time {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  white-space: nowrap;
}
.homePage .section02 .section02_list02 {
  margin-top: 14px;
  height: 304px;
  overflow: hidden;
}
.homePage .section02 .section02_list02 .section02_list02_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.homePage .section02 .section02_list02 .section02_list02-item {
  width: 269px;
  height: 167px;
  position: relative;
  margin-bottom: 12px;
  margin-right: 8px;
  flex-shrink: 0;
}
.homePage .section02 .section02_list02 .section02_list02-item:nth-child(3n) {
  margin-right: 0;
}
.homePage .section02 .section02_list02 .section02_list02-item .item-img {
  width: 100%;
  height: 100%;
  display: block;
}
.homePage .section02 .section02_list02 .section02_list02-item .item-title {
  width: 268px;
  height: 62px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 29px 14px 0;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homePage .page-section {
  background-color: #c8e6fe;
  padding: 40px 0 48px;
}
.homePage .page-section .page-section-title {
  height: 88px;
  margin: 0 auto;
  display: block;
}
.homePage .pageSection02 {
  background: url(../img/section-bg01.png) center bottom no-repeat;
  background-size: 1920px auto;
}
.homePage .pageSection02_box {
  background: #ffffff;
  border-radius: 8px;
  padding: 0 30px 30px;
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
.homePage .pageSection02_box .pageSection02_box-left {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-right: 30px;
}
.homePage .pageSection02_box .pageSection02_box-right {
  width: 406px;
  padding-top: 35px;
  flex-shrink: 0;
}
.homePage .section03 .section03_tabbar {
  height: 79px;
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #d8d8d8;
  position: relative;
}
.homePage .section03 .section03_tabbar .ai_img {
  height: 70px;
  display: block;
  margin-left: 25px;
}
.homePage .section03 .section03_tabbar .ai_img img {
  height: 60px;
}
.homePage .section03 .section03_tabbar .ai_img a {
  height: 60px;
  display: block;
}
.homePage .section03 .section03_tabbar .section03_tab-item {
  height: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  color: #333333;
  border-bottom: solid 4px transparent;
  cursor: pointer;
}
.homePage .section03 .section03_tabbar .section03_tab-item.active {
  color: #006cc3;
  border-color: #006cc3;
}
.homePage .section03 .section03_tabbar .section03_tab-item + .section03_tab-item {
  margin-left: 17px;
}
.homePage .section03 .section03_tabbar .more {
  display: block;
  position: absolute;
  top: 44px;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  cursor: pointer;
}
.homePage .section03 .section03_list {
  height: 258px;
  margin-top: 10px;
}
.homePage .section03 .section03_list .section03_list-item {
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 19px;
  position: relative;
}
.homePage .section03 .section03_list .section03_list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dcdcdc;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 3px;
}
.homePage .section03 .section03_list .section03_list-item .wd {
  flex: 1;
  min-width: 0;
  margin-right: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homePage .section03 .section03_list .section03_list-item .time {
  width: 110px;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.homePage .section04 {
  margin-top: 8px;
}
.homePage .section04 .section04_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}
.homePage .section04 .section04_list .section04_list-item {
  margin-top: 11px;
  margin-left: 12px;
  background: #eff2f3;
  border: 1px solid #ffffff;
  width: 273px;
  height: 56px;
}
.homePage .section04 .section04_list .section04_list-item a {
  width: 273px;
  height: 56px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #333333;
}
.homePage .section04 .section04_list .section04_list-item a:hover {
  background-color: #e4f3ff;
  color: #006cc3;
}
.homePage .section04 .section04_list .section04_list-item .icon {
  width: 56px;
  height: 56px;
}
.homePage .section04 .section04_list .section04_list-item .wd {
  font-size: 18px;
  line-height: 25px;
}
.homePage .section05 {
  width: 406px;
  height: 336px;
  background: url(../img/h_bg_03.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 0;
}
.homePage .section05 .search_title {
  width: 326px;
  height: 34px;
  display: block;
  margin-bottom: 19px;
}
.homePage .section05 .search-item {
  width: 366px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
}
.homePage .section05 .search-item + .search-item {
  margin-top: 10px;
}
.homePage .section05 .search-item .line {
  width: 1px;
  height: 36px;
  background: rgba(216, 216, 216, 0.3);
}
.homePage .section05 .search-item .item-title {
  width: 83px;
  line-height: 44px;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.homePage .section05 .search-item .item-title.hasSelect {
  padding-left: 14px;
}
.homePage .section05 .search-item .item-content {
  flex: 1;
  padding-left: 14px;
}
.homePage .section05 .search-item .hasSelect {
  position: relative;
}
.homePage .section05 .search-item .hasSelect:after {
  content: "";
  width: 10px;
  height: 5px;
  display: block;
  background: url(../img/h_triangle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.homePage .section05 .search-item select {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
}
.homePage .section05 .search-item input {
  width: 100%;
  height: 44px;
}
.homePage .section05 .search-item .chooseWd {
  height: 44px;
  width: 100%;
  line-height: 44px;
  color: #000000;
  text-align: left;
}
.homePage .section05 .h_search_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  width: 100%;
}
.homePage .section05 .h_search_btns .search_btn {
  width: 175px;
  height: 44px;
  background: #006cc3;
  box-shadow: 0px 5px 0px 0px rgba(0, 73, 159, 0.92);
  border-radius: 8px;
  line-height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.homePage .section05 .h_search_btns .search_btn:hover {
  background: #4491d1;
  box-shadow: 0px 5px 0px 0px rgba(28, 94, 171, 0.92);
}
.homePage .section05 .h_search_btns .search_btn .icon-ss {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/ss@2x.png) center no-repeat;
  background-size: 20px 20px;
}
.homePage .section06 {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.homePage .section06 .item {
  width: 196px;
  height: 104px;
  background: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.homePage .section06 .item.item_bg_01 {
  background-image: url(../img/h_bg_05.png);
}
.homePage .section06 .item.item_bg_02 {
  background-image: url(../img/h_bg_06.png);
}
.homePage .section06 .item:hover {
  background-size: 105% 105%;
}
.homePage .section06 .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.homePage .section06 .item .icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 6px;
}
.homePage .section06 .item .wd {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.homePage .pageSection03 {
  background: url(../img/section-bg02.png) center bottom no-repeat;
  background-size: 1920px auto;
  padding-top: 47px;
  padding-bottom: 39px;
}
.homePage .pageSection03 .pageSection03_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
}
.homePage .pageSection03 .pageSection03_box .pageSection03_box-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homePage .section07 {
  width: 1001px;
}
.homePage .section07 .section07_box {
  margin-top: 11px;
}
.homePage .section07 .section07_box .section07_box-item {
  width: 325px;
  height: 213px;
  background: #f5f5f5;
  margin-bottom: 17px;
  position: relative;
  padding: 14px 12px;
  display: flex;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_left {
  width: 120px;
  height: 185px;
  background: linear-gradient(180deg, rgba(115, 194, 248, 0.84) 0%, rgba(232, 245, 254, 0.84) 100%);
  border-radius: 8px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_left .item_left-icon {
  width: 60px;
  height: 60px;
  display: block;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_left .item_left-title {
  margin-top: 9px;
  height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding: 0 10px;
  text-align: center;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_right {
  margin-left: 8px;
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_right .item_right-item {
  width: 173px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #3f5669;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_right .item_right-item + .item_right-item {
  margin-top: 4px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover {
  padding: 14px 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 325px;
  height: 440px;
  background: #f5f5f5;
  display: none;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover.bottom_left {
  top: unset;
  bottom: 0;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-container {
  width: 301px;
  height: 414px;
  background: linear-gradient(180deg, rgba(0, 141, 255, 0.84) 0%, rgba(0, 92, 209, 0.84) 100%);
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 19px 0;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-title .item_hover-title_icon {
  width: 44px;
  height: 44px;
  margin-right: 3px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-list {
  padding-top: 5px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-list .item_hover-list_item {
  display: flex;
  align-items: center;
  margin-top: 4px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-list .item_hover-list_item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-list .item_hover-list_item .icon-new {
  width: 33px;
  height: 18px;
  background: url(../img/icon_new.png) center no-repeat;
  background-size: 33px 18px;
  display: block;
  margin-left: 7px;
}
.homePage .section07 .section07_box .section07_box-item .section07_box-item_hover .item_hover-list .item_hover-list_item a:hover {
  color: #fff;
}
.homePage .section07 .section07_box .section07_box-item:hover .section07_box-item_hover {
  display: block;
}
.homePage .section07 .section07_box-page_prev,
.homePage .section07 .section07_box-page_next {
  width: 30px;
  height: 30px;
  background: center no-repeat;
  background-size: 30px 30px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  cursor: pointer;
}
.homePage .section07 .section07_box-page_prev.swiper-button-disabled,
.homePage .section07 .section07_box-page_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.homePage .section07 .section07_box-page_prev {
  background-image: url(../img/blue-arrow-l.png);
}
.homePage .section07 .section07_box-page_next {
  background-image: url(../img/blue-arrow-r.png);
  margin-left: 6px;
}
.homePage .section08 {
  width: 266px;
}
.homePage .section08 .section08_box {
  margin-top: 11px;
}
.homePage .section08 .section08_box .section08_box-item {
  width: 266px;
  height: 100px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-left: 4px solid transparent;
  background: top left no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.homePage .section08 .section08_box .section08_box-item + .section08_box-item {
  margin-top: 12px;
}
.homePage .section08 .section08_box .section08_box-item.bg-purple {
  background-image: url(../img/bg_purple.png);
  border-color: #9f82fd;
}
.homePage .section08 .section08_box .section08_box-item.bg-blue01 {
  background-image: url(../img/bg_blue01.png);
  border-color: #1793f8;
}
.homePage .section08 .section08_box .section08_box-item.bg-blue02 {
  background-image: url(../img/bg_blue02.png);
  border-color: #00bff9;
}
.homePage .section08 .section08_box .section08_box-item.bg-green {
  background-image: url(../img/bg_green.png);
  border-color: #0eddcb;
}
.homePage .section08 .section08_box .section08_box-item:hover {
  margin-left: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.homePage .section08 .section08_box .section08_box-item .section08_box-item_icon {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.homePage .section08 .section08_box .section08_box-item .section08_box-item_wd {
  font-weight: 500;
  font-size: 22px;
  color: #222222;
}
.homePage .section09 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homePage .section09 .section09-item {
  transition: all 0.3s;
  overflow: hidden;
  width: 248px;
  height: 140px;
  border-radius: 8px;
  transition: all 0.3s;
}
.homePage .section09 .section09-item img {
  height: 140px;
  display: block;
  transition: all 0.3s;
}
.homePage .section09 .section09-item:hover {
  margin-top: -8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.homePage .section09 .section09-item:hover img {
  transform: scale(1.05);
  transform-origin: center center;
}
.homePage .slide-img {
  width: 1280px;
  margin-top: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
.homePage .slide-img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.homePage .slide-img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.homePage .slide-img:hover img {
  transform: scale(1.01);
  transform-origin: center center;
}
.homePage .pageSection04 {
  background: url(../img/section-bg03.png) center bottom no-repeat;
  background-size: 1920px auto;
  padding-bottom: 40px;
}
.homePage .pageSection04 .pageSection04_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.homePage .pageSection04 .pageSection04_box .pageSection04_box-left {
  width: 844px;
}
.homePage .pageSection04 .pageSection04_box .pageSection04_box-right {
  width: 406px;
}
.homePage .pageSection04 .pageSection04_box .pageSection04_box-left-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homePage .section10 {
  width: 406px;
}
.homePage .section10 .imgBox {
  margin-top: 21px;
  overflow: hidden;
}
.homePage .section10 .imgBox img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.homePage .section10 .imgBox img:hover {
  transform: scale(1.05);
  transform-origin: center center;
}
.homePage .section11 {
  width: 414px;
}
.homePage .section11 .section11-list .section11-list-item {
  margin-top: 16px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homePage .section12 {
  margin-top: 25px;
}
.homePage .section12 .section12-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -12px;
}
.homePage .section12 .section12-list .section12-list-item {
  width: 415px;
  height: 79px;
  background: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.3);
  padding: 16px 10px 15px 78px;
  background: url(../img/icon-docstmap.png) 15px center no-repeat;
  background-size: 48px 48px;
  margin-top: 12px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.homePage .section12 .section12-list .section12-list-item .wd {
  width: 327px;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.homePage .section12 .section12-list .section12-list-item .tag-group {
  position: absolute;
  top: -4px;
  right: 0;
  display: flex;
}
.homePage .section12 .section12-list .section12-list-item .tag-group img {
  height: 16px;
  display: block;
  margin-left: 4px;
}
.homePage .section12 .section12-list .section12-list-item .tag-group .tag {
  background: #dbbc85;
  height: 16px;
  line-height: 16px;
  color: #fff;
  padding: 0 7px;
  border-radius: 2px;
}
.homePage .section12 .section12-list .section12-list-item .tag-group .tag span {
  font-size: 12px;
  transform: scale(0.85);
}
.homePage .section12 .section12-list .section12-list-item .tag-group .tag + .tag {
  margin-left: 4px;
}
.homePage .section12 .section12-list .section12-list-item .tag-group .tag.blue-tag {
  background: #006cc3;
}
.homePage .section13 .section13-news {
  margin-top: 9px;
}
.homePage .section13 .section13-news .section13-news_cover {
  height: 229px;
  overflow: hidden;
}
.homePage .section13 .section13-news .section13-news_cover img {
  width: 100%;
  height: 229px;
  display: block;
  transition: all 0.3s;
}
.homePage .section13 .section13-news .section13-news_cover img:hover {
  transform: scale(1.05);
  transform-origin: center center;
}
.homePage .section13 .section13-news .section13-news_title {
  height: 77px;
  background: rgba(216, 216, 216, 0.27);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding: 12px 18px 0;
}
.homePage .section14 {
  margin-top: 15px;
  height: 192px;
  background: linear-gradient(180deg, #e8f6ff 0%, #cceaff 100%);
  padding: 22px 12px 0;
}
.homePage .section14 .section14-title {
  width: 318px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.homePage .section14 .section14-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 13px;
}
.homePage .section14 .section14-container .section14-item {
  width: 187px;
  height: 109px;
  background: url(../img/h_img_07.png) right bottom no-repeat, linear-gradient(180deg, #ddedff 0%, #ffffff 100%);
  background-size: 57px 70px, 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.84);
  padding-left: 13px;
  padding-top: 18px;
}
.homePage .section14 .section14-container .section14-item.section14-item1 {
  background: url(../img/h_img_08.png) right bottom no-repeat, linear-gradient(180deg, #ddedff 0%, #ffffff 100%);
  background-size: 57px 70px, 100% 100%;
}
.homePage .section14 .section14-container .section14-item .section14-item_title {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
.homePage .section14 .section14-container .section14-item .section14-item_num {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 31px;
}/*# sourceMappingURL=index.css.map */