@charset "UTF-8";
/**
 * 山东港口电子招投标系统升级建设项目
 * date: 2024-6-12
 * author: hcong;
 */
.swiper-content {
  height: 372px;
}
.swiper-content .swiper-slide {
  height: 372px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-content .swiper-slide img {
  vertical-align: top;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.swiper-content > .container {
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 19px;
  height: 4px;
  margin: 0 2px;
  border-radius: 0;
}

.swiper-pagination-bullet {
  background: url("../images/silder_btn.png") no-repeat;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: url("../images/silder_btnh.png") no-repeat;
}

.log-items {
  position: absolute;
  right: 0;
  top: 62px;
  z-index: 10;
}
.log-item {
  margin-top: 16px;
}
.log-item a {
  display: block;
  width: 178px;
  height: 72px;
  line-height: 72px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: 16px;
  color: #000;
  background-position: 16px center;
  background-repeat: no-repeat;
  padding-left: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.log-item a:hover {
  color: #1661D8;
}
.log-item:first-child {
  margin-top: 0;
}
.log-item:nth-child(1) a {
  background-image: url("../images/log_icon1.png");
}
.log-item:nth-child(2) a {
  background-image: url("../images/log_icon2.png");
}
.log-item:nth-child(3) a {
  background-image: url("../images/log_icon3.png");
}

.notice {
  height: 50px;
  background: #fff;
  margin-top: 32px;
  padding: 10px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd {
  height: 30px;
  line-height: 30px;
  padding-left: 23px;
  background: url("../images/notice.png") left center no-repeat;
}
.notice-hd h3 {
  font-size: 16px;
  color: #4E5463;
  font-weight: bold;
}
.notice-info {
  line-height: 30px;
  margin-left: 16px;
}
.notice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-item {
  width: 494px;
  margin-left: 16px;
}
.notice-item:first-child {
  margin-left: 0;
}
.notice-item a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #4E5463;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.notice-item a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #4E5463;
  border-radius: 50%;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.more-btn {
  line-height: 30px;
  font-size: 14px;
  color: #999;
  padding-right: 10px;
  background: url("../images/more_icon.png") right center no-repeat;
}

.box {
  background: #fff;
  border-radius: 4px;
  background: #fff;
  padding: 24px;
  margin-top: 24px;
}

.info-swiper {
  width: 564px;
  height: 349px;
  overflow: hidden;
  position: relative;
}
.info-swiper .swiper-slide {
  position: relative;
}
.info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.info-swiper .img {
  width: 564px;
  height: 349px;
}
.info-swiper .swiper-button-next,
.info-swiper .swiper-button-prev {
  width: 11px;
  height: 19px;
  top: 150px;
  background-size: 100% 100%;
  margin-top: 0;
}
.info-swiper .swiper-button-next {
  background-image: url("../images/right_icon.png");
}
.info-swiper .swiper-button-prev {
  background-image: url("../images/left_icon.png");
}

.summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 564px;
  height: 30px;
  background: rgba(41, 41, 41, 0.6);
}
.summary-content {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 350;
  line-height: 30px;
  padding-left: 12px;
  max-width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ring .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.36;
  border-radius: 0;
}
.ring .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.ring.img-pagination {
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: auto;
  width: auto;
  font-size: 13px;
  color: #adadad;
  line-height: 18px;
  z-index: 10;
}
.ring .swiper-pagination-current {
  color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets.ring {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.ring .swiper-pagination-bullet {
  margin: 0px 2px;
}

/* 新闻资讯 */
.news {
  width: 564px;
  float: right;
}

.tab-hd {
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-hd-item {
  line-height: 18px;
  font-size: 16px;
  height: 29px;
  color: #666;
  position: relative;
  float: left;
  margin-left: 28px;
  cursor: pointer;
}
.tab-hd-item:first-child {
  margin-left: 0;
}
.tab-hd-item.active {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.tab-hd-item.active::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #1661D8;
  left: 50%;
  margin-left: -20px;
  bottom: -1px;
}
.tab-bd-item {
  position: relative;
}
.tab-bd-item .more-btn {
  position: absolute;
  right: 0;
  top: -36px;
}

.info-item {
  height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  font-size: 14px;
  color: #4E5463;
}
.info-item > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4E5463;
  max-width: 460px;
}
.info-item > a:hover {
  color: #1661D8;
}
.info-item:last-child {
  border-bottom: 0;
}
.info-date {
  color: #999;
}
.info-tips {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-tips > a {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #4E5463;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-tips > a:hover {
  color: #1661D8;
}
.info-tips > p {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

/* 交投标项目信息 */
.project-hd {
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E9E9E9;
}

.title-name {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
.title-name.title1 {
  background-image: url("../images/tt_icon1.png");
}
.title-name.title2 {
  background-image: url("../images/tt_icon2.png");
}
.title-name.title3 {
  background-image: url("../images/tt_icon3.png");
}

.area-kind {
  float: left;
  margin-left: 24px;
  cursor: pointer;
}
.area-kind-item {
  float: left;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  font-size: 15px;
  color: #4E5463;
  background: #F1F2F3;
  margin-left: 8px;
  margin-top: 3px;
}
.area-kind-item:first-child {
  margin-left: 0;
}
.area-kind-item.active {
  background: #1661D8;
  font-weight: bold;
  color: #fff;
}

.chosen-kinds {
  margin-top: 12px;
}
.chosen-name {
  float: left;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.kind-lists {
  margin-left: 70px;
}
.kind-list {
  float: left;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 14px;
  padding: 0 6px;
  margin-left: 4px;
  border-radius: 4px;
}
.kind-list.active {
  background: #ECF2FB;
  color: #1661D8;
}
.kind-list:first-child {
  margin-left: 0;
}

.table-info {
  line-height: 40px;
  font-size: 14px;
  color: #4E5463;
  margin-top: 14px;
}
.table-hd {
  height: 40px;
  border-bottom: 1px solid #E9EAF3;
  background: #F7F8FA;
  color: #858692;
}
.table-statu {
  float: left;
  width: 112px;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-statu.status1 {
  color: #058E86;
}
.table-statu.status2 {
  color: #4E5463;
}
.table-time {
  float: left;
  width: 112px;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-name {
  float: left;
  width: calc(100% - 112px - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  align-items: center;
  height: 40px;
}
.table-name .table-list {
  color: #4E5463;
  line-height: 22px;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.table-item {
  height: 40px;
  border-bottom: 1px solid #EFEFEF;
}
.table-item:hover {
  background: rgba(22, 97, 216, 0.04);
  color: #1661D8;
}
.table-item:hover .table-list {
  color: #1661D8;
}

.statu-mod {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 6px;
}
.statu-mod.statu1 {
  background: #E6F3F1;
  color: #058E86;
}
.statu-mod.statu2 {
  background: #ECF2FB;
  color: #1661D8;
}
.statu-mod.statu3 {
  background: #FBEFE7;
  color: #FF8329;
}


.link {
  padding-top: 16px;
}
.link-list {
  width: 945px;
  float: left;
}
.link-items {
  margin: -12px 0 0 -12px;
}
.link-item {
  position: relative;
  float: left;
  width: 306px;
  height: 102px;
  border-radius: 4px;
  padding: 12px 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 12px;
  color: #4E5463;
  margin: 12px 0 0 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F9FB), to(#E7ECF4));
  background: linear-gradient(180deg, #F8F9FB 0%, #E7ECF4 100%);
}
.link-item::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 87px;
  background: url("../images/link_bg.png") no-repeat;
  right: 0;
  bottom: 0;
}
.link-item h3 {
  font-size: 14px;
  font-weight: bold;
}
.link-info {
  height: 22px;
  margin-top: 6px;
  padding-left: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.link-info.link1 {
  background-image: url("../images/link_icon1.png");
}
.link-info.link2 {
  background-image: url("../images/link_icon2.png");
}
.link-name {
  color: #9EA5B7;
  margin-right: 6px;
}
.link-tips {
  width: 193px;
  height: 444px;
  float: right;
  border-radius: 4px;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(160deg, #447DDA 42.67%, #7BB6ED 82.27%);
  position: relative;
}
.link-tips::before {
  position: absolute;
  content: "";
  width: 124px;
  height: 137px;
  background: url("../images/person.png") no-repeat;
  right: 0;
  bottom: 0;
}

.tips-hd {
  line-height: 22px;
  height: 22px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 10px;
  margin-left: 10px;
  text-align: center;
}
.tips-bd {
  padding: 14px 14px 0;
}
.tips-mod {
  padding: 2px 8px;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  margin-top: 12px;
  background: rgba(251, 253, 255, 0.26);
}
.tips-mod:first-child {
  margin-top: 0;
}
.tips-mod h3 {
  font-weight: bold;
}

.link-welcome {
  position: absolute;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  left: 18px;
  bottom: 76px;
}

.friendly {
  padding: 0 7px;
  margin-top: 16px;
  position: relative;
}
.friendly .swiper-button-next,
.friendly .swiper-button-prev {
  width: 16px;
  height: 16px;
  top: 28px;
  background-size: 100% 100%;
  margin-top: 0;
}
.friendly .swiper-button-next {
  right: -2px;
  background-image: url("../images/next_icon.png");
}
.friendly .swiper-button-next:hover {
  background-image: url("../images/next_iconh.png");
}
.friendly .swiper-button-prev {
  left: -2px;
  background-image: url("../images/prev_icon.png");
}
.friendly .swiper-button-prev:hover {
  background-image: url("../images/prev_iconh.png");
}
.friendly .swiper-slide img {
  vertical-align: top;
  /* width: 276px;
  height: 72px; */
}


.table-content {
  width: calc((100% - 116px) / 3);
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-items-wggys a{
	color: #4E5463;
}

/* 20241116调整 */

.info-swiper {
  width: 505px;
  height: 313px;
  border-radius: 4px;
}

.info-swiper .img {
  width: 505px;
  height: 313px;
}	

.news {
  width: 623px;
  height: 313px;
  overflow: hidden;
}

.tab-hd-item {
  color: #333;
}

.tab-hd-item.active {
  color: #168DF9;
  font-size: 20px;
}

.tab-hd-item.active::before {
  left: 0;
  margin-left: 0;
  width: 100%;
  background: #168DF9;
}

.info-item {
  height: 50px;
}

.info-item > a {
  color: #333;
}

.info-item:hover {
  color: #168DF9;
  border-color: #168DF9;
}

.info-item:hover > a,
.info-item:hover .info-date {
  color: #168DF9;
}

.notice {
  margin-top: 24px;
  padding: 6px 15px 6px 6px;
}

.notice-hd {
  width: 160px;
  height: 38px;
  line-height: 38px;
  padding-left: 0;
  background: url("../images/notice_hd.png") center center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.notice-hd h3 {
  padding-left: 49px;
  background: url("../images/notice.png") 21px center no-repeat;
  color: #fff;
}

.notice a.more-btn {
  line-height: 38px;
}

.notice-info {
  line-height: 38px;
}

.notice-item {
  width: 462px;
}

.notice-item a {
  color: #333;
}

.notice-item a::before {
  background: #333;
}

.title-name {
  font-size: 22px;
  letter-spacing: 3px;
}

.area-kind {
  margin-left: 40px;
}

.area-kind-item {
  position: relative;
  min-width: 102px;
  height: 42px;
  line-height: 32px;
  margin-top: 0;
  background: transparent;
  font-size: 18px;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-kind-item.active {
  background: transparent;
  color: #168DF9;
}

.area-kind-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #168DF9;
}

.query-box {
  position: relative;
  width: 257px;
  height: 32px;
  padding: 0 72px 0 12px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.query-box input {
  width: 100%;
  height: 30px;
}

.query-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 60px;
  height: 32px;
  line-height: 32px;
  background: #168DFA;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.chosen-kinds {
  margin-top: 16px;
  background: rgba(137, 199, 255, 0.1);
  background: linear-gradient(180deg, rgba(137, 199, 255, 0.1) 0%, rgba(22, 141, 250, 0.1) 97.92%);
}

.chosen-name {
  display: none;
}

.kind-lists {
  position: relative;
  margin-left: 0;
  padding-right: 60px;
}

.kind-more {
  position: absolute;
  top: 0;
  right: 16px;
}

.kind-more a.more-btn {
  line-height: 50px;
}

.kind-list {
  height: 50px;
  line-height: 50px;
  padding: 0 21px;
  font-size: 18px;
  margin-left: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kind-list.active {
  background: #168DFA;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
  color: #fff;
  font-weight: bold;
}

.table-hd {
  height: 50px;
  line-height: 50px;
  border-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  background: #168DF9;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
  border-radius: 4px;
  color: #fff;
}

.table-name {
  position: relative;
  height: 50px;
  padding-left: 20px;
}

.table-name::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C1D2E0;
}

.table-name .table-list {
  color: #333;
  margin: 0 6px;
}

.statu-mod {
  padding: 0;
}

.statu-mod.statu2 {
  color: #168DF9;
  background: transparent;
}

.table-info,
.table-items-wggys a {
  color: #333;
}

.table-item>.table-time {
  color: #999;
}

.table-item {
  height: 50px;
  line-height: 50px;
}

.table-item:hover {
  color: #168DF9;
  border-bottom-color: #168DF9;
}

.table-item:hover a,
.table-item:hover .table-list {
  color: #168DF9;
  font-weight: bold;
}

.table-content {
  text-align: left;
  padding: 0 16px;
}

.table-content:first-child,
.table-content:nth-child(2) {
  width: 28%;
}

.table-content:nth-child(3) {
  width: 34%;
}

.table-content + .table-time {
  width: 10%;
  padding: 0 16px;
}

.link-list {
  float: none;
  width: 100%;
}

.link-items {
  margin: -24px 0 0 -24px;
}

.link-item {
  position: relative;
  width: calc(33.33% - 24px);
  height: 120px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  margin: 24px 0 0 24px;
  padding: 22px 0 0 145px;
  border-radius: 5px;
  border: 1px solid #5395E9;
  color: #333;
  background: url("../images/link_bg.png");
  background-size: 100% 100%;
  box-shadow: 0px 3px 6px 0px rgba(1, 109, 208, 0.2);
  overflow: hidden;
}

.link-item::before {
  content: "";
  position: absolute;
  left: 145px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 78px;
  background: #98A1A8;
  opacity: 0.2;
}

.link-logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 110px;
  height: 98px;
  line-height: 98px;
}

.link-logo>img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.link-info {
  padding: 0 22px;
  line-height: 24px;
  margin-top: 10px;
  background: transparent !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
}

.link-name {
  position: relative;
  color: #666;
  margin-right: 0;
}

.link-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  z-index: 2;
}

.link-website {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 22px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background: #168DFA;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
  border-radius: 4px;
}

.link-item:hover .link-mask {
  display: block;
}

.friendly {
  padding: 0;
  /* margin-top: 10px; */
}

.friendly .swiper-button-next, 
.friendly .swiper-button-prev {
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.friendly .swiper-button-prev:hover {
  background-image: url("../images/prev_icon.png");
}

.friendly .swiper-button-next:hover {
  background-image: url("../images/next_icon.png");
}

.friendly .swiper-button-prev {
  left: -9px;
}

.friendly .swiper-button-next {
  right: -9px;
}

.friendly .swiper-slide>a {
  display: block;
  height: 126px;
  line-height: 126px;
  text-align: center;
}

.friendly .swiper-slide>a>img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.friendly .swiper-slide {
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
}

.friendly .swiper-slide:hover {
  border-color: #168DF9;
}

/* 联系我们 */
.contact-us .tip {
  font-size: 16px;
  font-weight: 400;
  color: #168DF9;
  font-family: "Alibaba-PuHuiTi-R";
}

/* 2024-11-17 */
.friendly .swiper-slide>a {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 6px;
}
/* 
.friendly .swiper-button-prev {
    left: -24px;
}

.friendly .swiper-button-next {
    right: -24px;
} */

.swiper-content {
  margin:0 auto;
     width:1200px;
}

.area-kind-item {
    color: #168DF9;
}
.area-kind-item.active {
    color: #084176;;
}

.area-kind-item.active::before {
    background: #084176;
}

.link-item:hover {
    background:url("../images/link_bgh.png") center 52% no-repeat;
}

.link-item >a {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:567;
}

.friendly .swiper-container {
    margin-left:31px;
   margin-right:31px;
}

.friendly .swiper-slide {
    border:0;
}
.friendly .swiper-slide > a {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.friendly .swiper-slide:hover > a {
    transform:translateY(-5px);
}