/* PC */
@media screen and (min-width: 961px) {
.aboutus-main {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.about-main-nav {
    width: 100%;
    height: 357px;
    background: url("../image/aboutus-bg.png") 0 0 no-repeat;
    background-size: cover;
}

.about-main{
    width: 60%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    overflow: hidden;
}

/* nav */
.about-nav-con {
    width: 188px;
    height: 422px;
    border: 1px solid #F1F4F8;
    background-color: #F1F4F8;
    margin-right: 70px;
}

.about-nav-con > ul > li {
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 5px 0;
    cursor: pointer;
}

.abs-nav-title {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

/* details */
/* 企业简介 */
.about-details-con {
    flex: 1;
    /*overflow: hidden;*/
}

.ads-con {
    /*flex: 1;*/
    height: 100%;
    padding: 0 15px 0 0;
}

.introduce {
    display: none;
}

.introduce > p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    /*text-align: center;*/
}

.intro-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro-con > .intro-pre-con {
    width: 31%;
    margin: 0 0 30px;
    /*width: 250px;*/
    /*height: auto;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0 7px 32px 3px rgba(130, 135, 158, 0.09);*/
    /*padding: 15px 0 25px;*/
    /*margin: 30px 10px 0 0;*/
    /*flex-shrink: 1;*/
}
.intro-con > .intro-pre-con> .intro-pre-img {
    width: 100%;
}

.intro-title {
    text-align: center;
}

.intro-title-num {
    height: 36px;
    font-size: 40px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-style: italic;
    color: #2C74FB;
}

.intro-title-unit {
    color: #2C74FB;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
}

.intro-desc {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.intro-text {
    width: calc(100% - 40px);
    height: 40px;
    margin: 20px auto;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    padding: 0 20px;
}

/* 发展历程 */
.dev-history {
    display: none;
}

.dev-pre-con {
    padding: 0 0 0 30px;
    border-left: 1px solid #1887E0;
    margin: 0 0 0 0;
}

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

.first-spot {
    width: 25px;
    height: 34px;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: -43px;
    background-color: #fff;
}

.dev-y {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding: 0 10px 30px;
}

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

.dev-li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding: 15px 0 30px;
}

.dev-li-month {
    background: url("../image/li-spot.png") 0 center no-repeat;
    width: 40px;
    padding: 0 0 0 12px;
}

.dev-desc-text {
    flex: 1;
}

/* 荣誉资质 */
.honor-img {
    display: none;
}
.honor-img-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hi-pre{
    height: 310px;
    overflow: hidden;
    /*padding: 15px;*/
    text-align: center;
    margin: 0 30px 30px 0;
}
.h-img {
    width: 166px;
    height: 220px;
    padding: 15px;
    background-color: #f5f6f7;
}

.h-title {
    width: 196px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    height: 60px;
    line-height: 58px;
    background: #f0f0f0;
    box-shadow: 0 7px 32px 3px rgba(0 0 158, 0.09);
}

/*团队介绍*/
.team-introduction {
    display: none;
}

.team-intro-main {

}

.team-pre-con {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 6px 8px 1px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.team-img {
    width: 164px;
    height: 164px;
}

.team-img-spec {
    width: 207px;
    height: 251px;
}

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

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

.team-pre-con:nth-of-type(odd) .team-desc-con {
    padding-left: 30px;
    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: 30px;
}

.team-name {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    margin: 15px 0;
    display: inline-block;
}

.team-title {
    display: inline-block;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #5F5F5F;
    margin-left: 10px;
}

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

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

.team-text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

/*新闻动态*/

.news-artical {
    display: none;
}

.na-main {

}

.na-pre-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /*max-height: 400px;*/
    padding: 0 0 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
}

.na-time-con {
    width: 90px;
    height: 80px;
    text-align: center;
    font-weight: 400;
    background-color: #f0f1f5;
    margin-right: 30px;
}

.na-time-con:hover {
    background-color: #1D8EFE;
}

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

.na-time-day {
    text-align: center;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    color: #333;
}

.na-time-year {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding: 7px 0;
    color: #333;
}

.na-artical-con {
    flex: 1;
    height: 80px;
    overflow: hidden;
}

.na-title {
    height: 16px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.na-text {
    height: 34px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding: 20px 0 0;
}


/* 交互 */
/*.scroll-active {*/
/*    background-color: #353535;*/
/*}*/

.ads-nav-title-active {
    background-color: #1D8EFE;
    color: #fff;
}

.block-import {
    display: block;
}
}