
.service-supportImg {
    height: 500px;
    background: url("../img/1920x1080/top-bg-joinus.jpg") no-repeat center center;
    /* background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%) no-repeat center center; */
}

.carousel-centered {
    left: 49%;
    transform: translate3d(-50%, -50%, 0);
}

.carousel-inner-p {
    text-align: center;
}

.content-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-title-line {
    width: 74px;
    margin: 20px auto 0 auto;
    border-bottom: 4px solid #259ce1;
}

.welfare {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.welfare li {
    list-style: none;
}

.welfare li img{
    margin: -2px 5px 0 0;
}

.welfare li span {
    color: #4f4f4f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.imgs-list {
<!--margin-top: 60px;-->
    padding: 0 20px;
    height: 590px;
    display: flex;
    justify-content: center;
}
.imgs-list-left {
    width: 640px;
    padding: 55px 0;
    height: 100%;
    margin-right: 10px;
}

.list-left-1 {
    margin-left: 110px;
    width: 528px;
    height: 240px;
}

.list-left-2 {
    width: 218px;
    margin-top: 10px;
    margin-right: 10px;
    height: 135px;
    vertical-align: top;
}

.list-left-3 {
    margin-top: 10px;
    width: 408px;
    height: 232px;
}

.imgs-list-center {
    width: 475px;
    height: 100%;
    margin-right: 10px;
}

.list-center-top {
    height: 320px;
}

.list-center-top-img {
    width: 234px;
    height: 153px;
}

.list-center-top-img:nth-child(odd) {
    margin-right: 3px;
}

.list-center-top-img:nth-child(1),
.list-center-top-img:nth-child(2) {
    margin-bottom: 3px;
}

.list-center-bottom-img {
    width: 100%;
    height: 262px;
}

.imgs-list-right {
    width: 670px;
}

.imgs-list-right-top {
    padding-top: 44px;
    padding-right: 48px;
    margin-bottom: 10px;
}

.list-right-top-img {
    width: 100%;
    height: 256px;
}

.list-right-bottom-img1 {
    width: 416px;
    height: 236px;
    margin-right: 10px;
    vertical-align: top;
}

.list-right-bottom-img2 {
    vertical-align: top;
    width: 240px;
    height: 178px;
}
.imgs-list img{
    transition:all 0.3s ease-in-out;
}
.imgs-list img:hover{
    cursor: pointer;
    transform:scale(1.1);
    border-radius: 10px;
    outline: 4px solid #259ce1;
    outline-offset: 2px;
    box-shadow: inset 6px 6px 8px 0px rgba(255, 255, 255, 0.2), 7px 7px 20px 0px rgba(0, 0, 0, 0.2),
    6px 6px 8px 0px rgba(0, 0, 0, 0.2);
}
.position {
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    line-height:30px;
}
.positionTel{
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.positionTel h3{
    margin-right: 25px;
}
.morePosition{
    color:#515769;
    font-weight:bold;
    font-size:16px;
}
.morePosition:hover{
    color:#259ce1;
    cursor: pointer;
}
.position-item {
    padding: 10px 30px;
    width: 50%;
    border-right: 1px solid #cccccc;
    margin-bottom: 60px;
}

.position-item-title {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bolder;
}

.position-item-responsibility {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 5px;
}
.responsibility{
    line-height: 30px;
    font-size: 16px;
    color: #4f4f4f;
}
.position-item:nth-child(2n) {
    border-right: none;
}
@media screen and (max-width: 768px){
    .service-supportImg{
        height:300px !important;
        background-size:100% 100%;
    }
    .carousel-centered{
        top:60%
    }
    .carousel-title{
        text-align:center;
    }
    .color-white{
        margin-top:0px;
    }
    .welfare {
        flex-direction:column;
        align-items:center;
    }
    .welfare li{
        line-height:36px;
    }
    .position {
        flex-direction: column;
    }
    .position-item {
        padding: 0 6%;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        border-right:none;
    }
    .positionTel{
        position:static;
        flex-direction:column;
        padding:4% 6%;
    }
}





