* {
  box-sizing: border-box;
  font-family: 'Source Han Sans CN', sans-serif;
}

[v-cloak] {
  display: none;
}

@font-face {
  font-family: 'D-DIN-Bold';
  src: url('./fonts/D-DIN-Bold/D-DIN-Bold.eot') format('embedded-opentype'),
    url('./fonts/D-DIN-Bold/D-DIN-Bold.ttf') format('truetype'),
    url('./fonts/D-DIN-Bold/D-DIN-Bold.woff') format('woff');
}

@font-face {
  font-family: 'OPPOSans-B';
  src: url('./fonts/OPPOSans-B/OPPOSans-B.eot') format('embedded-opentype'),
    url('./fonts/OPPOSans-B/OPPOSans-B.ttf') format('truetype'),
    url('./fonts/OPPOSans-B/OPPOSans-B.woff') format('woff');
}

@font-face {
  font-family: 'lixu';
  src: url('./fonts/lixu.ttf') format('truetype');
}

@font-face {
  font-family: 'Alimama_ShuHeiTi_Bold';
  src: url('./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf') format('truetype');
}
#loginname{
  color:#fff;
}
.section {
  /* transition: background 0.5s ease-in-out;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  height: 100vh !important;
  padding-top: 30px;
  position: relative;
}

.section > .section_ul {
  position: absolute;
  margin: 0;
  top: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
}

.section > .section_ul > li:nth-child(1) {
  background-image: url(../images/img1.png);
}

.section > .section_ul > li:nth-child(2) {
  background-image: url(../images/img2.png);
}

.section > .section_ul > li:nth-child(3) {
  background-image: url(../images/img3.png);
}

.section > .section_ul > li:nth-child(4) {
  background-image: url(../images/img4.png);
}

.section > .section_ul > li:nth-child(5) {
  background-image: url(../images/img5.png);
}

.section > .section_ul > li {
  transition: all 0.5s ease-in-out;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: none;
  width: 100%;
  min-width: 1100px;
  height: 100%;
}

.z-index10 {
  z-index: 10;
}

.header-container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container .logo_div {
  position: relative;
  margin-right: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-right: 28px;
  gap: 14px;
}

.header-container .logo_div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4196078431);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-container .logo_div img {
  width: 57px;
  height: 57px;
}

.header-container .logo_div h2 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 4px;
}

.header-container .logo_div p {
  font-size: 14px;
  letter-spacing: 3px;
}

.header-container .left {
  display: flex;
  align-items: center;
}

.header-container .href_link {
  display: flex;
  align-items: center;
}

.header-container .href_link>a {
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
}

.header-container .href_link>a+a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-container .href_link .login_div {
  border: 1px solid #ffffff;
  border-radius: 90px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0px 7px;
}

.header-container .href_link .login_div>a {
  color: #fff;
  padding: 0px 12px;
}

.header-container .href_link .login_div>a:first-child {
  position: relative;
}

.header-container .href_link .login_div>a:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #fff;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-list {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 23px;
}

.nav-list li {
  line-height: 30px;
}

.nav-list li+li {
  margin-left: 60.75px;
}

.nav-list li a {
  font-size: 20px;
  color: #fff;
  padding-bottom: 12px;
}

.nav-list .active {
  font-weight: 700;
  border-bottom: 3px solid #fff;
}

.search_div {
  text-align: center;
  color: #fff;
  margin-top: 115px;
}

.search_div .title_div {
  margin-bottom: 42px;
}

.search_div .title_div span:first-child {
  font-size: 44px;
  padding-right: 33px;
  border-right: 1px solid #fff;
}

.search_div .title_div span:last-child {
  font-size: 50px;
  margin-left: 30px;
  font-family: "lixu";
}

.search_div .inputsearch {
  width: 735px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.search_div .inputsearch #searchInput {
  flex: 1;
  border: unset;
  border-radius: 4px 0px 0px 4px;
  text-indent: 20px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.search_div .inputsearch .search-btn {
  border-radius: 0px 4px 4px 0px;
  width: 119px;
  height: 62px;
  line-height: 62px;
  background: linear-gradient(180deg, #2bbeaa 0%, #0d9b88 100%);
  font-size: 20px;
  color: #fff;
}

.search_div .hotwords_div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 16px;
  width: 735px;
  padding-left: 20px;
}

.search_div .hotwords_div .title {
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3490196078);
}

.search_div .hotwords_div .hotword {
  cursor: pointer;
  display: inline-block;
  width: 84px;
  background: rgba(255, 255, 255, 0.2509803922);
  height: 32px;
  line-height: 32px;
  backdrop-filter: blur(1px);
  font-size: 14px;
  margin-left: 8px;
  border-radius: 3px;
}

.search_div .hotwords_div .hotword:hover {
  background: linear-gradient(180deg, #69a2eb 0%, #2969b2 100%);
}

.flex {
  display: flex;
}

.section_bottom {
  padding-top: 16px;
  background: rgba(3, 10, 31, 0.6);
  backdrop-filter: blur(4.6999998093px);
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section_bottom .bottom {
  position: relative;
}

.section_bottom .tab-list {
  margin-right: 126px;
}

.section_bottom .tab-list li {
  width: 150px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 19px;
}

.section_bottom .tab-list .active {
  background: linear-gradient(270deg, #2868b1 0.26%, #69a2eb 99.74%);
  height: 40px;
  line-height: 40px;
  position: relative;
}

.section_bottom .tab-list .active::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/img_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.section_bottom .tab-right {
  height: 145px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
}

.section_bottom .tab-right li {
  font-size: 16px;
  color: #fff;
  padding-left: 32px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_bottom .tab-right li:hover {
  background: rgba(217, 217, 217, 0.1490196078);
  border-radius: 4px;
}

.section_bottom .tab-right li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.section_bottom .bg_person {
  width: 100%;
  height: 100%;
  background: url(../images/bg_person.png) no-repeat center center;
  background-size: 100% 100%;
  width: 323px;
  height: 200px;
  position: absolute;
  top: -36px;
  right: 0px;
}

.section_bottom .bg_person .person_info {
  margin-left: 92px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.section_bottom .bg_person .person_info img {
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.section_bottom .bg_person .todolist {
  margin-top: 25px;
  margin-left: 94px;
  display: flex;
}

.section_bottom .bg_person .todolist .item:first-child {
  padding-right: 34px;
  position: relative;
}

.section_bottom .bg_person .todolist .item:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2196078431);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.section_bottom .bg_person .todolist .item:last-child {
  margin-left: 34px;
}

.section_bottom .bg_person .todolist .num {
  font-size: 14px;
  color: #aed4ff;
}

.section_bottom .bg_person .todolist .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 5px;
}

.section_bottom .bg_person .todolist em {
  margin-right: 5px;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.notive_div {
  margin-top: 40px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #f2f6ff;
  padding: 14px 20px;
  padding-left: 15px;
  height: 70px;
  overflow: hidden;
}

.notive_div .notice {
  flex-shrink: 0;
  margin-right: 25px;
  width: 52px;
  height: 52px;
  background: url("../images/bg_notice.png") no-repeat center center;
}

.notive_div #listcroll {
  position: relative;
  line-height: 24px;
  padding-left: 17px;
  height: 42px;
  overflow: hidden;
}

.notive_div #listcroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #d9dde7;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.notive_div #listcroll .newinfolist {
  display: flex;
  flex-wrap: wrap;
  width: 1000px !important;
}

.notive_div #listcroll .newinfolist li {
  width: calc(50% - 20px);
  height: 42px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.notive_div #listcroll .newinfolist li:nth-child(2n) {
  margin-left: 20px;
}

.notive_div #listcroll .newinfolist li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  border: 1px solid #2868b1;
}

.notive_div #listcroll .newinfolist li .title {
  width: 70%;
  color: #242424;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notive_div #listcroll .newinfolist li .date {
  color: #333333;
}

.notive_div .more {
  /* margin-left: 245px; */
  /* left: 200px; */
  flex-shrink: 0;
  font-size: 16px;
  color: #2868b1;
}

.efficiency_monitoring {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
}

.efficiency_monitoring .left {
  background: url("../images/bg_gx.png") no-repeat center center;
  background-size: 100% 100%;
  height: 327px;
  width: 41.25%;
  padding: 30px;
  padding-left: 38px;
}

.efficiency_monitoring .left .title_div {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.efficiency_monitoring .left .title_div .title {
  letter-spacing: 3px;
  width: fit-content;
  font-family: "Alimama_ShuHeiTi_Bold";
  font-size: 32px;
  background: linear-gradient(180deg, #ffffff 50.43%, #c8e2ff 84.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.efficiency_monitoring .left .title_div .more {
  text-align: center;
  font-size: 14px;
  color: #2868b1;
  border-radius: 96px;
  width: 63px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(180deg, #b3d1f3 23.44%, #ffffff 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(14, 36, 49, 0.0196078431);
}

.efficiency_monitoring .left .sec_title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.2px;
  width: fit-content;
}

.efficiency_monitoring .left ul {
  margin-top: 23px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.efficiency_monitoring .left ul li {
  cursor: pointer;
  width: calc(50% - 5px);
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  line-height: 47px;
  color: #333333;
  font-size: 14px;
  padding-left: 28px;
  position: relative;
  background: linear-gradient(180deg, #dae7fd 0%, #ffffff 62.82%);
  white-space: nowrap;
}

.efficiency_monitoring .left ul li:hover {
  color: #2868b1;
  font-weight: 700;
}

.efficiency_monitoring .left ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  border-radius: 50%;
  border: 1px solid #2868b1;
}

.swiper-wrap {
  position: relative;
}

.swiper-wrap .swiper-pagination {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-wrap .swiper-pagination-bullet-active {
  width: 21px;
  border-radius: 90px;
}

.swiper-wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}

.swiper-wrap .service-list li {
  height: 153px;
  width: calc((100% - 42px) / 3);
}

.swiper-wrap .service-list li .icon {
  height: 112px;
  background: url("../images/gximg1.png") no-repeat center center;
}

.swiper-wrap .service-list li p {
  height: 41px;
  line-height: 41px;
  background: #f5f9ff;
  text-align: center;
  color: #333333;
  font-size: 16px;
}

.service_div {
  background: url("../images/bg_service.png") no-repeat center center;
  background-size: 100% 100%;
  height: auto;
  padding-top: 53px;
  padding-bottom: 60px;
}

.service_div .service_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_div .service_tab a {
  font-size: 16px;
  color: #666666;
}

.service_div .tab_div {
  color: #333;
  display: flex;
  font-size: 32px;
  gap: 59px;
}

.service_div .tab_div span {
  cursor: pointer;
}

.service_div .tab_div .active {
  font-weight: 700;
  position: relative;
}

.service_div .tab_div .active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: #2868b1;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.service_div .second_tab {
  display: flex;
  gap: 21px;
  margin-top: 46px;
}

.service_div .second_tab p {
  cursor: pointer;
  flex: 1;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  background: #fff;
  border-radius: 4px;
}

.service_div .second_tab .active {
  color: #2868b1;
  font-weight: 700;
  height: 64px;
  font-size: 20px;
  background: url("../images/bg_tab.png");
}

.service_div .comlist {
  display: flex;
  flex-wrap: wrap;
}

.service_div .comlist>li {
  overflow:hidden;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  margin-right: 21px;
  margin-top: 18px;
  color: #333333;
  font-size: 14px;
  padding: 24px;
  background: #ffffff;
  height: 148px;
  border-radius: 4px;
  width: calc((100% - 63px) / 4);
  display: flex;
}

.service_div .comlist>li:hover {
  border: 1px solid #2868b1;
}

.service_div .comlist>li:nth-child(4n) {
  margin-right: 0;
}

.service_div .comlist>li .iconitem {
  margin-right: 19px;
  text-align: center;
   flex-shrink: 0;
}

.service_div .comlist>li .iconitem img {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}

.service_div .comlist>li .iconitem p {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.service_div .comlist>li .tasklist {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service_div .comlist>li .tasklist li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.service_div .comlist>li .tasklist li:hover {
  color: #2868b1;
}

.service_div .onelist {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service_div .onelist li {
  border-radius: 4px;
  width: calc((100% - 40px) / 3);
  background: #ffffff;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
  font-size: 16px;
}

.service_div .onelist li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-radius: 50%;
  border: 1px solid #2868b1;
}

.service_div .onelist li:hover {
  color: #2868b1;
}

.service_div .phone_div {
  margin-top: 20px;
  width: 100%;
}

.service_div .phone_div .item {
  width: 100%;
  border-radius: 4px;
  display: flex;
}

.service_div .phone_div .item:nth-child(2) {
  margin-top: 20px;
}

.service_div .phone_div .item ul {
  padding: 18px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.service_div .phone_div .item ul li {
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 29px;
  width: 16.6666666667%;
}

.service_div .phone_div .item ul li:hover {
  background: #f5f9ff;
}

.service_div .phone_div .item ul li .phone {
  color: #2868b1;
  font-size: 16px;
  font-family: "OPPOSans-B";
  line-height: 21px;
}

.service_div .phone_div .item ul li p {
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service_div .phone_div .item .title {
  border-radius: 4px 0px 0px 4px;
  height: 148px;
  width: 126px;
  background: linear-gradient(180deg, #5d91cc 0%, #2868b1 100%);
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.service_div .travel_div {
  margin-top: 20px;
}

.service_div .travel_div ul {
  display: flex;
  gap: 20px;
}

.service_div .travel_div ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 253px;
  cursor: pointer;
  transition: all 0.3s;
  height: 316px;
  width: calc((100% - 80px) / 5);
  /* background: url("../images/bg_travel.png"); */
}


.service_div .travel_div ul li:nth-child(1) {

   background: url("../images/fd.png"); 
}
.service_div .travel_div ul li:nth-child(2) {

   background: url("../images/lxs.png"); 
}
.service_div .travel_div ul li:nth-child(3) {

   background: url("../images/bwg.png"); 
}
.service_div .travel_div ul li:nth-child(4) {

   background: url("../images/fwzwh.png"); 
}
.service_div .travel_div ul li:nth-child(5) {

   background: url("../images/ajijq.png"); 
}

.service_div .travel_div ul li:hover {
  transform: translateY(-10px);
}

:root {
  --color1: #104b8f9e;
  --color2: #0055549e;
  --color3: #00558e9e;
  --color4: #38328e9e;
  --color5: #00395780;
  --color6: #104b8f9e;
}

.special_div {
  padding: 51px 0px;
}

.special_div h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.special_div .special_ul {
  display: flex;
  gap: 8px;
   width: 100%;
    flex-wrap: nowrap;
}

.special_div .special_ul .active {
  flex: 1.55;
}

.special_div .special_ul .active .title a {
  display: block;
}

.special_div .special_ul .active .event {
  display: block;
}

.special_div .special_ul>li {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  flex: 0.89;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 33px;
  padding-right: 20px;
  padding-left: 24px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  
      overflow: hidden;
      min-width: 0;
}

.special_div .special_ul>li:nth-child(1) {
  background-image: url("../images/bg_special0.png");
}

.special_div .special_ul>li:nth-child(1) .title a {
  background: var(--color1);
}

.special_div .special_ul>li:nth-child(1) .event {
  background: var(--color1);
}

.special_div .special_ul>li:nth-child(2) {
  background-image: url("../images/bg_special1.png");
}

.special_div .special_ul>li:nth-child(2) .title a {
  background: var(--color2);
}

.special_div .special_ul>li:nth-child(2) .event {
  background: var(--color2);
}

.special_div .special_ul>li:nth-child(3) {
  background-image: url("../images/bg_special2.png");
}

.special_div .special_ul>li:nth-child(3) .title a {
  background: var(--color3);
}

.special_div .special_ul>li:nth-child(3) .event {
  background: var(--color3);
}

.special_div .special_ul>li:nth-child(4) {
  background-image: url("../images/bg_special3.png");
}

.special_div .special_ul>li:nth-child(4) .title a {
  background: var(--color4);
}

.special_div .special_ul>li:nth-child(4) .event {
  background: var(--color4);
}

.special_div .special_ul>li:nth-child(5) {
  background-image: url("../images/bg_special4.png");
}

.special_div .special_ul>li:nth-child(5) .title a {
  background: var(--color5);
}

.special_div .special_ul>li:nth-child(5) .event {
  background: var(--color5);
}

.special_div .special_ul>li:nth-child(6) {
  background-image: url("../images/bg_special5.png");
}

.special_div .special_ul>li:nth-child(6) .title a {
  background: var(--color6);
}

.special_div .special_ul>li:nth-child(6) .event {
  background: var(--color6);
}

.special_div .special_ul>li>ul {
  margin-top: 26px;
     width: 100%;
        padding: 0;
        overflow: hidden;
}

.special_div .special_ul>li>ul .event {
  /* flex:1; */
  height: 36px;
  line-height: 36px;
  padding: 0px 20px;
  border-radius: 90px;
  margin-bottom: 18px;
  width: fit-content;
  overflow:hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(2px);
  max-width: 100%;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}


.special_div .special_ul .title {
  display: flex;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 5px;
}

.special_div .special_ul .title span {
  font-weight: 900;
}

.special_div .special_ul .title a {
  font-weight: 400;
  border-radius: 90px;
  font-size: 14px;
  color: #fff;
  width: 63px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: none;
  backdrop-filter: blur(2px);
}

.num_div {
  background: url("../images/bg_hcp.png");
  background-size: 100% 100%;
  height: 305px;
  padding: 50px;
}

.num_div>div {
  display: flex;
  gap: 40px;
}

.num_div .title_div {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.num_div .title_div h4 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

.num_div .title_div h4 span {
  margin-left: 19px;
  color: #999999;
  font-size: 16px;
}

.num_div .title_div a {
  font-size: 16px;
  color: #666666;
}

.num_div .item:first-child {
  width: 55%;
}

.num_div .item:last-child {
  width: 41%;
}

.num_div .item ul {
  padding-top: 34px;
  height: 134px;
  display: flex;
  border: 1px solid #ffffff;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  background: linear-gradient(0deg, #ffffff 53.92%, #eaf5ff 107.84%);
  box-shadow: 0px 8px 57.8px 0px rgba(188, 202, 217, 0.3882352941);
}

.num_div .item ul li {
  flex: 1;
  text-align: center;
}

.num_div .item .text {
  color: #2e3033;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.num_div .item .num {
  font-size: 14px;
  color: #8992a9;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.num_div .item .num:hover {
  transform: scale(2);
  background-color: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2), 0 15px 30px rgba(0, 0, 0, 0.4);
  z-index: 10;
  border-radius: 50%;
}

.num_div .item .num em {
  font-family: "D-DIN-Bold";
  font-style: unset;
  font-size: 28px;
  color: #2868b1;
  font-weight: 700;
  margin-right: 4px;
}

.infodata {
  color: inherit;
}

.web-info {
  color: inherit;
}

.link-content {
  overflow-y: auto !important;
}

ul#efficiencylistContainer li a {
      display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.innerItem li  {
  white-space:nowrap;
  max-width:100%;
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}
ul.innerItem a
{
     display: block !important;
     width: 100%;
     white-space:nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

ul.innerItem{
      /* width: 75% !important; */
      flex:1;
      overflow: hidden;
}


.right-nav>li>a.query {
    background: none !important;
}

.right-nav>li>a.smart {
   background: none !important;
}

.right-nav>li>a.advice {
   background: none !important;
}

.right-nav>li>a.error {
  background: none !important;
}

.right-nav>li>a.survey {
   background: none !important;
}

.right-nav>li>a.media {
   background: none !important;
}

.right-nav>li>a.portal {
 background: none !important;
}

.right-nav>li>a.suggest {
   background: none !important;
}

.right-nav>li>a.lianxi {
  background: none !important;
}

.right-nav>li>a.back {
  background: none !important;
}


/*20260112*/
.bdl{
  margin-top:20px;
}
.bdl .convenience-apply{
   /* gap: 20px; */
   display:flex;
   margin-bottom: 20px;
}
.bdl .convenience-apply li +li{
  margin-left:20px;
}
.bdl .convenience-apply li {
  /* float: left; */
  /* width: 120px; */
  /* /* margin-right: 89px; */

  cursor: pointer;
  border-radius: 4px;
  width: calc((100% - 40px) / 3);
  background: #ffffff;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 36px;
  position: relative;
  font-size: 16px;
}
.bdl .convenience-apply  li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-radius: 50%;
    border: 1px solid #2868b1;

}

.bdl .convenience-apply li .btn {
  margin-top: 42px;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(161, 174, 187, 0.39);
  box-shadow: 0px 5px 21px 0px rgba(161, 174, 187, 0.39);
  border-radius: 50%;
}

.bdl .convenience-apply li .btn i {
  display: block;
  width: 100%;
  height: 100%;
}

.bdl .convenience-apply li span {
  /* width: 120px;
  display: block;
  margin-top: 23px;
  font-size: 20px;
  font-weight: bold;
  color: #484e54;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.bdl .convenience-apply li.active span {
  color: #2868b1;
}
.bdl .convenience-apply li.active .btn {
  background: linear-gradient(-37deg, #d0e6f2, #6e9acc);
  border: 2px solid #d6e3f3;
  -webkit-box-shadow: 0px 9px 21px 0px rgba(19, 93, 216, 0.49);
  box-shadow: 0px 9px 21px 0px rgba(19, 93, 216, 0.49);
}

.bdl .convenience-apply li.active::after {
  content: '';
  display: block;
  position: relative;
  top: 27px;
  left: 48px;
  width: 24px;
  height: 20px;
  background: #bfa;
  background: url(../images/icon-arr-li-top.png);
}

.bdl .convenience-apply li:nth-child(6n) {
  margin-right: 0;
}

.bdl .quick-link {
  background: #fff;
  margin-top: 20px;
  margin-bottom:20px;
  padding: 24px;
  width: 1200px;
  height: auto;
  min-height: 47px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
  box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
  border-radius: 4px;
}

.bdl .quick-link ul li {
  float: left;
}

.bdl .quick-link ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #484e54;
  line-height: 50px;
}

.bdl .quick-link.empty {
  background: url(../../images/empty.png) center no-repeat;
  background-size: 162px 133px;
}
.bdl .quick-link ul li a::after {
  content: '';
  float: right;
  width: 2px;
  height: 16px;
  background: #cbcbcb;
  margin-top: 18px;
  margin-left: 17px;
  margin-right: 21px;
}

.bdl .quick-link ul li:nth-last-child(1) a::after {
  content: '';
  float: right;
  width: 0px;
  height: 0px;
}

.loginout_div a{
  color:#fff;
}

.swiper-wrap .service-list li p {
   width: 220px;
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

#bmfwbd3 li{
  width: 183px;
}

a{
  cursor:pointer;
}

.box {
    /* border-radius: 2px; */
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 0px 26px 0px rgba(139, 156, 178, 0.36); */
    width: 310px;
    height: 256px;
    position:fixed;
    /* right: 1365px; */
    left: 0px;
    bottom: 95px;
    z-index: 99999;
}


.close-btn {
    float: right;
    position: relative;
    top: 45px;
    left: 230px;
    width: 22px;
    height: 22px;
    background: url("/images/index_pop/close-icon.png");
}