/* 头部 */
body{padding-top: 1.25rem;}
.__ID__.md-header{position: fixed;top: 0;left: 0;z-index: 288;width: 100%;background-color: #ffffff;border: solid 1px #e7e8ea;}
.__ID__.md-header img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-header .h-top{width: 100%;box-shadow: 0 1px   #e7e8ea;}
.__ID__.md-header .h-cont{width: 100%;display: flex;align-items: flex-end;justify-content: flex-end;min-height: .45rem;}
.__ID__.md-header .h-rt{display: flex;align-items: center;font-size: 0;}
.__ID__.md-header .h-linkbox{display: flex;align-items: center;margin-right: .34rem;}
.__ID__.md-header .h-link{transition: all ease .5s;cursor: pointer;margin-right: .7rem;color: #333333;line-height: .36rem;}
.__ID__.md-header .h-link:last-child{margin-right: 0;}
.__ID__.md-header .h-link:hover{color: #d7151e;}
.__ID__.md-header .h-phone{display: block;position: relative;padding: 0 .5rem;line-height: .36rem;color: #ffffff;background-color: #d7151e;background-image: linear-gradient(90deg, #da5114 0%, #d7151e 100%);border-radius: .15rem 0px 0px 0px;}
.__ID__.md-header .h-phone img{margin-right: .1rem;height: .81em;}
.__ID__.md-header .h-phone:after{content: '';position: absolute;bottom: 0;left: -1px;width: .43rem;height: 100%;background-image: url('../images/h2.png');background-size: 100% 100%;background-position: top center;background-repeat: no-repeat;}

.__ID__.md-header .h-bottom{width: 100%;padding: 0 .5rem;}
.__ID__.md-header .h-main{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.__ID__.md-header .h-left{display: flex;align-items: center;}
.__ID__.md-header .h-logo{display: block;cursor: pointer;height: .8rem;line-height:  .8rem;}
.__ID__.md-header .h-logo img{height: 40%;}
.__ID__.md-header .h-nav{display: block;font-size: 0;margin-left: .2rem;}
.__ID__.md-header .h-item{display: inline-block;vertical-align: top;position: relative;padding: 0 .4rem;}
.__ID__.md-header .h-one{display: inline-block;cursor: pointer;position: relative;color: #333333;height: .8rem;line-height: .8rem;}
.__ID__.md-header .h-one:after{content: '';position: absolute;bottom:0;left:0;width: 0;transition: all ease .3s;height: 3px;background-color: #d7151e;}
.__ID__.md-header .h-sub{display: none;min-width: 1.5rem;background-color: #fff;position: absolute;left: 50%;top: 100%;transform: translate(-50% ,0); z-index: 1000;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.__ID__.md-header .hs-cont{width: 100%;}
.__ID__.md-header .hs-twobox{display: block;}
.__ID__.md-header .hs-two{display: block;cursor: pointer;width: 100%;padding: 10px 8px;white-space: nowrap;line-height:1.5;text-align: center;color: #666;transition: background-color .3s;}
.__ID__.md-header .hs-two:hover{ color: #d7151e;} 
.__ID__.md-header .h-menu {display: none;cursor: pointer;margin-left: .3rem; width: 1.8em;height:.8rem; background-image: url('../images/h-menu.png');background-size:100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-header .h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}

.__ID__.md-header .h-right{display: flex;align-items: center;} 
.__ID__.md-header .h-search{display: block;}
.__ID__.md-header .ha-buttom{display: block;cursor: pointer;padding: 0 .35rem;color: #666666;height: .46rem;line-height: .46rem;background-color: #eeeeee;border-radius: .23rem;}
.__ID__.md-header .ha-buttom:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 1em;height: 1.5em;background-image: url('../images/h_search.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-header .ha-sub{display: none;z-index: 108;white-space: nowrap;position: fixed;top: 1.5rem;left: 50%;transform: translate(-50%,0);}
.__ID__.md-header .ha-form{font-size: 0;display: inline-block;} 
.__ID__.md-header .ha-input{border: none;padding: 0 .2rem; display: inline-block;vertical-align: middle; width: 6rem;height: 45px;background-color: #fff;color: #333;}
.__ID__.md-header .ha-submit{border: none;display: inline-block;vertical-align: middle;cursor: pointer; width: 45px;height: 45px; background-color: #d7151e;background-image: url('../images/h_search-b.png');background-size: 18px auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-header.search-state .ha-sub {display: block;}
.__ID__.md-header.search-state .h-opa {display: block;}

@media (min-width: 1200px) {
   .__ID__.md-header .h-item:hover .h-one{color: #d7151e;}
   .__ID__.md-header .h-item:hover .h-one:after{width: 100%;}
   .__ID__.md-header .h-item.active .h-one{color: #d7151e;}
   .__ID__.md-header .h-item.active .h-one:after{width: 100%;}
}
@media(max-width:1200px){     
   .__ID__.md-header .h-phone{line-height: .45rem;}
   .__ID__.md-header .h-link{margin-right: .3rem;}
   .__ID__.md-header .h-bottom{padding: 0 4%;}
   .__ID__.md-header .h-nav{position: fixed;right: 0;top: 0;width: 260px;height: 100vh;text-align: left;margin: 0;padding: 10px 0;background-color: #fff;overflow: auto;z-index: 1000;transform: translate(100%, 0);transition: transform .3s;}
   .__ID__.md-header .h-item{width: 100%;padding: 0 !important;margin: 0 !important;}
   .__ID__.md-header .h-one{padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #666;font-size: 16px;}
   .__ID__.md-header .h-item.has-nav:after {content: "";background-image: url('../images/h-right.png');background-size: 16px auto;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
   .__ID__.md-header .h-item.has-nav.show:after {background-size: 18px auto;background-image: url('../images/h-down.png');}
   .__ID__.md-header .h-sub{position: relative;top: 0;left: 0;width: 100% !important;background-color: #fff;box-shadow: none;transform: translate(0,0);}
   .__ID__.md-header .hs-two{white-space: normal;text-align: left;padding-left: 40px;color: #666 ;font-size: 14px;} 
   .__ID__.md-header .h-item.active .h-one{color: #d7151e;}
   /* 菜单 */
   .__ID__.md-header .h-menu {display: block;}
   .__ID__.md-header.menu-state .h-nav{transform: translate(0, 0);}
   .__ID__.md-header.menu-state .h-opa {display: block;}  

}
@media(max-width: 500px) {    
   .__ID__.md-header .ha-input{width: 5rem;height: 35px;} 
   .__ID__.md-header .ha-submit{width: 35px;height: 35px;}   
}

/* 底部 */
.__ID__.md-footer{width: 100%;background-color: #f4f5f6;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-footer img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-footer .f-top{width: 100%;}
.__ID__.md-footer .f-cont{width: 15rem;max-width: 92%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;} 
.__ID__.md-footer .f-left{width: calc(985/1500*100%);padding: 1.45rem .3rem 1rem;border-right: 1px solid rgba(0,0,0,.1);}
.__ID__.md-footer .f-logo{display: inline-block;cursor: pointer;margin-bottom: .55rem;}
.__ID__.md-footer .f-logo img{height: .32rem;} 
.__ID__.md-footer .f-list{width: 8.3rem;max-width: 100%;display: flex;justify-content: space-between;}
.__ID__.md-footer .f-item{padding-right: .15rem;}
.__ID__.md-footer .f-one{display: block;margin-bottom: .3rem;color: #000000;line-height: 1.5;}
.__ID__.md-footer .f-twobox{display: inline-block;}
.__ID__.md-footer .f-two{display: block;cursor: pointer;margin-bottom:  .1rem;color: #999999;line-height: 1.5;}
.__ID__.md-footer .f-two:hover{color: #d7151e;}
.__ID__.md-footer .f-buttom{display: none;cursor: pointer;position: relative;width: 3.38em;height: 1.16em;border-radius: .58em;border: solid 1px #999999;}
.__ID__.md-footer .f-buttom:after{transition: all ease .3s; content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(0);border-top: .5em solid #999999;border-left: .5em solid transparent;border-right: .5em solid transparent;}

.__ID__.md-footer .f-right{width: calc(415/1500*100%);padding: 1.4rem 0  1.45rem 0;}
.__ID__.md-footer .f-tip{width: 100%;margin-bottom: .1rem;color: #999999;line-height: 1.5;}
.__ID__.md-footer .f-phone{display: inline-block;cursor: pointer;max-width: 100%;margin-bottom: .2rem;line-height: 1.16;color: #d7151e;font-weight: bold;}
.__ID__.md-footer .f-tr{width: 100%;padding-bottom: .1rem;}
.__ID__.md-footer .f-td{display: flex;align-items: center;width: 100%;padding: .2rem 0;}
.__ID__.md-footer .f-icon{width: .88em;margin-right: .2rem;}
.__ID__.md-footer .f-icon img{width: 100%;}
.__ID__.md-footer .f-text{flex: 1;color: #999999;line-height: 1.5;}
.__ID__.md-footer .f-codebox{width: 100%;font-size: 0;}
.__ID__.md-footer .f-code{display: inline-block;vertical-align: top;text-align: center;margin-right: .4rem;margin-bottom: .3rem;}
.__ID__.md-footer .f-code:last-child{margin-right: 0;}
.__ID__.md-footer .f-img{display: inline-block;width: 1.36rem;min-width: 100px;border: solid 1px #999999;}
.__ID__.md-footer .f-img img{width: 100%;}
.__ID__.md-footer .f-name{width: 100%;padding-top: .15rem;color: #999999;line-height: 1.5;}

.__ID__.md-footer .f-bottom{width: 100%;border-top: 1px solid rgba(0,0,0,.1);}
.__ID__.md-footer .f-main{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.md-footer .f-lt{flex: 1;display: flex;align-items: center;flex-wrap: wrap; padding: 0 .3rem 0 2.05rem;}
.__ID__.md-footer .f-link{display: block;padding: .05rem;color: #999999;line-height: 1.5;}
.__ID__.md-footer .f-bottom a:hover{color: #d7151e;cursor: pointer;}
.__ID__.md-footer .f-rt{width: calc(800/1920*100%);display: flex;align-items: center;position: relative;padding: .08rem .3rem .08rem 1.35rem;background-color: #d7151e;background-image: linear-gradient(90deg, #da5114 0%, #d7151e 100%);border-radius: .1rem 0px 0px 0px;}
.__ID__.md-footer .f-rt:after{content: '';position: absolute;bottom: 0;left: 0;width: .75rem;height: 100%;background-image: url('../images/f7.png');background-size: 100% 100%;background-position: top center;background-repeat: no-repeat;}
.__ID__.md-footer .f-hint{color: #ffffff;line-height: 1.5;padding-right: .5rem;}
.__ID__.md-footer .share{flex: 1;font-size: 0;}
.__ID__.md-footer .share_one{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;padding: .05rem 0; margin-right: .65rem;}
.__ID__.md-footer .share_one:last-child{margin-right: 0;}
.__ID__.md-footer .share_link{display: block;}
.__ID__.md-footer .share_icon{display: block;opacity: .6;transition: all ease .3s; }
.__ID__.md-footer .share_icon img{height:1.88em;} 
.__ID__.md-footer .share_sub {opacity: 0;z-index: -1;visibility: hidden;transition: all ease 0.5s;position: absolute;bottom: 100%;left: 50%;width: 1.8rem;padding-bottom: 0.1rem;transform: translate(-50%, 0);}
.__ID__.md-footer .share_code {width: 100%;border-radius: 0.1rem;overflow: hidden;background-color: #fff;box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.06);}
.__ID__.md-footer .share_code img {width: 100%;}
.__ID__.md-footer .share_one:hover .share_icon{opacity: 1;} 
.__ID__.md-footer .share_one.show .share_sub{opacity: 1;z-index: 18;visibility: visible;}

@media (min-width: 750px) {
   .__ID__.md-footer .f-two:nth-child(n + 7){display: none;}
   .__ID__.md-footer .f-item.hide .f-buttom{display: block;}
   .__ID__.md-footer .f-item.show .f-buttom:after{transform: translate(-50%,-50%) rotate(-180deg);}
    .__ID__.md-footer .f-item.show .f-two:nth-child(n + 7){display: block;}
}
@media (max-width: 750px) {
   .__ID__.md-footer .f-left{width: 100%;padding: .5rem 0;border-right:none;border-bottom: 1px solid rgba(0,0,0,.1);}
   .__ID__.md-footer .f-list{flex-wrap: wrap;width: 100%;}
   .__ID__.md-footer .f-item{width: 100%;padding-right: 0;margin-bottom: 0.15rem;}
   .__ID__.md-footer .f-one{margin-bottom: .15rem;}
   .__ID__.md-footer .f-twobox{width: 100%;}
   .__ID__.md-footer .f-two{display: inline-block;vertical-align: middle;margin-right: .25rem;margin-bottom: .15rem;}
   .__ID__.md-footer .f-right{width: 100%;padding: .5rem 0;}
   .__ID__.md-footer .f-lt{width: 100%;flex: none;display: block; padding: .3rem 4%;text-align: center;}
   .__ID__.md-footer .f-rt{width: 100%;border-radius: 0;padding: .1rem 4%;justify-content: center;}
    .__ID__.md-footer .f-rt:after{display: none;}
    .__ID__.md-footer .f-hint{padding-right: .3rem;}
    .__ID__.md-footer .share{flex: none;}
}

/* 首页-banner */
.__ID__.md-home_banner{width: 100%;position: relative;}
.__ID__.md-home_banner .a-swiper{width: 100%;}
.__ID__.md-home_banner .a-item{width: 100%;position: relative;}
.__ID__.md-home_banner .a-link{display: block;width: 100%;position: relative;}
.__ID__.md-home_banner .a-media{width: 100%;position: relative;overflow: hidden;padding-top: calc(500/1920*100%);}
.__ID__.md-home_banner .a-media img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.__ID__.md-home_banner .a-media video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.__ID__.md-home_banner .a-text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 15rem;max-width: 92%;}
.__ID__.md-home_banner .a-titles{width: 100%;color: #ffffff;line-height: 1.16;} 
.__ID__.md-home_banner .a-titles{opacity:0;transform:translate3d(0,80px,0);}
.__ID__.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);} 
.__ID__.md-home_banner .a-item.swiper-slide-active .a-titles {transition-delay: .5s;}

/* 首页-导航 */
.__ID__.md-home_navigation{width: 100%;background-color: #f4f5f6;}
.__ID__.md-home_navigation img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_navigation .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-home_navigation .b-cont{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.md-home_navigation .b-nav{flex: 1;position: relative;text-align: center;cursor: pointer;padding:.48rem .15rem .4rem;}
.__ID__.md-home_navigation .b-nav:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;transition: all ease .3s;height: 3px;background-color: #d7151e;}
.__ID__.md-home_navigation .b-icon{display: inline-block;margin-bottom: .25rem;}
.__ID__.md-home_navigation .b-icon1{display: block;}
.__ID__.md-home_navigation .b-icon1 img{height: .34rem;}
.__ID__.md-home_navigation .b-icon2{display: none;}
.__ID__.md-home_navigation .b-icon2 img{height: .34rem;}
.__ID__.md-home_navigation .b-name{transition: all ease .3s; width: 100%;color: #333333;line-height: 1.5;}
.__ID__.md-home_navigation .b-nav:hover:after{width: 100%;}
.__ID__.md-home_navigation .b-nav:hover .b-icon1{display: none;}
.__ID__.md-home_navigation .b-nav:hover .b-icon2{display: block;}
.__ID__.md-home_navigation .b-nav:hover .b-name{color: #d7151e;}

/* 首页-产品 */
.__ID__.md-home_product .my-top{width: 100%;text-align: center;padding-bottom: .35rem;}
.__ID__.md-home_product .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-home_product .my-intro{width: 100%;padding-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-home_product{width: 100%;}
.__ID__.md-home_product img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_product .layout{width: 15rem;max-width: 92%;margin: 0 auto;padding: .95rem 0 .5rem;border-bottom: 1px solid #e7e8ea;}
.__ID__.md-home_product .c-cont{width: calc(100% + .3rem);position: relative;left: -.15rem;}
.__ID__.md-home_product .c-swiper{width: 100%;}
.__ID__.md-home_product .c-item{display: block;width: 33.33%;height: auto;padding: 0 .15rem;}
.__ID__.md-home_product .c-link{display: block;cursor: pointer;width: 100%;height: 100%;padding: .4rem .4rem .55rem;position: relative;background-color: #f4f5f6;border-radius: .2rem;}
.__ID__.md-home_product .c-label{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;padding: .4rem;}
.__ID__.md-home_product .c-label img{height: .42rem;}
.__ID__.md-home_product .c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(300/400*100%);}
.__ID__.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;}
.__ID__.md-home_product .c-text{width: 100%;padding-top: .1rem;}
.__ID__.md-home_product .c-name{transition: all ease .3s;width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;}
.__ID__.md-home_product .c-tr{width: 100%;font-size: 0;}
.__ID__.md-home_product .c-td{display: inline-block;vertical-align: middle;padding-right: .3rem;color: #666666;line-height: 1.87;}
.__ID__.md-home_product .c-more{transition: all ease .3s;width: 100%;margin-top: .3rem;text-align: right;color: #0657b3;line-height: 1.5;}
.__ID__.md-home_product .c-link:hover .c-img img{transform: scale(1.05);}
.__ID__.md-home_product .c-link:hover .c-name{color: #d7151e;}
.__ID__.md-home_product .c-link:hover .c-more{color: #d7151e;}
@media (max-width: 750px) {
  .__ID__.md-home_product .c-item{width: 4.8rem;}
  .__ID__.md-home_product .c-td{width: 100%;padding-right: 0;}
}

/* 首页-应用方案 */
.__ID__.md-home_solution .my-top{width: 100%;text-align: center;padding-bottom: .35rem;}
.__ID__.md-home_solution .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-home_solution .my-intro{width: 100%;padding-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-home_solution{width: 100%;overflow: hidden;}
.__ID__.md-home_solution img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_solution .layout{width: 15rem;max-width: 92%;margin: 0 auto;padding: .45rem 0 .45rem;border-bottom: 1px solid #e7e8ea;}
.__ID__.md-home_solution .d-cont{width: 100%;position: relative;}
.__ID__.md-home_solution .d-swiper{display: block;width: 9.6rem;max-width: 100%;margin: 0 auto;overflow: visible;}
.__ID__.md-home_solution .d-item{width: 100%;padding: 0 .4rem;}
.__ID__.md-home_solution .d-link{display: block;cursor: pointer;width: 100%;position: relative;}
.__ID__.md-home_solution .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(550/880*100%);}
.__ID__.md-home_solution .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-home_solution .d-img:before{content: '';position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background-image: url('../images/a35.png');background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.__ID__.md-home_solution .d-img:after{opacity: .4; content: '';position: absolute;top: 0;left: 0;z-index: 2; width: 100%;height: 100%;background-color: #000;}
.__ID__.md-home_solution .d-text{position: absolute;bottom: 0;left: 0;z-index: 3; padding: .35rem .6rem;display: flex;align-items: center;}
.__ID__.md-home_solution .d-lt{padding-right: .2rem;}
.__ID__.md-home_solution .d-nub{color: #d7151e;font-weight: bold;line-height: 1;}
.__ID__.md-home_solution .d-rt{flex: 1;}
.__ID__.md-home_solution .d-name{width: 100%;color: #ffffff;line-height: 1.5;}
.__ID__.md-home_solution .d-intro{width: 100%;color: rgba(255,255,255,.6);line-height: 1.5;}
.__ID__.md-home_solution .d-link:hover .d-img img{transform: scale(1.05);}
.__ID__.md-home_solution .d-item.swiper-slide-active .d-img:after{opacity: 0;}
.__ID__.md-home_solution .d-pagination{position: static;width: 100%;font-size: 0;padding-top: .45rem;}
.__ID__.md-home_solution .d-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin: .1rem .05rem 0;opacity: 1;border-radius: 0;width: .4rem;height: 4px;background-color: rgba(0,0,0,.1);}
.__ID__.md-home_solution .d-pagination .swiper-pagination-bullet-active{background-color: #d7151e;} 
.__ID__.md-home_solution .d-morebox{width: 100%;text-align: right;padding-top: .1rem;}
.__ID__.md-home_solution .d-more{transition: all ease .3s;display: inline-block;cursor: pointer;color: #0657b3;line-height: 1.5;}
.__ID__.md-home_solution .d-more:after{content: '>>';margin-left: .1rem;}
.__ID__.md-home_solution .d-more:hover{color: #d7151e;}

@media (max-width: 750px) {
    .__ID__.md-home_solution .d-item{padding: 0 .15rem;}
}

/* 首页-新闻 */
.__ID__.md-home_news .my-top{width: 100%;text-align: center;padding-bottom: .65rem;}
.__ID__.md-home_news .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-home_news .my-intro{width: 100%;padding-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-home_news{width: 100%;overflow: hidden;}
.__ID__.md-home_news img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_news .layout{width: 15rem;max-width: 92%;margin: 0 auto;padding: .45rem 0 1rem;}
.__ID__.md-home_news .e-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-home_news .e-left{width: calc(760/1500*100%);}
.__ID__.md-home_news .e-swiper{width: 100%;}
.__ID__.md-home_news .e-item{width: 100%;}
.__ID__.md-home_news .e-img{display: block;cursor: pointer;width: 100%;position: relative;overflow: hidden;padding-top: calc(475/760*100%);}
.__ID__.md-home_news .e-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-home_news .e-img:hover img{transform: scale(1.05);}

.__ID__.md-home_news .e-right{width: calc(640/1500*100%);border-top: 1px solid #e7e8ea;}
.__ID__.md-home_news .e-swiper2{width: 100%;height: 4.75rem;}
.__ID__.md-home_news .e-one{width: 100%;height: auto;min-height: 33.33%;border-bottom: 1px solid #e7e8ea;}
.__ID__.md-home_news .e-link{display: block;cursor: pointer;width: 100%;height: 100%;padding: .15rem 0;display: flex;align-items: center;align-content: center;flex-wrap: wrap;}
.__ID__.md-home_news .e-time{width: 100%;margin-bottom: .1rem;color: #999999;line-height: 1.6;}
.__ID__.md-home_news .e-time img{height: 1em;margin-right: .1rem;}
.__ID__.md-home_news .e-name{width: 100%;color: #000000;line-height: 1.5;}
.__ID__.md-home_news .e-intro{transition: all ease .3s; display: none;width: 100%;margin-top: .1rem;color: #333333;line-height: 1.5;}
.__ID__.md-home_news .e-one:hover .e-name{color: #d7151e;}
.__ID__.md-home_news .e-one.active .e-time{display: none;}
.__ID__.md-home_news .e-one.active .e-intro{display: -webkit-box;}
.__ID__.md-home_news .e-one.active .e-name{color: #d7151e;}

@media (max-width: 750px) {
   .__ID__.md-home_news .e-left{width: 100%;}
   .__ID__.md-home_news .e-right{width: 100%;}
} 
 
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;}
.paging-item{transition: all ease .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .5rem;color: #666666;height: .5rem;line-height: .5rem;border-radius: .25rem;background-color: #f4f5f6;}
.paging-item:hover{color: #fff;background-color: #d7151e;}
.paging-item.active{color: #fff;background-color: #d7151e;}
.paging-up{transition: all ease .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .5rem;color: transparent;height: .5rem;border-radius: .25rem;background-color: #f4f5f6;background-image: url('../images/a3.png');background-size: .29em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-image: url('../images/a3-b.png');background-color: #d7151e;} 
.paging-next{transform: rotate(-180deg);transition: all ease .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .5rem;color: transparent;height: .5rem;border-radius: .25rem;background-color: #f4f5f6;background-image: url('../images/a3.png');background-size: .29em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-image: url('../images/a3-b.png');background-color: #d7151e;} 
 
@media (max-width: 1150px) {
    .paging-item{min-width: .6rem;line-height: .6rem;height: .6rem;border-radius: .3rem;}
    .paging-up{min-width: .6rem;height: .6rem;border-radius: .3rem;}
    .paging-next{min-width: .6rem;height: .6rem;border-radius: .3rem;}
}

/* 内页banner */
.__ID__.md-banner{width: 100%;}
.__ID__.md-banner img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-banner .banner-cont{width: 100%;position: relative;}
.__ID__.md-banner .banner-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(500/1920*100%);}
.__ID__.md-banner .banner-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-banner .banner-text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 15rem;max-width: 92%;}
.__ID__.md-banner .banner-titles{width: 100%;margin-bottom: .08rem;color: #ffffff;line-height: 1.13;}
.__ID__.md-banner .banner-en{width: 100%;color: #ffffff;line-height: 1.5;}

/* 面包屑 */
.__ID__.md-nav{overflow: hidden;width: 100%;background-color: #ffffff;box-shadow: 0px .04rem .12rem 0px rgba(0, 0, 0, 0.06);}
.__ID__.md-nav img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-nav .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-nav .nav-cont{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.md-nav .nav-left{flex: 1;width: 0;font-size: 0;position: relative;}
.__ID__.md-nav .nav-swiper{display: inline-block;max-width: 100%;}
.__ID__.md-nav .nav-item{transition: all ease .3s;display: block;cursor: pointer;width: auto;position: relative;margin-right: .9rem;height: .8rem;line-height: .8rem;}
.__ID__.md-nav .nav-item:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;transition: all ease .3s;height: 2px;background-color: #d7151e;}
.__ID__.md-nav .nav-item:last-child{margin-right: 0;}
.__ID__.md-nav .nav-item:hover{color: #d7151e;}
.__ID__.md-nav .nav-item:hover:after{width: 100%;}
.__ID__.md-nav .nav-item.active{color: #d7151e;}
.__ID__.md-nav .nav-item.active:after{width: 100%;}
.__ID__.md-nav .nav-right{font-size: 0;display: flex;align-items: center;flex-wrap: wrap;padding-left: 1.45rem;}
.__ID__.md-nav .nav-one{display: block;color: #666666;line-height: .8rem;}
.__ID__.md-nav .nav-one:after{content: '<';}
.__ID__.md-nav .nav-one:last-child:after{display: none;}
.__ID__.md-nav .nav-one:nth-child(1):before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 1.31em;height: 1.5em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.__ID__.md-nav .nav-prev{top: 0;margin-top: 0;left: -.47rem;width: .07rem;min-width: 7px;height: 100%;background-image: url('../images/a39.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-nav .nav-prev:hover{background-image: url('../images/a39-b.png');}
.__ID__.md-nav .nav-prev.swiper-button-disabled{display: none;}
.__ID__.md-nav .nav-next{transform: rotate(-180deg);top: 0;margin-top: 0;right: -.47rem;width: .07rem;min-width: 7px;height: 100%;background-image: url('../images/a39.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-nav .nav-next:hover{background-image: url('../images/a39-b.png');}
.__ID__.md-nav .nav-next.swiper-button-disabled{display: none;}

@media (max-width: 750px) {
    .__ID__.md-nav .nav-left{flex: none;width: 100%;text-align: center;padding: 0 .45rem;}
    .__ID__.md-nav .nav-item{margin-right: .3rem;}
    .__ID__.md-nav .nav-right{display: none;}
    .__ID__.md-nav .nav-prev{left: 0;}
    .__ID__.md-nav .nav-next{right: 0;}
}

/* 新闻 */
.__ID__.md-news{width: 100%;padding: .7rem 0 .9rem;}
.__ID__.md-news img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-news .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-news .i-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;padding-bottom: .3rem;}
.__ID__.md-news .i-item{display: block;cursor: pointer;position: relative;width: 32%;margin-right: 2%;margin-bottom: .3rem;background-color: #ffffff;box-shadow: 1px 1px .16rem 0px rgba(0, 0, 0, 0.1);}
.__ID__.md-news .i-item:nth-child(3n){margin-right: 0;}
.__ID__.md-news .i-item:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;transition: all ease .3s;height: 3px;background-color: #d7151e;}
.__ID__.md-news .i-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(300/480*100%);}
.__ID__.md-news .i-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-news .i-text{width: 100%;padding: .3rem .35rem .5rem;}
.__ID__.md-news .i-time{transition: all ease .3s; width: 100%;margin-bottom: .1rem;color: #999999;line-height: 1.6;}
.__ID__.md-news .i-time img{margin-right: .1rem;height: 1em;}
.__ID__.md-news .i-name{width: 100%;margin-bottom: .05rem;color: #000000;line-height: 1.6;}
.__ID__.md-news .i-intro{width: 100%;color: #666666;line-height: 1.66;}
.__ID__.md-news .i-item:hover:after{width: 100%;}
.__ID__.md-news .i-item:hover .i-img img{transform: scale(1.05);}
.__ID__.md-news .i-item:hover .i-name{color: #d7151e;}
@media (max-width: 750px) {
  .__ID__.md-news .i-item{width: calc(50% - .15rem);margin-right: .3rem;}
  .__ID__.md-news .i-item:nth-child(3n){margin-right: .3rem;}
  .__ID__.md-news .i-item:nth-child(2n){margin-right: 0;}
  .__ID__.md-news .i-text{padding: .25rem .25rem .35rem;}
}

/* 新闻-详情 */
.__ID__.md-news_details{width: 100%;padding: .9rem 0 .95rem;}
.__ID__.md-news_details img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-news_details .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-news_details .j-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 0;}
.__ID__.md-news_details .j-left{width: calc(1050/1500*100%);}
.__ID__.md-news_details .j-top{width: 100%;padding-bottom: .15rem;margin-bottom: .25rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-news_details .j-titles{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.26;}
.__ID__.md-news_details .j-tipbox{width: 100%;font-size: 0;text-align: center;}
.__ID__.md-news_details .j-tip{display: inline-block;vertical-align: top;padding: 0 .5rem .1rem; color: #999999;line-height: 1.6;}
.__ID__.md-news_details .j-tip img{width: 1em;margin-right: .1rem;}
.__ID__.md-news_details .j-textbox{width: 100%;color: #666666;line-height: 1.66;}
.__ID__.md-news_details .j-textbox *{line-height: inherit;max-width: 100%;}
.__ID__.md-news_details .j-linkbox{width: 100%;padding-top: .25rem;margin-top: .25rem;border-top: 1px solid rgba(0,0,0,.1);}
.__ID__.md-news_details .j-link{transition: all ease .3s;cursor: pointer;width: 100%;color: #666666;line-height: 1.6;}
.__ID__.md-news_details .j-link:hover{color: #d7151e;}
.__ID__.md-news_details .j-right{width: calc(410/1500*100%);}
.__ID__.md-news_details .j-box{width: 100%;margin-bottom: .15rem;display: flex;align-items: center;}
.__ID__.md-news_details .j-subtitle{flex: 1;padding-right: .1rem;color: #000000;line-height: 1.4;font-weight: bold;}
.__ID__.md-news_details .j-back{transition: all ease .3s; display: block;cursor: pointer;color: #0657b3;line-height: 1.5;}
.__ID__.md-news_details .j-back:after{content: '>>';margin-left: .05rem;}
.__ID__.md-news_details .j-back:hover{color: #d7151e;}
.__ID__.md-news_details .j-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-news_details .j-item{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;cursor: pointer;width: 100%;padding-bottom: .2rem;margin-bottom: .2rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-news_details .j-item:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.__ID__.md-news_details .j-lt{width: 1.4rem;}
.__ID__.md-news_details .j-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(87/140*100%);}
.__ID__.md-news_details .j-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-news_details .j-rt{width: calc(100% - 1.6rem);}
.__ID__.md-news_details .j-name{transition: all ease .3s; width: 100%;color: #666666;line-height: 1.6;}
.__ID__.md-news_details .j-item:hover .j-img img{transform: scale(1.05);}
.__ID__.md-news_details .j-item:hover .j-name{color: #d7151e;}
@media (max-width: 750px) {
  .__ID__.md-news_details .j-left{width: 100%;margin-bottom: .5rem;}
  .__ID__.md-news_details .j-tip{padding: 0 .15rem .1rem;}
  .__ID__.md-news_details .j-right{width: 100%;}
}

/* 应用方案 */
.__ID__.md-solution .my-top{width: 100%;padding-bottom: .4rem;}
.__ID__.md-solution .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-solution .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-solution{width: 100%;position: relative;padding: .9rem 0 1rem;}
.__ID__.md-solution:after{content: '';position: absolute;top: 0;right: 0;width: 50%;height: 100%;background-color: #f8f8f8;background-image: url('../images/a7.png');background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.__ID__.md-solution img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-solution .layout{width: 15rem;max-width: 92%;margin: 0 auto;position: relative;z-index: 8;}
.__ID__.md-solution .k-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-solution .k-left{width: calc(680/1500*100%);}
.__ID__.md-solution .k-navbox{width: 100%;}
.__ID__.md-solution .k-nav{display: block;width: 100%;margin-bottom: .3rem;}
.__ID__.md-solution .k-nav:last-child{margin-bottom: 0;}
.__ID__.md-solution .k-buttom{display: block;cursor: pointer;position: relative;width: 100%;padding: .25rem .3rem .25rem 0;border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-solution .k-classify{width: 100%;color: #000000;font-weight: bold;line-height: 1.4;}
.__ID__.md-solution .k-buttom:after{transform: rotate(0);transition: all ease .3s;content: '';position: absolute;top: 0;right: 0;width: .13rem;height: 100%;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-solution .k-sub{display: none;width: 100%;}
.__ID__.md-solution .k-labelbox{width: 100%;display: flex;flex-wrap: wrap;padding-top:  .15rem;}
.__ID__.md-solution .k-label{transition: all ease .3s;display: block;cursor: pointer;width: 32%;margin-right: 2%;margin-top: .2rem;color: #666666;line-height: 1.5;}
.__ID__.md-solution .k-label:nth-child(3n){margin-right: 0;}
.__ID__.md-solution .k-label:hover{color: #d7151e;}
.__ID__.md-solution .k-nav.show .k-buttom:after{transform: rotate(-180deg);}
.__ID__.md-solution .k-nav.show .k-classify{color: #d7151e;}
.__ID__.md-solution .k-right{width: calc(740/1500*100%);position: relative;right: -1rem;}
.__ID__.md-solution .k-swiper{width: 100%;}
.__ID__.md-solution .k-item{display: block;width: 100%;}
.__ID__.md-solution .k-link{display: block;cursor: pointer;width: 100%;}
.__ID__.md-solution .k-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(463/740*100%);}
.__ID__.md-solution .k-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-solution .k-text{width: 100%;padding-top: .35rem;}
.__ID__.md-solution .k-name{transition: all ease .3s; width: 100%;margin-bottom: .05rem;color: #000000;font-weight: bold;line-height: 1.4;}
.__ID__.md-solution .k-intro{width: 100%;margin-bottom: .3rem;color: #666666;line-height: 2;}
.__ID__.md-solution .k-more{display: inline-block;padding: 0 .54rem;color: #ffffff;line-height: .6rem;background-color: #d7151e;border-radius: .3rem;}
.__ID__.md-solution .k-link:hover .k-img img{transform: scale(1.05);}
.__ID__.md-solution .k-link:hover .k-name{color: #d7151e;}
@media (max-width: 900px) {
  .__ID__.md-solution .k-right{right: -.3rem;}
}
@media (max-width: 750px) {
    .__ID__.md-solution:after{display: none;}
   .__ID__.md-solution .k-left{width: 100%;margin-bottom: .5rem;}
   .__ID__.md-solution .k-right{width: 100%;right: 0;}
}

/* 应用方案-详情 */
.__ID__.md-solution_details{width: 100%;padding: .9rem 0 1rem;}
.__ID__.md-solution_details img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-solution_details .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-solution_details .l-titles{width: 100%;margin-bottom: .3rem;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-solution_details .l-cont{width: 100%;border: 1px solid rgba(0,0,0,.1);}
.__ID__.md-solution_details .l-top{width: 100%;padding: .35rem .4rem;margin-bottom: .3rem;display: flex;align-items: center; border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-solution_details .l-subtitle{flex: 1;color: #000000;font-weight: bold;line-height: 1.4;padding-right: .1rem;}
.__ID__.md-solution_details .l-back{transition: all ease .3s; display: block;cursor: pointer;color: #666666;line-height: 1.5;}
.__ID__.md-solution_details .l-back img{margin-left: .1rem;height: .72em;}
.__ID__.md-solution_details .l-back:hover{color: #d7151e;}
.__ID__.md-solution_details .l-center{width: 100%;padding: 0 .4rem .3rem;text-align: right;}
.__ID__.md-solution_details .l-intro{display: inline-block;text-align: left; width: 6rem;max-width: 100%;color: #666666;line-height: 2;}
.__ID__.md-solution_details .l-bottom{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 .4rem 1rem;}
.__ID__.md-solution_details .l-left{width: calc(100% - 6.65rem);}
.__ID__.md-solution_details .l-img{width: 100%;}
.__ID__.md-solution_details .l-img img{width: 100%;}
.__ID__.md-solution_details .l-right{width: 6rem;}
.__ID__.md-solution_details .l-tip{width: 100%;padding:.13rem;text-align: center;color: #ffffff;font-weight: bold;line-height: 1.4;background-color: #d7151e;background-image: linear-gradient(90deg, #da5114 0%, #d7151e 100%);}
.__ID__.md-solution_details .l-navbox{width: 100%;}
.__ID__.md-solution_details .l-nav{display: block;width: 100%;margin-bottom: .3rem;}
.__ID__.md-solution_details .l-nav:last-child{margin-bottom: 0;}
.__ID__.md-solution_details .l-buttom{display: block;cursor: pointer;position: relative;width: 100%;padding: .25rem .3rem .25rem 0;border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-solution_details .l-classify{width: 100%;color: #000000;font-weight: bold;line-height: 1.4;}
.__ID__.md-solution_details .l-buttom:after{transform: rotate(0);transition: all ease .3s;content: '';position: absolute;top: 0;right: 0;width: .13rem;height: 100%;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-solution_details .l-nav.show .l-buttom:after{transform: rotate(-180deg);}
.__ID__.md-solution_details .l-nav.show .l-classify{color: #d7151e;}
.__ID__.md-solution_details .l-sub{display: none;width: 100%;}
.__ID__.md-solution_details .l-link{display: flex;align-items: center;cursor: pointer;width: 100%;padding: .25rem 0;border-bottom: 1px solid rgba(0,0,0,.1);}
.__ID__.md-solution_details .l-lt{flex: 1;font-size: 0;padding-right: .1rem;}
.__ID__.md-solution_details .l-name{transition: all ease .3s; color: #666666;line-height: 1.8;}
.__ID__.md-solution_details .l-name span{color: #d7151e;}
.__ID__.md-solution_details .l-rt{font-size: 0;}
.__ID__.md-solution_details .l-type{color: #666666;line-height: 1.8;}
.__ID__.md-solution_details .l-type span{color: #d7151e;}
.__ID__.md-solution_details .l-link:hover .l-name{color: #d7151e;}
@media (max-width: 750px) {
   .__ID__.md-solution_details .l-top{padding:.3rem;}
   .__ID__.md-solution_details .l-center{padding: 0 .3rem .3rem;}
   .__ID__.md-solution_details .l-intro{width: 100%;}
   .__ID__.md-solution_details .l-bottom{padding: 0 .3rem .5rem;}
   .__ID__.md-solution_details .l-left{width: 100%;margin-bottom: .5rem;}
   .__ID__.md-solution_details .l-right{width: 100%;}
}

/* 服务理念 */
.__ID__.md-service_support1 .my-top{width: 100%;padding-bottom: .45rem;text-align: center;}
.__ID__.md-service_support1 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-service_support1 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-service_support1 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-service_support1{position: relative;width: 100%;padding: .9rem 0 .2rem;}
.__ID__.md-service_support1 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-service_support1 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-service_support1 .m-cont{width: 100%;}
.__ID__.md-service_support1 .m-img{width: 100%;}
.__ID__.md-service_support1 .m-img img{width: 100%;}
.__ID__.md-service_support1 .m-list{position: relative;width: 100%;margin-top: -1.47rem;padding: 0 .45rem;display: flex;flex-wrap: wrap;}
.__ID__.md-service_support1 .m-item{flex: 1;padding: 0 .15rem;margin-bottom: .3rem;}
.__ID__.md-service_support1 .m-box{display: block;width: 100%;height: 100%;min-height: 1.95rem;text-align: center;padding: .43rem .1rem .2rem;background-color: rgba(255,255,255,.9);box-shadow: 0px .03rem .1rem 0px rgba(0, 0, 0, 0.1);}
.__ID__.md-service_support1 .m-icon{position: relative;top: 0;transition: all ease .3s;display: inline-block;background-color: #d7151e;border-radius: 50%;}
.__ID__.md-service_support1 .m-icon img{width: .6rem;height: .6rem;object-fit: contain;}
.__ID__.md-service_support1 .m-text{width: 100%;padding-top: .15rem;}
.__ID__.md-service_support1 .m-intro{width: 100%;color: #666666;line-height: 1.5;}
.__ID__.md-service_support1 .m-box:hover .m-icon{top: -.1rem;}
@media (max-width: 750px) {
    .__ID__.md-service_support1 .m-list{padding: 0 .15rem;margin-top: -1rem;}
    .__ID__.md-service_support1 .m-item{min-width: 50%;}
}

/* 下载中心 */

.__ID__.md-service_support2 .my-top{width: 100%;padding-bottom: .25rem;}
.__ID__.md-service_support2 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-service_support2 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-service_support2 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-service_support2{position: relative;width: 100%;padding: .45rem 0 1rem;}
.__ID__.md-service_support2 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-service_support2 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-service_support2 .n-top{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;padding-bottom: .2rem;}
.__ID__.md-service_support2 .n-lt{font-size: 0;display: flex;flex-wrap: wrap;}
.__ID__.md-service_support2 .n-rt{font-size: 0;display: flex;flex-wrap: wrap;}
.__ID__.md-service_support2 .n-select{width: 2rem;margin-right: .2rem;margin-bottom: .25rem;}
.__ID__.md-service_support2 .n-box{width: 4.2rem;position: relative;margin-bottom: .25rem;padding-right: .7rem; border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-service_support2 .n-input{display: block;border: none;background-color: transparent;padding-left: .4rem; width: 100%;color: #333;height: .6rem;}
.__ID__.md-service_support2 .n-submit{position: absolute;top: 0;right: 0;display: block;cursor: pointer;border: none;background-color: transparent;width: .95rem;height: 100%;background-image: url('../images/a15.png');background-size: 1em auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-service_support2 .n-bottom{overflow: hidden;width: 100%;border: solid 1px #dfdfdf;}
.__ID__.md-service_support2 .n-tr{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.__ID__.md-service_support2 .n-th{padding: .15rem .1rem;color: #000000;line-height: 1.5;font-weight: bold;}
.__ID__.md-service_support2 .n-th:nth-child(1){width: calc(540/1500*100%);padding-left: .6rem;}
.__ID__.md-service_support2 .n-th:nth-child(2){width: calc(285/1500*100%);}
.__ID__.md-service_support2 .n-th:nth-child(3){width: calc(285/1500*100%);}
.__ID__.md-service_support2 .n-th:nth-child(4){width: calc(225/1500*100%);}
.__ID__.md-service_support2 .n-th:last-child{flex: 1;text-align: center;}
.__ID__.md-service_support2 .n-list{width: 100%;}
.__ID__.md-service_support2 .n-item{display: flex;align-items: center;width: 100%;cursor: pointer;border-top: 1px solid rgba(0,0,0,.1);}
.__ID__.md-service_support2 .n-td{padding: .13rem .1rem;}
.__ID__.md-service_support2 .n-td:nth-child(1){width: calc(540/1500*100%);padding-left: .6rem;}
.__ID__.md-service_support2 .n-td:nth-child(2){width: calc(285/1500*100%);}
.__ID__.md-service_support2 .n-td:nth-child(3){width: calc(285/1500*100%);}
.__ID__.md-service_support2 .n-td:nth-child(4){width: calc(225/1500*100%);}
.__ID__.md-service_support2 .n-td:last-child{flex: 1;text-align: center;}
.__ID__.md-service_support2 .n-intro{width: 100%;color: #666666;line-height: 1.6;}
.__ID__.md-service_support2 .n-download{width: 100%;}
.__ID__.md-service_support2 .n-download img{height: 1.25em;}
.__ID__.md-service_support2 .n-link{display: flex;align-items: center;}
.__ID__.md-service_support2 .n-icon{margin-right: .1rem;}
.__ID__.md-service_support2 .n-icon img{height: 1.37em;}
.__ID__.md-service_support2 .n-text{flex: 1;color: #666666;line-height: 1.6;word-break: break-all;}
.__ID__.md-service_support2 .n-item:hover .n-text{color: #d7151e;}

.__ID__.md-service_support2 input::-webkit-input-placeholder,
.__ID__.md-service_support2 textarea::-webkit-input-placeholder{color: #666666;}
.__ID__.md-service_support2 input:-moz-placeholder,
.__ID__.md-service_support2 textarea:-moz-placeholder{color: #666666;}
.__ID__.md-service_support2 input::-moz-placeholder,
.__ID__.md-service_support2 textarea::-moz-placeholder{color: #666666;}
.__ID__.md-service_support2 input:-ms-input-placeholder,
.__ID__.md-service_support2 textarea:-ms-input-placeholder{color: #666666;} 
.__ID__.md-service_support2 .selectbox{width: 100%;position: relative;z-index: 8;}
.__ID__.md-service_support2 .select-tip{width: 100%;display: block;cursor: pointer;position: relative;padding-left: .4rem; padding-right: .6rem;border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-service_support2 .select-tip:after{content: "";position: absolute;right: .4rem;top: 0;z-index: 1;width: .12rem;height: 100%;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-service_support2 .select-cur{display: block; width: 100%;height:.6rem;line-height:.6rem;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.__ID__.md-service_support2 .select-cur span{color: #ff0000;}
.__ID__.md-service_support2 .select-sub{visibility: hidden;z-index: -1;opacity: 0; position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff; box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);}
.__ID__.md-service_support2 .select-cont{width: 100%; max-height: 180px; overflow: auto;}
.__ID__.md-service_support2 .select-item{display: block;cursor: pointer; width: 100%; line-height: 1.6;padding: .1rem .15rem .1rem .4rem;color: #666666;}
.__ID__.md-service_support2 .select-item:hover{background-color: #d7151e !important;color: #fff;}
.__ID__.md-service_support2 .select-item.select{background-color: #f5f5f5;}
.__ID__.md-service_support2 .selectbox.show {z-index: 28;}
.__ID__.md-service_support2 .selectbox.show .select-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;}
.__ID__.md-service_support2 .selectbox.active .select-cur{color: #333;}

@media (max-width: 750px) {
   .__ID__.md-service_support2 .n-lt{width: 100%;}
   .__ID__.md-service_support2 .n-rt{width: 100%;}
   .__ID__.md-service_support2 .n-select{width: 100%;margin-right: 0;}
   .__ID__.md-service_support2 .n-box{width: 100%;}
   .__ID__.md-service_support2 .n-th:nth-child(1){padding-left: .3rem;}
   .__ID__.md-service_support2 .n-td:nth-child(1){padding-left: .3rem;}
   .__ID__.md-service_support2 .n-th{font-size: 3vw;}
   .__ID__.md-service_support2 .n-intro{font-size: 3vw;}
   .__ID__.md-service_support2 .n-text{font-size: 3vw;}
   .__ID__.md-service_support2 .n-download{font-size: 3vw;}
}
 

/* 样品申请 */
.__ID__.md-service_support3 .my-top{width: 100%;padding-bottom: .45rem;text-align: center;}
.__ID__.md-service_support3 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-service_support3 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-service_support3 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-service_support3{position: relative;width: 100%;padding: .95rem 0 1rem;background-color: #f8f8f8;}
.__ID__.md-service_support3 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-service_support3 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-service_support3 .o-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-service_support3 .o-left{width: calc(580/1500*100%);}
.__ID__.md-service_support3 .o-img{width: 100%;height: 100%;position: relative;overflow: hidden;padding-top: calc(640/580*100%);}
.__ID__.md-service_support3 .o-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-service_support3 .o-right{width: calc(886/1500*100%);}
.__ID__.md-service_support3 .o-two{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-service_support3 .o-item{display: block;width: 100%;position: relative;margin-bottom: .2rem;background-color: #ffffff;border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-service_support3 .o-tip{position: absolute;top: 0;left: 0;width: 100%;padding: 0 .4rem;color: #666666;line-height: .6rem;}
.__ID__.md-service_support3 .o-tip span{color: #d7151e;}
.__ID__.md-service_support3 .o-inputbox{position: relative;z-index: 8;width: 100%;}
.__ID__.md-service_support3 .o-input{border: none;background-color: transparent;width: 100%;padding: 0 .4rem;height: .6rem;color: #333;}
.__ID__.md-service_support3 .o-textarea{border: none;background-color: transparent;width: 100%;padding: .15rem .4rem;height: 8.75em;color: #333;line-height: 1.6;}
.__ID__.md-service_support3 .o-item.hide .o-tip{opacity: 0;}
.__ID__.md-service_support3 .o-box{width: 100%;display: flex;flex-wrap: wrap;padding-top: .2rem;}
.__ID__.md-service_support3 .o-lt{min-width: 2.55rem;padding-right: .3rem;}
.__ID__.md-service_support3 .o-submit{display: inline-block;border: none;cursor: pointer;padding: 0 .54rem;color: #ffffff;height: .6rem;line-height: .6rem;background-color: #d7151e;border-radius: .3rem;}
.__ID__.md-service_support3 .o-rt{flex: 1;}
.__ID__.md-service_support3 .o-intro{width: 100%;color: #666666;line-height: 1.5;}
.__ID__.md-service_support3 .o-intro *{line-height: inherit;}

@media (min-width: 750px) {
    .__ID__.md-service_support3 .o-two .o-item{width: calc(50% - .1rem);}
}
@media (max-width: 750px) {
    .__ID__.md-service_support3 .o-left{width: 100%;margin-bottom: .3rem;}
    .__ID__.md-service_support3 .o-right{width: 100%;}
    .__ID__.md-service_support3 .o-rt{width: 100%;flex: none;margin-top: .3rem;}
}


/* 意见反馈 */
.__ID__.md-service_support4 .my-top{width: 100%;padding-bottom: .45rem;position: relative;z-index: 8;}
.__ID__.md-service_support4 .my-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.__ID__.md-service_support4 .my-intro{width: 100%;margin-top: .25rem;color: #ffffff;line-height: 1.5;}
.__ID__.md-service_support4 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-service_support4{overflow: hidden;position: relative;width: 100%;padding-bottom: .95rem;}
.__ID__.md-service_support4 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-service_support4 .layout{width: 15rem;max-width: 92%;margin: 0 auto;position: relative;z-index: 8;}
.__ID__.md-service_support4 .p-main{position: relative;padding: .95rem 0 1.65rem;}
.__ID__.md-service_support4 .p-bg{position: absolute;top: 0;left: 50%;transform: translate(-50%,0);width: 100vw;height: 100%;}
.__ID__.md-service_support4 .p-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.__ID__.md-service_support4 .p-cont{position: relative;z-index: 18;margin-top: -1.7rem;width: 100%;display: flex;align-items: center;min-height: 6.2rem;padding: .8rem;background-color: #f8f8f8;}
.__ID__.md-service_support4 .p-box{width: 100%;}
.__ID__.md-service_support4 .p-top{width: 100%;padding-bottom: .4rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-service_support4 .p-left{display: flex;align-items: center;justify-content: center;width: 3.95rem;padding: .3rem;margin-bottom: .2rem;background-color: #d7151e;border-radius: .06rem;}
.__ID__.md-service_support4 .p-textbox{color: #ffffff;line-height: 2.25;}
.__ID__.md-service_support4 .p-textbox *{line-height: inherit;}
.__ID__.md-service_support4 .p-right{width: calc(100% - 4.35rem);}
.__ID__.md-service_support4 .p-two{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-service_support4 .p-item{display: block;width: 100%;position: relative;margin-bottom: .2rem;background-color: #ffffff;border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-service_support4 .p-tip{position: absolute;top: 0;left: 0;width: 100%;padding: 0 .4rem;color: #666666;line-height: .6rem;}
.__ID__.md-service_support4 .p-tip span{color: #d7151e;}
.__ID__.md-service_support4 .p-inputbox{position: relative;z-index: 8;width: 100%;}
.__ID__.md-service_support4 .p-input{border: none;background-color: transparent;width: 100%;padding: 0 .4rem;height: .6rem;color: #333;}
.__ID__.md-service_support4 .p-textarea{border: none;background-color: transparent;width: 100%;padding: .15rem .4rem;height: 8.75em;color: #333;line-height: 1.6;}
.__ID__.md-service_support4 .p-item.hide .p-tip{opacity: 0;}
.__ID__.md-service_support4 .p-buttom{width: 100%;text-align: center;} 
.__ID__.md-service_support4 .p-submit{display: inline-block;border: none;cursor: pointer;padding: 0 .54rem;color: #ffffff;height: .6rem;line-height: .6rem;background-color: #d7151e;border-radius: .3rem;}
@media (min-width: 750px) {
    .__ID__.md-service_support4 .p-two .p-item{width: calc(50% - .1rem);}
}
@media (max-width: 750px) {
    .__ID__.md-service_support4 .p-cont{padding: .3rem;}
    .__ID__.md-service_support4 .p-left{width: 100%;margin-bottom: .3rem;}
    .__ID__.md-service_support4 .p-right{width: 100%;} 
}

/* 联系方式 */ 
.__ID__.md-contact_us1 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-contact_us1{overflow: hidden;position: relative;width: 100%;padding: .9rem 0 1.2rem;background-color: #000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-contact_us1 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-contact_us1 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-contact_us1 .q-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-contact_us1 .q-left{width: calc(650/1500*100%);}
.__ID__.md-contact_us1 .q-top{width: 100%;margin-bottom: .45rem;}
.__ID__.md-contact_us1 .q-subtitle{width: 100%;margin-bottom: .1rem;color: #ffffff;line-height: 1.5;}
.__ID__.md-contact_us1 .q-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.__ID__.md-contact_us1 .q-list{width: 100%;padding-bottom: .2rem;}
.__ID__.md-contact_us1 .q-item{display: flex;align-items: center;width: 100%;margin-bottom: .6rem;}
.__ID__.md-contact_us1 .q-icon{width: .8rem;}
.__ID__.md-contact_us1 .q-icon img{width: 100%;}
.__ID__.md-contact_us1 .q-text{flex: 1;padding-left: .4rem;}
.__ID__.md-contact_us1 .q-name{width: 100%;color: rgba(255,255,255,.6);line-height: 1.5;}
.__ID__.md-contact_us1 .q-intro{width: 100%;color: #ffffff;line-height: 1.35;font-weight: bold;}
.__ID__.md-contact_us1 .q-consult{display: inline-block;cursor: pointer;padding: 0 .54rem;color: #ffffff;line-height: 0.6rem;border-radius: .3rem;background-color: #d7151e;}
.__ID__.md-contact_us1 .q-right{width: calc(690/1500*100%);}
.__ID__.md-contact_us1 .q-mapbox{width: 100%;position: relative;padding-top: calc(360/690*100%);border-radius: .2rem;overflow: hidden;}
.__ID__.md-contact_us1 .q-map{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
@media (max-width: 750px) {
  .__ID__.md-contact_us1 .q-left{width: 100%;margin-bottom: .5rem;}
  .__ID__.md-contact_us1 .q-right{width: 100%;}
}

/* 留言表单 */
.__ID__.md-contact_us2 .my-top{width: 100%;text-align: center;padding-bottom: .3rem;}
.__ID__.md-contact_us2 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-contact_us2 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-contact_us2 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-contact_us2{position: relative;width: 100%;padding: .9rem 0 1rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-contact_us2 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-contact_us2 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-contact_us2 .r-cont{width: 100%;padding: .8rem;background-color: #ffffff;box-shadow: 0px .04rem .12rem 0px rgba(0, 0, 0, 0.1);border-radius: .2rem;}
.__ID__.md-contact_us2 .r-three{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.md-contact_us2 .r-item{display: block;width: 100%;position: relative;margin-bottom: .2rem;background-color: #ffffff;border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-contact_us2 .r-tip{position: absolute;top: 0;left: 0;width: 100%;padding: 0 .4rem;color: #666666;line-height: .6rem;}
.__ID__.md-contact_us2 .r-tip span{color: #d7151e;}
.__ID__.md-contact_us2 .r-inputbox{position: relative;z-index: 8;width: 100%;}
.__ID__.md-contact_us2 .r-input{border: none;background-color: transparent;width: 100%;padding: 0 .4rem;height: .6rem;color: #333;}
.__ID__.md-contact_us2 .r-textarea{border: none;background-color: transparent;width: 100%;padding: .15rem .4rem;height:11.25em;color: #333;line-height: 1.6;}
.__ID__.md-contact_us2 .r-item.hide .r-tip{opacity: 0;}
.__ID__.md-contact_us2 .r-buttom{width: 100%;text-align: center;padding-top: .2rem;}
.__ID__.md-contact_us2 .r-submit{display: inline-block;border: none;cursor: pointer;padding: 0 .54rem;color: #ffffff;height: .6rem;line-height: 0.6rem;border-radius: .3rem;background-color: #d7151e;}
@media (min-width: 750px) {
    .__ID__.md-contact_us2 .r-three .r-item{width: 32.31%;margin-right: 1.53%;}
    .__ID__.md-contact_us2 .r-three .r-item:nth-child(3n){margin-right: 0;}
}
@media (max-width: 750px) {
   .__ID__.md-contact_us2 .r-cont{padding: .5rem .3rem;}
}

/* 联系我们-代理商查询 */
.__ID__.md-contact_us3{width: 100%;display: flex;align-items: center;min-height: 8rem;padding: .8rem 0;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-contact_us3 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-contact_us3 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-contact_us3 .s-cont{width: 100%;text-align: center;}
.__ID__.md-contact_us3 .s-top{width: 100%;padding-bottom: .3rem;}
.__ID__.md-contact_us3 .s-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.__ID__.md-contact_us3 .s-intro{width: 100%;padding-top: .3rem;color: #ffffff;line-height: 1.5;}
.__ID__.md-contact_us3 .s-bottom{margin: 0 auto;width: calc(.45rem + 51em);padding: .04rem .05rem .04rem .4rem;max-width: 100%;display: flex;align-items: center;	background-color: #ffffff;border-radius: .06rem;border: solid 1px #e5e5e5;}
.__ID__.md-contact_us3 .s-inputbox{flex: 1;}
.__ID__.md-contact_us3 .s-input{border: none;background-color: transparent;width: 100%;color: #333;height: .52rem;}
.__ID__.md-contact_us3 .s-submit{display: inline-block;cursor: pointer;min-width: 1.8rem;border: none;color: #ffffff;height: .52rem;line-height: .52rem;text-align: center;padding: 0 .15rem;background-color: #d7151e;border-radius: .06rem;}
.__ID__.md-contact_us3 input::-webkit-input-placeholder,
.__ID__.md-contact_us3 textarea::-webkit-input-placeholder{color: #666;}
.__ID__.md-contact_us3 input:-moz-placeholder,
.__ID__.md-contact_us3 textarea:-moz-placeholder{color: #666;}
.__ID__.md-contact_us3 input::-moz-placeholder,
.__ID__.md-contact_us3 textarea::-moz-placeholder{color: #666;}
.__ID__.md-contact_us3 input:-ms-input-placeholder,
.__ID__.md-contact_us3 textarea:-ms-input-placeholder{color: #666;}

@media (max-width: 750px) {
    .__ID__.md-contact_us3 .s-bottom{padding-left: .3rem;}
}
 

/* 关于我们-公司简介 */
.__ID__.md-about_us1 .my-top{position: relative;width: 100%;padding-bottom: .35rem;margin-bottom: .35rem;}
.__ID__.md-about_us1 .my-top:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(0, 0, 0, 0.1);}
.__ID__.md-about_us1 .my-top:after{content: '';position: absolute;bottom: 0;left: 0;width: .6rem;height: .05rem;background-color: #d7151e;}
.__ID__.md-about_us1 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-about_us1 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-about_us1 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-about_us1{position: relative;width: 100%;padding: .9rem 0 .6rem;}
.__ID__.md-about_us1 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-about_us1 .layout{width: 15rem;max-width: 92%;margin: 0 auto;position: relative;z-index: 8;}
.__ID__.md-about_us1 .t-logo{position: absolute;top:.03rem;left: 0;width: 100%;text-align: center;opacity: 0.1;}
.__ID__.md-about_us1 .t-logo img{max-width: 100%;}
.__ID__.md-about_us1 .t-top{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.__ID__.md-about_us1 .t-left{width: calc(680/1500*100%);}
.__ID__.md-about_us1 .t-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(480/680*100%);}
.__ID__.md-about_us1 .t-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-about_us1 .t-right{width: calc(760/1500*100%);}
.__ID__.md-about_us1 .t-textbox{width: 100%;color: #666666;line-height: 2;}
.__ID__.md-about_us1 .t-textbox *{line-height: inherit;max-width: 100%;}
.__ID__.md-about_us1 .t-bottom{width: 100%;padding-top: .4rem;display: flex;align-items: center;justify-content: space-between;}
.__ID__.md-about_us1 .t-line{margin: .3rem .15rem 0;width: 1px;height: .6rem;background-color: #000000;opacity: 0.1;}
.__ID__.md-about_us1 .t-item{display: block;margin-top: .3rem;}
.__ID__.md-about_us1 .t-box{display: flex;align-items: center;}
.__ID__.md-about_us1 .t-icon{width: .63rem;}
.__ID__.md-about_us1 .t-icon img{max-width: .5rem;max-height: .5rem;}
.__ID__.md-about_us1 .t-rt{display: flex;align-items: center;flex: 1;}
.__ID__.md-about_us1 .t-nub{color: #d7151e;font-weight: bold;line-height: 1;}
.__ID__.md-about_us1 .t-intro{width: 100%;padding-left: .63rem;padding-top: .1rem;color: #666666;line-height: 1.6;}
@media (max-width: 750px) {
    .__ID__.md-about_us1 .t-left{width: 100%;margin-bottom: .3rem;}
    .__ID__.md-about_us1 .t-right{width: 100%;}
    .__ID__.md-about_us1 .t-bottom{flex-wrap: wrap;}
    .__ID__.md-about_us1 .t-line{display: none;}
    .__ID__.md-about_us1 .t-item{width: 48%;}
}

/* 关于我们-企业文化 */
.__ID__.md-about_us2 .my-top{width: 100%;text-align: center;padding-bottom: .35rem;}
.__ID__.md-about_us2 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-about_us2 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-about_us2 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-about_us2{position: relative;width: 100%;padding: .95rem 0 .7rem;background-color: #f5f5f5;}
.__ID__.md-about_us2 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-about_us2 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-about_us2 .u-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;display: flex;flex-wrap: wrap;}
.__ID__.md-about_us2 .u-item{display: block;width: 33.33%;padding: 0 .1rem;margin-bottom: .3rem;}
.__ID__.md-about_us2 .u-box{display: block;position: relative;width: 100%;}
.__ID__.md-about_us2 .u-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(600/486*100%);}
.__ID__.md-about_us2 .u-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-about_us2 .u-img:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a26.png');background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.__ID__.md-about_us2 .u-text{position: absolute;bottom: 0;left: 0;width: 100%;padding: .35rem .4rem;}
.__ID__.md-about_us2 .u-name{width: 100%;margin-bottom: .1rem; color: #ffffff;font-weight: bold;line-height: 1.5;}
.__ID__.md-about_us2 .u-intro{width: 100%;color: rgba(255,255,255,.6);}
.__ID__.md-about_us2 .u-box:hover .u-img img{transform: scale(1.05);} 
@media (max-width: 750px) {
   .__ID__.md-about_us2 .u-item{width: 100%;}
}

/* 关于我们-荣誉资质 */
.__ID__.md-about_us3 .my-top{width: 100%;text-align: center;padding-bottom: .55rem;}
.__ID__.md-about_us3 .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-about_us3 .my-intro{width: 100%;margin-top: .25rem;color: #666666;line-height: 1.5;}
.__ID__.md-about_us3 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-about_us3{overflow: hidden;position: relative;width: 100%;padding: .95rem 0 0;}
.__ID__.md-about_us3 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-about_us3 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-about_us3 .v-cont{width: 100%;padding-bottom: .73rem;position: relative;}
.__ID__.md-about_us3 .v-cont:after{content: '';position: absolute;top: 2.85rem;left: 0;width: 100%;height: 1.62rem;background-image: url('../images/a28.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-about_us3 .v-swiper{width: 100%;}
.__ID__.md-about_us3 .v-item{display: block;cursor: pointer;width: 25%;padding: 0 .15rem;text-align: center;}
.__ID__.md-about_us3 .v-top{display: flex;justify-content: center;}
.__ID__.md-about_us3 .v-imgbox{position: relative;width: 2.1rem;padding: .13rem;}
.__ID__.md-about_us3 .v-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(268/184*100%);}
.__ID__.md-about_us3 .v-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-about_us3 .v-span{position: absolute;background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-about_us3 .v-span1{top: 0;left: 0;width: .13rem;height: .13rem;background-image: url('../images/a27.png');}
.__ID__.md-about_us3 .v-span2{top: 0;left: .13rem;width: calc(100% - .26rem);height: .13rem;background-image: url('../images/a27-b.png');}
.__ID__.md-about_us3 .v-span3{top: 0;right: 0;width: .13rem;height: .13rem;background-image: url('../images/a27-c.png');}
.__ID__.md-about_us3 .v-span4{top: .13rem;right: 0;width: .13rem;height:calc(100% - .26rem);background-image: url('../images/a27-d.png');}
.__ID__.md-about_us3 .v-span5{bottom: 0;right: 0;width: .13rem;height: .13rem;background-image: url('../images/a27-e.png');}
.__ID__.md-about_us3 .v-span6{bottom: 0;right: .13rem;width: calc(100% - .26rem);height: .13rem;background-image: url('../images/a27-f.png');}
.__ID__.md-about_us3 .v-span7{bottom: 0;left: 0;width: .13rem;height: .13rem;background-image: url('../images/a27-g.png');}
.__ID__.md-about_us3 .v-span8{bottom: .13rem;left: 0;width: .13rem;height: calc(100% - .26rem);background-image: url('../images/a27-h.png');}
.__ID__.md-about_us3 .v-text{width: 100%;padding-top: .22rem;}
.__ID__.md-about_us3 .v-intro{width: 100%;color: #666666;line-height: 1.25;}
.__ID__.md-about_us3 .v-intro *{line-height: inherit;}
.__ID__.md-about_us3 .v-prev{transition: all ease .3s;left: -.9rem;top: 1.28rem;margin-top: 0;width: .5rem;height: .5rem;background-color: #f4f5f6;background-image: url('../images/a29.png');background-size: .07rem auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-about_us3 .v-prev:hover{background-color: #d7151e;background-image: url('../images/a29-b.png');}
.__ID__.md-about_us3 .v-next{transform: rotate(-180deg);transition: all ease .3s;right: -.9rem;top: 1.28rem;margin-top: 0;width: .5rem;height: .5rem;background-color: #f4f5f6;background-image: url('../images/a29.png');background-size: .07rem auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-about_us3 .v-next:hover{background-color: #d7151e;background-image: url('../images/a29-b.png');}

@media (max-width: 900px) {
   .__ID__.md-about_us3 .v-item{width: 33.33%;}
   .__ID__.md-about_us3 .v-prev{left: -.15rem;}
   .__ID__.md-about_us3 .v-next{right: -.15rem;}
}
@media (max-width: 500px) {
    .__ID__.md-about_us3 .v-item{width: 50%;}
}

/* 关于我们-合作伙伴 */
.__ID__.md-about_us4 .my-id{position: absolute;top: -1.25rem;}
.__ID__.md-about_us4{position: relative;width: 100%;padding: .9rem 0 1.4rem;background-color: #000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-about_us4 img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-about_us4 .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-about_us4 .x-top{width: 100%;padding-bottom: 1.1rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.__ID__.md-about_us4 .x-lt{width: calc(300/1500*100%);margin-bottom: .3rem;}
.__ID__.md-about_us4 .x-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.__ID__.md-about_us4 .x-rt{width: calc(960/1500*100%);margin-bottom: .3rem;}
.__ID__.md-about_us4 .x-textbox{width: 100%;color: #ffffff;line-height: 2;}
.__ID__.md-about_us4 .x-textbox *{line-height: inherit;}
.__ID__.md-about_us4 .x-bottom{width: calc(100% + .1rem);position: relative;left: -.05rem;}
.__ID__.md-about_us4 .x-swiper{width: 100%;}
.__ID__.md-about_us4 .x-swiper .swiper-slide{display: flex;flex-wrap: wrap}
.__ID__.md-about_us4 .x-item{width: 16.66%;padding: .05rem;}
.__ID__.md-about_us4 .x-link{display: block;cursor: pointer;width: 100%;}
.__ID__.md-about_us4 .x-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(120/240*100%);}
.__ID__.md-about_us4 .x-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.md-about_us4 .x-link:hover .x-img img{transform: scale(1.05);}
@media (max-width: 750px) {
    .__ID__.md-about_us4 .x-top{padding-bottom: .2rem;}
    .__ID__.md-about_us4 .x-lt{width: 100%;}
    .__ID__.md-about_us4 .x-rt{width: 100%;}
    .__ID__.md-about_us4 .x-item{width: 33.33%;}
}

/* 产品中心筛选 */
.__ID__.md-product_filtrate{width: 100%;padding: .8rem 0; background-color: #f4f5f6;}
.__ID__.md-product_filtrate img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-product_filtrate .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-product_filtrate .y-list{display: inline-block;vertical-align: top;position: relative;white-space: nowrap;font-size: 0;}
.__ID__.md-product_filtrate .y-list:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: .6rem;background-color: #d7151e;background-image: linear-gradient(90deg, #da5114 0%, #d7151e 100%);}
.__ID__.md-product_filtrate .y-item{display: inline-block;vertical-align: top;position: relative;z-index: 8;white-space: normal;width: 2.2rem;min-width: 180px;border-right: 1px solid #f3f4f8;}
.__ID__.md-product_filtrate .y-titles{white-space: nowrap;width: 100%;padding: 0 .2rem;color: #ffffff;height: .6rem;line-height: .6rem;}
.__ID__.md-product_filtrate .y-inputbox{width: 100%;border-bottom: 1px solid #f3f4f8;}
.__ID__.md-product_filtrate .y-input{display: block;border: none;width: 100%;color: #333;height: .5rem;padding: 0 .2rem;}
.__ID__.md-product_filtrate .y-label{min-width: 100%;padding: .15rem .2rem;height: 3.15rem;background-color: #fff;}
.__ID__.md-product_filtrate .lb-label{display: block;width: 100%;margin-bottom: .1rem;padding-left: 1.56em;position: relative;cursor: pointer;}
.__ID__.md-product_filtrate .lb-icon{position: absolute;top: 0;left: 0; width: 1em;height: 1.6em;background-image: url('../images/a38.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.__ID__.md-product_filtrate .lb-text{display: block;width: 100%;word-break: break-all;color: #666666;line-height: 1.6;}
.__ID__.md-product_filtrate .lb-label.selected .lb-icon{background-image: url('../images/a38-b.png');}
.__ID__.md-product_filtrate .lb-label.selected .lb-text{color: #000000;}
.__ID__.md-product_filtrate .lb-input{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;cursor: pointer;}
.__ID__.md-product_filtrate .lb-label.hide{display: none;}

.__ID__.md-product_filtrate .y-resetbox{width: 100%;border-top: 1px solid #f3f4f8;}
.__ID__.md-product_filtrate .y-reset{display: block;cursor: pointer;width: 100%;border: none;background-color: #fff;height: .6rem;line-height: .6rem;text-align: center;color: #d7151e;}
.__ID__.md-product_filtrate .y-buttom{width: 100%;padding-top: .45rem;}
.__ID__.md-product_filtrate .y-empty{display: inline-block;padding: 0 .45rem;color: #ffffff;height: .5rem;line-height: .5rem;background-color: #d7151e;border-radius: .25rem;}

.__ID__.md-product_filtrate .y-label{overflow: auto;scrollbar-color:#d7151e  #dfdfdf;scrollbar-width: none;scrollbar-width: thin; }
.__ID__.md-product_filtrate .y-label::-webkit-scrollbar {width:  .03rem;height: 100%;}
.__ID__.md-product_filtrate .y-label::-webkit-scrollbar-thumb {border-radius: .03rem;box-shadow: inset 0 0 .03rem #dfdfdf;background: #d7151e;}
.__ID__.md-product_filtrate .y-label::-webkit-scrollbar-track {box-shadow: inset 0 0 .03rem #dfdfdf;border-radius: .03rem; background: #dfdfdf;}

.__ID__.md-product_filtrate .y-top{overflow: auto;scrollbar-color:#d7151e  #dfdfdf;scrollbar-width: none;scrollbar-width: thin; }
.__ID__.md-product_filtrate .y-top::-webkit-scrollbar {width:  100%;height: .06rem;}
.__ID__.md-product_filtrate .y-top::-webkit-scrollbar-thumb {border-radius: .03rem;box-shadow: inset 0 0 .03rem #dfdfdf;background: #d7151e;}
.__ID__.md-product_filtrate .y-top::-webkit-scrollbar-track {box-shadow: inset 0 0 .03rem #dfdfdf;border-radius: .03rem; background: #dfdfdf;}

.__ID__.md-product_filtrate input::-webkit-input-placeholder,
.__ID__.md-product_filtrate textarea::-webkit-input-placeholder{color: #999;}
.__ID__.md-product_filtrate input:-moz-placeholder,
.__ID__.md-product_filtrate textarea:-moz-placeholder{color: #999;}
.__ID__.md-product_filtrate input::-moz-placeholder,
.__ID__.md-product_filtrate textarea::-moz-placeholder{color: #999;}
.__ID__.md-product_filtrate input:-ms-input-placeholder,
.__ID__.md-product_filtrate textarea:-ms-input-placeholder{color: #999;} 
 

/* 产品中心 */
.__ID__.md-product{width: 100%;padding: .85rem 0 .9rem;}
.__ID__.md-product img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-product .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-product .z-titles{width: 100%;margin-bottom: .3rem;color: #000000;font-weight: bold;line-height: 1.16;}
.__ID__.md-product .z-cont{position: relative;left: -.8rem;width: calc(100% + 1.6rem);}
.__ID__.md-product .z-table{width: 100%;margin-bottom: .5rem;}
.__ID__.md-product .z-table table{min-width: 100%;width: max-content;border-collapse: collapse;border: none;border-left: 1px solid #f3f4f8;}
.__ID__.md-product .z-table tr{width: 100%;border: none;}
.__ID__.md-product .z-table td{color: #666666;line-height: 1.6;padding: .12rem .1rem;text-align: center;border: none;border-bottom: 1px solid #f3f4f8;border-right: 1px solid #f3f4f8;}
.__ID__.md-product .z-table tr:nth-child(1){background-color: #d7151e;background-image: linear-gradient(90deg, #da5114 0%, #d7151e 100%);}
.__ID__.md-product .z-table tr:nth-child(1) td{padding: .05rem; line-height: 1.5;color: #ffffff;}
.__ID__.md-product .z-download{display: block;cursor: pointer;width: 100%;min-width: .9rem;}
.__ID__.md-product .z-download img{height: 1.12em;}
.__ID__.md-product .z-box{display: block;cursor: pointer;width: calc(1.6rem + 1em);position: relative;padding-right: 1em;}
.__ID__.md-product .z-name{width: 100%;color: #666666;line-height: 1.6;text-align: left;}
.__ID__.md-product .z-icon{position: absolute;bottom: 0;right: 0;height: 1.6em;line-height: 1.6em;}
.__ID__.md-product .z-icon img{height: 1em;}

.__ID__.md-product .z-table{overflow: auto;scrollbar-color:#d7151e  #dfdfdf;scrollbar-width: none;scrollbar-width: thin; }
.__ID__.md-product .z-table::-webkit-scrollbar {width:  100%;height: .06rem;}
.__ID__.md-product .z-table::-webkit-scrollbar-thumb {border-radius: .03rem;box-shadow: inset 0 0 .03rem #dfdfdf;background: #d7151e;}
.__ID__.md-product .z-table::-webkit-scrollbar-track {box-shadow: inset 0 0 .03rem #dfdfdf;border-radius: .03rem; background: #dfdfdf;}
@media (max-width: 900px) {
   .__ID__.md-product .z-cont{left: 0;width: 100%;}
}

/* 产品中心-详情 */
.__ID__.md-product_details{width: 100%;padding: .75rem 0 .9rem;}
.__ID__.md-product_details img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-product_details .layout{width: 15rem;max-width: 92%;margin: 0 auto;}
.wa-top{width: 100%;padding-bottom: .7rem;}
.wa-titles{width: 100%;margin-bottom: .2rem;color: #000000;line-height: 1.2;}
.wa-intro{width: 100%;color: #666666;line-height: 1.6;}
.wa-apply{display: inline-block;cursor: pointer;margin-top: .3rem;color: #ffffff;padding: 0 .38rem;line-height: .4rem;background-color: #d7151e;border-radius: .2rem;}
.wa-pdfbox{width: 100%;border-top: 1px solid #ededed;margin-top: .3rem;}
.wa-pdf{display: flex;align-items: center;width: 100%;cursor: pointer;margin-top: .2rem;}
.wa-psf_icon{width: .3rem;}
.wa-psf_icon img{width: 100%;}
.wa-psf_text{flex: 1;padding-left: .2rem;line-height: 1.6;color: #d7151e;}
.wa-bottom{width: 100%;}
.wa-one{display: block;width: 100%;margin-bottom: .65rem;}
.wa-one:last-child{margin-bottom: 0;}
.wa-tip{width: 100%;margin-bottom: .15rem;color: #000000;line-height: 1.5;}
.wa-textbox{width: 100%;color: #666666;line-height: 2.25;}
.wa-textbox *{line-height: inherit;max-width: 100%;}
.wa-textbox2{width: 100%;color: #666666;line-height: 2.25;}
.wa-textbox2 *{line-height: inherit;max-width: 100%;}
.wa-textbox2 p:before{content: '';display: inline-block;vertical-align: middle;width: .13rem;height: .13rem;border-radius: 50%;margin-right: .07rem;background-color: #d7151e;}
.wa-tr{width: 100%;max-width: 6.65rem;}
.wa-td{display: flex;align-items: center; width: 100%;padding: .1rem 0;border-bottom: 1px solid #ededed;}
.wa-lt{max-width: 10em; color: #666666;line-height: 2.25;}
.wa-rt{flex: 1;text-align: right;color: #666666;line-height: 2.25;}

@media (max-width: 750px) {
   .wa-apply{line-height: .6rem;border-radius: .3rem;}
}


/* 
transition: all ease .3s; 
data-ani="fade-up"   fade-in  fade-down  fade-left  fade-right  zoom-in


background-color: #d7151e;

.__ID__.md-home_search{width: 100%;}
.__ID__.md-home_search img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_search .layout{width: 15rem;max-width: 92%;margin: 0 auto;}

@media (max-width: 750px) {

}

background-color: #e31d23;

filter: grayscale(100%) brightness(500%);  图片变白
 
.a-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(900/1920*100%);}
.a-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

.teaser{opacity:0;transform:translate3d(0,80px,0);}
.teaser.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.teaser.delay2  {transition-delay: .2s;}

transform: scale(1.00);transition: all ease .5s;
background-size: cover;background-position: center center;background-repeat: no-repeat;
 

*/
 

/* 查询结果 */
.__ID__.xa-main{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.__ID__.xa-main.show{opacity: 1;z-index: 388;visibility: visible}
.__ID__.xa-main .xa-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.2;}
.__ID__.xa-main .xa-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);min-width: 300px;width: 7.6rem;max-width:calc(100% - .8rem);}
.__ID__.xa-main .xa-close{transition: all ease .3s; position: absolute;top: -.4rem;right: -.4rem;display: block;cursor: pointer;width: .3rem;height: .3rem;border-radius: 50%;background-color: rgba(255,255,255,.6);background-image: url('../images/a21.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.xa-main .xa-close:hover{background-image: url('../images/a21-b.png');background-color: #d7151e;}
.__ID__.xa-main .xa-cont{width: 100%;padding: .35rem .4rem .8rem;background-color: #ffffff;max-height: 90vh; overflow: auto;}
.__ID__.xa-main .xa-titles{width: 100%;padding-bottom: .15rem;color: #000000;line-height: 1.5;font-weight: bold; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.__ID__.xa-main .xa-bottom{width: 100%;padding-top: .4rem;display: flex;align-items: center;flex-wrap: wrap;}
.__ID__.xa-main .xa-left{width: 2.1rem;margin-right: .6rem;}
.__ID__.xa-main .xa-img{width: 100%;}
.__ID__.xa-main .xa-img img{width: 100%;}
.__ID__.xa-main .xa-right{flex: 1;}
.__ID__.xa-main .xa-subtitle{width: 100%;color: #000000;line-height: 1.5;font-weight: bold;}
.__ID__.xa-main .xa-list{width: 100%;padding-top: .15rem;}
.__ID__.xa-main .xa-item{display: flex;align-items: center;width: 100%;margin-top: .4rem;}
.__ID__.xa-main .xa-icon{width: .5rem;}
.__ID__.xa-main .xa-icon img{width: 100%;}
.__ID__.xa-main .xa-text{flex: 1;padding-left: .2rem;}
.__ID__.xa-main .xa-tip{width: 100%;color: #666666;line-height: 1.6;}
.__ID__.xa-main .xa-intro{width: 100%;color: #000000;line-height: 1.6;font-weight: bold;}
.__ID__.xa-main .xa-textbox{width: 100%;padding-top: .35rem;color: #000000;line-height: 1.5;font-weight: bold;}

.__ID__.xa-main.fail .xa-inner{width: 4.8rem;} 
@media (max-width: 750px) {
    .__ID__.xa-main .xa-inner{min-width: 10px;}
    .__ID__.xa-main .xa-close{top: -.3rem;right: -.3rem;}
    .__ID__.xa-main .xa-left{width: 100%;margin-bottom: .3rem;margin-right: 0;}
    .__ID__.xa-main .xa-right{width: 100%;flex: none;}
    .__ID__.xa-main.fail .xa-inner{width: 5.5rem;}
}

/* 参考商品简介 */
.__ID__.xb-main{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.__ID__.xb-main.show{opacity: 1;z-index: 388;visibility: visible}
.__ID__.xb-main .xb-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.2;}
.__ID__.xb-main .xb-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);min-width: 300px;width: 4.8rem;max-width:calc(100% - .8rem);}
.__ID__.xb-main .xb-close{transition: all ease .3s; position: absolute;top: -.4rem;right: -.4rem;display: block;cursor: pointer;width: .3rem;height: .3rem;border-radius: 50%;background-color: rgba(255,255,255,.6);background-image: url('../images/a21.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.xb-main .xb-close:hover{background-image: url('../images/a21-b.png');background-color: #d7151e;}
.__ID__.xb-main .xb-cont{width: 100%;padding: .35rem .4rem .7rem;background-color: #ffffff;max-height: 90vh; overflow: auto;}
.__ID__.xb-main .xb-titles{width: 100%;padding-bottom: .15rem;color: #000000;line-height: 1.5;font-weight: bold; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.__ID__.xb-main .xb-textbox{width: 100%;margin-top: .2rem;color: #666666;line-height: 2;}
.__ID__.xb-main .xb-textbox *{line-height: inherit;max-width: 100%;}

@media (max-width: 750px) {
    .__ID__.xb-main .xb-inner{width: 5.5rem;min-width: 10px;}
    .__ID__.xb-main .xb-close{top: -.3rem;right: -.3rem;} 
}

/* 下载 */
.__ID__.xc-main{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.__ID__.xc-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.xc-main.show{opacity: 1;z-index: 388;visibility: visible}
.__ID__.xc-main .xc-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.2;}
.__ID__.xc-main .xc-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);min-width: 300px;width: 4.8rem;max-width:calc(100% - .8rem);}
.__ID__.xc-main .xc-close{transition: all ease .3s; position: absolute;top: -.4rem;right: -.4rem;display: block;cursor: pointer;width: .3rem;height: .3rem;border-radius: 50%;background-color: rgba(255,255,255,.6);background-image: url('../images/a21.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.__ID__.xc-main .xc-close:hover{background-image: url('../images/a21-b.png');background-color: #d7151e;}
.__ID__.xc-main .xc-cont{width: 100%;padding: .35rem .4rem .4rem;background-color: #ffffff;max-height: 90vh; overflow: auto;}
.__ID__.xc-main .xc-top{width: 100%;padding-bottom: .05rem;margin-bottom: .25rem;display: flex;align-items: flex-end;justify-content: space-between;flex-wrap: wrap;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.__ID__.xc-main .xc-titles{margin-bottom: .1rem;color: #000000;line-height: 1.5;}
.__ID__.xc-main .xc-hint{margin-bottom: .1rem;color: #000000;line-height: 1.6;}
.__ID__.xc-main .xc-bottom{width: 100%;}
.__ID__.xc-main .xc-item{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;margin-bottom: .35rem; padding-left: .4rem;font-size: 0;}
.__ID__.xc-main .xc-icon{display: block;width: .5rem;}
.__ID__.xc-main .xc-icon img{width: 100%;}
.__ID__.xc-main .xc-text{width: calc(100% - 1.2rem);}
.__ID__.xc-main .xc-name{width: 100%;color: #666666;line-height: 1.6;}
.__ID__.xc-main .xc-intro{width: 100%;color: #000000;line-height: 1.5;}
.__ID__.xc-main .xc-img{margin-top: .05rem;width: .9rem;min-width: 80px; border: solid 1px #999999;}
.__ID__.xc-main .xc-img img{width: 100%;}


@media (max-width: 750px) {
    .__ID__.xc-main .xc-inner{width: 5.5rem;min-width: 10px;}
    .__ID__.xc-main .xc-close{top: -.3rem;right: -.3rem;}
}

.__ID__.md-service_support2 .n-input:focus::placeholder{opacity: 0;}


