.block {
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

body {
    height: 100%
}

html {
    height: 100%
}

@media screen and (max-width:900px) {
    html {
        font-size: 6px
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    html {
        font-size: 7px
    }
}

@media screen and (min-width:1000px) and (max-width:1150px) {
    html {
        font-size: 8px
    }
}

@media screen and (min-width:1150px) and (max-width:1300px) {
    html {
        font-size: 9px
    }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
    html {
        font-size: 10px
    }
}

@media screen and (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:1600px) and (max-width:1700px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1700px) and (max-width:1820px) {
    html {
        font-size: 13px
    }
}

@media screen and (min-width:1820px) and (max-width:2090px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:2090px) {
    html {
        font-size: 15px
    }
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.mod {
    text-align: left;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.mod .banner {
    width: 100%;
    height: 63.14rem;
    background: url(./image/bg.png) no-repeat center / cover;
    position: relative
}
.mod .banner2{
    width: 100%;
    height: 33.14rem;
    background: url(./image/banner3.png) no-repeat center / cover;
    position: relative
}
.mod .banner3{
    width: 100%;
    height: 33.14rem;
    background: url(./image/banner5.png) no-repeat top / cover;
    position: relative
}
.mod .banner4{
    width: 100%;
    height: 20.14rem;
    background:#f3f6f4;
    position: relative
}
.mod .banner__container {
    width: 85.71rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.mod .banner__container__head {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: .79rem;
    left: 0
}

.mod .banner__container__head__in {
    width: 100%;
    padding: 0 100px;
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}

.mod .banner__container__head .head__titleout {
    width: 660px;
    padding-right: 200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mod .banner__container__head .head__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.mod .banner__container__head .head__title .head__title__guide {
    display: none
}

.mod .banner__container__head .head__title .head__title__guide p {
    height: 1.71rem;
    font-size: 1.29rem;
    font-family: HelveticaNeue;
    color: #212A38;
    line-height: 1.71rem
}

.mod .banner__container__head .head__title .head__title__guide p:hover {
    height: 1.71rem;
    font-size: 1.29rem;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700;
    color: #0a695e;
    line-height: 1.71rem
}

.mod .banner__container__head .head__title .head__title__icon {
    position: absolute;
    right: -.94rem;
    bottom: 1.89rem;
    width: .71rem;
    height: .71rem
}

.mod .banner__container__head .head__title__text {
    height: 1.71rem;
    font-size: 20px;
    font-family: Archivo-Regular, Archivo;
    font-weight: 500;
    color: #222;

    line-height: 1.71rem
}

.mod .banner__container__head .head__title__textb {
    height: 1.71rem;
    font-size: 20px;
    font-family: Archivo-Regular, Archivo;
    font-weight: 600;
    color: #0a6a5e;
    line-height: 1.71rem
}

.mod .banner__container__head .head__title:hover .head__title__guide {
    display: flex;
    background: #fff;
    box-shadow: 0rem .29rem .86rem 0rem rgba(216, 221, 229, .6);
    border-radius: .57rem;
    position: absolute;
    top: 4.41rem;
    left: -6.19rem;
    align-items: center;
    justify-content: space-evenly;
    z-index: 9
}

.mod .banner__container__head .head .head__title__guide:hover {
    display: flex;
    width: 18rem;
    height: 13.14rem;
    background: #fff;
    box-shadow: 0rem .29rem .86rem 0rem rgba(216, 221, 229, .6);
    border-radius: .57rem;
    position: absolute;
    top: 4.41rem;
    left: -5.79rem;
    align-items: center;
    justify-content: space-between
}

.mod .banner__container__head .head__title:hover .head__title__icon {
    position: absolute;
    right: -.94rem;
    bottom: 1.89rem;
    width: .71rem;
    height: .71rem;
    transform: rotate(180deg)
}

.mod .banner__container__head .head__logo {
    width: 7.29rem;
    height: 2.2rem;
    cursor: pointer
}

.mod .banner__desc {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 44.86rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}
.mod .banner__desc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44.86rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}
.mod .banner__desc__title {
    display: inline-block;
    color: #222;
    font-size: 2.8rem;
    font-family: Inter-Bold, Inter;
    font-weight: 700;
    line-height: 5.29rem
}

.mod .banner__desc__tip {
    height: 2.86rem;
    line-height: 2.86rem;
    color: #222;
    background: rgba(255, 255, 255, .2);
    border-radius: .43rem;
    padding: 0 .57rem;
    font-size: 1.71rem;
    margin-top: 1.79rem
}

.mod .banner__desc__together {
    height: auto;
    font-size: 2.57rem;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700;
    color: #222;
    line-height: 3.86rem;
    margin-top: 1.71rem
}

.mod .banner__desc__group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 4.43rem
}

.mod .banner__desc__group__google {
    width: 14.93rem;
    height: 6.71rem;
    margin-right: 1.14rem
}

.mod .banner__logo {
    position: absolute;
    top: 58.14rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 82.86rem;
    height: 10rem;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0rem .93rem 1.14rem 0rem rgba(216, 221, 229, .5);
    border-radius: 1.14rem
}

.mod .banner__logo__1 {
    width: 3.43rem;
    height: 3.43rem
}

.mod .banner__logo__2 {
    width: 8.21rem;
    height: 3.43rem;
    margin-left: 7.14rem
}

.mod .banner__logo__3 {
    width: 6.14rem;
    height: 3.43rem;
    margin-left: 7.14rem
}

.mod .banner__logo__4 {
    width: 8.21rem;
    height: 3.43rem;
    margin-left: 7.14rem
}

.mod .banner__logo__5 {
    width: 8.19rem;
    height: 3.43rem;
    margin-left: 7.14rem;
    cursor: pointer
}

.mod .banner-title {
    width: 62.86rem;
    height: 8.57rem;
    font-size: 2.86rem;
    font-family: Archivo-Bold, Archivo;
    font-weight: 700;
    color: #202630;
    line-height: 4.29rem;
    margin: 14.29rem auto 0rem;
    text-align: center
}

.mod .banner-title .banner-title-bule {
    display: inline-block;
    color: #0a695e
}

.mod .banner-out {
    height: 100.36rem;
    width: 100%
}

.mod .banner-out .banner-bg {
    width: 51.93rem;
    height: 54.43rem;
    margin-top: 6rem;
    margin-left: -13rem
}

.mod .banner-out .wrap {
    display: flex;
    flex-direction: row;
    width: 82.86rem;
    margin: 0 auto
}

.mod .banner-out .wrap .item-content {
    margin-top: 8.79rem
}

.mod .banner-out .wrap .step-1 {
    margin-left: -11.43rem
}

.mod .banner-out .wrap .step-2 {
    margin-left: -5.63rem
}

.mod .banner-out .wrap .step-3 {
    margin-left: -2.21rem
}

.mod .banner-out .wrap .step-4 {
    margin-left: -5.63rem
}

.mod .banner-out .wrap .step-5 {
    margin-left: -11.43rem
}

.mod .banner-out .wrap .wrap-item {
    display: flex;
    width: 38.86rem;
    flex-wrap: wrap;
    margin-bottom: 2.86rem
}

.mod .banner-out .wrap .wrap-item .wrap-item-icon {
    width: 3.43rem;
    height: 3.43rem
}

.mod .banner-out .wrap .wrap-item .wrap-item-title {
    height: 2.57rem;
    font-size: 1.71rem;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700;
    color: #535967;
    line-height: 2.57rem;
    margin-left: 1.14rem
}

.mod .banner-out .wrap .wrap-item .wrap-item-detail {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-family: HelveticaNeue;
    color: #212A38;
    line-height: 1.71rem;
    margin-top: .64rem;
    white-space: nowrap
}

.mod .banner-out .wrap .wrap-item .wrap-item-detail .wrap-item-detail-blue {
    color: #0a695e;
    font-weight: 700
}

.mod .intop {
    width: 2.29rem;
    height: 2.29rem;
    margin-left: .9rem
}

.mod .swiper-wrap {
    height: 61.71rem;
    text-align: center;
    padding-top: 8.57rem;
    background: #0a695e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mod .swiper-wrap .title {
    margin: 0 auto 5.43rem
}

.mod .swiper-wrap .title p {
    font-size: 2.86rem;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700;
    color: #fff;
    line-height: 4.29rem
}

.mod .swiper-wrap .swiper {
    width:100%;
    height: 40.57rem;
    margin: 0 auto;
    margin-bottom: 2.86rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.mod .swiper-wrap .swiper .gallery {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mod .swiper-wrap .swiper .gallery .swiper-item {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.28rem;
    width: 30.71rem;
    height: 35.57rem;
    background: #FFF;
    border-radius: .86rem;
    margin: 0 1.43rem
}

.mod .swiper-wrap .swiper .gallery .swiper-item .avatar {
    width: 4.29rem;
    height: 4.29rem;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 1.71rem;
    margin-bottom: .86rem
}

.mod .swiper-wrap .swiper .gallery .swiper-item .avatar1 {
    background-image: url(./image/r3.png)
}

.mod .swiper-wrap .swiper .gallery .swiper-item .avatar2 {
    background-image: url(./image/r4.png)
}

.mod .swiper-wrap .swiper .gallery .swiper-item .avatar3 {
    background-image: url(./image/r5.png)
}



.mod .swiper-wrap .swiper .gallery .swiper-item .name {
    color: #212A38;
    font-size: 1.43rem;
    display: block;
    text-align: left;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700
}

.mod .swiper-wrap .swiper .gallery .swiper-item .text {
    width: 20rem;
    word-wrap: break-word;
    font-size: 1.14rem;
    line-height: 1.71rem;
    color: #7D8494;
    display: block;
    text-align: center;
    margin-top: 1.71rem
}

.mod .swiper-wrap .swiper .gallery .swiper-item-active {
    box-shadow: 0 .71rem 2.14rem 0 rgba(216, 221, 229, .5);
    border: 0
}

.mod .swiper-wrap .pagination {
    height: 3.43rem;
    width: 10.29rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.mod .swiper-wrap .pagination div {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    width: 3.43rem;
    height: 3.43rem;
    color: #8AA1AC;
    text-align: center
}

.mod .swiper-wrap .pagination .pre {
    background: url(./image/pagination_2d6e52e.png) no-repeat center center;
    transform: rotate(180deg);
    background-size: 100%;
    cursor: pointer
}

.mod .swiper-wrap .pagination .next {
    background: url(./image/pagination_2d6e52e.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer
}

.mod .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #293340;
    box-sizing: border-box;
    margin-top: auto;
    flex: 0 0 auto;
    padding: 2.93rem 0 2.93rem
}

.mod .footer .footer-out {
    width: 82.86rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.mod .footer .footer-out .footer-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.mod .footer .footer-out .footer-detail .footer-logo {
    width: 7.14rem;
    height: 2.14rem;
    margin-bottom: 1.71rem
}

.mod .footer .footer-out .footer-detail .details {
    width: 9.21rem;
    height: 1.71rem;
    font-size: 1.14rem;
    font-family: Archivo-Regular, Archivo;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    line-height: 1.71rem;
    text-align: left;
    margin-bottom: 20px;
}

.mod .footer .footer-wrap {
    width: 82.86rem;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.mod .footer .footer-wrap .footer-wrap-left {
    width: 30.29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-samll {
    font-size: .86rem;
    font-family: HelveticaNeue;
    color: rgba(255, 255, 255, .3);
    line-height: 1.57rem;
    margin-left: 2rem;
    margin-bottom: 1.14rem;
    
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-tel {
    align-items: center;
    margin-bottom: .78rem;
    width: 266px;
 
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-tel .footer-wrap-left-tel-img {
    width: 1.43rem;
    height: 1.43rem;
    margin-right: .57rem
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-tel .footer-wrap-left-tel-text {
    font-size: 1rem;
    font-family: HelveticaNeue;
    color: rgba(255, 255, 255, .6);
    line-height: 1.57rem
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-sign {
    align-items: center
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-sign .footer-wrap-left-sign-text {
    height: 1.71rem;
    font-size: 1.14rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .8);
    line-height: 1.71rem
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-sign .footer-wrap-left-sign-img {
    width: 1.43rem;
    height: 1.43rem;
    margin-left: 1.14rem
}

.mod .footer .footer-wrap .footer-wrap-left .footer-wrap-left-google {
    width: 9.14rem;
    height: 3.15rem;
    margin-right: 1.14rem;
    margin-top: 1.14rem
}

.mod .footer .footer-wrap .footer-wrap-right {
    width: 41.79rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: HelveticaNeue
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-logo1 {
    width: 2.57rem;
    height: 2.57rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-logo2 {
    width: 6.21rem;
    height: 2.57rem;
    margin: 0 1.93rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-logo3 {
    width: 4.5rem;
    height: 2.57rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-logo4 {
    width: 6.21rem;
    height: 2.57rem;
    margin-left: 1.93rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-logo5 {
    width: 6rem;
    height: 2.57rem;
    margin-left: 1.93rem;
    cursor: pointer
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-title {
    width: 41.79rem;
    line-height: 1.57rem;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    padding-top: 3rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-text {
    width: 41.79rem;
    line-height: 1.57rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    padding-top: 3rem
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-center {
    line-height: 1.57rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .6)
}

.mod .footer .footer-wrap .footer-wrap-right .footer-wrap-right-center-bold {
    line-height: 1.57rem;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .6)
}

.mod .footer .footer-wrap .footer-wrap-left-content {
    height: 1rem;
    font-size: 1rem;
    font-family: HelveticaNeue;
    color: rgba(255, 255, 255, .6);
    line-height: 1rem;
    margin-top: 3.28rem
}

.mod .footer .line {
    width: 82.86rem;
    height: .07rem;
    background: #FFF;
    opacity: .1;
    margin: 3.39rem auto 0
}

.mod .footer .footer-copyright {
    width: 82.86rem;
    height: 1.14rem;
    font-size: .86rem;
    font-family: HelveticaNeue;
    color: rgba(255, 255, 255, .6);
    line-height: 1.14rem;
    margin: 1.11rem auto .57rem;
    opacity: .45
}

.mod .footer .footer-content-text {
    width: 82.86rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.57rem;
    margin: 0 auto;
    opacity: .8
}

.mod .footer .footer-content-title {
    width: 82.86rem;
    height: 1.57rem;
    font-size: 1rem;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    line-height: 1.57rem;
    margin: 1.71rem auto .57rem;
    opacity: .8
}

.mod .index-fix {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 10
}

.mod .index-fix .index-fix-wrap {
    width: 82.86rem;
    height: 64rem;
    margin: 1.43rem auto 0;
    overflow-y: scroll
}

.mod .index-fix .index-fix-wrap img {
    width: 100%
}

.mask-wrap {
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    display: flex
}

.mask-wrap .mask-block {
    width: 800px;
    height: 400px;
    margin: auto;
    position: relative
}

.mask-wrap .mask_wrap_img {
    width: 100%;
    height: 100%
}

.mask-wrap.closeMask {
    display: none
}

.mask-wrap .fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(./image/fancybox_11e57e4.png) -40px 0;
    cursor: pointer;
    z-index: 1103
}