.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 .top1 .container h2,
#development .middle h2,
#development .bottom-title h2 {
    height: 120px;
    line-height: 120px;
    margin-top: 82px;
    font-size: 44px;
    font-weight: normal;
}

#development .bottom-title h2 {
    margin-top: 50px;
}

#development .top1 .container span,
#development .middle span,
#development .bottom-title span {
    display: block;
    width: 26px;
    border-bottom: 2px solid #5d9a1b;
    position: relative;
    z-index: 1;
}
#development .bottom-title span {
    margin:0 auto;
}

#development .top1 .container>p,
#development .middle>p,
#development .bottom-title p {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    color: #666;
}

#development {
    background-size: 100% auto;
    background-color: #eeeeee;
    padding-bottom: 150px;
}

#development .top1 .container {
    overflow: hidden;
}

#development .top1 .container h2 {
    text-align: center;
}

#development .top1 .container span {
    margin: 0 auto;
}

#development .top1 .container>p {
    text-align: center;
}

#development .top1 .container .development-list {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 140px;
}

#development .top1 .container .development-list .development-list-item {
    width: 720px;
}

#development .top1 .container .development-list .development-list-item:nth-child(1) {
    border-right: 1px dashed #5d9a1b;
}

#development .top1 .container .development-list .development-list-item ul {
    padding-left: 90px;
}

#development .top1 .container .development-list .development-list-item ul:nth-child(1) {
    margin-bottom: 28px;
}

#development .top1 .container .development-list .development-list-item ul li {
    height: 28px;
    line-height: 28px;
	font-size:18px;
    color: #00562d;
}

#development .top1 .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: #00562d;
    position: relative;
    z-index: 1;
}
#development .middle .middle-box{width: 20rem;}
#development .middle p{font-size: 18px;color: #666;margin-top: 40px;}
#development .middle .mid-img{max-width: calc(100% - 20rem);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: center;
    color: #00562d;
}

#development .bottom-title>p {
    line-height: 28px;
    text-align: center;
    font-size: 18px;
	padding-top:40px;
	padding-bottom:20px;
	margin:0 auto;
}

#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;
}


.join-job {
    padding: 24px 50px 48px;
}

.join-job .index-title h1 {
    display: inline-block;
}

.join-job .index-title a {
    float: right;
    margin-top: 1%;
}

.join-job-box {
    overflow: hidden;
}

.join-job .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d6d6d6;
    font-size: 14px;
    color: #333;
}

.join-job .title p {
    width: 21%;
    float: left;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Montserrat-Bold';
}

.join-job .title p.one {
    width: 24%;
}

.join-job .title p:last-of-type {
    text-align: center;
}

.join-job .join-list-ul {
    width: 100%;
    text-align: left;
}

.join-job .join-list-ul a {
    display: block;
}

.join-job .tit1 {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 20px 2px;
    line-height: 2;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
}

.join-job .tit1 p {
    display: block;
    float: left;
    width: 21%;
    text-align: center;
    text-transform: capitalize;
}

.join-job .tit1 p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.join-job li.hot .tit1 p span {
    float: right;
    text-align: left;
    width: calc(100% - 32px);
}

.join-job .tit1 p.one {
    width: 24%;
    text-align: center;
}

.join-job .tit1 p:last-of-type {
    text-align: center;
    width: 13%;
    font-size: 14px;
}

.join-job .tit1 p img {
    width: 24px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.join-job .tit1 p:last-of-type {
    /* text-align: right; */
    color: #5d9a1b;
    text-transform: capitalize;
}

.join-job .join-list-ul li:hover .tit1 p {
    color: #5d9a1b;
}


@media (max-width:768px){
#development{background: none!important;padding-bottom: 30px}
#development .top1 .container h2{font-size: 23px;margin-top: 30px;line-break: 1.5;}
#development .top1 .container>p{font-size: 16px;margin-top: 20px;}
#development .top1 .container .development-list{margin-top: 30px;display: block;margin-bottom: 30px;}
#development .top1 .container .development-list .development-list-item{ width:100%; margin-bottom:28px;}
#development .top1 .container .development-list .development-list-item ul li{width: 100%; font-size:16px; height:auto;}
#development .top1 .container .development-list .development-list-item ul{padding-left: 0;}
#development .middle .middle-box{width: 100%;}
#development .middle h2{font-size: 23px;margin-top: 0;line-height: 1.5;height: 40px;}
#development .middle>p{font-size: 14px;}
#development .middle{padding: 15px;}
#development .middle .mid-img{max-width: 100%}
#development .middle p{font-size: 16px;margin: 20px auto}
#development .top1 .container h2, #development .middle h2, #development .bottom-title h2{line-height: 1.5;height: 40px;margin-top: 30px;font-size: 23px;text-align: center;}
#development .bottom-title>p{text-align: center;font-size: 16px;}
#development .top1 .container span, #development .middle span, #development .bottom-title span{margin: 0 auto;}
#development .bottom-title .r{float: none;}
#development .swiper-container{padding-top: 30px;}
#development .swiper-container .swiper-button-next{left: auto;right: 0;}
#development .swiper-container .swiper-button-prev, #development .swiper-container .swiper-button-next{top: 55%;left: auto;}
#c-join2{padding: 30px 15px;}
#c-join2 .c-title-box .c-title{font-size: 23px;}
#c-join2  .c-banner9 .c-title {font-size: 20px;line-height: 20px;}
.c-banner9 .c-text {padding: 20px 0;}
.c-banner9{padding-bottom: 70px;margin-bottom: 10px;}
#humanResources .container{display: block;padding-top: 30px;}
#humanResources .container .left{width: 100%;height: auto;border: none;border-bottom: 1px solid #e6e6e6;display: none;}
#humanResources .container .right{width: 100%;}
#humanResources .container .left ul li{display: initial;width: inherit;font-size: 14px;margin-right: 25px;font-weight: bold;}
#humanResources .container .right .right-item{margin-left: 0;padding-bottom: 30px;border: none;}
#humanResources .container .right .right-item h3{margin-bottom: 20px;margin-top: 20px;font-size: 18px;color: #333;font-weight: bold;}
#humanResources .container .right .right-item .right-item-content{display: block;}
#humanResources .container .right .right-item .right-item-content div{width: 100%;padding-bottom: 20px;margin-top: 20px;border-bottom: 1px dashed #d8d8d8;}
#humanResources .container .right .right-item .right-item-content div h4{font-size: 14px;margin-bottom: 0;}
#humanResources .container .left ul li a{font-size: 14px;}
#humanResources .container .right .right-item .right-item-content div p{font-weight: bold;}
#humanResources .container .right .right-item .right-item-content div h5{font-weight: bold;}
#recruit{width: 92%;margin: 0 auto;}
#recruit .searchNav{width: 100%;}
#recruit .recruit-button{width: 100%;display: block;text-align: center;}
#recruit .recruit-footer{width: 92%;top: inherit;left:4%;bottom: 0; transform: translateX(0%);display: none;}
#recruit .recruit-button a i{font-size: 24px;}
#recruit .recruit-button a{width: 90px;height: 90px;display: inline-block;}
.searchBar select{height: 52px;}
.searchBarInput{width: 52%;}
#recruit .searchNav{display: none;}
#recruit .recruit-button a p{font-size: 14px;}
.join-job{padding: 0;}
.inner{width: 92%;}
.jobsearch b{width: 40px;}
.jobsearch form input{width: 51%;height: 36px; line-height: 36px;}
.jobsearch form input[type="submit"]{width: 50px;padding: 0 6px;}
.jobsearch span {line-height: 1.2;margin-right: 12px;margin-bottom: 15px;}
.jobsearch span a{font-size: 14px;}
.join-job .title p:nth-child(3){display: none;}
.join-job .title p:last-of-type {width: 21%;}
.join-job .tit1 p:nth-child(3){display: none;}
.join-job .tit1 p{font-size: 14px;}
.join-job .tit1 p:last-of-type{width: 25%;}
.join-job .tit1{padding: 15px 0;}
.join-job .title p{font-size: 16px;}
.jobsearch p{width: calc(100% - 60px);}
.searchBarBtn{width: 62px;}
.carDet.pad{padding-bottom: 30px;}
.carDet_top h4{font-size: 23px;}
.carDet_dl{width: 100%;}
.carDet_dl dd{width: 50%;font-size: 14px;}
}

/* ===========
    careersDet
===================================================== */

.carDet.pad {
    padding-bottom: 108px;
	padding-top:40px;
}

.carDet_box {
    margin: 0 auto;
}

.carDet_dl {
    padding: 10px 0 36px;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
}

.carDet_dl dd {
    /* display: inline-block;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    margin-right: 40px;
    font-size: 15px; */
    float: left;
    width: 33.33%;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 15px;
}

.carDet_top {
    /* padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb; */
}

.carDet_top h4 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.carDet_top p {
    color: #004098;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.carDet_top p img {
    width: 18px;
    vertical-align: middle;
}

.carDet_body {
    line-height: 2;
    color: #666;
    /* margin: 35px 0 20px; */
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 15px;
}

.carDet_body b {
    color: #333;
    display: block;
    line-height: 2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.carDet_body li {
    margin-left: 25px;
    list-style-type: disc;
    color: #004098;
}

.carDet_body li p {
    color: #666;
    font-size: 15px;
}

.carDet_btm {
    padding-top: 24px;
}

.carDet_job {
    display: inline-block;
    position: relative;
}

.carDet_job img {
    width: 100%;
}

.carDet_job a {
    position: relative;
    display: inline-block;
    padding: 21px 36px;
    background: #f8f8f8;
    width: 108px;
    margin-right: 10px;
    box-sizing: content-box;
    text-align: center;
}

.carDet_job a::before {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 2px solid #004098;
    border-bottom: 2px solid #004098;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a::after {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid #004098;
    border-right: 2px solid #004098;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a:hover:after,
.carDet_job a:hover:before {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

