.container {
}
#humanResources .container {
    padding-top: 100px;
    display: flex;
}

#humanResources .container .left {
    width: 270px;
    height: 500px;
    border-right: 1px solid #ccc;
}

#humanResources .container .left ul li {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
}

#humanResources .container .left ul li .active {
    color: #004098;
}

#humanResources .container .right {
    /*height: 500px;*/
    flex-grow: 1;
    overflow-y: auto;
}

#humanResources .container .right .right-item {
    margin-left: 110px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

#humanResources .container .right .right-item h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 30px;
}

#humanResources .container .right .right-item .right-item-content {
    display: flex;
    justify-content: space-between;
}

#humanResources .container .right .right-item .right-item-content div {
    width: 480px;
}

#humanResources .container .right .right-item .right-item-content div h4 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

#humanResources .container .right .right-item .right-item-content div p {
    font-size: 18px;
}

#humanResources .container .right .right-item .right-item-content div h5 {
    font-size: 18px;
    font-weight: normal;
}
#development .top .container h2,
#development .middle h2,
#development .bottom-title h2 {
    height: 120px;
    line-height: 120px;
    margin-top: 82px;
    font-size: 44px;
    font-weight: normal;
}

#development .top .container span,
#development .middle span,
#development .bottom-title span {
    display: block;
    width: 26px;
    border-bottom: 2px solid #004098;
    position: relative;
    z-index: 1;
}

#development .top .container>p,
#development .middle>p,
#development .bottom-title p {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    color: #666;
}

#development {
    background: url(../images/development.jpg) no-repeat top center;
    background-size: 100% auto;
    background-color: #f5f5f5;
    padding-bottom: 150px;
}

#development .top .container {
    overflow: hidden;
}

#development .top .container h2 {
    text-align: center;
}

#development .top .container span {
    margin: 0 auto;
}

#development .top .container>p {
    text-align: center;
}

#development .top .container .development-list {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 140px;
}

#development .top .container .development-list .development-list-item {
    width: 720px;
}

#development .top .container .development-list .development-list-item:nth-child(1) {
    border-right: 1px dashed #004098;
}

#development .top .container .development-list .development-list-item ul {
    padding-left: 90px;
}

#development .top .container .development-list .development-list-item ul:nth-child(1) {
    margin-bottom: 28px;
}

#development .top .container .development-list .development-list-item ul li {
    height: 28px;
    line-height: 28px;
    color: #004098;
}

#development .top .container .development-list .development-list-item ul li:nth-child(1) {
    list-style: inside;
}

#development .middle {
	position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding-left:80px;
    box-sizing: border-box;
    background-image: linear-gradient(#fff, #f5f5f5);
}

#development .middle h2 {
    text-align: left;
    color: #004098;
    position: relative;
    z-index: 1;
}
#development .middle .middle-box{width: 10rem;}
#development .middle p{font-size: 18px;color: #666;margin-top: 40px;}
#development .middle .mid-img{max-width: calc(100% - 10rem);float: right;}
#development .middle .mid-img img{max-width: 100%;}
#development .middle>p {
    width: 310px;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;}

#development .bottom-title {
    overflow: hidden;
    box-sizing: border-box;
}

#development .bottom-title h2 {
    text-align: right;
    color: #004098;
}

#development .bottom-title>p {
    width: 310px;
    line-height: 28px;
    text-align: right;
    font-size: 18px;
}

#development .swiper-container .swiper-button-prev,
#development .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 80px;
    top: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px #ddd;
    color: #999;
    background-color: #fff;
}

#development .swiper-container .swiper-button-prev::before,
#development .swiper-container .swiper-button-next::before {
    content: '';
}

#development .swiper-container .swiper-button-prev::after,
#development .swiper-container .swiper-button-next::after {
    content: '';
}

#development .swiper-container {
    position: relative;
    padding-top: 120px;
}

#development .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#development .swiper-container .swiper-slide img{max-width: 100%;}
#development .swiper-container .swiper-button-next {
    left: 200px;
}

#recruit .searchNav {
    /*width: 480px;*/
    padding: 10px 0;
    display: flex;
    position: absolute;
    left: 50%;
    top: 440px;
    transform: translateX(-50%);
}

#recruit .searchNav li {
    color: #fff;padding-right: 20px;
}

#recruit .searchNav li a {
    color: #fff;
    font-size: 16px;
}

#recruit .recruit-button {
    display: flex;
    justify-content: space-between;
    width: 352px;
    position: absolute;
    left: 50%;
    top: 530px;
    transform: translateX(-50%);
}

#recruit .recruit-button a {
    display: block;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1.5
}

#recruit .recruit-button a i {
    color: #fff;
    display: block;
    font-size: 54px;
    text-align: center;
    margin-top: 10px;
}

#recruit .recruit-button a p {
    color: #fff;
    text-align: center;
}

#recruit .recruit-footer {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 862px;
    transform: translateX(-50%);
}

#recruit .recruit-footer h3 {
    display: flex;
    height: 86px;
    justify-content: space-between;
}
#recruit .recruit-footer h3 a {
    color: #fff;font-size: 18px;line-height: 86px;
}

#recruit .recruit-footer .recruit-footer-list {
    display: flex;
    padding-bottom: 38px;
}

#recruit .recruit-footer .recruit-footer-list ul {
    flex-grow: 1;
    width: 50;
}
#recruit .recruit-footer .recruit-footer-list ul li {
    height: 30px;
    line-height: 30px;
}
#recruit .recruit-footer .recruit-footer-list ul li a {
    color: #fff;font-size: 14px;
}
