html {
    font-size: 100px;
    max-width: 640px;
    font-family: "Microsoft YaHei";
    margin: 0 auto !important;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
    html {
        font-size: calc(100vw/640*100);
    }
}

body {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

[v-cloak] {
    display: none !important;
}


/* 德馨2023年移动端首页 */
#jmhome2023 {
    width: 100%;
    background-color: rgb(246, 246, 246);
}

/* 头部 */
#jmhome2023 header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    width: 6.4rem;
    height: 0.87rem;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0 .23rem .22rem .28rem;
    box-sizing: border-box;
    z-index: 1021;
    background-color: rgb(245, 244, 244); 
}

#jmhome2023 header>.jmhome2023-logo img {
    width: 1.85rem;
    /* height: .38rem; */
    position: relative;
    top: 0.1rem;
}

.jmhome2023-search {
    width: 1.5rem;
    height: .34rem;
    background-color: rgb(255, 255, 255);
    border-radius: .17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 .21rem 0 1.98rem;
}

.jmhome2023-search>img {
    width: .24rem;
    height: .24rem;
    margin-left: .11rem;
}

.jmhome2023-search .jmhome2023search-line {
    width: .01rem;
    height: .23rem;
    background-color: rgb(217, 212, 212);
    margin: 0 .1rem;
}

.jmhome2023-search .jmhome2023search-list {
    width: 100%;
    height: .23rem;
    overflow: hidden;
    position: relative;
    top: -0.02rem;
}

.jmhome2023-search .jmhome2023search-list div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 0;
    animation: linear jmhome2023searchdiv 14s infinite;
}

.jmhome2023-search .jmhome2023search-list div span {
    font-size: .16rem;
    color: rgb(217, 212, 212);
    margin: .02rem 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: .23rem;
}

.jmhome2023-search .jmhome2023search-list .span1 {
    font-size: .13rem;
}

@keyframes jmhome2023searchdiv {
    0% {
        top: 0rem;
    }

    12% {
        top: 0rem;
    }

    15% {
        top: -0.27rem;
    }

    27% {
        top: -0.27rem;
    }

    30% {
        top: -0.54rem;
    }

    42% {
        top: -0.54rem;
    }

    45% {
        top: -0.81rem;
    }

    57% {
        top: -0.81rem;
    }

    60% {
        top: -0.54rem;
    }

    72% {
        top: -0.54rem;
    }

    75% {
        top: -0.27rem;
    }

    87% {
        top: -0.27rem;
    }

    90% {
        top: 0rem;
    }

    100% {
        top: 0rem;
    }
}

.jmhome2023search-aside {
    width: .36rem;
    cursor: pointer;
    position: relative;
    top: -0.04rem;
}

.jmhome2023search-aside div {
    width: 100%;
    height: .05rem;
    border-radius: .05rem;
    /* background-color: rgb(255, 255, 255); */
    background-color: rgb(66, 66, 66);
}

.jmhome2023search-aside div:nth-child(2) {
    margin: .06rem 0;
}

/* 弹出右侧边栏 */
.jmhome2023-aside {
    width: 6.4rem;
    height: 100vh;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: -12.8rem;
    bottom: 0;
    z-index: 1000000;
    opacity: 0;
    transition: opacity 0.2s ease-in, right 0.2s ease-in;
}

.jmhome2023-asideact {
    opacity: 1;
    right: 0;
}


.jmhome2023-asidecon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    width: 4.1rem;
    box-sizing: border-box;
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
}

.jmhome2023-asideconact {
    opacity: 1;
}

.jmhome2023-asidecon>img {
    width: 2.78rem;
    /* height: .58rem; */
    margin: .3rem auto .3rem auto;
}

.jmhome2023-asidelist {}

.jmhome2023-asideitem {
    width: 100%;
    height: .8rem;
    font-size: .24rem;
    color: rgb(0, 66, 104);
    line-height: 1;
    display: flex;
}

.jmhome2023-asideitem div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.jmhome2023-asideitem div img {
    width: .35rem;
    height: .34rem;
    margin: 0 .39rem 0 .79rem;
}

.jmhome2023-asidelist .jmhome2023-asideitem.on div {
    color: white;
    background-color: rgb(0, 66, 104);
}

.jmhome2023-asidelist .jmhome2023-asideitem.on div img:nth-of-type(1) {
    display: none;
}

.jmhome2023-asidelist .jmhome2023-asideitem.on div img:nth-of-type(2) {
    display: block;
}

/* .jmhome2023-asidelist:hover .jmhome2023-asideitem:first-child div {
    color: rgb(0, 66, 104);
    background-color: rgb(255, 255, 255);
} */

.jmhome2023-asidelist:hover .jmhome2023-asideitem:first-child div img:nth-of-type(1) {
    display: block;
}

.jmhome2023-asidelist:hover .jmhome2023-asideitem:first-child div img:nth-of-type(2) {
    display: none;
}

.jmhome2023-asideitem div img:nth-of-type(2) {
    display: none;
}

.jmhome2023-asideitem div:hover img:nth-of-type(1) {
    display: none !important;
}

.jmhome2023-asideitem div:hover img:nth-of-type(2) {
    display: block !important;
}

.jmhome2023-asideitem div:hover {
    color: white !important;
    background-color: rgb(0, 66, 104) !important;
}

/* banner轮播 */
.jmhome2023-banner {
    width: 100%;
    height: 3.2rem;
}

.jmhome2023-banner .swiper-pagination {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    margin-bottom: .29rem;
}

.jmhome2023-banner .swiper-pagination-bullet {
    width: .14rem !important;
    height: .14rem !important;
    background-color: rgb(181, 193, 195) !important;
    opacity: 1 !important;
}

.jmhome2023-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .05rem !important;
}

.jmhome2023-banner .swiper-pagination-bullet-active {
    background-color: rgb(221, 23, 33) !important;
}

.jmhome2023-banner .swiper-slide img {
    width: 100%;
}

/* nav导航 */
.jmhome2023-nav {
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(255, 255, 255);
    padding: .29rem 0;
    box-shadow: .0012rem .07rem .1235rem .0065rem rgba(232, 232, 232, 0.54), .0012rem -0.07rem .1235rem .0065rem rgba(244, 244, 244, 0.54);
    z-index: 1000 !important;
    position: relative;
}

.jmhome2023-nav a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.jmhome2023-nav a span {
    font-size: .2rem;
    color: rgb(51, 51, 51);
    line-height: 1;
}

.jmhome2023-nav a img {
    width: .72rem;
    height: .72rem;
    margin-bottom: .1rem;
}

/* 精选项目 */
.jmhome2023-project {
    width: 100%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding-bottom: .42rem;
}

.jmhome2023-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .3rem 0;
}

.jmhome2023-title>span {
    font-size: .4rem;
    color: rgb(7, 39, 62);
    font-weight: bold;
    line-height: 1;
    letter-spacing: .01rem;
}

.jmhome2023-title a {
    font-size: .24rem;
    color: rgb(128, 128, 128);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jmhome2023-title a img {
    margin-left: .05rem;
    width: .17rem;
    height: .2rem;
}

.jmhome2023-bottom {
    margin-bottom: .3rem;
}

.jmhome2023-padding {
    padding-left: .24rem;
    padding-right: .19rem;
    box-sizing: border-box;
}

.jmprojectlisttop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.jmprojectlisttop div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jmhome2023-projectlist>a img {
    width: 6rem;
    height: 2.4rem;
}

.jmprojectlisttop>a>img {
    width: 2.9rem;
    /* height: 4.6rem; */
    margin-bottom: 10px;
}

.jmprojectlisttop>div a img {
    width: 2.9rem;
    height: 2.2rem;
}


/* 热门活动 */
.jmhome2023-activity {
    width: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding-bottom: .62rem;
}


.jmhome2023-activity .swiper-container {
    width: 100%;
    height: 4.1rem;
    width: 100%;
    border-radius: .2rem;
    ;
    background-color: rgb(255, 243, 240);
    box-shadow: 0rem .03rem .0216rem .0184rem rgba(210, 210, 210, 0.21), -0.0016rem .03rem .0216rem .0184rem rgba(210, 210, 210, 0.21);
    position: relative;
}

.jmhome2023-activity .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slideitem {
    width: 100%;
    height: 100%;
    padding-top: .6rem;
    box-sizing: border-box;
}

.jmhome2023-activity .swiper-container::after {
    content: '';
    display: inline-block;
    width: .63rem;
    height: .29rem;
    background: url('../images/jmhome2023activity.png') center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slideitem>div:nth-of-type(1) {
    padding: 0 .3rem;
    box-sizing: border-box;
    margin-bottom: .57rem;
}

.swiper-slideitemtitle {
    font-size: .28rem;
    line-height: 1;
    color: rgb(0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 5.36rem;
}

.swiper-slideitemtype,
.swiper-slideitemtime {
    font-size: .28rem;
    line-height: 1;
    display: flex;
    align-items: center;

}

.swiper-slideitemtype {
    margin: .2rem 0 .16rem 0;
}

.swiper-slideitemtype div:first-child,
.swiper-slideitemtime div:first-child {
    color: rgb(255, 116, 0);
    border-radius: .1rem;
    background-color: rgb(253, 241, 219);
    width: 1.4rem;
    height: .42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .14rem;
}

.swiper-slideitemtype div:nth-child(2),
.swiper-slideitemtime div:nth-child(2) {
    letter-spacing: .01rem;
}

.swiper-slideitembtn {
    display: flex;
    justify-content: space-between;
}

.swiper-slideitembtn a {
    border-radius: .3rem;
    background-color: rgb(173, 173, 173);
    width: 2.8rem;
    height: .62rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: 0 .1rem;
}

.swiper-slideitembtn a:nth-of-type(2) {
    background-color: rgb(221, 23, 33);
}

.jmhome2023-activity .swiper-pagination {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    margin-bottom: .29rem;
}

.jmhome2023-activity .swiper-pagination-bullet {
    width: .14rem !important;
    height: .14rem !important;
    background-color: rgb(175, 190, 196) !important;
    opacity: 1 !important;
    border-radius: .14rem !important;
    transition: all 0.2s ease-out;
}

.jmhome2023-activity .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .05rem !important;
}

.jmhome2023-activity .swiper-pagination-bullet-active {
    background-color: rgb(221, 23, 33) !important;
    width: .8rem !important;
    height: .14rem !important;
}

.圆角矩形_23 {
    background-color: rgb(221, 23, 33);
    position: absolute;
    left: 2.8rem;
    top: 19.91rem;

    z-index: 155;
}





/* 成功案例 */
.jmhome2023-case {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding-bottom: .22rem;
}

.jmhome2023-caseall {
    border-width: .02rem;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: .1rem;
    background-color: rgb(255, 255, 255);
    width: 5.96rem;
    height: 2.06rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}

.jmhome2023-caseall div {
    font-size: .32rem;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-right: .68rem;
    letter-spacing: .01rem;
}

.jmhome2023-caseall img {
    width: 2.44rem;
    height: 1.87rem;
    position: relative;
    top: .08rem;
}

.jmhome2023-caselist {
    /* padding-left: .22rem; */
    box-sizing: border-box;
}

.jmhome2023-caselisttitle {
    font-size: .26rem;
    color: rgb(0, 0, 0);
    line-height: 1;
    line-height: 1.231;
    width: 5.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jmhome2023-caselistnew {
    font-size: .18rem;
    color: rgb(153, 153, 153);
    line-height: 1;
    display: flex;
    align-items: center;
    margin: .1rem 0 .28rem 0;
}

.jmhome2023-caselistnew img {
    width: .2rem;
    height: .12rem;
    margin: 0 .05rem 0 .1rem;
}

.jmhome2023-caseitem {
    position: relative;
}

/* .jmhome2023-caseitem::after {
    content: "";
    display: inline-block;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background-color: rgb(153, 153, 153);
    position: absolute;
    top: .11rem;
    left: -0.22rem;
}  */

.jmhome2023-caselist>a:nth-child(1) .jmhome2023-caselisttitle::after {
    content: '热';
    display: inline-block;
    border-radius: .05rem;
    background-color: rgb(232, 68, 51);
    width: .32rem;
    height: .32rem;
    font-size: .2rem;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: .3rem;
    position: relative;
    top: -0.03rem;
}

.jmhome2023-caseitem:nth-of-type(2) .jmhome2023-caselisttitle::after {
    content: '爆';
    display: inline-block;
    border-radius: .05rem;
    background-color: rgb(243, 125, 25);
    width: .32rem;
    height: .32rem;
    font-size: .2rem;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: .3rem;
    position: relative;
    top: -0.03rem;
}

/* 电话 */
.jmhome2023-ipone {
    background-color: rgb(0, 66, 104);
    width: 6.4rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jmhome2023-ipone>div {
    border-width: .02rem;
    border-color: rgba(255, 255, 255, 0.678);
    border-style: solid;
    width: 4.36rem;
    height: .62rem;
    border-radius: .62rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jmhome2023-ipone>div input {
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: .24rem;
    color: rgb(255, 255, 255);
    width: 3.24rem;
    padding-left: .33rem;
    box-sizing: border-box;
}

.jmhome2023-ipone>div div {
    border-width: .02rem;
    border-color: rgb(224, 223, 223);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 1.03rem;
    height: .53rem;
    box-sizing: border-box;
    font-size: .24rem;
    color: rgb(73, 78, 91);
    line-height: 1;
    border-radius: .53rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.jmhome2023-ipone>div input::-webkit-input-placeholder {
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.522);
}

.jmhome2023-ipone>div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.522);
}

.jmhome2023-ipone>div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.522);
}

.jmhome2023-ipone>div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.522);
}

.jmhome2023-ipone>span {
    position: absolute;
    font-size: .24rem;
    animation: jmhome2023iponeact 0.2s ease-out;
    top: .25rem;
}

.jmhome2023-ipone>span:nth-of-type(1) {
    color: red;
}

.jmhome2023-ipone>span:nth-of-type(2) {
    color: rgb(144,238,144);
}

@keyframes jmhome2023iponeact {
    0% {
        top: 0rem;
        opacity: 0;
    }

    100% {
        top: .25rem;
        opacity: 1 !important;
    }
}

/* 德馨 */
.jmhome2023-austar {
    width: 100%;
    padding: .22rem 0 1.63rem 0;
    background-color: rgb(251, 250, 250);
}

.jmhome2023-austarlist {
    width: 100%;
    padding: 0 .9rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jmhome2023-austarlist a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: .24rem;
    line-height: 1;
    display: flex;
    letter-spacing: .01rem;
}

.jmhome2023-austarlist a {
    margin: 0 .16rem .2rem .16rem;
    text-align: center;
}

.jmhome2023-austarlist a::after {
    content: "";
    display: inline-block;
    background-image: linear-gradient(to bottom, white, black, white);
    width: .01rem;
    height: .24rem;
    position: relative;
    left: .3rem;
}

.jmhome2023-austarlist a:nth-of-type(3)::after {
    background-image: none !important;
    width: 0rem !important;
    height: 0rem !important;
}
 
.jmhome2023-austarlist a:nth-of-type(6)::after {
    background-image: none !important;
    width: 0rem !important;
    height: 0rem !important;
}

.jmhome2023-austaripone {
    background-color: rgb(0, 66, 104);
    width: 5.1rem;
    height: .61rem;
    border-radius: .61rem;
    margin: .21rem auto .26rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jmhome2023-austaripone a {
    font-size: .2rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    letter-spacing: .02rem;
}

.jmhome2023-austaripone a span {
    font-size: .22rem;
    position: relative;
    top: -0.02rem;
}

.jmhome2023-austarwx {
    width: 1.52rem;
    height: 1.83rem;
    background: url('../images/jmhome2023austar1.png') center;
    margin: 0 auto;
    background-size: 100%;
}

.jmhome2023-austarwx img {
    width: 1.29rem;
    height: 1.29rem;
    margin: 0 auto;
    position: relative;
    top: .06rem;
}

.jmhome2023-austarwxs {
    font-size: .2rem;
    color: rgb(0, 0, 0);
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    letter-spacing: .01rem;
}

.jmhome2023-austarline {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.329);
    width: 6.37rem;
    height: .01rem;
    margin: .1rem 0 .18rem 0;
}

.jmhome2023-austarcopyright {
    font-size: .12rem;
    color: rgb(1, 1, 1);
    line-height: 1;
    text-align: center;
    letter-spacing: .01rem;
    font-weight: bold;
}


/* 底部 */
#jmhome2023 footer {
    width: 6.4rem;
    height: .9rem;
    background-color: rgb(221, 23, 33);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1021;
    margin: 0 auto;
    display: flex;
}

#jmhome2023 footer a {
    flex: 1;
    font-size: .24rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#jmhome2023 footer a:nth-of-type(2) {
    background-color: rgb(173, 16, 24);
}

#jmhome2023 footer a div div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .32rem;
    margin-bottom: .05rem;
}

#jmhome2023 footer a:nth-of-type(1) div div:nth-child(1) img {
    width: .27rem;
    height: .29rem;
}

#jmhome2023 footer a:nth-of-type(2) div div:nth-child(1) img {
    width: .37rem;
    height: .32rem;
}

#jmhome2023 footer a:nth-of-type(3) div div:nth-child(1) img {
    width: .3rem;
    height: .3rem;
}


.jmhome2023-casespot{
    width: .12rem !important;
    height: .12rem !important;
    border-radius: 50% !important;
    background-color: rgb(153, 153, 153) !important;
    display: inline-block;
    margin-right: 0.12rem;
position: relative;
    top: -0.02rem;
}