/**
  * Date:2022-03-21
  * Auther:DXS
*/

.flexBlock {
    display: flex;
    flex-direction: row;
}

/******************************** 加入我们 ********************************/
.joinTopBg {
    width: 100%;
    position: relative;
}

.joinTopBg img {
    width: 100%;
}

.titleTop {
    padding: 120px 0px 75px 0px;
    text-align: center;
    color:rgba(11, 8, 27, 0.62);
    font-weight: 400;
    font-size: 16px;
}

.titleTop h3 {
    font-size: 36px;
    color: #0D0B0D;
    padding-bottom: 18px;
}

.recruit a{
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 23px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}

.recruitName {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;
}

.recruit a .recruiSonTit {
    align-items: center;
    justify-content: space-between;
}

.recruiSonTit div {
    align-items: center;
}

.recruiSonTit img {
    width: 16px;
    height: 12px;
    display: block;
    margin-left: 7px;
    transition: all 300ms ease-out;
}

.recruitBody {
    padding: 25px 0px;
}

#accordion {
    padding-bottom: 192px;
}

.recruitNameActive {
    color: #d09c4f!important;
}

.rotate {
    transform: rotate(180deg);
    transition: all 300ms ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/******************************** 加入我们 ********************************/
/******************************** 关于我们 ********************************/
.headAboutUs {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(51, 51, 51, 0.4);
}
.aboutTitleTab {
    color: rgba(223, 223, 223, 0.74);
    font-size: 24px;
    font-weight: 400;
}

.aboutTitleTab ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0!important;
}

.aboutTitleTab ul li {
    list-style: none;
    width: 33.3%;
    line-height: 80px;
    cursor:pointer;
}

.abtActive {
    background: rgba(122, 114, 103, 0.27);
}

.aboutUsTitle {
    font-size: 16px;
    font-weight: 400;
    color:rgba(11, 8, 27, 0.62);
    text-align: center;
    padding-top: 70px;
}

.aboutUsTitle h4 {
    font-size: 35px;
    color: #0D0B0D;
    padding-bottom: 15px;
    margin: 0px;
}

.companyIntro {
    padding: 50px 0px 70px 0px;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
}

.companyBg {
    background: url("../images/background/ciBg.png") no-repeat #FFFFFF;
    background-position: top;
}

.honorList {
    padding-bottom: 70px;
}

.honorList li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #333333;
    padding-bottom: 25px;
}

.honorList li div:first-child {
    width: 10%;
    font-size: 20px;
    font-weight: 400;
}

.honorList li div:last-child {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
}

.honorList li div:last-child p {
    display: block;
    width: 33.3%;
    line-height: 26px;
}

.honerTxtList {
    padding-bottom: 30px;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
}

.honerTxtList h4 {
    color:#F4D889;
    padding-bottom: 15px;
}

.honorTop {
    padding: 50px 0px 20px 0px;
    justify-content: space-between;
}

.indexTwo {
    text-indent: 2em;
}

.comDistribution {
    justify-content: space-between;
    align-items: center;
    color: rgba(122, 117, 109, 0.93);
    font-size: 20px;
    padding: 50px 0px 90px 0px;
}

.comDistribution div {
    width: 25%;
    height: 450px;
    padding: 35px 20px;
    line-height: 48px;
    border: 1px dashed rgba(122, 114, 103, 0.2);
}

.comDistribution div img {
    width: 91px;
    height: 24px;
    display: block;
}

.comDistribution div span {
    width: 52px;
    height: 5px;
    background: #E6BF7D;
    display: block;
    margin: 20px 0px 10px 0px;
}

.honerList {
    justify-content: space-between;
    align-items: flex-start;
}

.honerList div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honerList div img {
    display: block;
    width: 186px;
    height: 250px;
    margin-bottom: 15px;
}

.honerList div:first-child {
    width: 40%;
    padding-right: 2%;
}

.honerList div:nth-child(2) {
    width: 44%;
    padding-right: 2%;
}

.honerList div:last-child {
    width: 16%;
}

.honerList div:nth-child(2) img {
    width: 216px;
    height: 162px;
}
.newln {
    padding: 0px 10px;
}
/******************************** 关于我们 ********************************/
/******************************** 产学研 ********************************/
.iurTab li {
    width: 50%!important;
}

.iurCooperation {
    padding: 60px;
}

.iurCooperationList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    line-height: 25px;
}

.iurCooperationList li:last-child{
    margin-right: 0px;
}

.iurCooperationList li {
    width: 19%;
    height: 380px;
    padding:0px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #C2C2CE;
    text-align: center;
    overflow-y:hidden;
    margin-right: 3%;
}

.iurCooperationList li:nth-child(2n){
    background: rgba(54, 77, 109, 0.32);
}

.iurCooperationList li img {
    display: block;
    border-radius: 50px;
    width: 101px;
    height: 101px;
    margin-top: 19px;
}

.iurCooperationList li>p:first-of-type {
    padding: 15px 0px;
    margin-bottom: 0px !important;
    font-size: 16px;
}

.iurCooperationList li div p{
    text-align: center;
    margin-bottom: 5px!important;
}

.cooperativeUniversities {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 38px 0px 150px 0px;
}

.cooperativeUniversities img{
    display: block;
    width: 12%;
    height: 145px;
    margin-right: 5.5%;
    margin-bottom: 3%;
}

.cooperativeUniversities img:nth-child(6n){
    margin-right: 0px;
}
/******************************** 产学研 ********************************/
/******************************** 主营业务 ********************************/
.picList {
    align-items: center;
    flex-wrap: wrap;
    padding: 85px 0px;
}

.picList a:nth-child(4n){
    margin-right: 0px;
}

.picList a {
    display: block;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3%;
    height: 282px;
    position: relative;
}

.picList a img {
    width: 100%;
    height: 282px;
}

.picList a p {
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    position: absolute;
    bottom: -16px;
    width: 100%;
    text-align: center;
}

.goveList {
    /*align-items: center;*/
    flex-wrap: wrap;
    padding: 50px 0px 50px 0px;
}

.goveList div {
    padding-bottom: 50px;
}

.goveList div h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.goveList div a {
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #333333;
}


/******************************** 主营业务 ********************************/
.articleBody {
    padding: 50px 0px 90px 0px;
}

.articleBodyAllStyle img,
#show.iurCooperationList liContent img{
    max-width: 100%;
}

.articleBodyAllStyle p,
#showContent p{
    margin: 0!important;
    padding: 0!important;
}

/*************************** 屏幕宽度在768 手机pluse ***************************/
@media screen and (max-width: 768px){
    .picList a {
        width: 100%;
        margin-right: 0px;
    }
    .aboutUsTitle {
        padding-top: 30px;
    }
    .honorTop {
        display: block;
    }
    .image-nav,.navigation-item {
        line-height: 40px;
        height: 40px;
    }
    .navigation-item {
        font-size: 14px;
    }
}
/*************************** 屏幕宽度在768 手机pluse ***************************/