
/* 关于我们 */
.md19620.md-about_us{width: 100%;padding: .5rem 0 .2rem;}
.md19620.md-about_us img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19620.md-about_us .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19620.md-about_us .wf-top{width: 100%;margin-bottom: .5rem;position: relative;z-index: 1;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md19620.md-about_us .wf-left{max-width: 5.5rem;text-align: right;}
.md19620.md-about_us .wf-titles{font-family: 'Poppins-SemiBold';width: 100%;color: #333333;line-height: 1.2;}
.md19620.md-about_us .wf-time{font-family: 'Poppins-SemiBold';display: inline-block;line-height: 1.2;color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}
.md19620.md-about_us .wf-right{width: 10.2rem;}
.md19620.md-about_us .wf-subtitle{font-family: 'Poppins-SemiBold';width: 100%;margin-bottom: .1rem;color: #333333;line-height: 1.3;}
.md19620.md-about_us .wf-textbox{width: 100%;color: #222;line-height: 1.5;}
.md19620.md-about_us .wf-textbox *{line-height: inherit;}
.md19620.md-about_us .wf-bottom{width: 100%;margin-top: -1.25rem; display: flex;flex-wrap: wrap;align-items: flex-end; justify-content: space-between;}
.md19620.md-about_us .wf-img1{width: 9.6rem;margin-bottom: .3rem;}
.md19620.md-about_us .wf-img1 img{width: 100%;}
.md19620.md-about_us .wf-img2{width: 6rem;margin-bottom: .3rem;border-radius: .2rem;overflow: hidden;}
.md19620.md-about_us .wf-img2 img{width: 100%;}
@media (max-width: 750px) {
   .md19620.md-about_us .wf-left{margin-bottom: .3rem;}
   .md19620.md-about_us .wf-right{width: 100%;}
   .md19620.md-about_us .wf-bottom{margin-top: 0;}
   .md19620.md-about_us .wf-img1{width: 100%;}
   .md19620.md-about_us .wf-img2{width: 100%;}
}

/* 关于我们-公司文化 */
.md19621.md-company_culture{width: 100%;padding: .45rem 0 .5rem;}
.md19621.md-company_culture img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19621.md-company_culture .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19621.md-company_culture .wg-titles{font-family: 'Poppins-SemiBold';width: 100%;text-align: center; margin-bottom: .45rem;color: #333333;line-height: 1.7;}
.md19621.md-company_culture .wg-cont{width: calc(100% + .2rem);position: relative;left: -.1rem;}
.md19621.md-company_culture .wg-item{width: 33.33%;padding: 0 .1rem;}
.md19621.md-company_culture .wg-link{position: relative;display: block;width: 100%;border-radius: .2rem;overflow: hidden;}
.md19621.md-company_culture .wg-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(640/520*100%);}
.md19621.md-company_culture .wg-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md19621.md-company_culture .wg-text{position: absolute;bottom: .4rem;left: 50%;transform: translate(-50%,0);width: calc(100% - .8rem);display: flex;align-items: center;justify-content: space-between; min-height: 2rem;padding: .3rem .5rem; background-color: rgba(255,255,255,.6);border-radius: .2rem;}
.md19621.md-company_culture .wg-text .wg-icon{width: .63rem;}
.md19621.md-company_culture .wg-text .wg-icon img{width: 100%;}
.md19621.md-company_culture .wg-text .wg-rt{width: calc(100% - 1.1rem);}
.md19621.md-company_culture .wg-text .wg-name{font-family: 'Poppins-Medium';width: 100%;color: #111;line-height: 1.4;}
.md19621.md-company_culture .wg-text .wg-intro{width: 100%;color: #222;line-height: 1.5;} 
.md19621.md-company_culture .wg-sub{opacity: 0;position: absolute;left: 50%;bottom: .4rem;transform: translate(-50%,0);width: calc(100% - .8rem);max-height: calc(100% - .8rem);overflow: auto;padding: .7rem .5rem; border-radius: .2rem;background-color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19621.md-company_culture .wg-sub .wg-name{font-family: 'Poppins-Medium';width: 100%;text-align: center;margin-bottom: .1rem;color: #ffffff;line-height: 1.4;}
.md19621.md-company_culture .wg-sub .wg-intro{width: 100%;color: #ffffff;line-height: 1.5;}  
.md19621.md-company_culture .wg-sub .wg-intro *{line-height: inherit;}

@media (min-width: 751px) {
   .md19621.md-company_culture .wg-link:hover .wg-text{opacity: 0;}
   .md19621.md-company_culture .wg-link:hover .wg-sub{opacity: 1;}
}
@media (max-width: 750px) {
   .md19621.md-company_culture .wg-item{width: 80%;}
   .md19621.md-company_culture .wg-item.active .wg-text{opacity: 0;}
   .md19621.md-company_culture .wg-item.active .wg-sub{opacity: 1;}
   .md19621.md-company_culture .wg-text{bottom: .3rem;width: calc(100% - .6rem);padding: .3rem;}
   .md19621.md-company_culture .wg-sub{bottom: .3rem;width: calc(100% - .6rem);padding: .3rem;}
}

.md19622.md-corporate_strengths{width: 100%;padding: .45rem 0 .5rem;}
.md19622.md-corporate_strengths img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19622.md-corporate_strengths .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19622.md-corporate_strengths .wh-titles{font-family: 'Poppins-SemiBold';width: 100%;text-align: center; margin-bottom: .45rem;color: #333333;line-height: 1.7;}
.md19622.md-corporate_strengths .wh-cont{width: 100%;position: relative;min-height: 6.3rem;}
.md19622.md-corporate_strengths .wh-top{position: absolute;top: 0;left: 0;width: 100%;text-align: center;font-size: 0;}
.md19622.md-corporate_strengths .wh-item{display: inline-block;vertical-align: top;width: 3.9rem;margin: 0 .1rem .3rem;position: relative;}
.md19622.md-corporate_strengths .wh-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(480/390*100%);border-radius: .2rem;overflow: hidden;}
.md19622.md-corporate_strengths .wh-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md19622.md-corporate_strengths .wh-text{position: absolute;bottom: 0;left: 0;width: 100%;max-height: 100%;overflow: auto;text-align: left;padding: .55rem .4rem;}
.md19622.md-corporate_strengths .wh-name{width: 100%;line-height: 1;color: #ffffff;}
.md19622.md-corporate_strengths .wh-name span{font-size: .75em;}
.md19622.md-corporate_strengths .wh-intro{width: 100%;color: #ffffff;line-height: 1.5;}
.md19622.md-corporate_strengths .wh-item:nth-child(2n){margin-top: 1rem;}
.md19622.md-corporate_strengths .wh-item:nth-child(2n) .wh-text{top: 0;bottom: auto;}
.md19622.md-corporate_strengths .wh-bottom{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md19622.md-corporate_strengths .wh-one{width: calc(50% - .15rem);display: flex;margin-bottom: .58rem;}
.md19622.md-corporate_strengths .wh-box{display: flex;align-items: center;position: relative;z-index: 8;min-width: 2.6rem;max-width: 100%;min-height: .9rem;padding: .15rem .3rem .15rem .1rem;background-color: #ffffff;box-shadow: .04rem .05rem .12rem 0px rgba(0, 0, 0, 0.1);border-radius: .2rem;}
.md19622.md-corporate_strengths .wh-icon{width: 1rem;text-align: center;height: .45rem;line-height:  .45rem;}
.md19622.md-corporate_strengths .wh-icon img{max-width: .45rem;max-height: 100%;}
.md19622.md-corporate_strengths .wh-rt{font-size: 0;}
.md19622.md-corporate_strengths .wh-b{width: 100%;}
.md19622.md-corporate_strengths .wh-nub{font-family: 'Poppins-SemiBold';display: inline-block;vertical-align: middle;color: #000000;line-height: 1.3;}
.md19622.md-corporate_strengths .wh-unit{font-family: 'Poppins-SemiBold';display: inline-block;vertical-align: middle;color: #000000;line-height: 1.3;}
.md19622.md-corporate_strengths .wh-sup{font-family: 'Poppins-SemiBold';display: inline-block;vertical-align: super;color: #000000;line-height: 1.3;}
.md19622.md-corporate_strengths .wh-tip{width: 100%;color: #222;line-height: 1.5;}

@media (min-width: 750px) {
   .md19622.md-corporate_strengths .wh-bottom{align-items: flex-start;}
   .md19622.md-corporate_strengths .wh-one:nth-child(2n){justify-content: flex-end;}
   .md19622.md-corporate_strengths .wh-one:nth-child(1){padding-left: 2.35rem;margin-top: .6rem;}
   .md19622.md-corporate_strengths .wh-one:nth-child(2){padding-right: 2.05rem;}
   .md19622.md-corporate_strengths .wh-one:nth-child(3){margin-top:  .3rem;margin-bottom: 1.15rem;}
   .md19622.md-corporate_strengths .wh-one:nth-child(5){margin-top:  .4rem;padding-left: 1.27rem;}
   .md19622.md-corporate_strengths .wh-one:nth-child(6){padding-right: 2.1rem;}
}
@media (max-width: 750px) {
   .md19622.md-corporate_strengths .wh-top{position: relative;text-align: left;}
   .md19622.md-corporate_strengths .wh-item{width: calc(50% - .15rem);margin: 0 .3rem .3rem 0 !important;}
   .md19622.md-corporate_strengths .wh-item:nth-child(2n){margin-right: 0 !important;} 
   .md19622.md-corporate_strengths .wh-one{margin-bottom: .3rem;}
   .md19622.md-corporate_strengths .wh-box{width: 100%;height: 100%;padding: .15rem;}
}

/* 关于我们-企业的优势 */

/* 关于我们-研发创新 */
.md19623.md-innovation{width: 100%;padding: .95rem 0 1rem;min-height: 6.8rem;background-size: cover;background-position: center center;background-repeat: no-repeat; }
.md19623.md-innovation img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19623.md-innovation .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19623.md-innovation .wi-titles{font-family: 'Poppins-SemiBold';width: 100%;margin-bottom: .45rem;color: #ffffff;line-height: 1.2;}
.md19623.md-innovation .wi-textbox{width: 100%;max-width: 45em;min-height: 2.6rem;padding-bottom: .5rem;color: rgba(255,255,255,1);line-height: 1.5;}
.md19623.md-innovation .wi-textbox *{line-height: inherit;}
.md19623.md-innovation .wi-more{display: inline-block;cursor: pointer;padding: 0 .35rem;color: #ffffff;line-height: .5rem;border-radius: .25rem;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19623.md-innovation .wi-more:hover{background-image:none;}
@media (max-width: 750px) {
   .md19623.md-innovation .wi-more{line-height: .6rem;border-radius: .3rem;}
}

/* 关于我们-发展历程 */
.md19624.md-development_history{width: 100%;padding: .9rem 0 .95rem;}
.md19624.md-development_history img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19624.md-development_history .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19624.md-development_history .wj-titles{font-family: 'Poppins-SemiBold';width: 100%;text-align: center;margin-bottom: .45rem;color: #333333;line-height: 1.2;}
.md19624.md-development_history .wj-top{width: 100%;margin-bottom: .5rem;}
.md19624.md-development_history .wj-swiper{width: 100%;}
.md19624.md-development_history .wj-item{display: block;width: 100%;}
.md19624.md-development_history .wj-link{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.md19624.md-development_history .wj-imgbox{width: 8rem;}
.md19624.md-development_history .wj-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(420/800*100%);border-radius: .2rem;}
.md19624.md-development_history .wj-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md19624.md-development_history .wj-text{width: calc(100% - 9.2rem);}
.md19624.md-development_history .wj-time{font-family: 'Poppins-Medium';display: inline-block;margin-bottom: .25rem;line-height: 1.13; color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}
.md19624.md-development_history .wj-textbox{width: 100%;padding-bottom: .25rem;color: #222;line-height: 1.5;}
.md19624.md-development_history .wj-textbox *{line-height: inherit;}
.md19624.md-development_history .wj-textbox p{position: relative;margin-bottom: .05rem;padding-left: .2rem;}
.md19624.md-development_history .wj-textbox p:before{content: '';position: absolute;top: .75em;left: 0;margin-top: -.04rem;width: .08rem;height: .08rem;border-radius: 50%;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19624.md-development_history .wj-bottom{width: 100%;position: relative;}
.md19624.md-development_history .wj-bottom:after{content: '';position: absolute;top: .08rem;left: 0;width: 100%;height: 1px;background-color: rgba(0,0,0,.1);}
.md19624.md-development_history .wj-swiper1{width: 100%;}
.md19624.md-development_history .wj-nav{display: block;cursor: pointer;width: 16.66%;text-align: center;position: relative;padding-top: .25rem;}
.md19624.md-development_history .wj-nav:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: .17rem;background-image: url('../images/a63.png');background-size: auto 100%;background-position: center center;background-repeat: no-repeat; }
.md19624.md-development_history .wj-time2{display: inline-block;color: #333;line-height: 1.5;}
.md19624.md-development_history .wj-nav.active:before{background-image: url('../images/a63-b.png');}
.md19624.md-development_history .wj-nav.active .wj-time2{color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}
.md19624.md-development_history .wj-buttom{position: relative;width: 1.2rem;height: .5rem;}
.md19624.md-development_history .wj-prev{left: 0;margin-top: -.25rem;width: .5rem;height:.5rem;background-size: 0 0;}
.md19624.md-development_history .wj-prev:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;border: 1px solid var(--theme);}
.md19624.md-development_history .wj-prev:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-image: url('../images/a9-c.png');background-size: .07rem auto;background-position: center center;background-repeat: no-repeat;}
.md19624.md-development_history .wj-prev:hover:before{border: none;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);} 
.md19624.md-development_history .wj-prev:hover:after{background-image: url('../images/a9.png');}
.md19624.md-development_history .wj-next{right: 0;margin-top: -.25rem;width: .5rem;height:.5rem;background-size: 0 0;}
.md19624.md-development_history .wj-next:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;border: 1px solid var(--theme);}
.md19624.md-development_history .wj-next:after{transform: rotate(-180deg);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-image: url('../images/a9-c.png');background-size: .07rem auto;background-position: center center;background-repeat: no-repeat;}
.md19624.md-development_history .wj-next:hover:before{border: none;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);} 
.md19624.md-development_history .wj-next:hover:after{background-image: url('../images/a9.png');}
@media (max-width: 750px) {
   .md19624.md-development_history .wj-imgbox{width: 100%;margin-bottom: .3rem;}
   .md19624.md-development_history .wj-text{width: 100%;}
   .md19624.md-development_history .wj-nav{width: 33.33%;}
}

/* 关于我们-荣誉 */
.md19625.md-honors{overflow: hidden;width: 100%;padding: .95rem 0 1rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md19625.md-honors img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19625.md-honors .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19625.md-honors .wk-top{width: 100%;padding-bottom: .3rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md19625.md-honors .wk-lt{font-size: 0;}
.md19625.md-honors .wk-titles{font-family: 'Poppins-SemiBold';margin-bottom: .15rem;color: #333333;line-height: 1.2;}
.md19625.md-honors .wk-rt{font-size: 0;}
.md19625.md-honors .wk-navbox{display: inline-block;max-width: 100%;}
.md19625.md-honors .wk-nav{font-family: 'Poppins-Medium';  display: inline-block;vertical-align: middle;cursor: pointer; margin-right: .2rem;margin-bottom: .1rem;min-width: 2rem;color: #333;padding: 0 .15rem;text-align: center; line-height: .5rem;background-color: #ffffff;border-radius: .25rem;border: solid 1px #dbdbdb;}
.md19625.md-honors .wk-nav:hover{color: #fff;border: none;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19625.md-honors .wk-nav.active{color: #fff;border: none;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19625.md-honors .wk-bottom{position: relative;width: calc(100% + .26rem);left: -.13rem;}
.md19625.md-honors .wk-one{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s;position: absolute;top: 0;left: 0;width: 100%;}
.md19625.md-honors .wk-one.show{position: relative;opacity: 1;z-index: 1;visibility:visible;}
.md19625.md-honors .wk-swiper{width: 100%;overflow: visible;}
.md19625.md-honors .wk-item{width: 25%;height: auto;padding: 0 .13rem;}
.md19625.md-honors .wk-link{display: block;cursor: pointer;width: 100%;height: 100%;padding: .25rem .2rem .2rem;text-align: center; background-color: #ffffff;border-radius: .2rem;border: solid 1px #dbdbdb;}
.md19625.md-honors .wk-img{width: 100%;height: 3.5rem;line-height: 3.5rem;}
.md19625.md-honors .wk-img img{max-width: 100%;max-height: 100%;}
.md19625.md-honors .wk-text{width: 100%;padding-top: .05rem;}
.md19625.md-honors .wk-name{width: 100%;color: #222;line-height: 1.5;}

@media (max-width: 750px) {
   .md19625.md-honors .wk-nav{line-height: .6rem;border-radius: .3rem;}
   .md19625.md-honors .wk-item{width: 80%;}
}
