
/* 首页-banner */
.md34582.md-home_banner{width: 100%;position: relative;}
.md34582.md-home_banner .a-swiper{width: 100%;}
.md34582.md-home_banner .a-item{width: 100%;position: relative;}
.md34582.md-home_banner .a-link{display: block;width: 100%;position: relative;}
.md34582.md-home_banner .a-media{width: 100%;position: relative;overflow: hidden;padding-top: calc(950/1920*100%);}
.md34582.md-home_banner .a-media img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.md34582.md-home_banner .a-media video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.md34582.md-home_banner .a-text{position: absolute;bottom: .7rem;left: 50%;transform: translate(-50%,0);width: 17.8rem;max-width: 92%;}
.md34582.md-home_banner .a-titles{width: 100%;color: #ffffff;line-height: 1.13;font-weight: bold;} 
.md34582.md-home_banner .a-titles span{color: var(--theme);}
.md34582.md-home_banner .a-titles{opacity:0;transform:translate3d(0,80px,0);}
.md34582.md-home_banner .a-item.swiper-slide-active .a-titles{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.md34582.md-home_banner .a-item.swiper-slide-active .a-titles{transition-delay: .5s;}
.md34582.md-home_banner .a-pagination{position: absolute;bottom: .3rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.md34582.md-home_banner .a-pagination .swiper-pagination-bullet{position: relative;display: inline-block;vertical-align: middle;opacity: 1;width: .9rem;height: 3px;border-radius: 0;background-color: rgba(255,255,255,.4);}
.md34582.md-home_banner .a-pagination .swiper-pagination-bullet:after{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #fff;}
.md34582.md-home_banner .a-pagination .swiper-pagination-bullet-active{display: inline-block;}
.md34582.md-home_banner .a-pagination  .swiper-pagination-bullet-active:after{animation: pagination_bannermd34582 4.5s linear;animation-fill-mode: forwards;}
@keyframes pagination_bannermd34582{
    0%{width: 0;}
    100%{width: 100%;}
}
@media (max-width: 750px) {
   .md34582.md-home_banner .a-pagination{bottom: .3rem;}
}

/* 首页-关于我们 */
.md34583.md-home_about_us{position: relative;width: 100%;height: 150vh;}
.md34583.md-home_about_us img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34583.md-home_about_us .layout{width: 16rem;max-width: 92%;margin: 0 auto;position: relative;z-index: 1;} 
.md34583.md-home_about_us .b-main{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: absolute;bottom: 0;left: 0;width: 100%;padding: 1.15rem 0;min-height: 100vh;}
.md34583.md-home_about_us .b-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: top center;background-repeat: no-repeat;}
.md34583.md-home_about_us .b-bg:after{opacity: 0;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;}
.md34583.md-home_about_us .b-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start; justify-content: space-between;}
.md34583.md-home_about_us .b-left{width: calc(600/1600*100%);}
.md34583.md-home_about_us .b-titles{width: 100%;margin-bottom: .3rem;color: #111111;line-height: 1.14;font-weight: bold;}
.md34583.md-home_about_us .b-titles span{color: var(--theme);} 
.md34583.md-home_about_us .b-synopsis{width: 100%;margin-bottom: .5rem;color: #222222;line-height: 2;}
.md34583.md-home_about_us .b-morebox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34583.md-home_about_us .b-more{display: inline-block;padding: .1rem .28rem .1rem .2rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34583.md-home_about_us .b-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .26rem;width: .87em;height: 1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34583.md-home_about_us .b-morebox:hover{border: 1px solid var(--theme);}
.md34583.md-home_about_us .b-right{display: flex;flex-wrap: wrap;align-items: flex-start; max-width: calc(900/1600*100%);}
.md34583.md-home_about_us .b-item{margin-right: .5rem;margin-bottom: .3rem;}
.md34583.md-home_about_us .b-item:last-child{margin-right: 0;}
.md34583.md-home_about_us .b-nubbox{width: 100%;font-size: 0;}
.md34583.md-home_about_us .b-nub{display: inline-block;vertical-align: bottom;padding-right: .05rem;color: var(--theme);line-height: 1.19;font-weight: bold;}
.md34583.md-home_about_us .b-unit{display: inline-block;vertical-align: bottom;color: var(--theme);line-height: 1.7;font-weight: bold;}
.md34583.md-home_about_us .b-intro{width: 100;padding-top: .08rem;color: #444444;line-height: 1.6; }

.md34583.md-home_about_us.show{height: auto;}
.md34583.md-home_about_us.show  .b-main{opacity: 1;z-index: 18;visibility: visible;}
.md34583.md-home_about_us.show_img .ba-img{background-size: cover;}

.md34583.md-home_about_us .ba-main{position: sticky;top: .95rem;width: 100%;height: 100vh;overflow: hidden;}
.md34583.md-home_about_us .ba-bgbox{overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.md34583.md-home_about_us .ba-bg{animation: ba_downmd34583 2s infinite ease-in-out;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: bottom center;background-repeat: no-repeat;}
.md34583.md-home_about_us .ba-imgbox{position: relative;z-index: 8;opacity: 1;width: 100%;height: 100vh;overflow: hidden;mask-image: url('../images/a6.png');mask-repeat: no-repeat; mask-size: 100%; mask-position: center;}
.md34583.md-home_about_us .ba-imgbox2{position: relative;z-index: 8;opacity: 1;margin-top: -50vh;width: 100%;height: 50vh;}
.md34583.md-home_about_us .ba-img{width: 100%;height: 100%;background-color: var(--theme); background-size: 0 0;background-position: center center;background-repeat: no-repeat;}
.md34583.md-home_about_us .ba-titles{transform: scale(1.00); position: absolute;top: 50%;left: 0;width: 100%;padding-top: 1rem;text-align: center;color: #222222;line-height: 1.4;}
@keyframes ba_downmd34583{
	0%, 100% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.1);
    }
}  
@media (max-width: 750px) {
   .md34583.md-home_about_us{height: auto;}
  .md34583.md-home_about_us .b-main{min-height: 14rem;padding: .8rem 0;opacity: 1;z-index: 18;visibility: visible;position: relative;}
  .md34583.md-home_about_us .b-bg:after{opacity: .3;}
  .md34583.md-home_about_us .b-left{width: 100%;margin-bottom: .3rem;}
  .md34583.md-home_about_us .b-right{width: 100%;max-width: 100%;justify-content: space-between;}
  .md34583.md-home_about_us .b-item{width: calc(50% - .15rem);margin-right: 0;}
  .md34583.md-home_about_us .ba-main{display: none;}
  .md34583.md-home_about_us .ba-imgbox2{display: none;}
}

/* 首页-产品 */
.md34584.md-home_product{overflow: hidden;width: 100%;padding: 1.1rem 0 1.2rem;background-color: #fff1e6;background: linear-gradient(90deg, #fff1e6 0%, #ffe0cc 100%);}
.md34584.md-home_product img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34584.md-home_product .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md34584.md-home_product .my-top{width: 100%;margin-bottom: .45rem;display: flex;align-items: flex-end;justify-content: space-between;}
.md34584.md-home_product .my-lt{flex: 1;padding-right: .2rem;}
.md34584.md-home_product .my-titles{width: 100%;color: #111111;line-height: 1.14;font-weight: bold;}
.md34584.md-home_product .my-titles span{color: var(--theme);}
.md34584.md-home_product .my-rt{font-size: 0;}
.md34584.md-home_product .my-morebox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34584.md-home_product .my-more{display: inline-block;padding: .1rem .28rem .1rem .2rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34584.md-home_product .my-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .26rem;width: .87em;height: 1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34584.md-home_product .my-morebox:hover{border: 1px solid var(--theme);} 
.md34584.md-home_product .c-cont{width: 13rem;max-width: 100%;margin: 0 auto;position: relative;}
.md34584.md-home_product .c-swiper{width: 100%;overflow: visible;}
.md34584.md-home_product .c-item{width: 100%;padding: 0 .1rem;}
.md34584.md-home_product .c-link{display: block;cursor: pointer;width: 100%;position: relative; border-radius: .2rem;overflow: hidden;}
.md34584.md-home_product .c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(621/1280*100%);}
.md34584.md-home_product .c-img:after{opacity: 0;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a3.png');background-size: 100% auto;background-position: bottom left;background-repeat: no-repeat;}
.md34584.md-home_product .c-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md34584.md-home_product .c-text{opacity: 0;transition: all .5s;position: absolute;bottom: .45rem;left: 0;width: 100%;padding: 0 .5rem;display: flex;align-items: center;}
.md34584.md-home_product .c-left{flex: 1;}
.md34584.md-home_product .c-name{width: 100%;margin-bottom: .1rem;color: #ffffff;line-height: 1.4;font-weight: bold;}
.md34584.md-home_product .c-intro{width: 100%;color: rgba(255,255,255,.7);line-height: 1.6;}
.md34584.md-home_product .c-icon{display: block;width: .46rem;height: .46rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a2.png');background-size: .14rem auto;background-position: center center;background-repeat: no-repeat;}
.md34584.md-home_product .c-link:hover .c-img img{transform: scale(1.05);} 
.md34584.md-home_product .c-item.swiper-slide-active .c-text{opacity: 1;} 
.md34584.md-home_product .c-item.swiper-slide-active .c-text{transition-delay: .5s;}  
.md34584.md-home_product .c-item.swiper-slide-active .c-img:after{opacity: 1;transform-origin: bottom left; animation: c_downmd34584 2s infinite ease-in-out;}  
.md34584.md-home_product .c-prev{transition: all  .3s;left: -2.4rem;margin-top: -.3rem;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius: 50%;background-color: #ffffff;background-size: 0 0;}
.md34584.md-home_product .c-prev svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.md34584.md-home_product .c-prev:hover{background-color: var(--theme);}
.md34584.md-home_product .c-prev:hover svg{color: #fff;}
.md34584.md-home_product .c-next{transition: all  .3s;right: -2.4rem;margin-top: -.3rem;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius: 50%;background-color: #ffffff;background-size: 0 0;}
.md34584.md-home_product .c-next svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.md34584.md-home_product .c-next:hover{background-color: var(--theme);}
.md34584.md-home_product .c-next:hover svg{color: #fff;}
@keyframes c_downmd34584{
	0%, 100% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.5);
    }
}
@media (max-width: 900px) {
   .md34584.md-home_product .c-cont{padding-bottom: .8rem;}
   .md34584.md-home_product .c-prev{top: auto;margin-top: 0;bottom: 0;left: calc(50% - .8rem);}
   .md34584.md-home_product .c-next{top: auto;margin-top: 0;bottom: 0;right: calc(50% - .8rem);}
}

@media (max-width: 750px) {
   .md34584.md-home_product .c-text{bottom: .25rem; padding:0 .3rem;}
  
}

/* 首页-产品-系列 */
.md34585.md-home_product_set{overflow: hidden;width: 100%;padding: 1.1rem 0 1.2rem;background-color: #fedec5;background: linear-gradient(90deg, #fedec5 0%, #ffcba3 100%);}
.md34585.md-home_product_set img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34585.md-home_product_set .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md34585.md-home_product_set .my-top{width: 100%;margin-bottom: .45rem;display: flex;align-items: flex-end;justify-content: space-between;}
.md34585.md-home_product_set .my-lt{flex: 1;padding-right: .2rem;}
.md34585.md-home_product_set .my-titles{width: 100%;color: #111111;line-height: 1.14;    font-weight: bold;}
.md34585.md-home_product_set .my-titles span{color: var(--theme);}
.md34585.md-home_product_set .my-rt{font-size: 0;}
.md34585.md-home_product_set .my-morebox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34585.md-home_product_set .my-more{display: inline-block;padding: .1rem .28rem .1rem .2rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34585.md-home_product_set .my-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .26rem;width: .87em;height: 1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34585.md-home_product_set .my-morebox:hover{border: 1px solid var(--theme);} 
.md34585.md-home_product_set .d-cont{width: 100%;position: relative;}
.md34585.md-home_product_set .d-swiper{width: 100%;overflow: visible;}
.md34585.md-home_product_set .d-item{width: 5.2rem;height: auto;padding: 0 .1rem;}
.md34585.md-home_product_set .d-link{transform-style: preserve-3d;perspective: 1000px;display: block;cursor: pointer;width: 100%;padding-top: calc(660/510*100%);}
.md34585.md-home_product_set .d-rotate{transition: width  .3s;position: absolute;top: 0;display: block;width: 100%;}
.md34585.md-home_product_set .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(660/510*100%);border-radius: .2rem;}
.md34585.md-home_product_set .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md34585.md-home_product_set .d-text{position: absolute;bottom: 0;left: 0;width: 100%;padding: .55rem .15rem;text-align: center;}
.md34585.md-home_product_set .d-namebox{width: 100%;}
.md34585.md-home_product_set .d-name{display: none;width: 100%;color: rgba(255,255,255,.7);line-height: 1.6;font-weight: bold;}
.md34585.md-home_product_set .d-intro{display: none;width: 100%;padding-top: .08rem;color: #ffffff;line-height: 1.6;color: rgba(255,255,255,.5);}
.md34585.md-home_product_set .d-link:hover .d-img img{transform: scale(1.05);}
.md34585.md-home_product_set .d-prev{transition: all  .3s;left: .6rem;margin-top: -.3rem;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius: 50%;background-color: #ffffff;background-size: 0 0;}
.md34585.md-home_product_set .d-prev svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.md34585.md-home_product_set .d-prev:hover{background-color: var(--theme);}
.md34585.md-home_product_set .d-prev:hover svg{color: #fff;}
.md34585.md-home_product_set .d-next{transition: all  .3s;right: .6rem;margin-top: -.3rem;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius: 50%;background-color: #ffffff;background-size: 0 0;}
.md34585.md-home_product_set .d-next svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.md34585.md-home_product_set .d-next:hover{background-color: var(--theme);}
.md34585.md-home_product_set .d-next:hover svg{color: #fff;}

.md34585.md-home_product_set .d-item.c3 .d-name{display: block;color: #fff;font-size: 1.5em;line-height: 1.4;}
.md34585.md-home_product_set .d-item.c3 .d-intro{display: block;}

.md34585.md-home_product_set .d-item.c2 .d-rotate{top: 50%;right: .15rem;transform:translate3d(0, -50%, 0) rotateX(0deg) rotateY(-10deg);width: 4.65rem;} 
.md34585.md-home_product_set .d-item.c2 .d-name{display: block;}
.md34585.md-home_product_set .d-item.c2 .d-img{padding-top: calc(600/465*100%);}
.md34585.md-home_product_set .d-item.c4 .d-rotate{top: 50%;left: .15rem;transform:translate3d(0, -50%, 0) rotateX(0deg) rotateY(10deg);width: 4.65rem;} 
.md34585.md-home_product_set .d-item.c4 .d-name{display: block;}
.md34585.md-home_product_set .d-item.c4 .d-img{padding-top: calc(600/465*100%);}

.md34585.md-home_product_set .d-item.c1 .d-rotate{opacity: .8;top: 50%;right: -.25rem;transform:translate3d(0, -50%, 0) rotateX(0deg) rotateY(-20deg);width: 4.2rem;} 
.md34585.md-home_product_set .d-item.c1 .d-img{padding-top: calc(540/420*100%);}
.md34585.md-home_product_set .d-item.c5 .d-rotate{opacity: .8;top: 50%;left: -.25rem;transform:translate3d(0, -50%, 0) rotateX(0deg) rotateY( 20deg);width: 4.2rem;} 
.md34585.md-home_product_set .d-item.c5 .d-img{padding-top: calc(540/420*100%);}

@media (max-width: 750px) {
   .md34585.md-home_product_set .d-prev{left: .15rem;}
   .md34585.md-home_product_set .d-next{right: .15rem;}
}

/* 首页-案例 */
.md34586.md-home_case{overflow: hidden;position: relative;width: 100%;padding: 1.1rem 0  0;background-color: #ffeadc;background-image: linear-gradient(-30deg, #ffeadc 0%, #ffefe6 100%);}
.md34586.md-home_case img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34586.md-home_case .layout{width: 16rem;max-width: 92%;margin: 0 auto;position: relative;z-index: 1;}
.md34586.md-home_case .e-bgbox{overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.md34586.md-home_case .e-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: bottom center;background-repeat: no-repeat;}
.md34586.md-home_case .e-bg{animation: e_downmd34586 2s infinite ease-in-out;}  
.md34586.md-home_case .e-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md34586.md-home_case .e-left{width: calc(480/1600*100%);display: flex;flex-wrap: wrap;align-content: space-between;padding-bottom: 1.2rem;}
.md34586.md-home_case .e-top{width: 100%;margin-bottom: .3rem;}
.md34586.md-home_case .e-titles{width: 100%;margin-bottom: .25rem;color: #111111;line-height: 1.14;    font-weight: bold;}
.md34586.md-home_case .e-titles span{color: var(--theme);} 
.md34586.md-home_case .e-synopsis{width: 100%;margin-bottom: .55rem;color: #666666;line-height: 1.5;}
.md34586.md-home_case .e-morebox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34586.md-home_case .e-more{display: inline-block;padding: .1rem .28rem .1rem .2rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34586.md-home_case .e-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .26rem;width: .87em;height: 1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34586.md-home_case .e-morebox:hover{border: 1px solid var(--theme);}
.md34586.md-home_case .e-bottom{width: 100%;}
.md34586.md-home_case .e-navbox{width: 100%;position: relative;padding: .05rem 0;}
.md34586.md-home_case .e-navbox:before{content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: rgba(0,0,0,.1);}
.md34586.md-home_case .e-nav{display: block;cursor: pointer;position: relative;padding-left: .3rem;margin-bottom: .3rem;}
.md34586.md-home_case .e-nav:last-child{margin-bottom: 0;}
.md34586.md-home_case .e-nav:after{opacity: 0;transition: all .3s;content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: var(--theme);}
.md34586.md-home_case .e-nav_name{transition: all  .3s; width: 100%;color: #666666;line-height: 1.6;}
.md34586.md-home_case .e-nav:hover .e-nav_name{color: var(--theme);}
.md34586.md-home_case .e-nav.active:after{opacity: 1;}
.md34586.md-home_case .e-nav.active .e-nav_name{color: var(--theme);font-size: 1.5em;line-height: 1.4;} 
.md34586.md-home_case .e-right{width: calc(1080/1600*100%);position: relative;}
.md34586.md-home_case .e-one{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s;position: absolute;top: 0;left: 0;width: 100%;padding-top: .9rem;padding-bottom: 1.3rem;}
.md34586.md-home_case .e-one.show{position: relative;opacity: 1;z-index: 1;visibility: visible;}
.md34586.md-home_case .e-swiper{width: 100%;height: 5.2rem;overflow: visible;}
.md34586.md-home_case .e-item{width: 100%;display: flex;align-items: center;position: relative;}
.md34586.md-home_case .e-link{transition: opacity  .3s;display: block;cursor: pointer;position: relative;top: 0;width: 100%;box-shadow: 0px 0px .4rem 0px rgba(102, 42, 0, 0.1);border-radius: .2rem;overflow: hidden;}
.md34586.md-home_case .e-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(500/1080*100%);}
.md34586.md-home_case .e-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md34586.md-home_case .e-img:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .3;}
.md34586.md-home_case .e-text{opacity: 0;transition: all .5s;position: absolute;top: 0;left: 0;width: 100%;padding: .45rem .5rem;}
.md34586.md-home_case .e-name{width: 100%;color: #ffffff;line-height: 1.4;}  
.md34586.md-home_case .e-intro{width: 100%;padding-top: .08rem;line-height: 1.6;color: rgba(255,255,255,.5);}  
.md34586.md-home_case .e-link:hover .e-img img{transform: scale(1.05);}
@keyframes e_downmd34586{
	0%, 100% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.1);
    }
} 
@media (min-width: 750px) {
  .md34586.md-home_case .e-item.swiper-slide-active .e-text{opacity: 1;}
  .md34586.md-home_case .e-item.swiper-slide-active .e-text{transition-delay: .5s;} 
  .md34586.md-home_case .e-item.swiper-slide-prev .e-link{position: absolute;top: calc(100% - .9rem);left: 50%;transform: translate(-50%,0);width: 8.8rem;opacity: .1;}
}
@media (max-width: 750px) {
  .md34586.md-home_case{padding: 1.1rem 0;}
  .md34586.md-home_case .e-left{width: 100%;padding-bottom: .5rem;}
  .md34586.md-home_case .e-right{width: 100%;padding-top: 0;padding-bottom: 0;}
  .md34586.md-home_case .e-swiper{height: auto;overflow: hidden;}
  .md34586.md-home_case .e-text{opacity: 1;padding: .3rem;}
}

/* 首页-新闻 */
.md34587.md-home_news{overflow: hidden;width: 100%;padding: 1.1rem 0 1.2rem;background-color: #fedec5;background: linear-gradient(90deg, #fedec5 0%, #ffcba3 100%);}
.md34587.md-home_news img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md34587.md-home_news .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md34587.md-home_news .my-top{width: 100%;margin-bottom: .45rem;display: flex;align-items: flex-end;justify-content: space-between;}
.md34587.md-home_news .my-lt{flex: 1;padding-right: .2rem;}
.md34587.md-home_news .my-titles{width: 100%;color: #111111;line-height: 1.14;    font-weight: bold;}
.md34587.md-home_news .my-titles span{color: var(--theme);}
.md34587.md-home_news .my-rt{font-size: 0;}
.md34587.md-home_news .my-morebox{transition: all  .3s;display: inline-block;cursor: pointer;padding: .05rem;border-radius: calc(.15rem + .8em);border: 1px solid rgba(235,97,1,.16);}
.md34587.md-home_news .my-more{display: inline-block;padding: .1rem .28rem .1rem .2rem;border-radius: calc(.1rem + .8em);color: #ffffff;line-height: 1.6;background-color: var(--theme);}
.md34587.md-home_news .my-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .26rem;width: .87em;height: 1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34587.md-home_news .my-morebox:hover{border: 1px solid var(--theme);}
.md34587.md-home_news .g-cont{position: relative;width: 7.85rem;max-width: 100%;}
.md34587.md-home_news .g-swiper{width: 100%;overflow: visible;}
.md34587.md-home_news .g-item{width: 100%;padding-bottom: .3rem;}
.md34587.md-home_news .g-link{position: relative;display: block;cursor: pointer; width: 100%;}
.md34587.md-home_news .g-box1{opacity: 0;transition: all .5s;width: 100%;border-radius: .2rem;overflow: hidden;}
.md34587.md-home_news .g-box1 .g-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(425/785*100%);}
.md34587.md-home_news .g-box1 .g-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md34587.md-home_news .g-box1 .g-img:after{opacity: 0;content: '';position: absolute;top: 1px;left: 0;width: 100%;height: 100%;background-image: url('../images/a4.png');background-size: 100% auto;background-position: bottom left;background-repeat: no-repeat;}
.md34587.md-home_news .g-box1 .g-text{position: absolute;bottom: 0;left: 0;width: 100%;padding: .4rem .5rem;}
.md34587.md-home_news .g-box1 .g-time{margin-bottom: .05rem;width: 100%;color: rgba(255,255,255,.5);}
.md34587.md-home_news .g-box1 .g-time svg{display: inline-block;vertical-align: middle;width: 1.12em;margin-right: .05rem;color: rgba(255,255,255,.5);}
.md34587.md-home_news .g-box1 .g-name{width: 100%;color: #ffffff;line-height: 1.4;} 
.md34587.md-home_news .g-box2{opacity: 1;transition: all .5s;position: absolute;top: 0;left: .3rem;width: 3.75rem;}
.md34587.md-home_news .g-box2 .g-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(212/378*100%);border-radius: .2rem;}
.md34587.md-home_news .g-box2 .g-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md34587.md-home_news .g-box2 .g-text{width: 100%;padding-top: .2rem;}
.md34587.md-home_news .g-box2 .g-time{margin-bottom: .15rem;width: 100%;color: rgba(000,000,000,.5);}
.md34587.md-home_news .g-box2 .g-time svg{display: inline-block;vertical-align: middle;width: 1.12em;margin-right: .05rem;color: rgba(000,000,000,.5);}
.md34587.md-home_news .g-box2 .g-name{width: 100%;margin-bottom: .25rem;color: #222222;line-height: 1.6;}
.md34587.md-home_news .g-box2 .g-more{width: 100%;color: #666666;line-height: 1.6;}
.md34587.md-home_news .g-box2 .g-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;width: .43em;height: 1.6em;background-image: url('../images/a5.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.md34587.md-home_news .g-link:hover .g-box1 .g-img img{transform: scale(1.05);}
.md34587.md-home_news .g-item.swiper-slide-active .g-box1 .g-img:after{opacity: 1;transform-origin: bottom left; animation: c_downmd34587 2s infinite ease-in-out;}  
.md34587.md-home_news .g-item.swiper-slide-active .g-box1{opacity: 1;}
.md34587.md-home_news .g-item.swiper-slide-active .g-box2{opacity: 0;}
.md34587.md-home_news .g-item.swiper-slide-active .g-box1{transition-delay: .2s;}
.md34587.md-home_news .g-item.swiper-slide-active + .g-item + .g-item .g-box2{left: -3.45rem;} 
.md34587.md-home_news .g-buttom{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.md34587.md-home_news .g-lt{display: flex;align-items: center;}
.md34587.md-home_news .g-nub{color: var(--theme);line-height: 1.5;}
.md34587.md-home_news .g-line{color: #666666;line-height: 1.5;}
.md34587.md-home_news .g-line:after{content: '/';}
.md34587.md-home_news .g-sun{color: #666666;line-height: 1.5;}
.md34587.md-home_news .g-ct{flex: 1;padding: 0 .4rem;}
.md34587.md-home_news .g-scrollbar{position: relative;width: 100%;height: 1px;background-color: rgba(232,99,3,.2);}
.md34587.md-home_news .g-scrollbar .swiper-scrollbar-drag{background-color: var(--theme);}
.md34587.md-home_news .g-rt{position: relative;width: 1.15rem;height: .5rem;} 
.md34587.md-home_news .g-prev{transition: all  .3s;left: 0;margin-top: -.25rem;display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;border-radius: 50%;background-color: rgba(250,242,236,.6);background-size: 0 0;}
.md34587.md-home_news .g-prev svg{transition: all  .3s;width: .08rem;color: var(--theme);}
.md34587.md-home_news .g-prev:hover{background-color: var(--theme);}
.md34587.md-home_news .g-prev:hover svg{color: #fff;}
.md34587.md-home_news .g-next{transition: all  .3s;right: 0;margin-top: -.25rem;display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;border-radius: 50%;background-color: rgba(250,242,236,.6);background-size: 0 0;}
.md34587.md-home_news .g-next svg{transition: all  .3s;width: .08rem;color: var(--theme);}
.md34587.md-home_news .g-next:hover{background-color: var(--theme);}
.md34587.md-home_news .g-next:hover svg{color: #fff;}
@keyframes c_downmd34587{
	0%, 100% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.5);
}
}
@media (max-width: 750px) {
   .md34587.md-home_news .my-titles{font-size: 6vw;}
   .md34587.md-home_news .g-box1 .g-text{padding: .3rem;}
}
