
/* 面包屑 */
.md21498.md-nav{overflow: hidden;width: 100%;background-color: #ffffff;}
.md21498.md-nav img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21498.md-nav .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md21498.md-nav .nav-main{position: relative;z-index: 38;width: 100%;background-color: #ffffff;}
.md21498.md-nav .nav-cont{width: 100%;display: flex;font-size: 0;}
.md21498.md-nav .nav-left{flex: 1;width: 0;}
.md21498.md-nav .nav-swiper{display: inline-block;max-width: 100%;}
.md21498.md-nav .nav-item{transition: all  .3s; display: block;cursor: pointer;width: auto;position: relative;margin-right: .4rem;color: #666666;line-height: .8rem;}
.md21498.md-nav .nav-item:last-child{margin-right: 0;}
.md21498.md-nav .nav-item:after{transition: all  .3s; content: '';position: absolute;bottom: 0;left: 0;width: 0;height: .03rem;background-color: var(--active);}
.md21498.md-nav .nav-item:hover{color: #111111;}
.md21498.md-nav .nav-item:hover:after{width: 100%;}
.md21498.md-nav .nav-item.active{color: #111111;}
.md21498.md-nav .nav-item.active:after{width: 100%;}
.md21498.md-nav .nav-right{font-size: 0;margin-left: .25rem;}
.md21498.md-nav .nav-one{display: inline-block;vertical-align: middle;line-height: .8rem;color: #999999;}
.md21498.md-nav .nav-one:after{content: '-';margin: 0 .05rem;}
.md21498.md-nav .nav-one:last-child:after{display: none;} 
.md21498.md-nav .nav-one:last-child{color: var(--theme);} 
.md21498.md-nav.fixed .nav-main{position: fixed;top: 1rem;}
@media (min-width: 750px) {
  .md21498.md-nav.cont2 .nav-item{margin-right: .25rem;}
  .md21498.md-nav.cont2 .nav-item:last-child{margin-right: 0;}
}
@media (max-width: 750px) {
  .md21498.md-nav .nav-left{flex: none;width: 100%;text-align: center;}
  .md21498.md-nav .nav-item{margin: 0 .15rem !important;}
  .md21498.md-nav .nav-right{display: none;}
}

/* 解决方案-简介 */
.md21493.md-solution_intro{width: 100%;padding: 1rem 0;background-color: #f7f7f7;}
.md21493.md-solution_intro img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21493.md-solution_intro .layout{width: 100%;margin: 0 auto;}
.md21493.md-solution_intro .wr-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.md21493.md-solution_intro .wr-left{flex: 1;padding: 0 1.15rem 0 1.6rem;}
.md21493.md-solution_intro .wr-top{width: 100%;position: relative;padding-bottom: .25rem;margin-bottom: .3rem;}
.md21493.md-solution_intro .wr-top:after{content: '';position: absolute;bottom: 0;left: 0;width: .4rem;height: 3px;background-color: var(--active);}
.md21493.md-solution_intro .wr-subtitle{width: 100%;margin-bottom: .15rem;color: var(--active);line-height: 1.6;}
.md21493.md-solution_intro .wr-titles{width: 100%;font-weight: bold;color: #111111;line-height: 1.2;}
.md21493.md-solution_intro .wr-intro{width: 100%;color: #666666;line-height: 1.75;}
.md21493.md-solution_intro .wr-right{width: 9.6rem;}
.md21493.md-solution_intro .wr-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(552/960*100%);}
.md21493.md-solution_intro .wr-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
@media (max-width: 900px) {
   .md21493.md-solution_intro .wr-left{padding: 0 .5rem;}
}
@media (max-width: 750px) {
   .md21493.md-solution_intro .wr-cont{max-width: 92%;margin: 0 auto;}
   .md21493.md-solution_intro .wr-left{flex: none;width: 100%;margin-bottom: .3rem;padding: 0;}
   .md21493.md-solution_intro .wr-right{width: 100%;}
}

/* 解决方案-应用场景 */
.md21494.md-application_scenarios{overflow: hidden;width: 100%;padding: .95rem 0 1rem; background-color: #f7f7f7;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md21494.md-application_scenarios img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21494.md-application_scenarios .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md21494.md-application_scenarios .ws-top{width: 100%;text-align: center;padding-bottom: .3rem;}
.md21494.md-application_scenarios .ws-titles{width: 100%;margin-bottom: .3rem;color: #ffffff;font-weight: bold;line-height: 1.25;}
.md21494.md-application_scenarios .ws-navbox{width: 100%;font-size: 0;}
.md21494.md-application_scenarios .ws-nav{transition: all  .3s;display: inline-block;vertical-align: top;cursor: pointer;position: relative;margin: 0 .4rem .3rem;padding-bottom: .15rem;color: rgba(255,255,255,.5);}
.md21494.md-application_scenarios .ws-nav:after{transition: all  .3s; content: '';position: absolute;bottom: 0;left: 0;width: 0;height: .03rem;background-color: #fff;}
.md21494.md-application_scenarios .ws-nav:hover{color: #fff;}
.md21494.md-application_scenarios .ws-nav.active{color: #fff;}
.md21494.md-application_scenarios .ws-nav.active:after{width: 100%;}
.md21494.md-application_scenarios .ws-bottom{width: calc(100% + .3rem);position: relative;left: -.15rem;}
.md21494.md-application_scenarios .ws-swiper{width: 100%;overflow: visible;}
.md21494.md-application_scenarios .ws-item{width: 100%;height: auto; padding: 0 .15rem;}
.md21494.md-application_scenarios .ws-box{display: flex;align-items: center;flex-wrap: wrap;width: 100%;height: 100%;background-color: #ffffff;}
.md21494.md-application_scenarios .ws-left{width: 50%;}
.md21494.md-application_scenarios .ws-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(550/800*100%);}
.md21494.md-application_scenarios .ws-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md21494.md-application_scenarios .ws-right{width: 50%;max-height: 5.3rem;padding: 0 .6rem; overflow: auto;}
.md21494.md-application_scenarios .ws-abstract{width: 100%;padding-bottom: .3rem;}
.md21494.md-application_scenarios .ws-subtitle{width: 100%;color: #111111;font-weight: bold;line-height: 1.5;}
.md21494.md-application_scenarios .ws-synopsis{width: 100%;padding-top: .1rem;color: #666666;line-height: 1.75;}
.md21494.md-application_scenarios .ws-synopsis a{transition: all .3s;}
.md21494.md-application_scenarios .ws-synopsis a:hover{font-weight: bold;}
.md21494.md-application_scenarios .ws-list{width: 100%;}
.md21494.md-application_scenarios .ws-one{width: 100%;}
.md21494.md-application_scenarios .ws-buttom{display: block;cursor: pointer;position: relative;padding: .13rem .5rem .13rem 0;width: 100%;}
.md21494.md-application_scenarios .ws-buttom:after{transition: all  .3s;transform: rotate(0);content: '';position: absolute;top: 50%;right: 0;margin-top: -.15rem;width: .3rem;height: .3rem;border-radius: 50%;border: solid 1px rgba(0,0,0,.1);background-image: url('../images/a24.png'); background-size: .12rem auto;background-position: center center;background-repeat: no-repeat;}
.md21494.md-application_scenarios .ws-name{position: relative;width: 100%;padding-left: calc(7px + .1rem); color: #666666;line-height: 1.6;}
.md21494.md-application_scenarios .ws-name:before{content: '';position: absolute;top: .8em;left: 0;margin-top: -3px;width: 7px;height: 7px;border-radius: 50%;background-color: var(--active);}
.md21494.md-application_scenarios .ws-sub{display: none;width: 100%;padding-bottom: .25rem;}
.md21494.md-application_scenarios .ws-textbox{width: 100%;color: #666666;line-height: 1.7;}
.md21494.md-application_scenarios .ws-textbox *{line-height: inherit;} 
.md21494.md-application_scenarios .ws-one.show{border-bottom: 1px solid rgba(0, 0, 0, .08);margin-bottom: .1rem;}
.md21494.md-application_scenarios .ws-one.show .ws-buttom:after{transform: rotate(-180deg);}
.md21494.md-application_scenarios .ws-one.show .ws-name{color: #111111;font-weight: bold;}

@media (max-width: 750px) {
  .md21494.md-application_scenarios .ws-navbox{white-space: nowrap;overflow: auto;}
  .md21494.md-application_scenarios .ws-nav{margin: 0 .15rem .3rem;}
  .md21494.md-application_scenarios .ws-box{display: block;}
  .md21494.md-application_scenarios .ws-left{width: 100%;}
  .md21494.md-application_scenarios .ws-right{width: 100%;padding: .3rem;max-height: none;}
}

/* 推荐产品 */
.md24310.md-recommend_products{position: relative;width: 100%;padding: .95rem 0 .9rem;}
.md24310.md-recommend_products img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md24310.md-recommend_products .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md24310.md-recommend_products .my-top{width: 100%;padding-bottom: .5rem;text-align: center;}
.md24310.md-recommend_products .my-titles{width: 100%;color: #111111;font-weight: bold;line-height: 1.25;}
.md24310.md-recommend_products .my-synopsis{width: 100%;margin-top: .1rem;color: #666666;line-height: 1.75;}
.md24310.md-recommend_products .my-id{position: absolute;top: -1rem;}
.md24310.md-recommend_products .wi-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;}
.md24310.md-recommend_products .wi-swiper{width: 100%;}
.md24310.md-recommend_products .wi-item{width: 25%;padding: 0 .1rem;}
.md24310.md-recommend_products .wi-link{display: block;cursor: pointer;width: 100%;}
.md24310.md-recommend_products .wi-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(480/385*100%);}
.md24310.md-recommend_products .wi-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md24310.md-recommend_products .wi-text{width: 100%;padding: .2rem .2rem 0;}
.md24310.md-recommend_products .wi-box{width: 100%;position: relative;padding-bottom: .15rem;margin-bottom: .25rem;}
.md24310.md-recommend_products .wi-box:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(0,0,0,.08);}
.md24310.md-recommend_products .wi-box:after{content: '';position: absolute;bottom: 0;left: 0;width: .5rem;height: 3px;background-color: var(--active);}
.md24310.md-recommend_products .wi-classes{width: 100%;margin-bottom: .05rem;color: var(--theme);line-height: 1.6;}
.md24310.md-recommend_products .wi-name{transition: all  .3s; width: 100%;margin-bottom: .05rem;color: #111111;font-weight: bold;line-height: 1.4;}
.md24310.md-recommend_products .wi-size{width: 100%;margin-bottom: .05rem;color: #666666;line-height: 1.75;word-break: break-all;}
.md24310.md-recommend_products .wi-intro{width: 100%;color: #666666;line-height: 1.75;}
.md24310.md-recommend_products .wi-link:hover .wi-img img{transform: scale(1.05);}
.md24310.md-recommend_products .wi-link:hover .wi-name{color: var(--theme);}
.md24310.md-recommend_products .wi-prev{transition: all  .3s;top: 2.15rem;margin-top: 0;left:  -.9rem;width: .5rem;height: .5rem;border-radius: 50%;background-color: #f3f3f3;background-image: url('../images/a16-b.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md24310.md-recommend_products .wi-prev:hover{background-image: url('../images/a16.png');background-color: var(--theme) !important;}
.md24310.md-recommend_products .wi-next{transition: all  .3s;transform: rotate(-180deg);top: 2.15rem;margin-top: 0;right:  -.9rem;width: .5rem;height: .5rem;border-radius: 50%;background-color: #f3f3f3;background-image: url('../images/a16-b.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md24310.md-recommend_products .wi-next:hover{background-image: url('../images/a16.png');background-color: var(--theme) !important;}
.md24310.md-recommend_products .wi-bottom{width: 100%;text-align: center;padding-top: .7rem;}
.md24310.md-recommend_products .wi-more{transition: all  .3s;display: inline-block;cursor: pointer; padding: 0 .38rem;color: #111111;line-height: .5rem;border-radius: .25rem;background-color: #ffffff;}
.md24310.md-recommend_products .wi-more:hover{color: #fff;background-color: var(--theme);}
/* 首页-推荐产品 */

.md24310.md-recommend_products.gray{background-color: #f5f5f5;padding: .95rem 0 1rem;} 
.md24310.md-recommend_products.gray  .wi-prev{background-color: #fff;}
.md24310.md-recommend_products.gray  .wi-next{background-color: #fff;}

@media (max-width: 1150px) {
   .md24310.md-recommend_products .wi-cont{padding-bottom: .8rem;}
   .md24310.md-recommend_products .wi-prev{top: auto;bottom: 0;left: calc(50% - .8rem);}
   .md24310.md-recommend_products .wi-next{top: auto;bottom: 0;right: calc(50% - .8rem);}
}
@media (max-width: 750px) {
   .md24310.md-recommend_products .wi-item{width: 50%;}
   .md24310.md-recommend_products .wi-more{line-height: .6rem;border-radius: .3rem;}
}

/* 推荐案例 */
.md24309.md-recommend_projects{position: relative;overflow: hidden;width: 100%;padding: .95rem 0 1rem;background-color: #f7f7f7;}
.md24309.md-recommend_projects img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md24309.md-recommend_projects .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md24309.md-recommend_projects .my-top{width: 100%;padding-bottom: .5rem;text-align: center;}
.md24309.md-recommend_projects .my-titles{width: 100%;color: #111111;font-weight: bold;line-height: 1.25;}
.md24309.md-recommend_projects .my-synopsis{width: 100%;margin-top: .1rem;color: #666666;line-height: 1.75;}
.md24309.md-recommend_projects .my-id{position: absolute;top: -1rem;}
.md24309.md-recommend_projects .wj-cont{width: calc(100% + .3rem);position: relative;left: -.15rem;}
.md24309.md-recommend_projects .wj-swiper{width: 100%;overflow: visible;}
.md24309.md-recommend_projects .wj-item{display: block;position: relative;width: 33.33%;height: auto;padding: 0 .15rem;}
.md24309.md-recommend_projects .wj-link{display: block;cursor: pointer;width: 100%;height: 100%;background-color: #fff;}
.md24309.md-recommend_projects .wj-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(490/785*100%);}
.md24309.md-recommend_projects .wj-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
/* .md24309.md-recommend_projects .wj-text{width: 100%;padding: 0 1.8rem .25rem .3rem;background-color: #fff;} */
/* .md24309.md-recommend_projects .wj-text:after{opacity:  0;transition: all .3s; content: '';position: absolute;bottom: .35rem;right: .3rem;width: .5rem;height: .5rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.3);background-image: url('../images/a1-b.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;} */
.md24309.md-recommend_projects .wj-text{width: 100%;padding: .25rem .3rem;}
.md24309.md-recommend_projects .wj-namebox{width: 100%;position: relative;}
.md24309.md-recommend_projects .wj-name{transition: all .3s;width: 100%;margin-bottom: .1rem;color: #111111;font-weight: bold;line-height: 1.4;}
.md24309.md-recommend_projects .wj-intro{width: 100%;color: #666666;line-height: 1.75;}
.md24309.md-recommend_projects .wj-link:hover .wj-img img{transform: scale(1.05);}
.md24309.md-recommend_projects .wj-link:hover .wj-name{color: var(--theme);}

.md24309.md-recommend_projects .wj-prev{transition: all  .3s;margin-top: -.25rem;left:  -.95rem;width: .5rem;height: .5rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a16-b.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md24309.md-recommend_projects .wj-prev:hover{background-image: url('../images/a16.png');background-color: var(--theme) !important;}
.md24309.md-recommend_projects .wj-next{transition: all  .3s;transform: rotate(-180deg);margin-top: -.25rem;right:  -.95rem;width: .5rem;height: .5rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a16-b.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md24309.md-recommend_projects .wj-next:hover{background-image: url('../images/a16.png');background-color: var(--theme) !important;}

.md24309.md-recommend_projects.white{background-color: #fff;}
.md24309.md-recommend_projects.white .wj-prev{background-color: #f3f3f3;}
.md24309.md-recommend_projects.white .wj-next{background-color: #f3f3f3;}
.md24309.md-recommend_projects.white .wj-link{background-color: #f3f3f3;}


.md24309.md-recommend_projects.product{background-color: #000;}
.md24309.md-recommend_projects.product .my-titles{color: #fff;}
.md24309.md-recommend_projects.product .my-synopsis{color: #fff;} 

@media (min-width: 750px) {
  .md24309.md-recommend_projects .wj-link:hover .wj-text:after{opacity: 1;}
}
@media (max-width: 1150px) {
    .md24309.md-recommend_projects .wj-cont{padding-bottom: .8rem;}
    .md24309.md-recommend_projects .wj-prev{top: auto;margin-top: 0;bottom: 0;left: calc(50% - .8rem);}
    .md24309.md-recommend_projects .wj-next{top: auto;margin-top: 0;bottom: 0;right: calc(50% - .8rem);}
}
@media (max-width: 750px) {
    .md24309.md-recommend_projects .wj-swiper{overflow: hidden;}
    .md24309.md-recommend_projects .wj-item{width: 100%;}
    .md24309.md-recommend_projects .wj-text{padding: .25rem .3rem;}
}

/* 解决方案-优势 */
.md21495.md-solution_advantage{overflow: hidden;width: 100%;padding: .95rem 0 .6rem;min-height: 8.25rem;background-color: #000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md21495.md-solution_advantage img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21495.md-solution_advantage .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md21495.md-solution_advantage .my-top{width: 100%;padding-bottom: .25rem;text-align: center;}
.md21495.md-solution_advantage .my-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.25;}
.md21495.md-solution_advantage .my-synopsis{width: 100%;padding-top: .2rem;color: #ffffff;line-height: 1.75;}
.md21495.md-solution_advantage .wt-swiperbox{position: relative; width: 100%;}
.md21495.md-solution_advantage .wt-swiperbox:before{content: '';position: absolute;top: 0;left:  50%;transform: translate(-50%,0);width: 19.2rem;height: 2rem;background-image: url('../images/a58.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md21495.md-solution_advantage .wt-swiper{width: 100%;}
.md21495.md-solution_advantage .wt-item{transition: all  .5s; width: 16.66%;height: auto;min-height: 5.1rem;padding-bottom: .3rem;padding-top: .2rem;}
.md21495.md-solution_advantage .wt-link{position: relative;display: block;width: 100%;padding-top: .85rem;padding-right: .3rem;}
.md21495.md-solution_advantage .wt-link:before{content: '';position: absolute;top: 0;left: 0;width: .4rem;height: .4rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);}
.md21495.md-solution_advantage .wt-link:after{content: '';position: absolute;top: .16rem;left: .16rem;width: .08rem;height: .08rem;border-radius: 50%;background-color: #fff;}
.md21495.md-solution_advantage .wt-nub{width: 100%;margin-bottom: .25rem;color: #ffffff;font-weight: bold;line-height: 1.25;}
.md21495.md-solution_advantage .wt-name{width: 100%;max-width: 3.15rem;margin-bottom: .18rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.md21495.md-solution_advantage .wt-textbox{width: 100%;max-width: 3.15rem; color: #ffffff;line-height: 2;}
.md21495.md-solution_advantage .wt-textbox *{line-height: inherit;}
.md21495.md-solution_advantage .wt-textbox p{position: relative;padding-left: calc(5px + .1rem);}
.md21495.md-solution_advantage .wt-textbox p:after{content: '';position: absolute;top: 1em;left: 0;margin-top: -2.5px;width: 5px;height: 5px;border-radius: 50%;background-color: #fff;}

.md21495.md-solution_advantage .wt-buttom{width:100%;display: none;align-items: center;}
.md21495.md-solution_advantage .wt-lt{position: relative;width: 1.1rem;height: .5rem;}
.md21495.md-solution_advantage .wt-rt{flex: 1;padding-left: .4rem;}
.md21495.md-solution_advantage .wt-prev{transition: all  .3s;margin-top: -.25rem;left:  0;width: .5rem;height: .5rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a16.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md21495.md-solution_advantage .wt-prev:hover{background-image: url('../images/a16-b.png');background-color: #fff;}
.md21495.md-solution_advantage .wt-next{transform: rotate(-180deg);transition: all  .3s;margin-top: -.25rem;right:  0;width: .5rem;height: .5rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a16.png');background-size: .08rem auto;background-position: center center;background-repeat: no-repeat;}
.md21495.md-solution_advantage .wt-next:hover{background-image: url('../images/a16-b.png');background-color: #fff;}
.md21495.md-solution_advantage .wt-scrollbar{position: relative;width: 100%;height: 2px;background-color: rgba(255,255,255,.2);}
.md21495.md-solution_advantage .wt-scrollbar .swiper-scrollbar-drag{background-color: #fff;}
@media (min-width: 900px) {
   .md21495.md-solution_advantage .wt-item.swiper-slide-active + .wt-item{padding-top: .32rem;}
   .md21495.md-solution_advantage .wt-item.swiper-slide-active + .wt-item + .wt-item{padding-top: .68rem;}
   .md21495.md-solution_advantage .wt-item.swiper-slide-active + .wt-item + .wt-item + .wt-item{padding-top: 1.2rem;}
   .md21495.md-solution_advantage .wt-item.swiper-slide-active + .wt-item + .wt-item + .wt-item + .wt-item{padding-top: 1.6rem;}
   .md21495.md-solution_advantage .wt-item.swiper-slide-active + .wt-item + .wt-item + .wt-item + .wt-item + .wt-item{padding-top: 1.55rem;}
}

@media (max-width: 900px) {
   .md21495.md-solution_advantage .wt-swiperbox:before{top: .2rem;height: 1px;background-color: rgba(255,255,255,.2);background-size: 0 0;}
   .md21495.md-solution_advantage .wt-item{width: 80%;max-width: 5rem;padding-top: 0;}
   .md21495.md-solution_advantage .wt-name{max-width: 100%;}
   .md21495.md-solution_advantage .wt-textbox{max-width: 100%;}
   .md21495.md-solution_advantage .wt-buttom{display: flex;}
}

/* 为什么选择-合作 */ 
.md21496.md-process{width: 100%;padding: .95rem 0 1rem; background-color: #f7f7f7;}
.md21496.md-process img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21496.md-process .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md21496.md-process .my-top{width: 100%;padding-bottom: .5rem;text-align: center;}
.md21496.md-process .my-titles{width: 100%;color: #111111;font-weight: bold;line-height: 1.25;}
.md21496.md-process .my-synopsis{width: 100%;padding-top: .1rem;color: #666666;line-height: 1.75;}
.md21496.md-process .u-cont{width: 100%;}
.md21496.md-process .u-swiper{width: 100%;}
.md21496.md-process .u-item{display: block;width: 12.5%;}
.md21496.md-process .u-link{display: block;cursor: pointer; width: 100%;}
.md21496.md-process .u-logo{width: 100%;position: relative;overflow: hidden;padding-top: calc(160/200*100%);border: solid 1px #eeeeee;}
.md21496.md-process .u-logo img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md21496.md-process .u-link:hover .u-logo img{transform: scale(1.05);}
.md21496.md-process .u-item:nth-child(2n + 1){padding-top: 1.6rem;}
@media (max-width: 750px) {
    .md21496.md-process .u-item{width: 2rem;}
    .md21496.md-process .u-logo{padding-top: 0;height: 1.6rem;}
}

/* 解决方案-FAQ */
.md21497.md-solution_faq{width: 100%;padding: .95rem 0 1rem;}
.md21497.md-solution_faq img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md21497.md-solution_faq .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md21497.md-solution_faq .my-top{width: 100%;padding-bottom: .55rem;text-align: center;}
.md21497.md-solution_faq .my-titles{width: 100%;color: #111111;font-weight: bold;line-height: 1.25;}
.md21497.md-solution_faq .my-synopsis{width: 100%;padding-top: .1rem;color: #666666;line-height: 1.75;}
.md21497.md-solution_faq .wu-cont{width: 100%;}
.md21497.md-solution_faq .wu-item{display: block;width: 100%;border-bottom: 1px solid #eeeeee;}
.md21497.md-solution_faq .wu-item:nth-child(1){border-top: 1px solid #eeeeee;}
.md21497.md-solution_faq .wu-buttom{display: flex; cursor: pointer;position: relative;width: 100%;padding: .3rem .5rem  .3rem 0;}
.md21497.md-solution_faq .wu-buttom:after{transition: all  .3s;transform: rotate(0);content: '';position: absolute;top: 50%;right: 0;margin-top: -.15rem;width: .3rem;height: .3rem;border-radius: 50%;border: solid 1px rgba(0,0,0,.1);background-image: url('../images/a24.png'); background-size: .12rem auto;background-position: center center;background-repeat: no-repeat;}
.md21497.md-solution_faq .wu-icon{width: 1.22em;height: 1.5em;line-height: 1.5em;margin-right: .15rem;}
.md21497.md-solution_faq .wu-icon img{width: 100%;}
.md21497.md-solution_faq .wu-name{flex: 1;color: #111111;line-height: 1.5;font-weight: bold;}
.md21497.md-solution_faq .wu-sub{display: none;width: 100%;padding-bottom: .1rem;}
.md21497.md-solution_faq .wu-textbox{width: 100%;padding: .3rem;color: #111111;line-height: 1.75;background-color: #f7f7f7;}
.md21497.md-solution_faq .wu-textbox *{line-height: inherit;}
.md21497.md-solution_faq .wu-item.show{border-bottom:none;}
.md21497.md-solution_faq .wu-item.show .wu-buttom:after{transform: rotate(-180deg);}
