.header-menu-bar {
    position: absolute !important;
    background: rgba(255, 255, 255, 0.6) !important;
    z-index: 99;
}
/* 地图 */
.map-container {
    position: relative;
    overflow: hidden;
    min-height: 900px !important;
    background: url(/assets/boyuan/img/map-bg.png) no-repeat center / cover;
}
.map-container > img {
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.map-bg-pc {
    display: block;
}
.map-bg-mobile {
    display: none;
}
.map-nodes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.nodes-item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: white;
    position: absolute;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: transform .2s ease;
}
.nodes-item:hover {
    transform: translateZ(0) scale(1.2);
}
.nodes-item.GUINEA {
    left: 7%;
    top: 58%;
}
.nodes-item.PAKISTAN {
    left: 25.6%;
    top: 52%;
}
.nodes-item.BANGLADESH {
    left: 28.6%;
    top: 49%;
}
.nodes-item.SINGAPORE {
    left: 30%;
    top: 57%;
}
.nodes-item.THAILAND {
    left: 31%;
    top: 53%;
}
.nodes-item.INDONESIA {
    left: 35%;
    top: 65%;
}
.nodes-item.MALAYSIA {
    left: 36.3%;
    top: 52%;
}
.nodes-item.PHILIPPINES {
    left: 41.3%;
    top: 52%;
}
.nodes-item.MONGOLIA {
    left: 37.3%;
    top: 34%;
}
.nodes-item.ELSALVADOR {
    right: 23.3%;
    top: 56%;
}
.nodes-item.PANAMA {
    right: 20.3%;
    top: 60%;
}
.map-footer {
    position: absolute;
    /*bottom: 80px;*/
    bottom: 46px;
    left: 0;
    width: calc(100% - 320px);
    padding: 0 160px;
    display: flex;
    justify-content: space-between;
}
.footer-left-item {
    margin-right: 40px;
    width: 200px;
    height: 58px;
    position: relative;
    background: linear-gradient(#fff, #fff) left top no-repeat,
        linear-gradient(#fff, #fff) left bottom no-repeat,
        linear-gradient(#fff, #fff) right top no-repeat,
        linear-gradient(#fff, #fff) left top no-repeat,
        linear-gradient(#fff, #fff) right top no-repeat;
    background-size: 2px 100%, 100% 2px, 2px 100%, 30px 2px, calc(100% - 90px) 2px;
}
.footer-left-item:nth-child(2) {
    background-size: 2px 100%, 100% 2px, 2px 100%, 20px 2px, calc(100% - 70px) 2px;
}
.footer-left-item:nth-child(2) .footer-num {
    left: 21px;
}
.footer-left-item:nth-child(3) {
    background-size: 2px 100%, 100% 2px, 2px 100%, 10px 2px, calc(100% - 110px) 2px;
}
.footer-left-item:nth-child(3) .footer-num {
    left: 9px;
}
.footer-left-item:nth-child(3) .footer-num .unit {
    transform: scale(1, .6);
    display: block;
    left: 86px;
    top: -4px;
    position: absolute;
    font-size: 60px;
}
.footer-left-title {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right-title {
    position: absolute;
    right: -16px;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-left-item .footer-text {
    font-size: 14px;
    color: white;
}
.footer-left-item .footer-text.en {
    display: inline-block;
    transform: scale(.68);
    position: relative;
    top: -4px;
}
.footer-left-item .footer-num {
    font-family: 'fontDINE';
    font-size: 76px;
    color: white;
    position: absolute;
    left: 33px;
    top: -60px;
    transform: scale(0.8, 1.3);
    transform-origin: 0 0;
}
.footer-left {
    display: flex;
    align-items: center;
    margin-left: 4%;
}
.footer-right {
    display: flex;
    margin-right: 12%;
}
.footer-right .footer-right-link {
    width: 260px;
    /*width: 280px;*/
    height: 86px;
    position: relative;
    z-index: 1;
    margin-right: 26px;
    display: flex;
}
.footer-right .footer-right-link:last-child {
    margin-right: 0;
}
.footer-right .footer-right-link:hover .right-link-bg {
    transform: scale(1.1, 1.2);
}
.footer-right .right-link-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #00479D;
    transition: transform .2s ease;
    transform: scale(1);
}
.right-link-wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid white;
}
.right-link-wrap .right-link-info {
    border-left: 1px solid white;
    color: white;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}
.right-link-wrap .right-link-icon {
    flex: 0 0 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-link-wrap .right-link-icon img {
    width: 50px;
}
.right-link-wrap .right-link-cn {
    font-size: 16px;
    text-align: center;
}
.right-link-wrap .right-link-en {
    font-size: 12px;
    display: inline-block;
    transform: scale(0.74);
    position: relative;
    margin-left: -35px;
    text-align: center;
    width: 142%;
}
.right-link-go {
    text-align: center;
    margin-top: 4px;
}
.right-link-go img {
    width: 22px;
}
.business-list {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.business-list .business-item {
    background-color: white;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #595757;
    font-size: 12px;
    flex: 0 0 26%;
    height: 380px;
    transition: all .2s ease;
}
.business-list .business-item .hover-img {
    display: none;
}
.business-list .business-item:hover .hover-img {
    display: block;
}
.business-list .business-item:hover .normal-img {
    display: none;
}
.business-list .business-item:hover {
    background-color: rgb(0, 104, 183);
    color: white;
}
.business-list .business-item img {
    width: 80px;
}
.business-list .business-item img:hover{
    background: rgb(0, 104, 183);
}
.business-list .business-item .business-wrap {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}
.business-wrap p {
    margin-top: 10px;
}
.copyright-imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px 38px;
    margin-top: 60px;
}
.copyright-imgs img {
    width: 100%;
    display: block;
}
.copyright-imgs .copyright-imgs-item {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* .copyright-imgs .copyright-imgs-item img {
    max-width: 90%;
}
.copyright-imgs .copyright-imgs-item:nth-child(5),
.copyright-imgs .copyright-imgs-item:nth-child(5n + 5) {
    width: 26%;
}
.copyright-imgs .copyright-imgs-item:nth-child(6),
.copyright-imgs .copyright-imgs-item:nth-child(6n + 4) {
    width: 18%;
}
.copyright-imgs .copyright-imgs-item:first-child {
    width: 18%;
} */
.bg-gray {
    background-color: #f3f3f3;
}

.time-box {
    display: flex;
}

.time-box ul {
    white-space: nowrap;
    margin: 0;
}

.time-box ul li {
    outline: none;
    display: inline-block;
    list-style-type: none;
    margin: 0px;
}

.cx-time-line {
    position: relative;
    width: 150px;
    height: 100%;
}

.cx-time-top {
    position: absolute;
    bottom: 50%;
    left: -15px;
    width: 120px;
    min-height: 20px;
    height: auto;
    font-size: 14px;
    margin-bottom: 12px;
}

.cx-time-round {
    position: relative;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    background: rgba(18, 175, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
}

.cx-time-bottom {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 120px;
    min-height: 20px;
    height: auto;
    font-size: 14px;
    margin-top: 12px;
}

.single {
    display: flex;
}

.single img {}

.relevant {
    color: #057FFF;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}

.solu-case {
    display: flex;
    margin-top: 20px;
}

.solu-case .case-item {
    display: flex;
    flex-wrap: wrap;
}

.solu-case .case-item span {
    font-size: 16px;
    color: #666666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.section-head {
}

.section-head .pro_case_bg {
  background-color: rgba(0, 0, 0, .2);
}

.head-box {
  top: 50% !important;
  transform: translateY(-50%);
}

.head-title {
  text-align: center;
  font-size: 32px!important;
}

.head-content {
  width: 100%!important;
  font-size: 26px!important;
  text-align: justify;
}

.ext-title {
    text-align: center;
  position: relative;
  font-size: 44px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei, 微软雅黑, Segoe UI-Regular, Segoe UI;
  font-weight: 300;
  line-height: 42px;
  margin-top: 109px;
}

.ext-desc {
    text-align: center;
    font-size: 25px;
    line-height: 26px;
    color: #595757;
    margin-top: 25px;
}

.ext-content {
    font-size: 18px;
    text-align: center;
    color: #595757;
    line-height: 35px;
}

.image-box img {
  max-width: 100%;
}

.guojianli {
  margin-top: 150px;
}

.case-box {
  background-color: #fff!important;
  margin-top: 3%;
}

.case-title {
  position: relative;
  height: 42px;
}

.case-title::after {
  content: '';
  position: absolute;
  left: 1px;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #057FFF;
}

.case-title h3 {
  font-weight: 300;
}

.case-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  --gap: 40px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.case-item {
  width: calc(33.33333% - var(--gap))!important;
  margin-right: 0!important;
  float: none!important;
  margin: var(--gap) 0 0 var(--gap);
}

.case-item dt {
  padding-bottom: 0!important;
}

.case-tag {
  display: flex;
  align-items: center;
}

.case-category {
  margin-left: 10px;
}

.case-figure {
  position: relative;
  display: block;
  height: 0;
  padding-top: 60.5%;
}

.case-figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

.case-item .more {
  text-align: center;
  margin-top: 18px;
}

.case-item .more a {
  display: inline-block;
  width: 130px;
  height: 32px;
  line-height: 32px;
}

.body-title {
  font-size: 24px;
}

.body-content {
  font-size: 16px;
}
