.layui-carousel {
    height: 80vh !important;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
}

.swiper_box {
    position: relative;
}

.swiper_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    width: 88%;
    font-weight: 600;
    line-height: 51px;
}

/* 产品应用 */
.application {
    width: 100%;
    background-image: url('../images/productbj1.png');
    background-size: 100% 100%;
}

.app-lication-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.app-lication-bxle {
    width: 360px;
    position: relative;
}

.app-lication-bxle h2 {
    font-size: 30px;
}

.app-lication-bxle p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 27px;
}

.lication-btm {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: -50px;
    left: 50px;
}

.lication-btm p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.lication-btm p img {
    width: 15px;
}

.borde21 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #214487;
    right: -75px !important;
    background-size: 50% 50% !important;
}

.backg21 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    left: -50px !important;
    border: 1px solid #214487;
    background-size: 50% 50% !important;
}

.borde21:hover {
    background-color: #214487;
}

.backg21:hover {
    background-color: #214487;
}

.app-licationbx-ri {
    width: 736px;
    overflow: hidden;
}

.app-lication-bxri {
    width: 736px;
	height: 335px;
    display: flex;
    justify-content: space-between;
}

.lication-item {
    width: 230px;
    position: relative;
}

.lication-item>img {
    width: 100%;
}

.lication-item p {
    width: 87%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.lication-item p text {
    font-size: 14px;
    font-weight: 600;
	text-align: center;
}

.lication-item p span {
    font-size: 14px;
}






/* 关于我们 */
.aboutname {
    width: 100%;
    background-image: url('../images/about1.png');
    background-size: 100% 100%;
}

.about-bx {
    width: 520px;
    display: inline-block;
    background-color: #214487;
    padding: 40px 35px;
    margin: 14vh 0;
}

.about-bx h2 {
    font-size: 30px;
    color: #ffffff;
}

.about-bx p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 26px;
}

.aboutbx-btm {
    margin-top: 40px;
}

.aboutbx-btm a {
    color: #ffffff;
}

.aboutbx-btm a img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}



/* 新闻资讯 */
.newsinfor {
    text-align: center;
    padding: 60px 0 50px;
}

.newsinfor h3 {
    font-size: 30px;
}



.news-infor-bx {
    height: 370px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-inforbx-item {
    width: 32%;
    background-color: #f2f2f2;
}

.news-inforbx-item p:nth-child(1) {
    width: 100%;
}

.news-inforbx-item p img {
    width: 100%;
    height: 260px;
}

.news-inforbx-item p:nth-child(2) {
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.news-inforbx-item p text {
    font-size: 16px;
    color: #333333;
    height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-inforbx-item p span {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}



.news-infor-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #214487;
    margin: 0 auto;
}

.news-infor-btn a {
    line-height: 40px;
    color: #214487;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-infor-btn a img {
    width: 10px;
    height: 13px;
    margin-left: 15px;
}

.news-infor-btn:hover {
    background-color: #214487;
}

.news-infor-btn:hover a {
    color: #ffffff;
}


/* 合作伙伴 */

.partners {
    width: 100%;
    background-color: #f2f2f2;
}

.partnerbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-bxtit {
    font-size: 30px;
}

.partnerbx ul {
    width: 75%;
    overflow: hidden;
}

.partnerbx ul li img {
    height: 120px;
    width: 230px;
}







@media screen and (max-width:768px) {

    .layui-carousel {
        height: 30vh !important;
        margin-top: 1rem;
    }

    .app-lication-bx {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: .6rem 0;
    }

    .app-lication-bxle {
        width: 90%;
        position: relative;
    }



    .app-lication-bxle h2 {
        font-size: .3rem;
    }

    .app-lication-bxle p {
        font-size: .18rem;
        margin-top: .2rem;
        line-height: .27rem;
        padding-right: .3rem;
    }

    .lication-btm {
        display: flex;
        align-items: center;
        margin-top: .1rem;
        position: absolute;
        bottom: -.5rem;
        left: .5rem;
    }

    .lication-btm p {
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: .15rem;
    }

    .lication-btm p img {
        width: .15rem;
    }

    .borde21 {
        width: .5rem !important;
        height: .5rem !important;
        border-radius: 50%;
        border: 1px solid #214487;
        right: -.75rem !important;
        background-size: 50% 50% !important;
    }

    .backg21 {
        width: .5rem !important;
        height: .5rem !important;
        border-radius: 50%;
        left: -.5rem !important;
        border: 1px solid #214487;
        background-size: 50% 50% !important;
    }

    .borde21:hover {
        background-color: #214487;
    }

    .backg21:hover {
        background-color: #214487;
    }

    .app-licationbx-ri {
        width: 100%;
        overflow: hidden;
        margin: 1rem 0 0 .1rem;
    }

    .app-lication-bxri {
        width: 100%;
		height: 2.8rem;
        display: flex;
        justify-content: space-between;
    }

    .lication-item {
        width: 30% !important;
        position: relative;
        margin-right: .2rem !important;
    }

    .lication-item>img {
        width: 100%;
    }

    .lication-item p {
        width: 85%;
        padding: .15rem;
    }

    .lication-item p text {
        font-size: .14rem;
    }

    .lication-item p span {
        font-size: .14rem;
    }






    /* 关于我们 */

    .about-bx {
        width: 80% !important;
        display: inline-block;
        padding: .4rem .35rem;
        margin: 5vh 0 5vh .25rem;
    }

    .about-bx h2 {
        font-size: .3rem;
    }

    .about-bx p {
        font-size: .16rem;
        margin-top: .2rem;
        line-height: .26rem;
    }

    .aboutbx-btm {
        margin-top: .4rem;
    }

    .aboutbx-btm a img {
        width: .22rem;
        height: .22rem;
        margin-left: .1rem;
    }



    /* 新闻资讯 */
    .newsinfor {
        text-align: center;
        padding: .6rem 0 .5rem;
    }

    .newsinfor h3 {
        font-size: .3rem;
    }

    .news-infor-bx {
        height: auto;
        flex-direction: column;
        padding: .3rem 0;
    }

    .news-inforbx-item {
        width: 90%;
        margin-top: .1rem;
    }

    .news-inforbx-item p:nth-child(1) {
        width: 100%;
    }

    .news-inforbx-item p img {
        width: 100%;
        height: 100%;
    }

    .news-inforbx-item p:nth-child(2) {
        padding: .15rem;
    }

    .news-inforbx-item p text {
        font-size: .18rem;
        height: .5rem;
    }

    .news-inforbx-item p span {
        font-size: .14rem;
        margin-top: .1rem;
    }



    .news-infor-btn {
        width: 1.2rem;
        height: .4rem;
        border: 1px solid #214487;
        margin: 0 auto;
    }

    .news-infor-btn a {
        line-height: .4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .14rem;
    }

    .news-infor-btn a img {
        width: .1rem;
        height: .13rem;
        margin-left: .15rem;
    }


    /* 合作伙伴 */

    .partnerbx {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .partner-bxtit {
        font-size: .28rem;
        margin-left: .1rem;
    }

    .partnerbx ul {
        width: 75%;
    }

    .partnerbx ul li {
        width: 2.3rem !important;
    }

    .partnerbx ul li img {
        height: 1.2rem;
        width: 2.3rem;
    }

}