/**!
 * pagename
 * date: 2022-09-19
 * author: xuhai;
 */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  color: inherit;
  text-decoration: none;
}

.public-cons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.public-header {
  position: relative;
  height: 60px;
  padding: 0 25px;
  border-bottom: 1px solid #ecf4fcff;
  z-index: 1;
}

.public-con {
  flex: 1;
  height: 0;
}

.public-hds {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.public-hds .public-hds-item:first-child {
  margin-left: 0;
}

.public-hds-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 124px;
  height: 100%;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}

.public-hds-item::before {
  display: block;
  width: 32px;
  height: 100%;
  background: no-repeat left center;
  content: '';
}

.public-hds-item .title {
  position: relative;
  height: 100%;
  line-height: 60px;
  z-index: 1;
}

.public-hds-item .title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #3e87ea;
  border-radius: 2px;
  z-index: 1;
}

.public-hds-item:hover, .public-hds-item.active, .public-hds-item.current {
  font-size: 22px;
  font-weight: 600;
  color: #3e87ea;
}

.public-hds-item:hover .title::after, .public-hds-item.active .title::after, .public-hds-item.current .title::after {
  content: '';
}

.public-bds-item {
  width: 100%;
  height: 100%;
}

.public-list {
  position: relative;
  z-index: 1;
}

.public-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
  line-height: 18px;
  margin-top: 18px;
}

.public-list-item:first-child {
  margin-top: 0;
}





.public-list-item .date {
  display: block;
  color: #999999;
  font-size: 16px;
  margin-left: 10px;
}

.public-list-item .text {
  display: block;
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #333333;
}

.public-list-item:hover .icon::before, .public-list-item.current .icon::before {
  width: 15px;
  height: 15px;
  border-width: 4px;
  border-color: #3e87ea;
}

.public-list-item:hover .date,
.public-list-item:hover .text, .public-list-item.current .date,
.public-list-item.current .text {
  color: #3e87ea;
}





.public-link {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e8f4ff;
  border-left: 1px solid #e8f4ff;
  box-sizing: border-box;
}

.public-link-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e8f4ff;
  border-right: 1px solid #e8f4ff;
  box-sizing: border-box;
}

.public-link-item::before {
  display: block;
  width: 38px;
  height: 40px;
  background: no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 4px;
  content: '';
}

.public-link-item:hover, .public-link-item.current {
  font-weight: 600;
  background-color: #f1f8ff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.box {
  background: url("../css/images/index/bg.png") no-repeat bottom center, linear-gradient(0deg, #ecf7ff 0%, transparent 70%, transparent 100%);
  background-size: 100% auto;
  padding-bottom: 28px;
  box-sizing: border-box;
}

.box-news {
  height: 407px;
  padding-top: 27px;
  box-sizing: border-box;
  background: url("../css/images/index/news/bg.png") no-repeat top center;
  background-size: 100% auto;
  margin-bottom: 26px;
}

.box-information {
  height: 642px;
  margin-top: 25px;
  margin-bottom: 29px;
}

.box-related {
  height: 310px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-other {
  height: 310px;
}

.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.news-dynamic {
  width: 640px;
  height: 100%;
}

.news-dynamic .swiper-slide {
  position: relative;
  z-index: 1;
}

.news-dynamic .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.news-dynamic .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  background-color: rgba(34, 53, 72, 0.5);
  padding-left: 15px;
  padding-right: 25%;
  box-sizing: border-box;
}

.news-dynamic .swiper-pagination {
  right: 0;
  text-align: right;
  padding-right: 21px;
  box-sizing: border-box;
}

.news-dynamic .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.5;
}

.news-dynamic .swiper-pagination-bullet-active {
  width: 38px;
  opacity: 1;
}

.news-notice {
  width: 640px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ecf4fc;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
}

.news-notice .public-hds-item {
  margin-left: 39px;
  overflow: hidden;
}

.news-notice .public-hds-item:nth-child(1)::before {
  background-image: url("../css/images/index/news/header_icon_1.png");
}

.news-notice .public-hds-item:nth-child(1):hover::before, .news-notice .public-hds-item:nth-child(1).active::before, .news-notice .public-hds-item:nth-child(1).current::before {
  background-image: url("../css/images/index/news/header_icon_1_active.png");
}

.news-notice .public-hds-item:nth-child(2)::before {
  background-image: url("../css/images/index/news/header_icon_2.png");
}

.news-notice .public-hds-item:nth-child(2):hover::before, .news-notice .public-hds-item:nth-child(2).active::before, .news-notice .public-hds-item:nth-child(2).current::before {
  background-image: url("../css/images/index/news/header_icon_2_active.png");
}

.news-notice .public-bds-item {
  padding: 22px 24px 0;
  box-sizing: border-box;
}

.news-notice .more {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(153, 153, 153, 0.5);
  font-size: 15px;
}

.news-notice .more:hover {
  color: #3e87ea;
}

.information {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.information .login {
  width: 366px;
  height: 100%;
  padding: 20px 21px 0 21px;
  background: #ffffff;
  border: 1px solid #ecf4fc;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
}

.information .login-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 16px;
  padding-right: 13px;
  box-sizing: border-box;
  margin-top: 20px;
  border: 1px solid transparent;
}

.information .login-item:first-child {
  margin-top: 0;
}

.information .login-item::before, .information .login-item::after {
  display: block;
  background: no-repeat center;
  background-size: 100% 100%;
  content: '';
}

.information .login-item::before {
  width: 48px;
  height: 48px;
  margin-right: 19px;
}

.information .login-item::after {
  width: 22px;
  height: 23px;
}

.information .login-item .text {
  flex: 1;
  width: 0;
  font-size: 24px;
  color: #333;
}

.information .login-item:nth-child(1) {
  background: linear-gradient(90deg, #eff5fe, #cfe4fb);
}

.information .login-item:nth-child(1)::before {
  background-image: url("../css/images/index/information/login_icon_1.png");
}

.information .login-item:nth-child(1)::after {
  background-image: url("../css/images/index/information/login_link_1.png");
}

.information .login-item:nth-child(1):hover {
  border-color: #38a8f9;
}

.information .login-item:nth-child(2) {
  background: linear-gradient(90deg, #fff5f5, #ffeded);
}

.information .login-item:nth-child(2)::before {
  background-image: url("../css/images/index/information/login_icon_2.png");
}

.information .login-item:nth-child(2)::after {
  background-image: url("../css/images/index/information/login_link_2.png");
}

.information .login-item:nth-child(2):hover {
  border-color: #ff7b7b;
}

.information .login-item:nth-child(3) {
  background: linear-gradient(90deg, #edfbfd, #def4fc);
}

.information .login-item:nth-child(3)::before {
  background-image: url("../css/images/index/information/login_icon_3.png");
}

.information .login-item:nth-child(3)::after {
  background-image: url("../css/images/index/information/login_link_3.png");
}

.information .login-item:nth-child(3):hover {
  border-color: #1ccfee;
}

.information .login-item:nth-child(4) {
  background: linear-gradient(90deg, #f7f6ff, #ecebfe);
}

.information .login-item:nth-child(4)::before {
  background-image: url("../css/images/index/information/login_icon_4.png");
}

.information .login-item:nth-child(4)::after {
  background-image: url("../css/images/index/information/login_link_4.png");
}

.information .login-item:nth-child(4):hover {
  border-color: #9da3fe;
}

.information .login-item:nth-child(5) {
  background: linear-gradient(90deg, #fffbf3, #fff4dc);
}

.information .login-item:nth-child(5)::before {
  background-image: url("../css/images/index/information/login_icon_5.png");
}

.information .login-item:nth-child(5)::after {
  background-image: url("../css/images/index/information/login_link_5.png");
}

.information .login-item:nth-child(5):hover {
  border-color: #ffc181;
}

.information .login-link {
  height: 195px;
  margin-top: 21px;
}

.information .login-link .public-link-item {
  width: 50%;
  height: 50%;
}

.information .login-link .public-link-item:nth-child(1)::before {
  background-image: url("../css/images/index/information/link_icon_1.png");
}

.information .login-link .public-link-item:nth-child(2)::before {
  background-image: url("../css/images/index/information/link_icon_2.png");
}

.information .login-link .public-link-item:nth-child(3)::before {
  background-image: url("../css/images/index/information/link_icon_3.png");
}

.information .login-link .public-link-item:nth-child(4)::before {
  background-image: url("../css/images/index/information/link_icon_4.png");
}

.information .infor {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 916px;
  height: 100%;
}

.information .infor-header {
  height: 49px;
  padding-left: 12px;
  box-sizing: border-box;
}

.information .infor-header .public-hds {
  justify-content: space-between;
}

.information .infor-header .public-hds-item {
  position: relative;
  min-width: unset;
  padding-right: 15px;
  box-sizing: border-box;
  z-index: 1;
}

.information .infor-header .public-hds-item::before {
  width: 29px;
}

.information .infor-header .public-hds-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21px;
  background: url("../css//images//index//information/infor_icon_bg.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}

.information .infor-header .public-hds-item .title {
  height: 49px;
  line-height: 49px;
}

.information .infor-header .public-hds-item .title::after {
  display: none;
}

.information .infor-header .public-hds-item:nth-child(1)::before {
  background-image: url("../css//images//index//information/infor_icon_1.png");
}

.information .infor-header .public-hds-item:nth-child(1):hover, .information .infor-header .public-hds-item:nth-child(1).active, .information .infor-header .public-hds-item:nth-child(1).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(1):hover::after, .information .infor-header .public-hds-item:nth-child(1).active::after, .information .infor-header .public-hds-item:nth-child(1).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(1):hover::before, .information .infor-header .public-hds-item:nth-child(1).active::before, .information .infor-header .public-hds-item:nth-child(1).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_1_active.png");
}

.information .infor-header .public-hds-item:nth-child(2)::before {
  background-image: url("../css//images//index//information/infor_icon_2.png");
}

.information .infor-header .public-hds-item:nth-child(2):hover, .information .infor-header .public-hds-item:nth-child(2).active, .information .infor-header .public-hds-item:nth-child(2).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(2):hover::after, .information .infor-header .public-hds-item:nth-child(2).active::after, .information .infor-header .public-hds-item:nth-child(2).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(2):hover::before, .information .infor-header .public-hds-item:nth-child(2).active::before, .information .infor-header .public-hds-item:nth-child(2).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_2_active.png");
}

.information .infor-header .public-hds-item:nth-child(3)::before {
  background-image: url("../css//images//index//information/infor_icon_3.png");
}

.information .infor-header .public-hds-item:nth-child(3):hover, .information .infor-header .public-hds-item:nth-child(3).active, .information .infor-header .public-hds-item:nth-child(3).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(3):hover::after, .information .infor-header .public-hds-item:nth-child(3).active::after, .information .infor-header .public-hds-item:nth-child(3).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(3):hover::before, .information .infor-header .public-hds-item:nth-child(3).active::before, .information .infor-header .public-hds-item:nth-child(3).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_3_active.png");
}

.information .infor-header .public-hds-item:nth-child(4)::before {
  background-image: url("../css//images//index//information/infor_icon_4.png");
}

.information .infor-header .public-hds-item:nth-child(4):hover, .information .infor-header .public-hds-item:nth-child(4).active, .information .infor-header .public-hds-item:nth-child(4).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(4):hover::after, .information .infor-header .public-hds-item:nth-child(4).active::after, .information .infor-header .public-hds-item:nth-child(4).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(4):hover::before, .information .infor-header .public-hds-item:nth-child(4).active::before, .information .infor-header .public-hds-item:nth-child(4).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_4_active.png");
}

.information .infor-header .public-hds-item:nth-child(5)::before {
  background-image: url("../css//images//index//information/infor_icon_5.png");
}

.information .infor-header .public-hds-item:nth-child(5):hover, .information .infor-header .public-hds-item:nth-child(5).active, .information .infor-header .public-hds-item:nth-child(5).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(5):hover::after, .information .infor-header .public-hds-item:nth-child(5).active::after, .information .infor-header .public-hds-item:nth-child(5).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(5):hover::before, .information .infor-header .public-hds-item:nth-child(5).active::before, .information .infor-header .public-hds-item:nth-child(5).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_5_active.png");
}

.information .infor-header .public-hds-item:nth-child(6)::before {
  background-image: url("../css//images//index//information/infor_icon_6.png");
}

.information .infor-header .public-hds-item:nth-child(6):hover, .information .infor-header .public-hds-item:nth-child(6).active, .information .infor-header .public-hds-item:nth-child(6).current {
  min-width: 169px;
  padding-left: 23px;
  padding-right: 0;
}

.information .infor-header .public-hds-item:nth-child(6):hover::after, .information .infor-header .public-hds-item:nth-child(6).active::after, .information .infor-header .public-hds-item:nth-child(6).current::after {
  content: '';
}

.information .infor-header .public-hds-item:nth-child(6):hover::before, .information .infor-header .public-hds-item:nth-child(6).active::before, .information .infor-header .public-hds-item:nth-child(6).current::before {
  width: 35px;
  background-image: url("../css//images//index//information/infor_icon_6_active.png");
}

.information .infor-con {
  flex: 1;
  height: 0;
  background: #f8fcff;
  border: 1px solid #ecf4fc;
  padding-top: 20px;
  box-shadow: 2px 2px 13px rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
}

.information .infor-con-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 58px;
  padding: 0 100px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}

.information .infor-con-header .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 12px;
  color: #666666;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #e5efff;
  z-index: 1;
}

.information .infor-con-header .item::before {
  display: block;
  width: 24px;
  height: 100%;
  background: no-repeat left center;
  content: '';
  margin-right: 16px;
}

.information .infor-con-header .item::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  box-sizing: content-box;
  border-top: 8px solid #6eacff;
  border-bottom: 8px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

.information .infor-con-header .swiper-slide {
  width: 160px;
  max-width: 160px;
  height: 100%;
}

.information .infor-con-header .swiper-slide:nth-child(1) .item::before {
  background-image: url("../css//images//index//information/infor_child_1.png");
}

.information .infor-con-header .swiper-slide:nth-child(1):hover .item, .information .infor-con-header .swiper-slide:nth-child(1).active .item, .information .infor-con-header .swiper-slide:nth-child(1).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(1):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(1).active .item::before, .information .infor-con-header .swiper-slide:nth-child(1).current .item::before {
  background-image: url("../css//images//index//information/infor_child_1_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(1):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(1).active .item::after, .information .infor-con-header .swiper-slide:nth-child(1).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(2) .item::before {
  background-image: url("../css//images//index//information/infor_child_2.png");
}

.information .infor-con-header .swiper-slide:nth-child(2):hover .item, .information .infor-con-header .swiper-slide:nth-child(2).active .item, .information .infor-con-header .swiper-slide:nth-child(2).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(2):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(2).active .item::before, .information .infor-con-header .swiper-slide:nth-child(2).current .item::before {
  background-image: url("../css//images//index//information/infor_child_2_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(2):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(2).active .item::after, .information .infor-con-header .swiper-slide:nth-child(2).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(3) .item::before {
  background-image: url("../css//images//index//information/infor_child_3.png");
}

.information .infor-con-header .swiper-slide:nth-child(3):hover .item, .information .infor-con-header .swiper-slide:nth-child(3).active .item, .information .infor-con-header .swiper-slide:nth-child(3).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(3):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(3).active .item::before, .information .infor-con-header .swiper-slide:nth-child(3).current .item::before {
  background-image: url("../css//images//index//information/infor_child_3_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(3):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(3).active .item::after, .information .infor-con-header .swiper-slide:nth-child(3).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(4) .item::before {
  background-image: url("../css//images//index//information/infor_child_4.png");
}

.information .infor-con-header .swiper-slide:nth-child(4):hover .item, .information .infor-con-header .swiper-slide:nth-child(4).active .item, .information .infor-con-header .swiper-slide:nth-child(4).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(4):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(4).active .item::before, .information .infor-con-header .swiper-slide:nth-child(4).current .item::before {
  background-image: url("../css//images//index//information/infor_child_4_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(4):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(4).active .item::after, .information .infor-con-header .swiper-slide:nth-child(4).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(5) .item::before {
  background-image: url("../css//images//index//information/infor_child_5.png");
}

.information .infor-con-header .swiper-slide:nth-child(5):hover .item, .information .infor-con-header .swiper-slide:nth-child(5).active .item, .information .infor-con-header .swiper-slide:nth-child(5).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(5):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(5).active .item::before, .information .infor-con-header .swiper-slide:nth-child(5).current .item::before {
  background-image: url("../css//images//index//information/infor_child_5_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(5):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(5).active .item::after, .information .infor-con-header .swiper-slide:nth-child(5).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(6) .item::before {
  background-image: url("../css//images//index//information/infor_child_6.png");
}

.information .infor-con-header .swiper-slide:nth-child(6):hover .item, .information .infor-con-header .swiper-slide:nth-child(6).active .item, .information .infor-con-header .swiper-slide:nth-child(6).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(6):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(6).active .item::before, .information .infor-con-header .swiper-slide:nth-child(6).current .item::before {
  background-image: url("../css//images//index//information/infor_child_6_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(6):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(6).active .item::after, .information .infor-con-header .swiper-slide:nth-child(6).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(7) .item::before {
  background-image: url("../css//images//index//information/infor_child_7.png");
}

.information .infor-con-header .swiper-slide:nth-child(7):hover .item, .information .infor-con-header .swiper-slide:nth-child(7).active .item, .information .infor-con-header .swiper-slide:nth-child(7).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(7):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(7).active .item::before, .information .infor-con-header .swiper-slide:nth-child(7).current .item::before {
  background-image: url("../css//images//index//information/infor_child_7_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(7):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(7).active .item::after, .information .infor-con-header .swiper-slide:nth-child(7).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(8) .item::before {
  background-image: url("../css//images//index//information/infor_child_8.png");
}

.information .infor-con-header .swiper-slide:nth-child(8):hover .item, .information .infor-con-header .swiper-slide:nth-child(8).active .item, .information .infor-con-header .swiper-slide:nth-child(8).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(8):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(8).active .item::before, .information .infor-con-header .swiper-slide:nth-child(8).current .item::before {
  background-image: url("../css//images//index//information/infor_child_8_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(8):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(8).active .item::after, .information .infor-con-header .swiper-slide:nth-child(8).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(9) .item::before {
  background-image: url("../css//images//index//information/infor_child_9.png");
}

.information .infor-con-header .swiper-slide:nth-child(9):hover .item, .information .infor-con-header .swiper-slide:nth-child(9).active .item, .information .infor-con-header .swiper-slide:nth-child(9).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(9):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(9).active .item::before, .information .infor-con-header .swiper-slide:nth-child(9).current .item::before {
  background-image: url("../css//images//index//information/infor_child_9_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(9):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(9).active .item::after, .information .infor-con-header .swiper-slide:nth-child(9).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(10) .item::before {
  background-image: url("../css//images//index//information/infor_child_9.png");
}

.information .infor-con-header .swiper-slide:nth-child(10):hover .item, .information .infor-con-header .swiper-slide:nth-child(9).active .item, .information .infor-con-header .swiper-slide:nth-child(9).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(10):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(9).active .item::before, .information .infor-con-header .swiper-slide:nth-child(9).current .item::before {
  background-image: url("../css//images//index//information/infor_child_9_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(10):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(9).active .item::after, .information .infor-con-header .swiper-slide:nth-child(9).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(11) .item::before {
  background-image: url("../css//images//index//information/infor_child_9.png");
}

.information .infor-con-header .swiper-slide:nth-child(11):hover .item, .information .infor-con-header .swiper-slide:nth-child(9).active .item, .information .infor-con-header .swiper-slide:nth-child(9).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(11):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(9).active .item::before, .information .infor-con-header .swiper-slide:nth-child(9).current .item::before {
  background-image: url("../css//images//index//information/infor_child_9_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(11):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(9).active .item::after, .information .infor-con-header .swiper-slide:nth-child(9).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-slide:nth-child(12) .item::before {
  background-image: url("../css//images//index//information/infor_child_9.png");
}

.information .infor-con-header .swiper-slide:nth-child(12):hover .item, .information .infor-con-header .swiper-slide:nth-child(9).active .item, .information .infor-con-header .swiper-slide:nth-child(9).current .item {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.information .infor-con-header .swiper-slide:nth-child(12):hover .item::before, .information .infor-con-header .swiper-slide:nth-child(9).active .item::before, .information .infor-con-header .swiper-slide:nth-child(9).current .item::before {
  background-image: url("../css//images//index//information/infor_child_9_active.png");
}

.information .infor-con-header .swiper-slide:nth-child(12):hover .item::after, .information .infor-con-header .swiper-slide:nth-child(9).active .item::after, .information .infor-con-header .swiper-slide:nth-child(9).current .item::after {
  content: '';
}

.information .infor-con-header .swiper-button-prev,
.information .infor-con-header .swiper-button-next {
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  margin-top: 0;
  background-size: 100% 100%;
}

.information .infor-con-header .swiper-button-prev {
  left: 20px;
  background-image: url("../css/images/index/information/arrow_left.png");
}

.information .infor-con-header .swiper-button-next {
  right: 20px;
  background-image: url("../css/images/index/information/arrow_right.png");
}

.information .infor-con .public-bds-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.information .infor-con-hds {
  flex: 1;
  height: 0;
  margin-top: 28px;
  padding: 0 25px 0 21px;
  box-sizing: border-box;
  overflow: hidden;
}

.information .infor-con .public-list-item .date {
  margin-left: 10px;
}

.information .infor-bd.center .infor-con-header {
  padding: 0 21px;
}

.information .infor-bd.center .swiper-slide {
  margin-left: 20px;
}

.information .infor-bd.center .swiper-slide:first-child {
  margin-left: 0;
}

.information .infor-bd.center .swiper-button-prev,
.information .infor-bd.center .swiper-button-next {
  display: none;
}

.related {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.related .service {
  width: 640px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ecf4fc;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
}

.related .service .public-header {
  padding: 0 20px;
}

.related .service .public-hds-item::before {
  width: 35px;
}

.related .service .public-hds-item::before {
  background-image: url("../css/images/index/related/service.png");
}

.related .service-con .public-link-item {
  width: 33.33%;
  height: 50%;
}

.related .service-con .public-link-item:nth-child(3n) {
  border-right-color: transparent;
}

.related .service-con .public-link-item:nth-child(1)::before {
  background-image: url("../css/images/index/related/service_icon_1.png");
}

.related .service-con .public-link-item:nth-child(2)::before {
  background-image: url("../css/images/index/related/service_icon_2.png");
}

.related .service-con .public-link-item:nth-child(3)::before {
  background-image: url("../css/images/index/related/service_icon_3.png");
}

.related .service-con .public-link-item:nth-child(4)::before {
  background-image: url("../css/images/index/related/service_icon_4.png");
}

.related .service-con .public-link-item:nth-child(5)::before {
  background-image: url("../css/images/index/related/service_icon_5.png");
}

.related .service-con .public-link-item:nth-child(6)::before {
  background-image: url("../css/images/index/related/service_icon_6.png");
}

.related .list {
  width: 640px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ecf4fc;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
  overflow: hidden;
}

.related .list .public-header .public-hds-item {
  min-width: 95px;
  margin-left: 34px;
  overflow: hidden;
}

.related .list .public-header .public-hds-item:first-child {
  margin-left: 0;
}

.related .list .public-header .public-hds-item:nth-child(1)::before {
  width: 35px;
  background-image: url("../css/images/index/related/list_icon_1.png");
}

.related .list .public-header .public-hds-item:nth-child(1):hover::before, .related .list .public-header .public-hds-item:nth-child(1).active::before, .related .list .public-header .public-hds-item:nth-child(1).current::before {
  background-image: url("../css/images/index/related/list_icon_1_active.png");
}

.related .list .public-header .public-hds-item:nth-child(2)::before {
  width: 35px;
  background-image: url("../css/images/index/related/list_icon_2.png");
}

.related .list .public-header .public-hds-item:nth-child(2):hover::before, .related .list .public-header .public-hds-item:nth-child(2).active::before, .related .list .public-header .public-hds-item:nth-child(2).current::before {
  background-image: url("../css/images/index/related/list_icon_2_active.png");
}

.related .list .public-header .public-hds-item:nth-child(3)::before {
  width: 35px;
  background-image: url("../css/images/index/related/list_icon_3.png");
}

.related .list .public-header .public-hds-item:nth-child(3):hover::before, .related .list .public-header .public-hds-item:nth-child(3).active::before, .related .list .public-header .public-hds-item:nth-child(3).current::before {
  background-image: url("../css/images/index/related/list_icon_3_active.png");
}

.related .list-con {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 2px 8px 0;
  box-sizing: border-box;
}

.related .list-time {
  width: 100px;
  height: 100%;
  padding: 17px 13px 0 7px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 13px rgba(58, 154, 248, 0.18);
}

.related .list-time-item {
  height: 40px;
  margin-top: 20px;
}

.related .list-time-item .text {
  position: relative;
  display: block;
  height: 100%;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  background: #e5efff;
  z-index: 1;
  cursor: pointer;
}

.related .list-time-item .text::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  box-sizing: content-box;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #3e87ea;
  border-right: 5px solid transparent;
  z-index: 1;
}

.related .list-time-item:first-child {
  margin-top: 0;
}

.related .list-time-item:hover .text, .related .list-time-item.active .text, .related .list-time-item.current .text {
  color: #ffffff;
  background: linear-gradient(0deg, #6fadff, #3e87ea);
}

.related .list-time-item:hover .text::after, .related .list-time-item.active .text::after, .related .list-time-item.current .text::after {
  content: '';
}

.related .list-table {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 17px 21px 0;
  box-sizing: border-box;
}

.related .list-table .table {
  height: 100%;
}

.related .list-table .thead {
  background: linear-gradient(0deg, #ffffff, #e5efff);
  box-shadow: 3px 4px 5px 0 rgba(170, 203, 255, 0.2);
}

.related .list-table .tbody {
  padding-top: 10px;
  box-sizing: border-box;
}

.related .list-table .th,
.related .list-table .tr {
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.related .list-table .td {
  flex: 1;
  width: 0;
  font-size: 16px;
  color: #666;
}

.related .list-table .th .td {
  font-weight: 600;
  color: #333333;
}

.related .list-table .type {
  flex: none;
  width: 112px;
  min-width: 112px;
}

.related .list-table .tr .td {
  cursor: pointer;
}

.related .list-table .tr:hover .td, .related .list-table .tr.active .td, .related .list-table .tr.current .td {
  color: #3e87ea;
  background-color: rgba(229, 239, 255, 0.3);
}

.other {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.other .party-column,
.other .policy,
.other .guidance {
  width: 420px;
  height: 100%;
  background: #ffffff;
  padding-bottom: 20px;
  border: 1px solid #ecf4fc;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  box-sizing: border-box;
}

.other .party-column .public-header,
.other .policy .public-header,
.other .guidance .public-header {
  padding: 0 20px;
}

.other .party-column .public-hds-item::before,
.other .policy .public-hds-item::before,
.other .guidance .public-hds-item::before {
  width: 39px;
}

.other .party-column .public-list-item .date,
.other .policy .public-list-item .date,
.other .guidance .public-list-item .date {
  margin-left: 10px;
}

.other .party-column-con,
.other .policy-con,
.other .guidance-con {
  padding: 20px 25px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.other .party-column .public-hds-item::before {
  background-image: url("../css/images/index/other/other_icon_1.png");
}

.other .policy .public-hds-item::before {
  background-image: url("../css/images/index/other/other_icon_2.png");
}

.other .guidance .public-hds-item::before {
  background-image: url("../css/images/index/other/other_icon_3.png");
}

.streamer:hover {
  opacity: 0.9;
}

.contact {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 110px;
  background: #f4f8fe;
  border: 1px solid #b5d5ff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
  z-index: 99;
}

.contact-item {
  display: block;
  position: relative;
  min-height: 100px;
  text-align: center;
  padding: 16px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}

.contact-item:first-child {
  border-radius: 5px 5px 0 0;
}

.contact-item:last-child {
  border-radius: 0 0 5px 5px;
}

.contact-item::before {
  display: block;
  height: 34px;
  background: no-repeat 55% center;
  background-size: 34px 34px;
  content: '';
}

.contact-item .title {
  font-size: 14px;
  color: #333;
}

.contact-item:nth-child(1)::before {
  background-image: url("../css/images/index/contact/icon_1.png");
}

.contact-item:nth-child(1):hover, .contact-item:nth-child(1).active, .contact-item:nth-child(1).current {
  background: linear-gradient(90deg, #80b7ff, #4492f7);
}

.contact-item:nth-child(1):hover::before, .contact-item:nth-child(1).active::before, .contact-item:nth-child(1).current::before {
  background-image: url("../css/images/index/contact/icon_1_active.png");
}

.contact-item:nth-child(1):hover .title, .contact-item:nth-child(1).active .title, .contact-item:nth-child(1).current .title {
  color: #fff;
}

.contact-item:nth-child(1):hover .contact-con, .contact-item:nth-child(1).active .contact-con, .contact-item:nth-child(1).current .contact-con {
  display: block;
}

.contact-item:nth-child(2)::before {
  background-image: url("../css/images/index/contact/icon_2.png");
}

.contact-item:nth-child(2):hover, .contact-item:nth-child(2).active, .contact-item:nth-child(2).current {
  background: linear-gradient(90deg, #80b7ff, #4492f7);
}

.contact-item:nth-child(2):hover::before, .contact-item:nth-child(2).active::before, .contact-item:nth-child(2).current::before {
  background-image: url("../css/images/index/contact/icon_2_active.png");
}

.contact-item:nth-child(2):hover .title, .contact-item:nth-child(2).active .title, .contact-item:nth-child(2).current .title {
  color: #fff;
}

.contact-item:nth-child(2):hover .contact-con, .contact-item:nth-child(2).active .contact-con, .contact-item:nth-child(2).current .contact-con {
  display: block;
}

.contact-item:nth-child(3)::before {
  background-image: url("../css/images/index/contact/icon_3.png");
}

.contact-item:nth-child(3):hover, .contact-item:nth-child(3).active, .contact-item:nth-child(3).current {
  background: linear-gradient(90deg, #80b7ff, #4492f7);
}

.contact-item:nth-child(3):hover::before, .contact-item:nth-child(3).active::before, .contact-item:nth-child(3).current::before {
  background-image: url("../css/images/index/contact/icon_3_active.png");
}

.contact-item:nth-child(3):hover .title, .contact-item:nth-child(3).active .title, .contact-item:nth-child(3).current .title {
  color: #fff;
}

.contact-item:nth-child(3):hover .contact-con, .contact-item:nth-child(3).active .contact-con, .contact-item:nth-child(3).current .contact-con {
  display: block;
}

.contact-item:nth-child(4)::before {
  background-image: url("../css/images/index/contact/icon_4.png");
}

.contact-item:nth-child(4):hover, .contact-item:nth-child(4).active, .contact-item:nth-child(4).current {
  background: linear-gradient(90deg, #80b7ff, #4492f7);
}

.contact-item:nth-child(4):hover::before, .contact-item:nth-child(4).active::before, .contact-item:nth-child(4).current::before {
  background-image: url("../css/images/index/contact/icon_4_active.png");
}

.contact-item:nth-child(4):hover .title, .contact-item:nth-child(4).active .title, .contact-item:nth-child(4).current .title {
  color: #fff;
}

.contact-item:nth-child(4):hover .contact-con, .contact-item:nth-child(4).active .contact-con, .contact-item:nth-child(4).current .contact-con {
  display: block;
}

.contact-con {
  display: none;
  position: absolute;
  right: 127px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #b5d5ff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 2px 2px 13px 0 rgba(15, 117, 216, 0.15);
}

.contact-con::after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  box-sizing: content-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #6eacff;
  border-right: 8px solid transparent;
  z-index: 1;
  content: '';
}

.contact-con.office {
  top: -200px;
  transform: translateX(0);
  min-width: 191px;
  padding: 6px 0 5px;
}

.contact-con.office::after {
  top: 141px;
  transform: translateX(0);
}

.contact-con .office-item {
  font-size: 12px;
}

.contact-con .office-item-title {
  height: 31px;
  color: #333333;
  line-height: 31px;
}

.contact-con .office-item-msg {
  display: flex;
  justify-content: flex-start;
  color: #333333;
  line-height: 20px;
}

.contact-con .office-item-msg .label {
  display: block;
  width: 88px;
  text-align: right;
  padding-right: 9px;
  box-sizing: border-box;
}

.contact-con .office-item-msg .text {
  display: block;
}

.contact-con .office-item-infor {
  color: #333333;
  line-height: 20px;
  text-align: center;
}

.contact-con .office-item:first-child .office-item {
  margin-bottom: 4px;
}

.contact-con .office-item:first-child .office-item-title {
  background: linear-gradient(90deg, rgba(70, 147, 247, 0.1) 0%, rgba(70, 147, 247, 0.42) 50%, rgba(70, 147, 247, 0.1) 100%);
}

.contact-con .office-item:last-child .office-item-title {
  background: linear-gradient(90deg, rgba(181, 231, 221, 0.2) 0%, rgba(181, 231, 221, 0.62) 50%, rgba(181, 231, 221, 0.2) 100%);
}

.contact-con.qrcode {
  width: 128px;
  height: 133px;
  padding: 14px 12px 14px 10px;
}

.contact-con.qrcode img {
  width: 100%;
  height: 100%;
}


/* Ã¦Â¨ÂªÃ¥Â¹â€¦Ã¨Â°Æ’Ã¦â€¢Â´ 2022-12-14 TH*/
.banner-swiper img {
  height: 150px;
}