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: 1.1rem;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0 .23rem .32rem .28rem;
    box-sizing: border-box;
    z-index: 1021;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

#jmhome2023 header>.jmhome2023-logo img {
    width: 1.85rem;
    height: .38rem;
    position: relative;
    top: -0.08rem;
}

.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.09rem;
    right: -3.5rem;
}

.jmhome2023search-aside div {
    width: 100%;
    height: .05rem;
    border-radius: .05rem;
    background-color: rgb(255, 255, 255);
}

.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: .66rem 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; */
    text-align: center;
    line-height: .8rem;
}

.jmhome2023-asideitem div img {
    width: .35rem;
    height: .34rem;
    margin: 0 .39rem 0 .79rem;
}

.jmhome2023-asidelist .jmhome2023-asideitem:first-child div {
    color: white;
    background-color: rgb(0, 66, 104);
}

.jmhome2023-asidelist .jmhome2023-asideitem:first-child div img:nth-of-type(1) {
    display: none;
}

.jmhome2023-asidelist .jmhome2023-asideitem:first-child 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: 8.1rem;
}

.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-between;
    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;
}

.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;
}

.jmprojectlisttop>div a img {
    width: 2.9rem;
    height: 2.2rem;
}


/* 热门活动 */
.jmhome2023-activity {
    width: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding-bottom: .42rem;
}


.jmhome2023-activity .swiper-container {
    width: 100%;
    height: 6.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('../img/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.5rem; */
    color: rgb(0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 5.36rem;
    /* height: 1rem; */
    padding: .2rem 0 .1rem 0;
}

.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(97 6 6);
    width: 3.8rem;
    height: .72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: auto;
}

.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('../img/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;
}

.lxtsdf{
    padding: .3rem .6rem;
    background-color:#2f5fe9;
}
.lxtsdf a{
    display: block;
    background-color:#fdff57;
    color:#2f5fe9;
    font-size: .32rem;
    border-radius: .4rem;
    line-height: .8rem;
    text-align: center;
    font-weight: bold;
}

.module_title{
    font-size: .48rem;
    /* margin-bottom: .4rem; */
    padding: .2rem .5rem;
    font-weight: bold;
    text-align: center;
    color: #131313;
}
.module_title p{
    font-size: .3rem;
    color: #666666;
    margin-top:.2rem;
    font-weight: normal;
    text-align: center;
}
.mt{
    margin-top: .4rem;
}


.wrpap1t{
    position: relative;
    justify-content: space-between !important;
    flex-wrap: wrap;
    padding: .3rem;
    /* justify-content: space-between; */
}
.wrpap1t_div{
    width: 48%;
    border: 1px solid #eee;
    margin-bottom: .2rem;
    /* background-color: #f6f6f6; */
    padding-bottom: .1rem;
}
.wrpap1t a{
    display: block;
}
.wrpap1t a img{
    width: 100%;
}
.wrpap1t a p{
    text-align: center;
    /* padding: .10rem !important; */
    font-size: .26rem;
    color: #e50f0f;
    font-weight: bold;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewd{}
.ewd a{
    width: 60%;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    border: 1px solid;
    margin: 0 2px;
    font-size: .24rem;
    border: 1px solid #000;
    color: #000;
}


.bjts{
    /* width: 60%; */
    height: .8rem;
    /* display: block; */
    background: linear-gradient(to left, #c30402, #d71a18);
    margin: 0 auto;
    border-radius: .4rem;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
}
.bjts  img{
    margin-right: .1rem;
    width: .4rem;
}

.wrap1_kf{
    padding: 0  .6rem;
}


.fotmewr{
    width: 5.9rem;
    background: url("../images/form.png") center bottom;
    color: #ffffff;
    height: 7.7rem;
    position: relative;
    margin-top: .5rem;
    background-size: 100%;
    margin: .5rem auto;
}
.erd{
    font-size: .45rem;
    font-weight: bold;
    /* margin: .4rem 0; */
    text-align: center;
    padding: .6rem;
}
.formtr{}

.dsfr{
    width: 90%;
    height: .8rem;
    background-color: #fff;
    border-radius: .15rem;
    /* margin-right: 20px; */
    margin: auto;
}
.dsfr input{
    width: 80%;
    height: .8rem;
    border: none;
    color: #000;
    font-size: .3rem;
}
.dsfr img{
    width: .4rem;
}

.erdr{
    width: 4.5rem;
    height: .8rem;
    background-color: #fd1d14;
    border-radius: .1rem;
    text-align: center;
    margin: .4rem auto;
}
.erdr button{
    width: 100%;
    height: .8rem;
    border: none;
    border-radius: .1rem;
    font-size: .32rem;
    color: #fff;
    background: linear-gradient(to top,#fd1810,#ff6e4d);
}
.erds{
    font-size: .3rem;
    padding: .3rem .3rem .2rem .4rem;
}
.erds span{}
.dstd{
    padding: 0 .3rem;
}
.dstd img{
    width: 100%;
}
.rfr{background-color:#f5f5f5;padding: .2rem 0 .5rem 0;/* padding-top: .01rem; */margin-top: .4rem;}

.cgalt {
    justify-content: space-between;
    padding: 0 .3rem .3rem .3rem;
    flex-wrap: wrap;
}
.cgalt  div{
    width: 48%;
    background-color: #f5f5f5;
    margin-bottom: .2rem;
}
.cgalt  a{}
.cgalt img{
    width: 100%;
}
.cgalt  p{
    padding: .1rem;
    text-align: center;
    line-height: .35rem;
    font-size: .25rem;
}
.cgalt  p:hover{background-color:#2f5fe9;color: #fff;}

.cjtwd{
    justify-content: space-around;
    /* padding-bottom: 40px; */
    flex-wrap: wrap;
}

.espan{
    background-color: #2f5fe9;
    padding: .1rem .15rem;
    color: #fff;
    border-radius: .1rem;
}

.fs_aspan{
    background-color: #b20e15;
    padding: .1rem .15rem;
    color: #fff;
    border-radius: .1rem;
    margin-right: .1rem;
}
.edr{
    margin-top: .2rem;
}

.gywmtd{
    width: 100%;
    background: url("../images/yd_10.png") center bottom;
    color: #ffffff;
    height: 7.2rem;
    position: relative;
    /* margin-top: 60px; */
    background-size: 100%;
    padding-top: .3rem;
    margin-bottom: 1rem;
}
.erst{
    font-size: .26rem;
    text-align: justify;
    line-height: .35rem;
    letter-spacing: 2px;
    padding: 0 .3rem;
    text-indent: .6rem;
}

.ltredf{
    /* margin-top: -100px; */
    padding: .3rem;
}
.ltredf .w1200{
    background-color: #fff;
    /* height: 400px; */
    box-shadow: 4px 6px  15px rgba(0,0,0,0.1);
    border-radius: .2rem;
    padding: .3rem;
    justify-content: space-around;
}
.erdrr{
}
.erdrr div{}
.erdrr h1{
    font-size: .3rem;
    font-weight: bold;
    color: #f12d31;
    text-align: center;
}
.erdrr p{
    font-size: .24rem;
    color: #353535;
    margin-top: .2rem;
    text-align: center;
}
.fotsd{
    background-color: #2f5fe9;
    padding: .4rem .3rem .6rem .3rem;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.tsr{
    font-size: .35rem;
    color: #fff;
    font-weight: bold;
    text-align: justify;
    width: 90%;
    align-content: center;
    justify-content: left;
    margin-left: .3rem;
    margin-bottom: .2rem;
}
.tsr img{
    width: .4rem;
    margin-right: .2rem;
}
.tsrwed{color:#fff !important;}

.stext {
    margin-top: 0.1rem;
    color: #666666;
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0 .3rem .2rem .3rem;
}


.home_box4 {
    /* background: url(../images/home_bg2.jpg) no-repeat center top / cover; */
    /* background-size: 100% 2.67rem; */
}

.home_box4 ol {
    background: #ffffff;
    padding: 0 0.25rem;
    /* height: 0; */
}

.home_box4 ol li {
    float: left;
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px dotted #cccccc;
}

.home_box4 ol li:last-child {
    border-bottom: none;
}

.home_box4 ol li .img {
    float: left;
    width: 1.6rem;
    line-height: 0;
    position: relative;
}


.home_box4 ol li .img img{
    width: 100%;
}

.home_box4 ol li .img span {
    display: block;
    line-height: 0;
    width: 100%;
    position: relative;
}

.home_box4 ol li .img span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.home_box4 ol li .img p {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.28rem;
}

.huodong_pic li .img {
    height: 1.6rem;
}

.huodong_pic li .img span {
    height: 100%;
}

.huodong_pic li .img span img {
    width: 100%;
    height: 100%;
}

.home_box4 ol li .text {
    float: left;
    margin-left: 0.2rem;
    width: 4.05rem;
}

.home_box4 ol li.nopic .text {
    float: left;
    margin-left: 0;
    width: 100%;
}

.home_box4 ol li .text h3 {
    color: #333333;
    font-size: 0.26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home_box4 ol li .text .t {
    /* margin-top: 0.1rem; */
    font-size: 0.24rem;
    /* line-height: 0.32rem; */
}

.home_box4 ol li .text .t p {
    color: #666666;
}

.home_box4 ol li .text .t .more {
    display: inline-block;
    width: 0.66rem;
    height: 0.19rem;
    background: url(../images/tel.jpg) no-repeat center center / cover;
    color: #fff;
    margin-left: 0.2rem;
    position: relative;
    top: 0.01rem;
}

.home_box4 ol li .text .t span {
    color: #cc0000;
    font-weight: bold;
}

.home_box4 ol li .text span.data {
    color: #999999;
    font-size: 0.18rem;
}

.home_box4 .zixun li .text .t p {
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
    height: 0.64rem;
}

.home_box4 .zixun li .img span:before {
    display: none;
}


.page {
    text-align: center;
    margin-bottom: 0.2rem;
}

.page em {
    font-style: normal;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.sdfsd{
    text-align: center;
    font-size: .26rem;
}
.rsdtd{
    font-size: .26rem;

    margin-left:.3rem;
    margin-bottom:.26rem;
}

.stext img{
    max-width:100%  !important;
}