.page-right {
    position: fixed;
    top: 60%;
    right: 0;
    height: 203px;
    margin-top: -70px;
    z-index: 999;
}

.web-page-right {
    display: block;
}

.mobile-page-right {
    display: none;
}

.page-right .phone,
.page-right .code,
.page-right .top {
    transition: .5s;
    cursor: pointer;
    position: fixed;
    border-radius: 5px 0 0 5px;
}

.page-right div {
    display: flex;
    align-items: center;
    justify-content: center;
}



.page-right img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}


.page-right .code {
    bottom: calc(40% - 20px);
}

.page-right .code img {
    width: 27px;
    height: 27px;
}


.page-right .top {
    flex-wrap: wrap;
    bottom: calc(40% - 20px - 50px);
}

.page-right .phone,
.page-right .code,
.page-right .top {
    right: 0px;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.62);
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}

.page-right .showphone {
    right: 0px;
    bottom: 40%;
    width: 160px;
    height: 42px;
    background: #369A94;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.page-right .showcode {
    right: 0px;
    bottom: 40%;
    width: 200px;
    height: 160px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    padding-right: 40px;
}

.page-right .showcode img {
    width: 100%;
    height: 100%;
}



.width {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.title-bar {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    padding: 30px 0;
}

.title-bar .title {
    position: relative;
    color: #369A94;
}

.title-bar .en {
    margin: -10px;
    color: #bedcda;
}

.home-about-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-technology-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.theory-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-about-box .about-content img {
    width: 100%;
}

.home-technology-box .technology-content img {
    width: 100%;
}

.home-about-box,
.home-technology-box {
    position: relative;
    background: #f8f8f8;
}

.about-content,
.technology-content {
    position: relative;
    z-index: 10;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content img {
    width: 50%;
}

.content-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.content-title-en {
    font-weight: bold;
    font-size: 16px;
    color: #D6D6D6;
    line-height: 19px;
}

.content-text {
    margin: 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.aboutinfo {
    text-align: left;
}

.content-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-label .line {
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    color: #369A94;
}

.content-label .line img {
    width: 52px;
    height: 52px;
}

.content .content-label .line .line-title {
    font-size: 16px;
}

.content .content-label .line .line-title-en {
    font-size: 12px;
}

.home-technology-box .content-label .line {
    display: flex;
    text-align: left !important;
}

.home-technology-box .content-label img {
    margin-right: 5px;
}

.home-technology-box .content-label .line-title-en {
    color: #7A7A7A;
}

.home-about-box:after,
.home-technology-box:after {
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
    height: 100%;
    width: 40%;
    background: #369A94;
}

.home-about-box:before,
.home-technology-box:before {
    position: absolute;
    top: 50px;
    content: '';
    z-index: 2;
    width: 232px;
    height: 216px;
    background: url("../image/logo3.png") no-repeat;
    background-size: 100%;
}

.home-about-box:before {
    left: 40px;
}

.home-technology-box:after {
    right: 0;
}

.home-technology-box:before {
    right: 40px;
}

.theory-content .item {
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
    cursor: pointer;
    background: #EDEDED;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.theory-content .item img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
}

.theory-content .item .item-cont {
    text-align: left;
}

.theory-content .item .item-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.theory-content .item .item-desc {
    margin: 5px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 18px;
}

.theory-content .item .item-label {
    display: flex;
    flex-wrap: wrap;
}

.theory-content .item .label {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid;
    font-weight: 400;
    font-size: 14px;
    color: #369A94;
    line-height: 30px;
}

.theory-content .item .i {}

.theory-content .item:hover {
    background: #369a94;
    position: relative;
}

.theory-content .item:hover .item-cont {
    position: relative;
    z-index: 10;
}


.theory-content .item:hover .item-title {
    color: #fff;
}

.theory-content .item:hover .item-desc {
    color: #fff;
}

.theory-content .item:hover .label {
    color: #fff;
}

.theory-content .item:hover:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    content: '';
    width: 160px;
    height: 128px;
    /* background: url("../images/logo3.png") no-repeat; */
    background-size: 100%;
}

.mobile-home-characteristic-box {
    display: none;
}

.mobile-team-banner {
    display: none;
}

.result-banner .banner-result {
    white-space: nowrap;
    overflow: hidden;
}

.result-banner .banner-result .item {
    display: inline-block;
    width: 50vw;
    height: 27.5vw;
    position: relative;
    margin-right: 25px;
}

.result-banner .banner-result .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.result-banner .banner-result .item .shadow {
    position: absolute;
    transition: .5s;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.no-shadow .shadow {
    background: rgba(0, 0, 0, 0);
}


.result-banner .banner-result .item:last-child {
    margin: 0;
}











.home-result-box .banner {
    white-space: nowrap;
    overflow: hidden;
}

.home-result-box .banner .item {
    display: inline-block;
    width: 50vw;
    height: 27.5vw;
    position: relative;
    margin-right: 25px;
}

.home-result-box .banner .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-result-box .banner .item .shadow {
    position: absolute;
    transition: .5s;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.home-result-box .banner .no-shadow .shadow {
    background: rgba(0, 0, 0, 0);
}

.home-result-box .banner .item:last-child {
    margin: 0;
}

.result-banner,
.home-team-box .team-banner {
    /* position: relative;
    padding: 20px;
    display: flex; */
}

.home-team-box .web-team-banner {
    height: 500px;
}

.home-team-box .team-item-list {
    margin-bottom: 40px;
    cursor: pointer;
    overflow: hidden;
}

.home-team-box .team-item-list .text-cont {
    width: 100%;
    margin: auto;
    background: #369A94;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
}

.home-team-box .team-item-list img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-size: cover;
    /* 保持图片比例，但完全覆盖div */
    background-position: center;
    /* 图片居中显示 */
}

.home-team-box .team-item-list img:hover {
    width: 105%;
    overflow: hidden;
}

.home-team-box .team-item-list .name {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}


.home-team-box .team-banner .left-icon {
    left: 50px;
}

.home-team-box .team-banner .right-icon {
    right: 50px;
}

.result-banner .left-icon {
    left: 50px;
}

.result-banner .right-icon {
    right: 50px;
}

.left-icon,
.right-icon {
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background: #707479;
    border-radius: 50%;
}

.left-icon:before,
.right-icon:before {
    position: absolute;
    content: '';
    top: calc(50% - 10px);
    width: 18px;
    height: 18px;
    border: solid rgba(255, 255, 255, 0.4);
    border-top: 2px;
    border-right: 2px;
}

.left-icon:before {
    left: calc(50% - 9px);
    transform: rotate(45deg);
}

.right-icon:before {
    right: calc(50% - 9px);
    transform: rotate(225deg);
}

.left-icon:hover,
.right-icon:hover {
    background: #30817e;
}

.left-icon:hover:before,
.right-icon:hover:before {
    border-color: #fff;
}

.team-content {
    padding-bottom: 20px;
}

.play-video {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.content-text .title {
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    line-height: 50px;

}

.content-text .title span {
    font-size: 40px;
}

.content-text img {
    width: 147px;
    height: 13px;
    margin-bottom: 10px;
}

.content-text .text {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.content-text .button {
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 38px;
    background: #369A94;
    border-radius: 34px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.home-team-box .team-banner-content {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.home-team-box .team-item {
    width: 20.8vw;
    height: 28vw;
    position: relative;
    display: flex;
    padding: 10px;
}

.home-team-box .team-item .text-cont {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #F8F8F8;
    width: calc(100% - 20px);
    padding: 10px 20px;
}

.home-team-box .team-item .name {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}

.home-team-box .team-item .desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

/*0.91倍*/

.home-team-box .reduce {
    width: 23.66vw;
    height: 31.85vw;
}

/*原始大小*/

.home-team-box .no-shadow {
    width: 26vw;
    height: 35vw;
}

.home-team-box .no-shadow .text-cont {
    background: #369a94;
}

.home-team-box .no-shadow .name {
    color: #fff;
}

.home-team-box .no-shadow .desc {
    white-space: break-spaces;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-team-box .team-content img {
    width: 100%;
}



.home-result-box .result-content img {
    width: 100%;
}

.home-result-box .content-text img {
    width: 147px;
    height: 13px;
    margin-bottom: 10px;
}

.consult-content img {
    width: 100%;
}

.home-team-box .content-text img {
    width: 147px;
    height: 13px;
    margin-bottom: 10px;
}

.consult-content .content-text img {
    width: 147px;
    height: 13px;
    margin-bottom: 10px;
}


.home-reedback-box,
.home-area-box {
    background: #EDEDED;
}


.home-area-box .content {
    position: relative;
}

.home-area-box .content img {
    width: 100%;
}

.home-area-box .content .text-cont {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.home-area-box .content .text-cont .en {
    font-weight: bold;
    font-size: 24px;
    color: #8BCCC7;
    line-height: 38px;
}

.home-area-box .content .text-cont .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
}

.home-area-box .content .text-cont .title,
.address {
    font-weight: bold;
    font-size: 24px;
    color: #369A94;
    line-height: 30px;
}


.consult-content {
    padding-bottom: 30px;

    .content-text {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}



.home-characteristic-box {
    position: relative;
}

.home-characteristic-box .top-text {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
}

.home-characteristic-box .top-text .title {
    font-weight: bold;
}


.home-characteristic-box .content {
    position: relative;
    height: 37vw;
    display: flex;
    align-items: center;
}

.home-characteristic-box .content .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.home-characteristic-box .content .desc {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.home-characteristic-box .content .line-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.home-characteristic-box .content .line-list .text {
    font-size: 14px;
    color: #369A94;
    line-height: 16px;
}

.home-characteristic-box .content .line-list img {
    width: 58px;
}


.home-characteristic-box .content .content-top {
    width: 80%;
}

.home-characteristic-box .content .content-bottom {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-characteristic-box .content .content-bottom img {
    width: 40%;
}

.home-characteristic-box .content .content-bottom .content-bottom-text {
    width: 58%;
    height: 200px;
    overflow: auto;
}

.home-characteristic-box .content .content-bottom .desc-cont {
    height: 168px;
    overflow: auto;
}

.home-characteristic-box .content .content-bottom .desc {
    position: relative;
    padding-left: 10px;
}

.home-characteristic-box .content .content-bottom .desc:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 2px);
    border: 2px solid;
    border-radius: 50%;
}



.home-characteristic-box .content .content-left .title {
    color: #333333;
}

.home-characteristic-box .content .content-left .desc {
    color: #7A7A7A;
}



.home-characteristic-box .content .content-right .content-top {
    margin-left: 20%;
}

.home-characteristic-box .content .content-right .content-bottom {
    margin-left: 5%;
}

.home-characteristic-box .content .content-right .title {
    color: #fff;
}

.home-characteristic-box .content .content-right .desc {
    color: #fff;
}

.home-characteristic-box .content .content-right .desc-cont .desc {
    color: #C2FFFB;
}


.home-characteristic-box .content .content-right .text {
    color: #fff;
}


.home-characteristic-box .content-left,
.content-right {
    /* width: 50%; */
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.home-characteristic-box .content-bg2 {
    position: absolute;
    left: calc(50% - 8.5vw);
    top: 18vw;
    width: 17vw;
}

.home-characteristic-box .content-bg:after {
    left: 0;
    background: url("../images/chabg1.png") no-repeat;
}

.home-characteristic-box .content-bg:before {
    right: 0;
    background: url("../images/chabg2.png") no-repeat;
}

.home-characteristic-box .content-bg:after,
.content-bg:before {
    position: absolute;
    content: '';
    width: 50vw;
    height: 37vw;
    background-size: 100%;
}

.detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 10000;
    padding-top: 10%;
    background: rgba(0, 0, 0, 0.76);
}

.detail-content {
    width: 90%;
    margin: auto;
    height: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 12px 12px 12px 12px;
    overflow: auto;
}

.detail-content .wechatimg img {
    width: 100%;
}

.colse {
    text-align: right;
}

.colse img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#mapmain {
    width: 1200px;
    height: 800px;
    margin: auto;
}


@media (max-width: 767.98px) {

    .text-center {
        text-align: center;
    }

    #mapmain {
        width: 700px;
        height: 370px;
        margin: auto;
    }

    .home-about-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-technology-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .theory-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .title-bar {
        font-size: 24px;
        padding: 20px 0;
    }

    .title-bar .en {
        margin: -16px;
        font-size: 18px;
    }

    .content-right,
    .technology-content {
        padding: 10px;
    }

    .home-about-box:after,
    .home-technology-box:after {
        background: #fff;
    }

    .content-label .line {
        margin-bottom: 10px;
    }

    .content-label .line .line-title {
        font-size: 14px;
    }

    .content-label .line .line-title-en {
        font-size: 12px;
    }

    .theory-content .item .item-title {
        font-size: 18px;
    }

    .theory-content .item .label {
        font-size: 12px;
    }

    .content-text .title {
        font-size: 18px;
        line-height: 36px;
    }

    .content-text .title span {
        font-size: 30px;
    }

    .home-result-box,
    .home-reedback-box,
    .home-team-box .content-text {
        text-align: left;
    }

    .content-text .button {
        margin: auto;
        margin-top: 10px;
    }

    .home-area-box {
        padding: 10px;
    }

    .home-area-box .content .text-cont .en {
        font-size: 14px;
        line-height: 20px;
    }

    .home-area-box .content .text-cont .title,
    .address {
        font-size: 14px;
        line-height: 20px;
    }

    .consult-content .content-text {
        padding: 10px;
    }

    .web-home-characteristic-box {
        display: none;
    }

    .mobile-home-characteristic-box {
        display: block;
        padding: 10px;
    }

    .mobile-home-characteristic-box .title {
        font-weight: bold;
        font-size: 20px;
        line-height: 60px;
        color: #333333;
        text-align: center;
    }

    .mobile-home-characteristic-box .desc {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: #333333;
    }

    .web-team-banner {
        display: none;
    }

    .mobile-team-banner {
        display: block;
        padding: 10px;
    }

    .mobile-team-banner img {
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }

    .mobile-team-banner .text-cont {
        width: 100%;
        margin: auto;
        background: #369A94;
        color: #ffffff;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
    }


    .left-icon,
    .right-icon {
        width: 35px;
        height: 35px;
    }

    .left-icon:before {
        left: calc(50% - 4px);
    }

    .right-icon:before {
        right: calc(50% - 4px);
    }

    .left-icon:before,
    .right-icon:before {
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
    }

    .web-page-right {
        display: none;
    }

    .mobile-page-right {
        display: block;
    }
}