.page-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* 720 */
    height: calc(31.250vw + 120px);
}

.inside-main {
    /* width: 75%; */
    /* margin: 0 auto; */
    padding-left: 12.5%;
    padding-right: 12.5%;
}

.page-banner .inside-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.page-banner .inside-main .s-title {
    margin-bottom: 20px;
    font-size: calc(30rem / 16);
}

.page-banner .inside-main .b-title {
    font-size: calc(90rem / 16);
}

.page-banner .inside-main .b-title-solution {
    font-size: calc(40rem / 16);
}

.page-banner .top-nav {
    display: flex;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, .1); */
    background-color: rgb(0, 38, 74);
}

.page-banner .top-nav li {
    flex: 1;
}

.page-banner .top-nav a {
    display: inline-block;
    width: 100%;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    font-size: calc(18rem / 16);
    text-align: center;
    line-height: 60px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.page-banner .top-nav a:hover {
    border-top: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.page-banner .top-nav li.active a {
    border-top: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.footprint-container {
    background-color: #fff;
}

.footprint-container .common-title {
    padding-bottom: 2.083vw;
    border-bottom: 1px solid #dedede;
}

.footprint-content .top-content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 3.125vw;
    font-size: calc(26rem / 16);
    color: #4c4c4c;
}

.footprint-content .footprint-swiper {
    display: flex;
    width: 40%;
    overflow: hidden;
}

.footprint-content .footprint-swiper .content {
    position: relative;
}

.footprint-content .footprint-swiper .wfEditorMode {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    z-index: 5;
}

.footprint-content .footprint-button {
    display: flex;
    margin-left: 5.208vw;
}

.footprint-content .footprint-button-prev,
.footprint-content .footprint-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 3px #c1c1c1;
}

.footprint-content .footprint-button-prev:not(.swiper-button-disabled):hover,
.footprint-content .footprint-button-next:not(.swiper-button-disabled):hover {
    background-color: #e4962e;
}

.footprint-content .footprint-button-next {
    margin-left: 12px;
}

/* .footprint-content  .swiper-button-lock {
    display: block;
} */

.footprint-content .timeline {
    margin-top: 5.813vw;
    /* font-size: 0; */
}

.footprint-content .timeline-swiper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    font-size: 16px;
    color: #e4962e;
}

.footprint-content .timeline-swiper .swiper-slide {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.footprint-content .timeline-swiper p {
    transition: all .5s;
}

.footprint-content .timeline-swiper .swiper-slide-active p {
    font-size: 120px;
    font-weight: 100;
}

.footprint-content .timeline-swiper .swiper-slide-next {
    justify-content: flex-start;
}

.footprint-content .timeline-swiper .swiper-slide-next p {
    margin-left: 50px;
    line-height: 70px;
}

.footprint-content .timeline-bg {
    display: block;
    width: 100%;
}

.footprint-content .swiper-button-disabled {
    opacity: .5;
}

.know-container {
    position: relative;
    padding-bottom: calc(32.292vw / 2 + 2.083vw);
}

.know-container .top-content {
    display: flex;
}

.know-container .top-content .left-content {
    width: 50%;
}

.know-container .top-content .left-content .left-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
}

.know-container .top-content .content {
    width: 50%;
}

.know-container .common-s-title {
    margin-bottom: 1.042vw;
}

.know-container .text {
    margin-top: 2.083vw;
    font-size: calc(20rem / 16);
    color: #4c4c4c;
}

.know-container .pic {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(55%);
    width: 100%;
    height: 32.292vw;
    margin-top: 4.167vw;
}

.know-container .pic img {
    max-height: 100%;
    object-fit: cover;
}

.where-we-are {
    padding-bottom: 6.250vw;
    margin-top: calc(32.292vw * .55);
    background-color: #f5f5f5;
    color: #fff;
}

.where-we-are .text {
    margin-top: 2.083vw;
    margin-bottom: 4vw;
    font-size: calc(25rem / 16);
}

.our-value {
    background-color: #f5f5f5;
}

.our-value .content-list {
    display: flex;
    justify-content: space-between;
    margin-top: 2.604vw;
}

.our-value .content-list .content-item {
    width: calc((100% - 6.25vw) / 3);
    padding-top: 6.771vw;
    padding-bottom: 6.250vw;
    text-align: center;
    background-color: #fff;
    transition: all .5s;
}

.our-value .content-list .content-item:nth-child(3n + 2) {
    margin: 0 3.125vw;
}

.our-value .content-list .content-item .title {
    margin-top: 4.688vw;
    font-size: calc(36rem / 16);
    color: #001457;
}

.our-value .content-list .content-item .pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(10.417vw + 20px);
    height: calc(10.417vw + 20px);
    margin: 0 auto;
    border: 1px solid #eeeeee;
    border-radius: 50%;
}

.our-value .content-list .content-item .pic::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../images/value_bg.png') no-repeat center/cover;
    animation: fullRotate 2s linear infinite;
    transition: all .5s;
}

.our-value .content-list .content-item .pic img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

/* .our-value .content-list .content-item .pic:hover::after {
    opacity: 1;
} */

.our-value .content-list .content-item:hover {
    background-color: rgb(0, 38, 74);
}

.our-value .content-list .content-item:hover .title {
    color: #fff;
}

.our-value .content-list .content-item .put {
    display: none;
}

.our-value .content-list .content-item:hover .put {
    display: none;
}

.our-value .content-list .content-item:hover .default {
    display: none;
}

.our-value .content-list .content-item:hover .put {
    display: block;
}

.solution-list {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.solution-list .solution-item {
    display: flex;
    width: 100%;
    min-height: calc(17.708vw + 80px);
    background-color: #fff;
    font-size: calc(18rem / 16);
    color: #4c4c4c;
}

.solution-list .solution-item:not(:last-child) {
    margin-bottom: 2.083vw;
}

.solution-list .solution-item:nth-child(even) {
    flex-direction: row-reverse;
}

.solution-list .solution-item .left-content,
.solution-list .solution-item .right-pic {
    width: 50%;
}

.solution-list .solution-item .left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.125vw;
}

.solution-list .solution-item .left-content .text {
    margin-top: 1.563vw;
}

.solution-list .solution-item .left-content .common-btn {
    margin-top: 2.083vw;
}

.solution-list .solution-item .right-pic img {
    min-height: 100%;
    object-fit: cover;
}

.solution-list .solution-item ul li {
    position: relative;
    padding-left: 1.042vw;
    margin-bottom: 0.781vw;
    font-size: calc(18rem / 16);
}

.solution-list .solution-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(7rem / 16);
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e4962e;
}

.map-container {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.map-container .left-content,
.map-container .right-map {
    width: 55%;
}

.map-container .right-map {
    width: 45%;
    min-height: calc(20.833vw + 80px);
}

.map-container .left-content {
    display: flex;
    flex-direction: column;
    padding-right: 5%;
}

.map-container .left-content .text-content {
    flex: 1;
    padding-left: 1.563vw;
    margin-top: 2.604vw;
    border-left: 1px solid #f4a841;
}

.map-container .left-content .text-content .item {
    margin-bottom: 2.083vw;
}

.map-container .left-content .text-content .name {
    margin-bottom: 0.260vw;
    font-size: 16px;
    color: #4c4c4c;
}

.map-container .left-content .text-content .text {
    font-size: calc(20rem / 16);
    color: #333333;
}

.map-container .right-map img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.office-container .common-m-title {
    margin-bottom: 2.083vw;
    text-align: center;
    /* color: #001457; */
    color: #fff;
}

.office-swiper {
    position: relative;
    width: 90%;
    /* height: 350px; */
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.office-swiper .swiper-wrapper {
    align-items: center;
}

.office-swiper .swiper-wrapper .swiper-slide {
    transform: scale(.7);
    transition: all .5s;
}

.office-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 3;
    transform: scale(1);
}

.office-swiper .swiper-wrapper .swiper-slide a.wfEditorMode {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transform: translateY(100%);
}

.office-swiper .swiper-slide.swiper-slide-prev {
    transform-origin: right;
}

.office-swiper .swiper-slide.swiper-slide-next {
    transform-origin: left;
}

.office-swiper .office-button-prev {
    left: 30%;
    transform: translate(-50%, -50%);
}

.office-swiper .office-button-next {
    right: 30%;
    transform: translate(50%, -50%);
}

.contact-form {
    background-color: #f5f5f5;
}

.contact-form input:not(.sub-btn),
.contact-form textarea {
    background-color: #f5f5f5;
}

.is-expert {
    display: flex;
    background-color: #f5f5f5;
}

.is-expert .left-content,
.is-expert .right-pic {
    width: 50%;
}

.is-expert .left-content {
    padding-right: 5%;
}

.is-expert .left-content .common-m-title {
    margin-bottom: 1.042vw;
    /* color: #001457; */
    color: rgb(194, 124, 102);
}

.is-expert .left-content .content {
    font-size: calc(18rem / 16);
    color: #4c4c4c;
}

.is-expert .left-content .content p {
    padding-bottom: 5px;
}

.is-expert .right-pic img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.detail-main {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: calc(6.250vw + 80px);
    margin: 0 auto;
    background-color: #f5f5f5;
}

.detail-main .common-title {
    padding-bottom: 2.604vw;
    text-align: center;
}

.detail-main .content {
    padding-top: 2.604vw;
    font-size: calc(18rem / 16);
    color: #4c4c4c;
    border-top: 1px solid #dedede;
}

.detail-main .content p {
    margin-bottom: 3px;
}

.detail-main .content ul {
    padding-left: calc(2.604vw + 5px);
    margin-top: 10px;
}

.detail-main .content ul li {
    list-style-type: initial;
}

.detail-main .content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.604vw auto;
}