.sq_bg {
    background: url('../images/sq/sq_bg.png') no-repeat left bottom;
}

.sq_one {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sq_one img {
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid black;
}

.sq_two {
    padding: 20px 0 48px;
    text-align: center;
}

.sq_two .t_title {
    /* border-top: 1px solid #999999; */
    padding: 30px 0;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}
.sq_bg .video {
    width: 100%;
    height: auto;
    margin: .6rem auto .8rem;
    background: #000;
}
.sq_bg .video video {
    width: 100%;
    height: 100%;
}
.sq_two .t_bod {
    /* border-bottom: 1px solid #999999; */
    padding-bottom: 30px;
}

.sq_two .t_bod p {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}
.sq_two .t_bod p a{
    font-size: 24px;
}
.sq_two .t_bod .pt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.sq_two .t_bod p span {
    font-size: 30px;
    color: #562fb3;
}

.sq_three .e_title {
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.sq_three .e_bod {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.sq_three .e_bod .item {
    width: calc(100%/5 - 10px);
    margin-bottom: 10px;
    border: 1px #f4f4f4 solid;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
}

.sq_three .e_bod .item a {
    width: 100%;
    height: 100%;
    display: block;
}

.sq_three .e_bod .item img {
    width: 100%;
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.sq_three .e_bod .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media only screen and (min-width:950px) and (max-width:1920px) {
    .sq_one {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .sq_one img {
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: 0.052vw solid black;
    }
    .sq_two {
        padding: 1.04vw 0 2.5vw;
        text-align: center;
    }
    .sq_two .t_title {
        /* border-top: 0.052vw solid #999999; */
        padding: 1.5625vw 0;
        font-size: 1.5625vw;
        color: #333;
        font-weight: bold;
    }
    .sq_two .t_bod {
        /* border-bottom: 0.052vw solid #999999; */
        padding-bottom: 1.5625vw;
    }
    .sq_two .t_bod p {
        font-size: 1.25vw;
        color: #333;
        line-height: 1.8755vw;
    }
    .sq_two .t_bod p a{
        font-size: 1.25vw;
    }
    .sq_two .t_bod .pt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.5625vw;
    }
    .sq_two .t_bod p span {
        font-size: 1.5625vw;
        color: #562fb3;
    }
    .sq_three .e_title {
        padding-bottom: 1.5625vw;
        text-align: center;
        font-size: 1.5625vw;
        color: #333;
        font-weight: bold;
    }
    .sq_three .e_bod {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sq_three .e_bod .item {
        width: calc(100%/5 - 0.52vw);
        margin-bottom: 0.52vw;
    }
}

@media all and (max-width: 1366px) {
    .sq_bg {
        background: url('../images/sq/sq_bg.png') no-repeat left bottom;
    }
    .sq_one {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .sq_one img {
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: 1px solid black;
    }
    .sq_two {
        padding: 48px 0;
        text-align: center;
    }
    .sq_two .t_title {
        padding: 30px 0;
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
    .sq_two .t_bod {
        padding-bottom: 30px;
    }
    .sq_two .t_bod p {
        font-size: 20px;
        color: #333;
        line-height: 30px;
    }
    .sq_two .t_bod p span {
        font-size: 30px;
        color: #562fb3;
    }
    .sq_three .e_title {
        padding-bottom: 30px;
        text-align: center;
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
    .sq_three .e_bod {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sq_three .e_bod .item {
        width: calc(100%/5 - 10px);
        padding-bottom: 10px;
    }
}

@media all and (max-width: 1080px) {
    .sq_one {
        height: auto;
    }
    .sq_two {
        padding: 48px 0;
        text-align: center;
    }
    .sq_two .t_title {
        padding: 30px 0;
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
    .sq_two .t_bod {
        padding-bottom: 30px;
    }
    .sq_two .t_bod p {
        font-size: 20px;
        color: #333;
        line-height: 30px;
    }
    .sq_two .t_bod .pt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 30px;
    }
    .sq_two .t_bod p span {
        font-size: 30px;
        color: #562fb3;
    }
    .sq_three .e_title {
        padding-bottom: 30px;
        text-align: center;
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
    .sq_three .e_bod {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sq_three .e_bod .item {
        width: calc(100%/5 - 10px);
        padding-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .sq_two {
        padding: 48px 0;
        text-align: center;
    }
    .sq_two .t_title {
        padding: 30px 0;
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }
    .sq_two .t_bod {
        padding-bottom: 30px;
    }
    .sq_two .t_bod p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
    }
    .sq_two .t_bod p span {
        font-size: 24px;
        color: #562fb3;
    }
    .sq_three .e_title {
        padding-bottom: 30px;
        text-align: center;
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }
    .sq_three .e_bod {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sq_three .e_bod .item {
        width: calc(100%/3 - 10px);
        padding-bottom: 10px;
    }
}

@media all and (max-width: 480px) {
    .sq_one {
        height: auto;
    }
    .sq_two {
        padding: 30px 0px;
        text-align: center;
    }
    .sq_two .t_title {
        padding: 20px 0;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }
    .sq_two .t_bod {
        padding-bottom: 20px;
    }
    .sq_two .t_bod p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }
    .sq_two .t_bod p span {
        font-size: 18px;
        color: #562fb3;
    }
    .sq_three .e_title {
        padding-bottom: 20px;
        text-align: center;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }
    .sq_three .e_bod {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sq_three .e_bod .item {
        width: calc(100%/2 - 10px);
        padding-bottom: 10px;
    }
}


/* 短期项目 */

.gj .listUl .listLi a {
    color: #bfbfbf;
}

.gj .listUl .listLi:hover,
.gj .listUl .listLi:hover .active,
.gj .listUl .listLi:hover a {
    color: #333;
}

.dh {
    margin-top: 30px;
    background: url('../images/sq/left01.png')no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 50px 30px;
}

.dh .txt a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.dh .dh_pic {
    transform: translate(0px);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.dh:hover .dh_pic {
    transform: translate(10px);
}

.dq_item {
    padding-top: 26px;
}

.dq_item .st {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
}

.dq_item .st:nth-child(2n),
.dq_item .st:nth-child(2n) .dp_pic {
    order: 2;
}

.dq_item .st .dp_pic {
    width: 573px;
    height: 400px;
    overflow: hidden;
}
.dq_item .st .dp_pic .pic{
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.dq_item .st .dp_pic .pic .img{width: 100%;height: 100%;}
.dq_item .st .dp_pic .videoico{
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.25rem;
    margin-top: -.25rem;
    transition: all .8s;
    -webkit-transition:all .8s;
    z-index: 10;
}
.dq_item .st .dp_pic .videoico:hover{
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}
.dq_item .st .dp_pic .swiper-slide{position: relative;}
.dq_item .st .dp_pic .img{
    width: 100%;
    height: calc(100% - .4rem);
    transition: all .8s;
    -webkit-transition: all .8s;
    margin-bottom: 10px;
}

.dq_item .st .dp_pic p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.dq_item .st .dp_pic p:hover a {
    color: #6e30c6;
}

.dq_item .st:nth-child(2n)::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f3fa;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.dq_item .st::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f3fa;
    width: 60%;
    height: 100%;
    z-index: -1;
}

/* .dq_item .st .dp_pic img {
    width: 573px;
    height: 351px;
} */

.dq_item .st .dp_bod {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    width: calc(100% - 573px);
    padding: 60px 50px;
}
.dq_item .st .dp_bod .p {
    max-height: 2.88rem;
    overflow-y: auto;
}


/*滚动条整体样式*/

.dq_item .st .dp_bod .p::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 5px;
    height: 1px;
}

.dq_item .st .dp_bod .p::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    box-shadow: inset 0 0 5px #bfbfbf;
    background: #bfbfbf;
}

.dq_item .st .dp_bod .p::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
    background: #ededed;
}

.dq_item .st .dqxm {
    position: relative;
}

.dq_item .st .dqxm::after {
    position: absolute;
    content: '';
    left: -35%;
    top: 15%;
    background: url('../images/sq/dq_bg03.png')no-repeat top left;
    width: 294px;
    height: 294px;
    z-index: -1;
}

@media only screen and (min-width:950px) and (max-width:1920px) {
    .dh {
        margin-top: 1.5625vw;
        background: url('../images/sq/left01.png')no-repeat;
        display: flex;
        justify-content: space-between;
        padding: 2.6041vw 1.5625vw;
    }
    .dh .txt a {
        font-size: 1.25vw;
        color: #fff;
        font-weight: bold;
    }
    .dq_item {
        padding-top: 1.3541vw;
    }
    .dq_item .st {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 4.166vw;
        position: relative;
    }
    .dq_item .st:nth-child(2n),
    .dq_item .st:nth-child(2n) .dp_pic {
        order: 2;
    }
    .dq_item .st .dp_pic {
        width: 29.843vw;
        height: 20.82vw;
        overflow: hidden;
    }
      .dq_item .st .dp_pic .pic{
        width: 100%;
        height: 18.75vw;
        overflow: hidden;
    }
    .dq_item .st:nth-child(2n)::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background: #f1f3fa;
        width: 60%;
        height: 100%;
        z-index: -1;
    }
    .dq_item .st::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        background: #f1f3fa;
        width: 60%;
        height: 100%;
        z-index: -1;
    }
    /* .dq_item .st .dp_pic img {
        width: 29.843vw;
        height: 18.28125vw;
    } */
    .dq_item .st .dp_bod {
        font-size: 0.8333vw;
        color: #333;
        line-height: 1.875vw;
        width: calc(100% - 29.843vw);
        padding: 3.125vw 2.6041vw;
    }
    .dq_item .st .dqxm {
        position: relative;
    }
    .dq_item .st .dqxm::after {
        position: absolute;
        content: '';
        left: -35%;
        top: 15%;
        background: url('../images/sq/dq_bg03.png')no-repeat top left;
        width: 294px;
        height: 294px;
        z-index: -1;
    }
}

@media all and (max-width: 1366px) {
    .dq_item {
        padding-top: 26px;
    }
    .dq_item .st {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 80px;
        position: relative;
        align-items: center;
    }
    .dq_item .st:nth-child(2n),
    .dq_item .st:nth-child(2n) .dp_pic {
        order: 2;
    }
    .dq_item .st:nth-child(2n)::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background: #f1f3fa;
        width: 80%;
        height: 100%;
        z-index: -1;
    }
    .dq_item .st::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        background: #f1f3fa;
        width: 80%;
        height: 100%;
        z-index: -1;
    }
    .dq_item .st .dp_pic {
        width: 40%;
        height: auto;
        /* max-height: 5rem; */
        overflow: hidden;
    }
     .dq_item .st .dp_pic .pic{
        height:3rem;
     }
    .dq_item .st .dp_bod {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        width: 60%;
        padding: 30px 30px;
    }
}
@media all and (max-width: 1200px) {
    .dq_item .st .dp_pic{height: 2.5rem;}
    .dq_item .st .dp_pic .pic {
        height: 2.2rem;
    }
}
@media all and (max-width: 1080px) {
    .dh {
        margin-top: 30px;
        background: url('../images/sq/left01.png')no-repeat;
        display: flex;
        justify-content: space-between;
        padding: 50px 30px;
    }
    .dh .txt a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .dq_item {
        padding-top: 26px;
    }
    .dq_item .st {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 80px;
        position: relative;
    }
    .dq_item .st:nth-child(2n),
    .dq_item .st:nth-child(2n) .dp_pic {
        order: 0;
    }
    .dq_item .st .dp_pic {
        width: 100%;
        height:4.4rem;
        overflow: hidden;
    }
    .dq_item .st .dp_pic .pic{height:4rem;}
    .dq_item .st:nth-child(2n)::after {
        display: none;
    }
    .dq_item .st::after {
        display: none;
    }
    .dq_item .st .dp_pic img {
        width: 100%;
    }
    .dq_item .st .dp_bod {
        width: 100%;
        max-height: 328px;
        background: #f1f3fa;
    }
    .dq_item .st .dp_bod .p{height: 2.4rem;}
}


@media all and (max-width: 950px) {
    .dh {
        margin-top: 30px;
        background: url('../images/sq/left01.png')no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px 30px;
    }
    .dh .txt a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
    }
    .dq_item .st .dp_pic{height:5.6rem;}
    .dq_item .st .dp_pic .pic {
        height: 5.3rem;
    }
}

@media all and (max-width: 768px) {
    .dq_item {
        padding-top: 26px;
    }
    .dq_item .st {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 80px;
        position: relative;
    }
    .dq_item .st:nth-child(2n),
    .dq_item .st:nth-child(2n) .dp_pic {
        order: 0;height: auto;
    }
    .dq_item .st .dp_pic {
        width: 100%;
        height: 3.4rem;
        overflow: hidden;
    }
    .dq_item .st .dp_pic .pic{height: 3rem;}
    .dq_item .st:nth-child(2n)::after {
        display: none;
    }
    .dq_item .st::after {
        display: none;
    }
    .dq_item .st .dp_pic img {
        width: 100%;
    }
    .dp_pic .swiper-container .swiper-button-next:after, .dp_pic .swiper-container  .swiper-button-prev:after{font-size: .3rem;}
}
@media all and (max-width: 480px) {
    
    .dq_item .st .dp_pic {
        width: 100%;
        height: 3.3rem;
        overflow: hidden;
    }
    .dq_item .st .dp_pic .pic{height: 3rem;}
}