/* mobile */
@media screen and (max-width: 961px) {
.mb-aboutus-main {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.mb-about-main-nav {
    width: 100%;
    height: 3.25rem;
    background: url("../image/mb-aboutus-bg.png") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mb- {

}

.mb-about-main {
    width: 100%;
    margin: 0.4rem auto 0;
    overflow: hidden;
}

.mb-about-nav-con {
    margin: 0 auto 0.5rem;
}

.mb-about-nav-con > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: .30rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 400;
    color: #333333;
}

.mb-abs-nav-title {
    padding: 0.12rem 0;
    border-bottom: 2px solid #fff;
}

.mb-about-nav-con > ul > .mb-ads-nav-title-active {
    color: #1D8EFE;
    border-bottom: 2px solid #1D8EFE;
}

.mb-about-details-con {
    /*padding: 0 0 0 0;*/
}

.mb-ads-con {
    display: none;
    font-size: 0.28rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    /*padding: 0.5rem 0.08rem;*/
}

.introduce > p {
    line-height: 0.52rem;
    text-indent: 0.56rem;
    padding: 0 0.2rem;
}

.intro-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #F9F9FA;
    padding: 0.4rem 0 0.1rem;
}

.intro-con > .intro-pre-con {
    width: 3.3rem;
    height: 2.6rem;
    background: #FFFFFF;
    box-shadow: 0 7px 32px 3px rgba(130, 135, 158, 0.09);
    padding: 0.15rem 0 0.25rem;
    flex-shrink: 1;
    margin-bottom: 0.3rem;
    border-radius: 3px;
    overflow: hidden;
}

.intro-con > .intro-pre-con:nth-of-type(odd) {
    margin-left: 0.3rem;
}

.intro-con > .intro-pre-con:nth-of-type(even) {
    margin-right: 0.3rem;
}

.intro-con > .intro-pre-con > .intro-pre-img{
    width: 100%;
}

.intro-title {
    text-align: center;
    line-height: 1rem;
}

.intro-title-num {
    /*height: 35px;*/
    font-size: 0.45rem;
    font-family: Adobe Heiti Std, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #2C74FB;
}

.intro-title-unit {
    font-size: 0.30rem;
    font-family: Adobe Heiti Std, Arial, sans-serif;
    font-weight: bold;
    color: #2E76FB;
}

.intro-desc {
    font-size: 0.30rem;
    font-family: Adobe Heiti Std, Arial, sans-serif;
    font-weight: bold;
    color: #333333;
}

.intro-text {
    width: 2.7rem;
    margin: 0.2rem auto 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    font-family: Adobe Heiti Std, Arial, sans-serif;
    font-weight: normal;
    color: #666666;
}
/* 企业简介 ends */
/* 发展历程 start */
.dev-history{
    padding-left: 0.3rem;
}
.dev-pre-con {
    padding: 0 0.2rem 0 0.3rem;
    border-left: 1px solid #1887E0;
    margin: 0 0 0 0;
}

.dev-y-con {
    position: relative;
}

.first-spot {
    width: 0.25rem;
    height: 0.34rem;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: -0.43rem;
    background-color: #fff;
}


.dev-y {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    padding: 0 0 0.1rem 0;
}

.dev-y-spot {
    position: absolute;
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    border: 1px solid #1887e0;
    border-radius: 50%;
    top: 0.1rem;
    left: -0.4rem;
}

.dev-li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    font-size: 0.28rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.5rem;
    padding: 0.15rem 0 0.30rem;
}

.dev-li-month {
    background: url("../image/li-spot.png") 0 center no-repeat;
    padding: 0 0.12rem 0 0.28rem;
}

.dev-desc-text {
    flex: 1;
    font-weight: 400;
    color: #666666;
    /*line-height: 0.5rem;*/
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
/* 发展历程 ends */
/* 荣誉资质 start */
.honor-img-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hi-pre {
    width: 3.30rem;
    text-align: center;
    margin: 0 0.215rem 0.3rem;
    background-color: #F5F6F7;
}

.h-img {
    width: 2.6rem;
    height: 3.43rem;
    margin: 0.36rem;
}

.h-title {
    width: 3.32rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #FFFFFF;
    box-shadow: 0 7px 32px 3px rgba(130, 135, 158, 0.09);
    font-size: 0.3rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
/* 荣誉资质 ends */

/* 团队介绍 start */
.team-pre-con {
    padding: 0.3rem;
    background: #FFFFFF;
    box-shadow: 2px 6px 8px 2px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    margin: 0 0.25rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-img {
    width: 2.0rem;
    height: 2.0rem;
}

.team-img-spec {
    width: 2.07rem;
    height: 2.51rem;
}

.team-desc-con {
    padding: 0;
    align-self: flex-start;
    flex: 1;
}

/*各行 flex 反转*/
.team-pre-con:nth-of-type(odd) {
    flex-direction: row;
}

.team-pre-con:nth-of-type(odd) .team-desc-con {
    padding-left: 0.3rem;
    padding-right: 0;
}

.team-pre-con:nth-of-type(even) {
    flex-direction: row-reverse;
}

.team-pre-con:nth-of-type(even) .team-desc-con{
    padding-left: 0;
    padding-right: 0.3rem;
}

.team-name {
    height: 0.3rem;
    line-height: .30rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    margin: 0.15rem 0;
    display: inline-block;
}

.team-title {
    display: inline-block;
    height: .2rem;
    font-size: .2rem;
    font-weight: 400;
    color: #1D8EFE;
    margin-left: 0.10rem;
}

.team-name-spe {
    display: block;
}

.team-title-spe {
    display: block;
    width: 60%;
    min-width: 1.50rem;
    padding: 0 0 0 .10rem;
    height: .36rem;
    font-size: .20rem;
    line-height: .36rem;
    color: #1D8EFE;
    background: rgba(29, 142, 254, 0.1);
    border-left: 6px solid #1D8EFE;
    margin: .20rem 0;
}

.team-text {
    font-size: .22rem;
    line-height: .44rem;
    color: #666666;
}
/* 团队介绍 ends */

/* 新闻动态 start */
.na-pre-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0.3rem 0.2rem .30rem;
    margin: 0 0.2rem .60rem;
    box-shadow: 2px 6px 8px 2px rgba(51, 51, 51, 0.1);
}

.na-time-con {
    width: 1.48rem;
    /*height: .80rem;*/
    text-align: center;
    font-weight: 400;
    background-color: #1D8EFE;
    margin-right: .30rem;
}

.na-time-con:hover .na-time-day,.na-time-con:hover .na-time-year {
    color: #fff;
}

.na-time-day {
    text-align: center;
    height: .85rem;
    line-height: .85rem;
    border-bottom: 1px solid #fff;
    font-size: .50rem;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.na-time-year {
    height: .48rem;
    line-height: .48rem;
    font-size: .28rem;
    font-weight: 400;
    color: #FFFFFF;
}

.na-artical-con {
    flex: 1;
    height: 1.32rem;
    overflow: hidden;
}

.na-title {
    height: .3rem;
    line-height: .30rem;
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.na-text {
    height: .68rem;
    line-height: .46rem;
    font-size: .24rem;
    text-indent: 0.48rem;
    font-weight: 400;
    color: #666666;
    padding: .20rem 0 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
/* 新闻动态 ends */

.mb-block-import {
    display: block!important;
}
.mb-about-list a{
    color:#fff !important;
}
}