.content {
    background: #2CB8C1;
    min-height: 23.814rem;
    position: relative;
    -webkit-text-size-adjust:none;
}
.content .slogan {
    padding-left: 2.113rem;
    padding-top: 3.364rem;
}
.slogan_zone {
    height: 9.451rem;
}
.content .line {
    width: 0.744rem;
    height: 0.045rem;
    background: #00ffdf;
}
.content .slogan .title {
    font-size: 0.714rem;
    line-height: 0.819rem;
    color: #FFFFFF;
    margin-top: 0.387rem;
}
.content .slogan .text {
    color: #FFFFFF;
    margin-top: 0.179rem;
    font-size: 0.20rem;
}
.slogan .about {
    width: 1.459rem;
    line-height: 0.417rem;
    display: block;
    background: #F08733;
    font-size: 0.150rem;
    text-align: center;
    border-radius: 0.208rem;
    margin-top: 0.402rem;
    color: #FFFFFF;
}
.slogan .about:hover {
    background: #186E84;
}

.content .service {
    background: #72c9c2;
    text-align: center;
    position: relative;
    z-index: 2;
}
.service_img {
    display: block;
    width: 100%;
    height: auto;
}
.service_img_m {
    display: none;
}

.service .items {
    padding-top: 0.193rem;
}
.service .items .item {
    width: 3.423rem;
    height: 0.893rem;
    display: inline-block;
    border-right: 0.030rem solid #aee4e8;
}
.service .items .item img {
    display: block;
    height: 0.893rem;
    margin-left: 0.476rem;
    float: left;
}
.service .items .item>div {
    display: block;
    float: left;
    margin-left: 0.119rem;
    padding-top: 0.074rem;
    color: #FFFFFF;
    max-width: 1.846rem;
}
.service .items .item>div span{
    display: block;
    text-align: left;
}
.service .items .item>div .b {
    font-size: 0.238rem;
    font-weight: 600;
}
.service .items .item>div .s {
    display: inline-block;
    margin-top: 0.045rem;
}
.map {
    margin-top: 2.530rem;
    padding-left: 1.727rem;
    overflow: hidden;
}
.map .left {
    width: 5.998rem;
    float: left;
}
.map .left .title {
    font-size: 0.327rem;
    color: #FFFFFF;
    line-height: 0.432rem;
    font-weight: bold;
    margin-bottom: 0.506rem;
}
.map .left p {
    margin-top: 0.238rem;
    color: #FFFFFF;
    font-size: 0.18rem;
    line-height: 0.253rem;
}
.lang_cn .map .left p {
    font-size: 0.2rem;
    line-height: .32rem;
}

.map .map_div {
    width: 10.463rem;
    height: 3.60rem;
    float: right;
    position: relative;
}
.map .map_img {
    display: block;
    width: 10.463rem;
    height: auto;
}
.content .product {
    margin-top: 1.488rem;
}
.content .product .row {
    overflow: hidden;
}
.product .item {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    float: left;
    position: relative;
    background-size: 100% 100%;
}
.product .item a {
    display: block;
    height: 100%;
}
.product .cate {
    background: #2CB8C1;
    color: #ffffff;
}
.product .item img {
    width: 100%;
    height: 100%;
}
.product .item img::before {
    content:"";
    display: inline-block;
    padding-bottom: 100%;
}


.hover_tips {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.shadow {
    width: 100%;
    height: 100%;
    background: #4db7b3;
    opacity: .5;
}
.beauty_cate .shadow {
    background: #F08733;
}
.hover_tips .word {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    line-height: 0.417rem;
    padding-top: 50%;
    margin-top: -0.417rem;
}
.hover_tips .word>div {
    display: inline-block;
    text-align: left;
}
.hover_tips .word .name {
    font-size: 0.298rem;
}
.hover_tips .word .subname {
    font-size: 0.20rem;
}

.map_zone {
    position: absolute;
    height: 0.208rem;
    line-height: 0.208rem;
    border-radius: 0.104rem;
    cursor: pointer;
}
.bg_1 {
    color: #ffffff;
    background: #F08733;
}
.bg_2 {
    color: #FF9036;
    background: #ffffff;
}
.bg_3 {
    color: #ffffff;
    background: #186A7F;
}
.bg_1:hover, .bg_2:hover, .bg_3:hover {
    color: #186E84;
}
.map_zone span {
    display: block;
    font-size: 0.134rem;
    -webkit-transform:scale(0.8);
    text-align: center;
}
.map_zone.active {
    background: #50E3C2;
    color: #186E84;
}

.slogan .about {

}
.product .cate {
    display: flex;
    align-items: center;
    justify-content:  center;
}
.cate_title {
    margin-left: 1.116rem;
    font-size: 0.640rem;
    color: #fff;
    line-height: 0.655rem;
    vertical-align: middle;
    width: 3.423rem;
}

.cate_text {
    margin-left: 1.116rem;
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.298rem;
    vertical-align: middle;
    margin-top: 0.060rem;
}
.cate_more {
    width: 1.459rem;
    height: 0.417rem;
    line-height: 0.417rem;
    background: #F08733;
    display: block;
    font-size: 0.150rem;
    margin-left: 1.116rem;
    color: #ffffff;
    border-radius: 0.208rem;
    margin-top: 0.193rem;
}
.cate_more:hover {
    background: #186E84;
}
.cate_more span {
    display: block;
    font-size: 0.150rem;
    -webkit-transform: scale(0.9);
    text-align: center;
}
.cate_inner {
    position: absolute;
    display: none;
}

.content {
    position: relative;
    overflow: hidden;
}
.bubble {
    width: 3.513rem;
    height: 8.052rem;
    position: absolute;
    right: 40%;
    top: 1.980rem;
}
.bubble_2 {
    right: 18.13%;
    top: -.417rem;
}
.bubble_3 {
    width: 3.096rem;
    right: 0;
    top: 5.403rem;
}
.bubble_4 {
    width: 3.081rem;
    height: 3.081rem;
    top: 8.588rem;
    right: 19%;
}
.bubble_5 {
    width: 3.081rem;
    height: 3.081rem;
    top: -2.545rem;
    right: 41.37%;
}

.bubble img {
    display: block;
    width: 100%;
    height: 100%;
}
.bubble_2 {
    animation-delay: 4s;
}

.bubble_3 {
    animation-delay: 0s;
}

.bubble_4 {
    animation-delay: 4s;
}

.bubble_5 {
    animation-delay: 0s;
}

@keyframes bubbleOne {
    from {
        /*transform: rotateX(0deg);*/
        opacity: .8;
        top: 0;
        left: 0;
    }
    to {
        /*transform: rotateX(90deg);*/
        /*opacity: .3;*/

        left: 400px;
        top: 200px;
    }
}


@keyframes bubbleAni {
    from {
        transform: scale(1);
        /*transform: rotateX(0deg);*/
        opacity: .8;
        /*top: 0;*/
    }
    to {
        transform: scale(1.1);
        /*transform: rotateX(90deg);*/
        /*opacity: .3;*/

        left: 400px;
        top: 200px;
    }
}

@-webkit-keyframes bubbleAni {
    from {
        transform: scale(1);
        opacity: 1;
        top: 0;
    }
    to {
        transform: scale(1.2);
        /*opacity: .5;*/
        top: 200px;
    }
}

.bubble {
    background-size: 100% 100%;
}
.bubble_1 {
    background-image: url("/static/images/bubble1.png");
}
.bubble_2 {
    background-image: url("/static/images/bubble2.png");
}
.bubble_3 {
    background-image: url("/static/images/bubble3.png");
}
.bubble_4 {
    background-image: url("/static/images/bubble4.png");
}
.bubble_5 {
    background-image: url("/static/images/bubble4.png");
}
.map .map_div {
    height: 5.34rem;
    background-image: url("/web/static/img/map.png");
    background-size: 100% 100%;
}