
/* p5004 公司简介 */
.mt-a{width: 100%;padding-top: .8rem; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.mt-b{width: 17.7rem;margin: 0 auto;}
.mt-cont{width: 100%;padding-top: .55rem;}
.mt-list{width: 100%;font-size: 0;text-align: center;padding-bottom: .6rem;display: flex;flex-wrap: wrap;justify-content: center;}
.mt-item{display: inline-block;vertical-align: top;margin-bottom: .45rem;text-align: left; padding: 0 .9rem;border-right: 1px solid #dbdcdf;}
.mt-item:last-child{border: none;} 
.mt-c{width: 100%;margin-bottom: .3rem;}
.mt-nub{display: inline-block;vertical-align: bottom;color: #cd010d;font-weight: bold;}
.mt-d{display: inline-block;vertical-align: bottom;margin-bottom: .2em; color: #cd010d;font-weight: bold;}
.mt-dspan{vertical-align: top; color: #cd010d;}
.mt-text{line-height: 1.3; color: #909192;}
.mt-bottom{width: 100%;padding: 1.7rem 2.2rem ;font-size: 0; background-color: rgba(255,255,255,.9); border-radius: .2rem .1rem 0px 0px;}
.mt-left{display: inline-block;vertical-align: middle;}
.mt-logo{display: inline-block;cursor: pointer; width: 1.3rem;}
.mt-right{display: inline-block;vertical-align: middle;width: calc(100% - 1.3rem);padding-left: 1.4rem;position: relative;}
.mt-right:before{content: '';position: absolute;top: 0;left: .7rem;width: 1px;height: 100%;background-color: #222222;}
.mt-titles{color: #222222;line-height: 1.3;margin-bottom: .3rem;}
.mt-textbox{width: 100%;color: #666666;line-height: 2;}
.mt-textbox *{line-height: inherit;}


@media(max-width:900px) {
    .mt-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;} 
    .mt-item{width: 33.33%;text-align: center;padding: 0 .1rem;}
    .mt-nub{font-size: 22px;}
    .mt-d{font-size: 16px;}
    .mt-dspan{font-size: 10px;}
    .mt-text{font-size: 12px;}
    .mt-bottom{width: 100%;padding: .5rem 10px;}
    .mt-left{width: 100%;text-align: center;}
    .mt-right{width: 100%;padding-left: 0;}
    .mt-right:before{display: none;}
}
.mq-navbox{width: 100%;text-align: center; position: relative;z-index: 18;}
.mq-nav{display: inline-block;vertical-align: middle;border-bottom: .02rem solid transparent;padding: .12rem 0; position: relative;cursor: pointer; color: #999999; margin: 0 .3rem .35rem;}
.mq-nav:after{content: '';position: absolute;top: 50%;right: -.45rem;margin-top: -.09rem;width: .03rem;height: .18rem;background-color: #eee;}
.mq-nav:last-child:after{display: none;}
.mq-nav:before{display: none;content: ''; position: absolute;bottom: -.1rem;left: 50%;margin-left: -.05rem;width: .11rem;height: .1rem;background-image: url(/static/home/images/g25.png);background-size: .11rem auto;background-position: top center;background-repeat: no-repeat;}
.mq-nav:hover{border-bottom: .02rem solid #f50010;color: #222222;}
.mq-nav:hover:before{display: block;}
.mq-nav.active{border-bottom: .02rem solid #f50010;color: #222222;}
.mq-nav.active:before{display: block;}
