.head-page .application_item>a span{
    color: #50C4D6;
}
.head-page .application_item>a:after {
    transform: scale(1);
    opacity: 1;
}


/* 行业应用 */
.application_pg01 .list{
    margin-bottom: 55px;
}
.application_pg01 .list:last-child{
    margin-bottom: 0;
}
.application_pg01 .list:nth-child(2n){
    flex-direction: row-reverse;
}
.application_pg01 .list .img{
    border-radius: 20px;
    overflow: hidden;
    width: 49.56%;
}
.application_pg01 .list .texts{
    width: 44.5%;
    margin-right: 2.4%;
}
.application_pg01 .list .page_line{
    margin: 14px 0 20px;
}
.application_pg01 .list .con p{
    margin-bottom: 5px;
}
.application_pg01 .list .con p:last-child{
    margin-bottom: 0;
}
.application_pg02{
    background: url(../img/application_bg02.jpg) no-repeat center/cover;
}
.application_pg02 .texts{
    width: 46.5%;
}
.application_pg02 .texts .tit{
    line-height: 1.3;
}
.application_pg02 .texts .page_line{
    margin: 40px 0 16px;
}
.application_pg02 .imgs{
    width: 49%;
}
.application_pg02 .img{
    width: 48.6%;
    margin-right: 2.8%;
}
.application_pg02 .img:last-child{
   margin-right: 0;
}


/* 客户案例 */
.customer_pg01{
    background: #F5FCFD;
}
.customer_pg01 .list{
    width: 32.36%;
    margin-right: 1.46%;
    margin-top: 25px;
    transition: all .4s;
}
.customer_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.customer_pg01 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.customer_pg01 .list .img img{
    transition: all .4s;
}
.customer_pg01 .texts{
    background: #FFFFFF;
    padding: 35px;
    box-sizing: border-box;
    /* height: 178px; */
}
.customer_pg01 .texts .tit {
    transition: all .4s;
}
.customer_pg01 .texts .con{
    margin-top: 12px;
    height: 60px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}


/* 案例视频 */
.cases_lists .list {
    width: 24.16%;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 1.12%;
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
.cases_lists .list:nth-child(4n) {
    margin-right: 0;
}
.cases_lists .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cases_lists .list .img img {
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.cases_lists .list .advice_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cases_lists .list .video_btn{
    max-width: 45px;
}
.cases_lists .list .texts {
    padding: 25px 25px;
    box-sizing: border-box;
}
.cases_lists .list .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}
.cases_lists .list .detail {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all .4s;
    position: relative;
}
.cases_lists .list .detail::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #50C4D6;
    transition: all .4s;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
}
.cases_lists .list:hover .img img {
    transform: scale(1.08);
}
.cases_lists .list:hover .detail {
    color: #50C4D6;
}
.cases_lists .list:hover .detail::before {
    transform: scale(1);
}
.tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 112;
    display: none;
    align-items: center;
    justify-content: center;
}
.tk.active {
    display: flex;
}
.tk .box {
    background: #FFFFFF;
    max-width: 1560px;
    max-width: 1400px;
    width: 92%;
    padding: 104px 65px;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.tk .box .swiper-button-next:after, .tk .box .swiper-button-prev:after{
    font-size: 34px;
    color: #50C4D6;
}
.tk .box .lists {
    align-items: flex-start;
}
.tk .img {
    width: 49%;
    height: 407px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tk .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.tk .texts {
    width: 46.42%;
    margin-top: 10px;
}
.tk .texts .title {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
}
.tk .texts .desc {
    max-height: 305px;
    overflow-y: auto;
    padding-right: 15px;
    box-sizing: border-box;
}
.tk .texts .tit {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.tk .texts .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 26px;
    background: #50C4D6;
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}
.close_btns {
    width: 60px;
    height: 60px;
    background: #50C4D6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.close_btns img {
    transition: all .4s;
}
.tk .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #50C4D6;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}
.tk .swiper-pagination-bullet-active {
    background: #50C4D6;
}
.tk .swiper-container {
    width: 100%;
    height: 100%;
    position: initial;
}
.tk .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    width: 100%;
    height: 100%;
}
.tk .swiper-pagination{
    bottom: -50px;
}


@keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: none;
    }
}

@media only screen and (min-width: 960px) {
    .customer_pg01 .list:hover{
        box-shadow: 0 0 30px 0 rgba(6, 55, 129, 0.08);
    }
    .customer_pg01 .list:hover .texts .tit{
        color: #50C4D6;
    }
    .customer_pg01 .list:hover .img img{
        transform: scale(1.08);
    }
}
@media only screen and (max-width: 1280px) {
    .customer_pg01 .texts{
        padding: 30px 25px;
    }
}
@media only screen and (max-width: 1200px){
    .tk .box{
        padding: 80px 65px;
    }
}
@media only screen and (max-width: 1043px) {
    .customer_pg01 .texts {
        padding: 25px 20px;
    }

    .cases_lists .list .texts {
        padding: 20px;
    }
    .tk .box{
        padding: 70px 65px;
        box-sizing: border-box;
    }
    .tk .img{
        height: 375px;
    }
    .tk .texts .desc {
        max-height: 278px;
    }
    .tk .swiper-pagination {
        bottom: -45px;
    }
}
@media only screen and (max-width:1024px){
    .cases_list .list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .cases_list .list:nth-child(4n){
        margin-right: 2%;
    }
    .cases_list .list:nth-child(3n){
        margin-right: 0;
    }
    .tk .box {
        padding: 65px 50px;
    }
    .tk .img {
        height: 355px;
    }
    .close_btns {
        width: 52px;
        height: 52px;
    }
    .tk .texts .desc {
        max-height: 252px;
    }
}
@media only screen and (max-width: 960px) {
    .customer_pg01 .texts .con{
        height: 53px;
    }
    .tk .texts .desc {
        max-height: 236px;
    }
}
@media only screen and (max-width: 768px) {
    .application_pg01 .list .img{
        width: 100%;
        margin-top: 20px;
    }
    .application_pg01 .list .texts {
        width: 100%;
        margin-right: 0;
    }
    .application_pg01 .list {
        flex-direction: column-reverse;
    }
    .application_pg01 .list:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .application_pg01 .list {
        margin-bottom: 30px;
    }
    .application_pg02 .texts {
        width: 100%;
    }
    .application_pg02 .imgs{
        width: 100%;
        margin-top: 20px;
    }
    .application_pg01 .list .texts .tit{
        text-align: center;
    }
    .application_pg01 .list .page_line {
        margin: 14px auto 20px;
    }
    .application_pg02 .page_tit {
        text-align: center;
    }
    .application_pg02 .texts .page_line {
        margin: 14px auto 16px;
    }
    .page_line {
        width: 42px;
        height: 3px
    }
    
    .customer_pg01 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .customer_pg01 .list:first-child{
        margin-top: 0;
    }
    .customer_pg01 .texts .con {
        margin-top: 10px;
    }

    .cases_lists .list{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cases_lists .list:nth-child(4n){
        margin-right: 0;
    }
    .cases_lists .list:last-child{
        margin-bottom: 0;
    }
    .cases_lists .list .texts {
        padding: 15px 15px;
    }
    .cases_lists .list .detail{
        padding-top: 12px;
        margin-top: 12px;
    }
    .close_btns {
        width: 42px;
        height: 42px;
    }
    .close_btns img{
        max-width: 16px;
    }
    .tk .swiper-pagination {
        bottom: -38px;
    }

    .cases_list .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .cases_list .list:nth-child(4n){
        margin-right: 0;
    }
    .cases_list .list:last-child{
        margin-bottom: 0;
    }
    .cases_list .list .tit{
        height: auto;
        max-height: 48px;
    }
    .cases_list .list .texts {
        padding: 20px 20px;
    }
    .cases_list .list .detail {
        padding-top: 15px;
        margin-top: 20px;
    }
    .tk .box {
        padding: 50px 20px 35px;
    }
    .tk .img {
        height: 205px;
        width: 100%;
    }
    .tk .texts .desc {
        max-height: 104px;
    }
    .tk .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .tk .texts {
        width: 100%;
        margin-top: 50px;
    }
    .close_btn {
        width: 35px;
        height: 35px;
    }
    .close_btn img{
        max-width: 12px;
    }
    .tk .texts .tit::before{
        height: 20px;
        top: 14px;
    }
    .tk .texts .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}