/******************** 内页部分 ********************/
.nybanner h2{
    margin-top: 108px;
}
/* 公司介绍 */
.abouts {
    /*padding: 80px 0;*/
    /*margin: 0 auto;*/
    background: #F5F9FE;
}
.abouts .wrap{
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.abouts dl {
    margin-top: 40px;
    width: 1200px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
}

.abouts dl dd {
    width: 592px;
    line-height: 28px;
    font-size: 16px;
    color: #14212F;
    float: right;
}

.abouts dl dd p {
    line-height: 28px;
    font-size: 16px;
    color: #2A2D2F;
}

.abouts dl dt {
    width: 458px;
    height: 336px;
    margin-right: 50px;
    float: left;
}

.abouts dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
}

/* 我们的服务理念 */
.serln {
    background: #FFFFFF;
}

.serln .cons {
    margin-top: 50px;
    padding: 0 40px;
    box-sizing: border-box;
}

.serln .cons dl {
    width: 380px;
    margin: 0 30px 0 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    float: left;
    background: #F5F9FE;
    transition: all .5s;
}
.serln .cons dl:hover{
    transform: translateY(-10px);
    box-shadow: 0px 4px 18px rgba(114, 145, 220, 0.1);
    background: #FFFFFF;
}

.serln .cons dl.lr {
    margin: 0 0 0 0;
}

.serln .cons dl dt {
    width: 380px;
    height: 180px;
    overflow: hidden;
}

.serln .cons dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serln .cons dl:hover dt img {
    /*transform: scale(1.1, 1.1);*/
    /*-moz-transform: scale(1.1, 1.1);*/
    /*-ms-transform: scale(1.1, 1.1);*/
    /*-o-transform: scale(1.1, 1.1);*/
    /*-webkit-transform: scale(1.1, 1.1);*/
}

.serln .cons dl dd {
    padding: 0 30px 30px 30px;
    /*background: #FFF;*/
    position: relative;
}

.serln .cons dl dd img {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 10px;
    top: -54px;
    display: block;
}

.serln .cons dl dd h2 {
    line-height: 31px;
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #14212F;
}

.serln .cons dl dd p {
    line-height: 28px;
    font-size: 16px;
    color: #566473;
}

/* 荣誉资质 */
.honer {
    /*padding: 80px 0;*/
    background: url("/static/images/aboutUs/honner-bg.png") no-repeat;
    background-size: cover;
}
.honer .img{
    margin: auto;
    margin-top: 40px;
    width: 1080px;
    height: 442px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.honer img {
    max-width: 100%;
    display: block;
}
/*办公环境*/
.work{
    padding: 70px 0;
}
.work .title{
    font-size: 36px;
    color: #14212F;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
.work .con{
    margin-top: 40px;
    width: 100%;
}
.work .con .one{
    width: 1100px;
    /*margin-bottom: 10px;*/
    margin:0 auto 10px;
}
/*.work .con .one div{*/
/*    display: inline-block;*/
/*    width: 260px;*/
/*    height: 176px;*/
/*    padding: 5px 10px;*/
/*    !*margin: 0 10px;*!*/
/*}*/
.work .con .one img{
    display: inline-block;
    width: 260px;
    height: 176px;
    margin: 5px;
    border-radius: 20px;
}

/*加入我们*/
.join{
    background: #F5F9FE;
}
.join .con{
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}
.join .con .item{
    width: 380px;
    height: 315px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.join .con .item.active{
    height: auto;
}
.join .con .item .til{
    color: #14212F;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
}
.join .con .item .til span{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 10px;
}
.join .con .item .next{
    height: 150px;
    margin-top: 20px;
    color: #566473;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}
.join .con .item .next.active{
    height: auto;
}
.join .con .item .next div{
    margin-bottom: 10px;
}
.join .con .item .next .lr{
    margin-top: 26px;
}
/*.join .con .item .next p{*/
/*    margin-bottom: 26px;*/
/*}*/
.join .con .item .show{
    margin-top: 26px;
    color: #566473;
    cursor: pointer;
}
.join .con .item .show:hover{
    color: #3185FE;
}

    /* 联系我们 */
.contacts {
}

.contacts dl {
    /*margin-top: 40px;*/
    border-radius: 20px;
    overflow: hidden;
    width: 1200px;
    margin: 40px auto 0;
}

.contacts dl dd {
    width: 408px;
    height: 340px;
    padding: 47px 45px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #7E8491;
    background: #F5F9FE;
    float: right;
}
.contacts dl dd img{
    width: 110px;
    height: 26px;
}
.contacts dl dd h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #939799;
}
.contacts dl dd p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #14212F;
    margin-top: 4px;
}
.contacts dl dd .com{
    margin-bottom: 40px;
}
.contacts dl dd .adr{
    margin-bottom: 18px;
}
.contacts dl dd .pho{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #14212F;

}

.contacts dl dt {
    width: 792px;
    height: 340px;
    float: left;
}

.contacts dl dt img {
    width: 100%;
    height: 100%;
    display: block;
}