
:root {
  --theme: #106636;
  --active: #8eb243;
}

/* 头部 */
.__ID__.md-header{position: fixed;top: 0;left: 0;z-index: 288;width: 100%;}
.__ID__.md-header .h-bg{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 1.5rem;background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,.01) 100%);opacity: 0.3;}
.__ID__.md-header .h-main{position: relative;width: 100%;z-index: 1;box-shadow: 0   1px rgba(255,255,255,.2);}
.__ID__.md-header img{display: inline-block;vertical-align:middle;max-width: 100%;} 
.__ID__.md-header .h-cont{width: 16rem;max-width: 92%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.__ID__.md-header .h-left{display: flex;align-items: center;height: 1rem;}
.__ID__.md-header .h-logo{position: relative;z-index: 8;display: block;cursor: pointer;}
.__ID__.md-header .h-img1{display: block;height: 1rem;line-height: 1rem;}
.__ID__.md-header .h-img1 img{max-width: 100%;height:60%;}
.__ID__.md-header .h-img2{display: none;height: 1rem;line-height: 1rem;}
.__ID__.md-header .h-img2 img{max-width: 100%;height:60%;}

.__ID__.md-header .h-right{display: flex;align-items: center;height: 1rem;}
.__ID__.md-header .h-nav{display: block;font-size: 0;position: absolute;top: 0;left: 0;z-index: 7;width: 100%;text-align: center;font-size: 0;}
.__ID__.md-header .h-item{display: inline-block;vertical-align: top;position: relative;margin: 0 .3rem;}
.__ID__.md-header .h-one{ display: inline-block;cursor: pointer;position: relative;color: #ffffff;height: 1rem;line-height: 1rem;}
.__ID__.md-header .h-one:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;transition: all ease .3s;height: 2px;background-color: #fff;}
.__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: #222;transition: background-color .3s;}
.__ID__.md-header .hs-two:hover{color: #fff;background-color: var(--theme);} 

.__ID__.md-header .h-search{display: block;position: relative;}
.__ID__.md-header .ha-buttom{position: relative;z-index: 8;display: block;cursor: pointer;width:1.18em;height: 1rem;background-image: url('../images/h3.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: #222;}
.__ID__.md-header .ha-submitbox{display: inline-block;vertical-align: middle;width: 45px;background-color: var(--theme);}
.__ID__.md-header .ha-submit{border: none;display: block;cursor: pointer;width: 100%;height: 45px; background-color: transparent;background-image: url('../images/h3.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;}

.__ID__.md-header .h-language{display: flex;align-items: center;height: 1rem;cursor: pointer;position: relative;z-index: 8;margin-right: .6rem;}
.__ID__.md-header .h-language:before{content: '';position: absolute;top: 50%;right: -.3rem;transform: translate(0,-50%);width: 1px;height: .2rem;background-color: rgba(255,255,255,.3); }
.__ID__.md-header .hl-tip{display: block;padding: 0 .4rem;color: #ffffff;line-height:.48rem;border-radius: .24rem;border: solid 1px #ffffff;}
.__ID__.md-header .hl-tip:before{content: '';display: inline-block;vertical-align: middle;margin-right: .07rem;width: 1.12em;height: 1.5em;background-image: url('../images/h2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;} 
.__ID__.md-header .hl-list{display: none;position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);width: 100%;min-width: 5em;background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.__ID__.md-header .hl-item {display: block;cursor: pointer;padding: 10px 8px;white-space: nowrap; line-height:1.5;text-align: center; color: #666;transition: background-color .3s;}
.__ID__.md-header .hl-item:hover{color: #fff;background-color: var(--theme);} 

.__ID__.md-header .h-menu {display: none;cursor: pointer;margin-left: .3rem;width: 1.5em;height:1rem;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;}
@media (min-width: 1200px) {  
  .__ID__.md-header .h-item:hover .h-one:after{width: 100%;}  
  .__ID__.md-header .h-item.active .h-one:after{width: 100%;} 

  .__ID__.md-header .h-main:hover{background-color: #ffffff;box-shadow: 0 .1rem .3rem  rgba(0, 0, 0, .1);}
  .__ID__.md-header .h-main:hover .h-bg{display: none;}
  .__ID__.md-header .h-main:hover .h-img1{display: none;}
  .__ID__.md-header .h-main:hover .h-img2{display: block;}
  .__ID__.md-header .h-main:hover .h-one:after{background-color: var(--theme);}
  .__ID__.md-header .h-main:hover .h-one{color: #333;} 
  .__ID__.md-header .h-main:hover .h-item:hover .h-one{color: var(--theme);} 
  .__ID__.md-header .h-main:hover .h-item.active .h-one{color: var(--theme);} 
  .__ID__.md-header .h-main:hover .h-language:before{background-color: #666;} 
  .__ID__.md-header .h-main:hover .hl-tip{color: #333;border: solid 1px #333;} 
  .__ID__.md-header .h-main:hover .hl-tip:before{background-image: url('../images/h2-b.png');} 
  .__ID__.md-header .h-main:hover .ha-buttom{background-image: url('../images/h3-b.png');} 
 
  body.fixed .__ID__.md-header .h-main{background-color: #ffffff;box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .1);}
  body.fixed .__ID__.md-header .h-bg{display: none;}
  body.fixed .__ID__.md-header .h-img1{display: none;}
  body.fixed .__ID__.md-header .h-img2{display: block;}
  body.fixed .__ID__.md-header .h-one:after{background-color: var(--theme);}
  body.fixed .__ID__.md-header .h-one{color: #333;} 
  body.fixed .__ID__.md-header .h-item:hover .h-one{color: var(--theme);} 
  body.fixed .__ID__.md-header .h-item.active .h-one{color: var(--theme);} 
  body.fixed .__ID__.md-header .h-language:before{background-color: #666;} 
  body.fixed .__ID__.md-header .hl-tip{color: #333;border: solid 1px #333;} 
  body.fixed .__ID__.md-header .hl-tip:before{background-image: url('../images/h2-b.png');} 
  body.fixed .__ID__.md-header .ha-buttom{background-image: url('../images/h3-b.png');} 
}

@media(max-width:1200px){    
  body{padding-top: 1rem;}
  .__ID__.md-header .h-main{background-color: #ffffff;box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .1);}
  .__ID__.md-header .h-bg{display: none;}
  .__ID__.md-header .h-img1{display: none;}
  .__ID__.md-header .h-img2{display: block;}
  .__ID__.md-header .h-one:after{background-color: var(--theme);}
  .__ID__.md-header .h-one{color: #333;} 
  .__ID__.md-header .h-item:hover .h-one{color: var(--theme);} 
  .__ID__.md-header .h-item.active .h-one{color: var(--theme);} 
  .__ID__.md-header .h-language:before{background-color: #666;} 
  .__ID__.md-header .hl-tip{color: #333;border: solid 1px #333;} 
  .__ID__.md-header .hl-tip:before{background-image: url('../images/h2-b.png');} 
  .__ID__.md-header .ha-buttom{background-image: url('../images/h3-b.png');} 

  .__ID__.md-header .h-cont{width: 100%;}   
  .__ID__.md-header .h-nav{position: fixed;left: auto;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: #222;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: #333;font-size: 14px;} 
  .__ID__.md-header .h-item.active .h-one{color: var(--theme);}

  /* 菜单 */
  .__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;}  

}


/* 底部 */ 
.__ID__.md-footer{width: 100%; background-color: #161616;}
.__ID__.md-footer img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-footer .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-footer .f-top{width: 100%;padding: .75rem 0 .4rem; display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-footer .f-left{padding-top: .05rem;margin-bottom: .3rem;}
.__ID__.md-footer .f-logo{display: inline-block;margin-bottom: .15rem;}
.__ID__.md-footer .f-logo img{height: .6rem;}
.__ID__.md-footer .f-phone{display: flex;align-items: center;width: 100%;margin-bottom: .15rem;}
.__ID__.md-footer .f-icon{width: .46rem;}
.__ID__.md-footer .f-icon img{width: 100%;}
.__ID__.md-footer .f-text{flex: 1;padding-left: .18rem;}
.__ID__.md-footer .f-hint{width: 100%;color: #ffffff;line-height: 1.6;}
.__ID__.md-footer .f-nub{width: 100%;	color: #ffffff;font-weight: bold;line-height: 1.27;}
.__ID__.md-footer .f-intro{width: 100%;max-width: 26em;color: rgba(255,255,255,.5);line-height: 1.6;}
.__ID__.md-footer .f-center{display: flex;flex-wrap: wrap; justify-content: space-between;min-width: 4.7rem;margin-bottom: .3rem;}
.__ID__.md-footer .f-item{display: block;padding: 0 .1rem;}
.__ID__.md-footer .f-one{display: block;margin-bottom: .2rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.__ID__.md-footer .f-twobox{display: inline-block;}
.__ID__.md-footer .f-two{transition: all  .3s;display: block;cursor: pointer;margin-bottom: .1rem;color: rgba(255,255,255,.6);line-height: 1.6;}
.__ID__.md-footer .f-two:hover{color: #fff;}
.__ID__.md-footer .f-right{margin-bottom: .3rem;}
.__ID__.md-footer .f-tip{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.5;}
.__ID__.md-footer .share{font-size: 0;}
.__ID__.md-footer .share_one{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-right: .2rem;margin-top: .25rem;}
.__ID__.md-footer .share_one:last-child{margin-right: 0;}
.__ID__.md-footer .share_link{opacity: .5;transition: all .3s;display: flex;align-items: center;justify-content: center;width: .56rem;height: .56rem;border-radius: 50%;border: solid 1px #ffffff;}  
.__ID__.md-footer .share_link .share_icon1{display: block;width: 100%;height: 100%;object-fit: contain;}
.__ID__.md-footer .share_link .share_icon2{display: none;width: 100%;height: 100%;object-fit: contain;}
.__ID__.md-footer .share_sub {opacity: 0;z-index: -1;visibility: hidden;transition: all ease 0.5s;position: absolute;top: 100%;left: 50%;width: 1rem;min-width: 100px;padding-top: calc(.1rem + 6px);transform: translate(-50%, 0);}
.__ID__.md-footer .share_code {position: relative;width: 100%;background-color: #fff;box-shadow: 0px .02rem .43rem 0px rgba(176, 84, 62, 0.19);}
.__ID__.md-footer .share_code:after{content: '';position: absolute;top: -6px;left: 50%;transform: translate(-50%,0);border-bottom: 7px solid #fff;border-left: 6px solid transparent; border-right: 6px solid transparent;}
.__ID__.md-footer .share_code img{width: 100%;padding: .1rem;} 
.__ID__.md-footer .share_one:hover .share_link{opacity: 1;background-color: #ffffff;}
.__ID__.md-footer .share_one:hover .share_link .share_icon1{display: none;}
.__ID__.md-footer .share_one:hover .share_link .share_icon2{display: block;}
.__ID__.md-footer .share_one.show .share_sub{opacity: 1;z-index: 18;visibility: visible;} 

.__ID__.md-footer  .f-bottom{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;padding: .35rem 0;border-top: 1px solid rgba(255,255,255,.1);}
.__ID__.md-footer  .f-lt{font-size: 0;}
.__ID__.md-footer  .f-rt{font-size: 0;}
.__ID__.md-footer  .f-link{display: inline-block;vertical-align: middle;padding: .05rem 0;color: rgba(255,255,255,.7);line-height: 1.7;}
.__ID__.md-footer  .f-bottom a:hover{cursor: pointer;color: #fff;}

@media (max-width: 750px) {
  .__ID__.md-footer .f-left{width: 100%;}
  .__ID__.md-footer .f-center{width: 100%;min-width: 100%;}
  .__ID__.md-footer .f-right{width: 100%;text-align: center;}
  .__ID__.md-footer .share_link{width: .7rem;height: .7rem;}
  .__ID__.md-footer .f-item{width: 100%;padding: 0;margin-bottom: .2rem;}
  .__ID__.md-footer .f-two{display: inline-block;vertical-align: middle;margin-right: .25rem;}
  .__ID__.md-footer  .f-lt{width: 100%;text-align: center;}
  .__ID__.md-footer  .f-rt{width: 100%;text-align: center;}
}

/* 首页-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(940/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: 36.17%;left: 50%;transform: translate(-50%,0);width: 16rem;max-width: 92%;}
.__ID__.md-home_banner .a-titles{width: 100%;color: #ffffff;line-height: 1.3;}
.__ID__.md-home_banner .a-subtitle{width: 100%;margin-top: .15rem;color: #ffffff;line-height: 1.13;}
.__ID__.md-home_banner .a-intro{width: 100%;margin-top: .25rem;color: #ffffff;line-height: 1.38;}
.__ID__.md-home_banner .a-more{transition: all  .3s;display: inline-block;cursor: pointer;margin-top: 1.1rem;padding: 0 .2rem;color: #ffffff;line-height: .56rem;border-radius: .1rem;border: solid 1px #ffffff;}
.__ID__.md-home_banner .a-more svg{display: inline-block;vertical-align: middle;margin-left: .56rem;width: .93em;color: #fff;}
.__ID__.md-home_banner .a-more:hover{background-color: var(--theme);border: solid 1px var(--theme);}

.__ID__.md-home_banner .a-titles,.__ID__.md-home_banner .a-subtitle,.__ID__.md-home_banner .a-intro,.__ID__.md-home_banner .a-more{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-subtitle{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-intro{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-more{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_banner .a-item.swiper-slide-active  .a-subtitle{transition-delay: .7s;} 
.__ID__.md-home_banner .a-item.swiper-slide-active  .a-intro{transition-delay: .7s;} 
.__ID__.md-home_banner .a-item.swiper-slide-active  .a-more{transition-delay: .9s;} 

.__ID__.md-home_banner .a-pagination{position: absolute;bottom: .5rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.__ID__.md-home_banner .a-pagination .swiper-pagination-bullet{transition: all  .3s; display: inline-block;vertical-align: middle;opacity: 1;margin: 0 .05rem;	width: .1rem;height: .1rem;border-radius: .05rem;background-color: #ffffff;}
.__ID__.md-home_banner .a-pagination .swiper-pagination-bullet-active{width: .3rem;}

@media (max-width: 1200px) {
  .__ID__.md-home_banner .a-text{top: 50%;transform: translate(-50%,-50%);}
  .__ID__.md-home_banner .a-more{margin-top: .3rem;}
  .__ID__.md-home_banner .a-pagination{bottom: .3rem;}
}
@media (max-width: 750px) {
  .__ID__.md-home_banner .a-media{padding-top: calc(500/750*100%);}
}

/* 首页-公司简介 */
.__ID__.md-home_about_us{width: 100%;padding: 1.15rem 0 0;}
.__ID__.md-home_about_us img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_about_us .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-home_about_us .my-top{width: 100%;padding-bottom: .6rem;}
.__ID__.md-home_about_us .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.md-home_about_us .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.md-home_about_us .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.md-home_about_us .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}

.__ID__.md-home_about_us .b-top{width: 100%;margin-bottom: .8rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.md-home_about_us .b-left{flex: 1;padding-right: .5rem;}
.__ID__.md-home_about_us .b-more{transition: all  .3s;display: inline-block;cursor: pointer;padding: 0 .2rem;color: #ffffff;line-height: .56rem;border-radius: .1rem;background-color: var(--theme);}
.__ID__.md-home_about_us .b-more svg{display: inline-block;vertical-align: middle;margin-left: .56rem;width: .93em;color: #fff;}
.__ID__.md-home_about_us .b-more:hover{background-color: var(--active);}
.__ID__.md-home_about_us .b-right{width: 9.8rem;}
.__ID__.md-home_about_us .b-titles{width: 100%;margin-bottom: .25rem;color: #333333;line-height: 1.3;font-weight: bold;}
.__ID__.md-home_about_us .b-textbox{width: 100%;color: #666666;line-height: 2;}
.__ID__.md-home_about_us .b-bottom{width: 100%;position: relative;display: flex;align-items: center;flex-wrap: wrap;background-color: var(--active);border-radius: .1rem;overflow: hidden;}
.__ID__.md-home_about_us .b-bg{position: absolute;top: 0;right: 0; width: 1.69rem;}
.__ID__.md-home_about_us .b-bg img{width: 100%;}
.__ID__.md-home_about_us .b-lt{width: calc(1200/1600*100%);position: relative;z-index: 1;}
.__ID__.md-home_about_us .b-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(620/1200*100%);}
.__ID__.md-home_about_us .b-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_about_us .b-rt{flex: 1;display: flex;justify-content: center;position: relative;z-index: 1;}
.__ID__.md-home_about_us .b-list{display: block;}
.__ID__.md-home_about_us .b-item{display: block;width: 100%;padding:.45rem .15rem;}
.__ID__.md-home_about_us .b-box{width: 100%;}
.__ID__.md-home_about_us .b-nub{display: inline-block;vertical-align: bottom;color: #ffffff;line-height: 1.16;font-weight: bold;}
.__ID__.md-home_about_us .b-unit{display: inline-block;vertical-align: bottom;color: #ffffff;line-height: 1.4;}
.__ID__.md-home_about_us .b-intro{width: 100%;padding-top: .12rem;color: #ffffff;line-height: 1.6;}

@media (max-width: 750px) {
  .__ID__.md-home_about_us .b-left{flex: none;width: 100%;padding-right: 0;margin-bottom: .3rem;}
  .__ID__.md-home_about_us .b-right{width: 100%;}
  .__ID__.md-home_about_us .b-lt{width: 100%;}
  .__ID__.md-home_about_us .b-rt{flex: none;width: 100%;}
  .__ID__.md-home_about_us .b-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding: .15rem;}
  .__ID__.md-home_about_us .b-item{width: auto;padding: .15rem;}
}

/* 首页-业务介绍 */
.__ID__.md-home_business_introduction{width: 100%;padding: 1rem 0 1.2rem;}
.__ID__.md-home_business_introduction img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_business_introduction .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-home_business_introduction .my-top{width: 100%;padding-bottom: .6rem;}
.__ID__.md-home_business_introduction .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.md-home_business_introduction .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.md-home_business_introduction .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.md-home_business_introduction .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}
.__ID__.md-home_business_introduction .c-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;}
.__ID__.md-home_business_introduction .c-item{display: block;width: 33.33%;padding: 0 .1rem;}
.__ID__.md-home_business_introduction .c-link{display: block;cursor: pointer;width: 100%;position: relative;border-radius: .1rem;overflow: hidden;}
.__ID__.md-home_business_introduction .c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(540/520*100%);}
.__ID__.md-home_business_introduction .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_business_introduction .c-img:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2rem;background-image: linear-gradient(0deg, #000000 0%,  rgba(0,0,0,.01) 100%);opacity: 0.5;}
.__ID__.md-home_business_introduction .c-text{position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;padding: .4rem .3rem;}
.__ID__.md-home_business_introduction .c-lt{flex: 1;position: relative;padding-right: .3rem;}
.__ID__.md-home_business_introduction .c-name{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.4;}
.__ID__.md-home_business_introduction .c-intro{transition: all  .3s; position: absolute;top: 0;left: 0;opacity: 0;width: 100%;color: #ffffff;line-height: 1.6;}
.__ID__.md-home_business_introduction .c-icon{transition: all  .3s;transform: rotate(0);display: flex;align-items: center;justify-content: center;width: .4rem;height: .4rem;border-radius: 50%;background-color: #ffffff;}
.__ID__.md-home_business_introduction .c-icon svg{width: .13rem;color: var(--theme);}
.__ID__.md-home_business_introduction .c-link:hover .c-img img{transform: scale(1.05);}
.__ID__.md-home_business_introduction .c-link:hover .c-intro{position: relative;opacity: 1;margin-top: .18rem;}
.__ID__.md-home_business_introduction .c-link:hover .c-icon{transform: rotate(-180deg);background-color: var(--theme);}
.__ID__.md-home_business_introduction .c-link:hover .c-icon svg{color: #fff;}
@media (max-width: 750px) {
  .__ID__.md-home_business_introduction .c-item{width: 50%;}
}
@media (max-width: 500px) {
  .__ID__.md-home_business_introduction .c-item{width: 80%;}
}


/* 首页-优势 */
.__ID__.md-home_advantage{width: 100%;padding: 1rem 0 1rem;background-color: #f3f9ff;}
.__ID__.md-home_advantage img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-home_advantage .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-home_advantage .my-top{width: 100%;padding-bottom: .6rem;}
.__ID__.md-home_advantage .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.md-home_advantage .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.md-home_advantage .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.md-home_advantage .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}
.__ID__.md-home_advantage .d-top{position: relative;z-index: 1;width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.md-home_advantage .d-left{flex: 1;padding-right: .3rem;}
.__ID__.md-home_advantage .d-right{width: 12.6rem;display: flex;flex-wrap: wrap;}
.__ID__.md-home_advantage .d-item{display: block;padding: .5rem .4rem 1rem;width: 31.75%;margin-right: 1.58%;margin-bottom: .2rem;background-color: #ffffff;border-radius: .1rem;}
.__ID__.md-home_advantage .d-icon{transition: all  .3s; display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius: .1rem;background-color: var(--active);}
.__ID__.md-home_advantage .d-icon img{width: 100%;height: 100%;object-fit: contain;}
.__ID__.md-home_advantage .d-text{width: 100%;padding-top: .4rem;}
.__ID__.md-home_advantage .d-name{transition: all  .3s; width: 100%;margin-bottom: .2rem;color: #333333;font-weight: bold;line-height: 1.4;}
.__ID__.md-home_advantage .d-intro{width: 100%;color: #666666;line-height: 1.8;}
.__ID__.md-home_advantage .d-item:hover .d-icon{background-color: var(--theme);}
.__ID__.md-home_advantage .d-item:hover .d-name{ color: var(--theme);} 
.__ID__.md-home_advantage .d-img{margin-top: -1.4rem;width: 100%;}
.__ID__.md-home_advantage .d-img img{width: 100%;}
@media (max-width: 750px) {
  .__ID__.md-home_advantage .d-left{flex: none;width: 100%;}
  .__ID__.md-home_advantage .d-right{width: 100%;}
  .__ID__.md-home_advantage .d-item{width: 100%;margin-right: 0;}
  .__ID__.md-home_advantage .d-img{margin-top: 0;}
}

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

color: var(--theme);
background-color: var(--theme);
color: var(--active);
background-color: var(--active);

.__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: 16rem;max-width: 92%;margin: 0 auto;}

@media (max-width: 750px) {

}

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

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

filter: grayscale(100%) brightness(500%);  图片变白
 

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


form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{color: #999999;}
form input:-moz-placeholder,
form textarea:-moz-placeholder{color: #999999;}
form input::-moz-placeholder,
form textarea::-moz-placeholder{color: #999999;}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{color: #999999;}

*/

/* 内页banner */
.__ID__.md-banner{width: 100%;position: relative;background-color: #000;}
.__ID__.md-banner .banner-cont{width: 100%;}  
.__ID__.md-banner .banner-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(720/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: 16rem;max-width: 92%;}
.__ID__.md-banner .banner-titles{width: 100%;color: #ffffff;line-height: 1.16;}


/* 面包屑 */
.__ID__.md-nav{overflow: hidden;width: 100%;}
.__ID__.md-nav img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.md-nav .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.md-nav .nav-cont{width: 100%;display: flex;font-size: 0;}
.__ID__.md-nav .nav-right{flex: 1;width: 0;text-align: right;}
.__ID__.md-nav .nav-swiper{display: inline-block;max-width: 100%;}
.__ID__.md-nav .nav-item{transition: all  .3s; display: block;cursor: pointer;width: auto;position: relative;margin-right: 1rem;color: #666666;line-height: .7rem;}
.__ID__.md-nav .nav-item:last-child{margin-right: 0;}
.__ID__.md-nav .nav-item:after{transition: all  .3s; content: '';position: absolute;bottom: 0;left: 0;width: 0;height: .04rem;background-color:  var(--theme);}
.__ID__.md-nav .nav-item:hover{color:  var(--theme);}
.__ID__.md-nav .nav-item:hover:after{width: 100%;}
.__ID__.md-nav .nav-item.active{color:  var(--theme);}
.__ID__.md-nav .nav-item.active:after{width: 100%;}
.__ID__.md-nav .nav-left{font-size: 0;margin-right: .25rem;}
.__ID__.md-nav .nav-one{display: inline-block;vertical-align: middle;line-height: .7rem;color: #333333;}
.__ID__.md-nav .nav-one:after{content: '-';margin: 0 .15rem;}
.__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: .12rem;width: 1.06em;height: 1.5em;background-image: url('../images/a1.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

@media (max-width: 750px) {
  .__ID__.md-nav .nav-right {flex: none;width: 100%;text-align: center;}
  .__ID__.md-nav .nav-item{margin: 0 .15rem !important;}
  .__ID__.md-nav .nav-left{display: none;}
}

/* 分页 */
.paging{position: relative;z-index: 1;width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .58rem;height: .58rem;line-height: .58rem;border-radius: .29rem;color: #333333;border: solid 1px #cccccc;}
.paging-item:hover{color: #fff;background-color: var(--theme);border: solid 1px var(--theme);}
.paging-item.active{color: #fff;background-color: var(--theme);border: solid 1px var(--theme);}
.paging-up{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .58rem;height: .58rem;line-height: .58rem;border-radius: .29rem;color: transparent;border: solid 1px #cccccc;background-image: url('../images/a2.png');background-size: 1.06em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-color: var(--theme);border: solid 1px var(--theme);background-image: url('../images/a2-b.png');} 
.paging-next{transform: rotate(-180deg);transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .58rem;height: .58rem;line-height: .58rem;border-radius: .29rem;color: transparent;border: solid 1px #cccccc;background-image: url('../images/a2.png');background-size: 1.06em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-color: var(--theme);border: solid 1px var(--theme);background-image: url('../images/a2-b.png');} 
 
@media (max-width: 1150px) {
    .paging-item{min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
    .paging-up{min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
    .paging-next{min-width: .8rem;height: .8rem;line-height: .8rem;border-radius: .4rem;}
}

/* 侧边栏 */
.__ID__.sidebar{position: fixed;right: .55rem;bottom: 3.5rem;z-index: 38;}
.__ID__.sidebar .sidebar-item{display: block;margin: .1rem 0;}
.__ID__.sidebar .sidebar-link{display: flex;align-items: center;justify-content: center;cursor: pointer;width: .6rem;height: .6rem;border-radius: 50%;background-color: #ffffff;box-shadow: 0 0 .3rem rgba(0,0,0,.1);}
.__ID__.sidebar .sidebar-link img{width: 100%;height: 100%;object-fit: contain;}
.__ID__.sidebar .sidebar-item:hover .sidebar-link{background-color: var(--theme);}
.__ID__.sidebar .sidebar-item:hover .sidebar-link img{filter: grayscale(100%) brightness(500%);} 
#backTop{display: none;}
.__ID__.sidebar.show_top #backTop{display: block;}

@media (max-width: 750px) {
  .__ID__.sidebar{bottom: 10%;right: .3rem;}
}


/* 新闻 */
.__ID__.i-main{width: 100%;padding: .85rem 0 1.15rem;}
.__ID__.i-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.i-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.i-main .my-top{width: 100%;text-align: center;padding-bottom: .2rem;}
.__ID__.i-main .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.i-main .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.i-main .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.i-main .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}

.__ID__.i-main .i-cont{width: 100%;padding-bottom: .6rem;}
.__ID__.i-main .i-item{display: flex;flex-wrap: wrap;align-items: flex-start;position: relative;width: 100%;padding: .4rem 0;border-bottom: 1px solid #e7e7e7;}
.__ID__.i-main .i-timebox{width: 2.3rem;display: flex;align-items: center;min-height: 2rem;}
.__ID__.i-main .i-time{width: 100%;color: #333333;line-height: 1.5;}
.__ID__.i-main .i-imgbox{width: 3rem;}
.__ID__.i-main .i-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(200/300*100%);border-radius: .1rem;}
.__ID__.i-main .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__.i-main .i-text{display: flex;align-items: center;flex-wrap: wrap;min-height: 2rem;width: calc(100% - 5.8rem);padding-left: 1rem;}
.__ID__.i-main .i-name{width: 100%;max-width: 7.2rem;color: #333333;font-weight: bold;line-height: 1.3;}
.__ID__.i-main .i-sub{display: none;width: 100%;padding-top: .25rem;}
.__ID__.i-main .i-textbox{width: 100%;max-width: 7.2rem;color: #666666;line-height: 2;}
.__ID__.i-main .i-textbox *{line-height: inherit;max-width: 100%;}
.__ID__.i-main .i-buttom{position: absolute;top: .4rem;right: 0;display: block;cursor: pointer;width: .5rem;height: 2rem;background-image: url('../images/a3.png');background-size: 1em auto;background-position: right center;background-repeat: no-repeat;}
.__ID__.i-main .i-item.show .i-buttom{background-image: url('../images/a3-b.png');}

@media (max-width: 750px) { 
  .__ID__.i-main .i-text{width: 100%;padding-left: 0;min-height: .1rem;margin-top: .35rem;}
  .__ID__.i-main .i-name{max-width: 100%;}
  .__ID__.i-main .i-textbox{max-width: 100%;}
}

/* 联系 */
.__ID__.j-main{width: 100%;padding: .5rem 0 1rem;}
.__ID__.j-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.j-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.j-main input::-webkit-input-placeholder,
.__ID__.j-main textarea::-webkit-input-placeholder{color: #999999;}
.__ID__.j-main input:-moz-placeholder,
.__ID__.j-main textarea:-moz-placeholder{color: #999999;}
.__ID__.j-main input::-moz-placeholder,
.__ID__.j-main textarea::-moz-placeholder{color: #999999;}
.__ID__.j-main input:-ms-input-placeholder,
.__ID__.j-main textarea:-ms-input-placeholder{color: #999999;}
.__ID__.j-main .my-top{width: 100%;padding-bottom: .25rem;}
.__ID__.j-main .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.j-main .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.j-main .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.j-main .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}

.__ID__.j-main .j-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.j-main .j-left{width: 4.1rem;}
.__ID__.j-main .j-sharebox{display: flex;flex-wrap: wrap;width: 100%;padding-bottom: .55rem;}
.__ID__.j-main .j-share{transition: all  .3s;display: flex;align-items: center;justify-content: center;cursor: pointer;width: .6rem;height: .6rem; margin-right: .2rem;margin-bottom: .2rem;border-radius: .1rem;background-color: #dde8c6;}
.__ID__.j-main .j-share img{width: 100%;height: 100%;object-fit: contain;}
.__ID__.j-main .j-share:hover{background-color: var(--theme);} 
.__ID__.j-main .j-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.27;}
.__ID__.j-main .j-tr{width: 100%;padding-top: .15rem;}
.__ID__.j-main .j-td{width: 100%;margin-top: .1rem;}
.__ID__.j-main .j-tip{display: inline;color: #666666;line-height: 1.6;}
.__ID__.j-main .j-intro{display: inline;color: #333333;line-height: 1.6;}
.__ID__.j-main .j-intro2{display: inline;color: #333333;line-height: 1.6;font-weight: bold;}

.__ID__.j-main .j-right{width: 9.4rem;}
.__ID__.j-main .j-three{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.j-main .j-item{display: block;position: relative;width: 100%;margin-bottom: .25rem;border-bottom: 1px solid #cccccc;}
.__ID__.j-main .j-input{display: block;border: none;width: 100%;height: .85rem;color: #333;}
.__ID__.j-main .j-code{position: absolute;bottom: 0;right: 0;display: block;cursor: pointer;height: .6rem;}
.__ID__.j-main .j-code img{height: 100%;}
.__ID__.j-main .j-submitbox{width: 100%;padding-top: .15rem;}
.__ID__.j-main .j-submit_text{display: inline-block;cursor: pointer;position: relative; padding: 0 .2rem;color: #ffffff;line-height: .56rem;background-color: var(--theme);border-radius: .1rem;}
.__ID__.j-main .j-submit_text svg{width: .93em;margin-left: .7rem;color: #ffffff;}
.__ID__.j-main .j-submit{position: absolute;top: 0;left: 0;z-index: 18;display: block;cursor: pointer;width: 100%;height: 100%;opacity: 0;}
.__ID__.j-main .j-submit_text:hover{background-color: var(--active);}
@media (min-width: 750px) {
  .__ID__.j-main .j-three .j-item{width: 31.91%;margin-right: 2.13%;}
  .__ID__.j-main .j-three .j-item:nth-child(3n){margin-right: 0;}
}
@media (max-width: 750px) {
  .__ID__.j-main .j-left{width: 100%;margin-bottom: .5rem;}
  .__ID__.j-main .j-right{width: 100%;}
  .__ID__.j-main .j-submit_text{line-height: .7rem;}
}

/* 业务内容 */
.__ID__.k-main{width: 100%;padding: .8rem 0 .45rem;}
.__ID__.k-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.k-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.k-main .k-cont{width: 100%;}
.__ID__.k-main .k-item{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;width: 100%;margin-bottom: .6rem;border-radius: .1rem;overflow: hidden; border: solid .02rem #e7e7e7;}
.__ID__.k-main .k-imgbox{width: 50%;}
.__ID__.k-main .k-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(440/800*100%);border-radius: .1rem;}
.__ID__.k-main .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__.k-main .k-text{width: 50%;padding: .15rem .8rem;}
.__ID__.k-main .k-name{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.k-main .k-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.k-main .k-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.k-main .k-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}
.__ID__.k-main .k-intro{width: 100%;margin-top: .6rem;color: #666666;line-height: 1.5;}
.__ID__.k-main .k-item:nth-child(2n + 1){flex-direction: row-reverse;}
.__ID__.k-main .k-item:hover .k-img img{transform: scale(1.05);}
.__ID__.k-main .k-item:hover .k-name{color: var(--theme);}

@media (max-width: 750px) {
  .__ID__.k-main .k-imgbox{width: 100%;}
  .__ID__.k-main .k-text{width: 100%;padding: .3rem;}
  .__ID__.k-main .k-intro{margin-top: .3rem;}
}

/* 主营产品 */
.__ID__.l-main{width: 100%;padding: .6rem 0 1.1rem;}
.__ID__.l-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.l-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.l-main .l-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.__ID__.l-main .l-left{width: calc(260/1600*100%);}
.__ID__.l-main .l-navbox{width: 100%;}
.__ID__.l-main .l-nav{display: block;cursor: pointer;width: 100%;margin-bottom: .1rem;padding: .11rem calc(.4rem + 1em) .11rem .3rem; position: relative;color: #999999;line-height: 1.5;border-radius: .1rem;border: solid 1px #e7e7e7;}
.__ID__.l-main .l-nav svg{opacity: 0;transition: all .3s;position: absolute;top: 50%;right: .3rem;transform: translate(0,-50%);width: 1em;color: #ffffff;}
.__ID__.l-main .l-nav:hover{color: #fff;background-color: var(--theme);}
.__ID__.l-main .l-nav:hover svg{opacity: 1;}
.__ID__.l-main .l-nav.active{color: #fff;background-color: var(--theme);}
.__ID__.l-main .l-nav.active svg{opacity: 1;}

.__ID__.l-main .l-right{width: calc(1280/1600*100%);}
.__ID__.l-main .l-titles{width: 100%;margin-bottom: .35rem;color: #000000;font-weight: normal;line-height: 1.2;}
.__ID__.l-main .l-list{width: 100%;padding-bottom: .2rem;display: flex;flex-wrap: wrap;}
.__ID__.l-main .l-item{display: block;width: 31.25%;margin-right: 3.12%;padding-bottom: .25rem;margin-bottom: .4rem;border-bottom: 1px solid #f3f3f3;}
.__ID__.l-main .l-item:nth-child(3n){margin-right: 0;}
.__ID__.l-main .l-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(280/400*100%);border-radius: .1rem;}
.__ID__.l-main .l-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.l-main .l-text{width: 100%;padding-top: .25rem;}
.__ID__.l-main .l-name{width: 100%;color: #333333;line-height: 1.4;}
.__ID__.l-main .l-item:hover .l-img img{transform: scale(1.05);}
.__ID__.l-main .l-item:hover .l-name{color: var(--theme);}
@media (max-width: 750px) {
  .__ID__.l-main .l-left{width: 100%;margin-bottom: .3rem;}
  .__ID__.l-main .l-right{width: 100%;}
  .__ID__.l-main .l-item{width: calc(50% - .15rem);margin-right: .3rem;}
  .__ID__.l-main .l-item:nth-child(3n){margin-right: .3rem;}
  .__ID__.l-main .l-item:nth-child(2n){margin-right: 0;}
}

/* 关于我们-公司简介 */
.__ID__.m-main{position: relative;width: 100%;padding: .8rem 0 1rem;}
.__ID__.m-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.m-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.m-main .my-id{position: absolute;top: -1rem;}
.__ID__.m-main .my-top{width: 100%;padding-bottom: .5rem;}
.__ID__.m-main .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.m-main .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.m-main .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.m-main .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}

.__ID__.m-main .m-cont{width: 100%;display: flex;flex-wrap: wrap;}
.__ID__.m-main .m-left{display: flex;align-items: flex-end;width: 50%;}
.__ID__.m-main .m-img{width: 100%;position: relative;z-index: 8;overflow: hidden;padding-top: calc(600/800*100%);border-radius: .1rem;}
.__ID__.m-main .m-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.__ID__.m-main .m-right{display: flex;flex-wrap: wrap;align-content: space-between;width: 50%;}
.__ID__.m-main .m-top{width: 100%;padding-left: .9rem;margin-bottom: .3rem;}
.__ID__.m-main .m-name{width: 100%;margin-bottom: .06rem;color: #333333;line-height: 1.3;font-weight: bold;}
.__ID__.m-main .m-textbox{width: 100%;color: #666666;line-height: 2;}
.__ID__.m-main .m-bottom{width: calc(100% + .1rem);position: relative;left: -.1rem;padding: .35rem .4rem .35rem .85rem; display: flex;flex-wrap: wrap;justify-content: space-between;background-color: var(--active);border-radius: .1rem;}
.__ID__.m-main .m-item{display: block;padding: .15rem;}
.__ID__.m-main .m-box{width: 100%;}
.__ID__.m-main .m-nub{display: inline-block;vertical-align: bottom;color: #ffffff;line-height: 1.16;font-weight: bold;}
.__ID__.m-main .m-unit{display: inline-block;vertical-align: bottom;color: #ffffff;line-height: 1.4;}
.__ID__.m-main .m-intro{width: 100%;padding-top: .12rem;color: #ffffff;line-height: 1.6;}
@media (max-width: 750px) {
  .__ID__.m-main .m-left{width: 100%;margin-bottom: .5rem;}
  .__ID__.m-main .m-right{width: 100%;}
  .__ID__.m-main .m-top{padding-left: 0;margin-bottom: .3rem;}
  .__ID__.m-main .m-bottom{width: 100%;left: 0;padding: .15rem;}
}

/* 关于我们-为什么选择 */ 
.__ID__.n-main{position: relative;width: 100%;padding: 1rem 0 1rem;background-color: #f3f9ff;}
.__ID__.n-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.n-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.n-main .my-id{position: absolute;top: -1rem;}
.__ID__.n-main .my-top{width: 100%;text-align: center;padding-bottom: .6rem;}
.__ID__.n-main .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.n-main .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.n-main .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.n-main .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}
.__ID__.n-main .n-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;}
.__ID__.n-main .n-item{display: block;width: 33.33%;height: auto;padding: 0 .1rem;}
.__ID__.n-main .n-link{display: flex;flex-wrap: wrap;align-content: space-between;width: 100%;height: 100%;padding: .6rem .6rem .8rem; background-color: #ffffff;border-radius: .1rem;}
.__ID__.n-main .n-box{width: 100%;}
.__ID__.n-main .n-icon{position: relative;top: 0;transition: all .3s;width: 100%;margin-bottom: .4rem;height: .5rem;line-height: .5rem;}
.__ID__.n-main .n-icon img{max-width: 100%;max-height: 100%;}
.__ID__.n-main .n-name{width: 100%;color: #333333;font-weight: bold;line-height: 1.2;}
.__ID__.n-main .n-textbox{width: 100%;margin-top: .4rem;color: #666666;line-height: 1.7;}
.__ID__.n-main .n-textbox *{line-height: inherit;}
.__ID__.n-main .n-item:hover .n-icon{top: -.1rem;}

@media (max-width: 750px) {
  .__ID__.n-main .n-item{width: 80%;}
  .__ID__.n-main .n-link{padding: .3rem;}
}

/* 关于我们-环境 */
.__ID__.o-main{position: relative;width: 100%;padding: .95rem 0 1.05rem;}
.__ID__.o-main img{display: inline-block;vertical-align:middle;max-width: 100%;}
.__ID__.o-main .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.__ID__.o-main .my-id{position: absolute;top: -1rem;}
.__ID__.o-main .my-top{width: 100%;text-align: center;padding-bottom: .6rem;}
.__ID__.o-main .my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.__ID__.o-main .my-line{width: 100%;font-size: 0;padding-top: .25rem;}
.__ID__.o-main .my-line1{display: inline-block;vertical-align: middle;margin-right: .06rem;width: .5rem;height: .06rem;background-color: var(--theme);border-radius: .03rem;}
.__ID__.o-main .my-line2{display: inline-block;vertical-align: middle;width: .1rem;height: .06rem;background-color: var(--active);border-radius: .03rem;}
.__ID__.o-main .o-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;margin-bottom: .65rem;}
.__ID__.o-main .o-item{display: block;width: 50%;height: auto;padding: 0 .1rem;}
.__ID__.o-main .o-link{display: block;cursor: pointer;width: 100%;position: relative;}
.__ID__.o-main .o-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(500/790*100%);border-radius: .1rem;}
.__ID__.o-main .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__.o-main .o-img:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1.9rem;background-image: linear-gradient(0deg, #000000 0%,  rgba(0,0,0,.01) 100%);opacity: 0.5;}
.__ID__.o-main .o-text{position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;padding: .35rem .4rem;}
.__ID__.o-main .o-name{flex: 1;padding-right: .3rem;color: #ffffff;line-height: 1.4;}
.__ID__.o-main .o-icon{display: block;}
.__ID__.o-main .o-icon svg{width: .25rem;color: #fff;}
.__ID__.o-main .o-link:hover .o-img img{transform: scale(1.05);}

.__ID__.o-main .o-prev{transition: all  .3s;left: -.18rem;margin-top: -.29rem;display: flex;align-items: center;justify-content: center;width: .58rem;height: .58rem;border-radius: 50%;background-color: #f3f9ff;background-size: 0 0;}
.__ID__.o-main .o-prev svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.__ID__.o-main .o-prev:hover{background-color: var(--theme) !important;}
.__ID__.o-main .o-prev:hover svg{color: #fff;}
.__ID__.o-main .o-next{transition: all  .3s;right: -.18rem;margin-top: -.29rem;display: flex;align-items: center;justify-content: center;width: .58rem;height: .58rem;border-radius: 50%;background-color: #f3f9ff;background-size: 0 0;}
.__ID__.o-main .o-next svg{transition: all  .3s;width: .17rem;color: var(--theme);}
.__ID__.o-main .o-next:hover{background-color: var(--theme) !important;}
.__ID__.o-main .o-next:hover svg{color: #fff;} 
.__ID__.o-main .o-buttom{position: absolute;bottom: -.65rem;left: .1rem;width: calc(100% - .2rem);display: flex;align-items: center;}
.__ID__.o-main .o-scrollbarbox{flex: 1;padding-right: .12rem;}
.__ID__.o-main .o-scrollbar{width: 100%;height: 3px;background-color: #cccccc;}
.__ID__.o-main .o-scrollbar .swiper-scrollbar-drag{background-color: var(--active);}
.__ID__.o-main .o-tip{display: flex;align-items: center;}
.__ID__.o-main .o-nub{display: block;color: var(--active);line-height: 1.5;}
.__ID__.o-main .o-line{display: block;color:#666666;line-height: 1.5;}
.__ID__.o-main .o-line:after{content: '/';}
.__ID__.o-main .o-sum{display: block;color:#666666;line-height: 1.5;}
@media (max-width: 750px) {
  .__ID__.o-main .o-item{width: 100%;}
}

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

color: var(--theme);
background-color: var(--theme);
color: var(--active);
background-color: var(--active);

.__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: 16rem;max-width: 92%;margin: 0 auto;}

@media (max-width: 750px) {

}

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

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

filter: grayscale(100%) brightness(500%);  图片变白
 

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


form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{color: #999999;}
form input:-moz-placeholder,
form textarea:-moz-placeholder{color: #999999;}
form input::-moz-placeholder,
form textarea::-moz-placeholder{color: #999999;}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{color: #999999;}

*/
