@charset "utf-8";
/* CSS Document */

/* .lyBanner start */

.lyBanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyBanner .swiper-container {
    width: 100%;
    height: 100%;
}

.lyBanner .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyBanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.lyBanner .swiper-slide .lyBanner_text {
    margin-top: 0;
    padding: 0 40% 0 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.lyBanner_text em {
    display: block;
    width: 48px;
    height: 8px;
    background-color: rgba(255, 255, 255, .45);
    transform: skewX(-15deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
}

.lyBanner_text p {
    line-height: 70px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 32px 0 16px;
}

.lyBanner_text span {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
}

.lyBanner_text .lyBa_btn {
    margin-top: 100px;
}

.lyBa_btn a {
    display: block;
    width: 180px;
    height: 50px;
    overflow: hidden;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: rgba(255, 255, 255, .12);
    border: 1px solid #fff;
    border-radius: 25px;
}

.lyBa_btn a i {
    display: inline-block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyBa_btn a:hover i {
    margin: -2px 0 0 20px;
}

.lyBa_btn a i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lyBa_btn a i svg path {
    fill: #ffffff;
}

.lyBanner .swiper-pagination {
    width: 22px !important;
    height: 84px;
    overflow: hidden;
    position: absolute;
    left: 40px !important;
    top: 50%;
    bottom: inherit !important;
    z-index: 99;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lyBanner .swiper-pagination span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 4px auto !important;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background: none;
    opacity: 1;
}

.lyBanner .swiper-pagination span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

.lyBanner .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #fff !important;
}

@media (max-width:1680px) {
    .lyBanner .swiper-slide .lyBanner_text {
        padding: 0 40% 0 60px;
    }
    .lyBanner_text em {
        width: 40px;
        height: 6px;
    }
    .lyBanner_text p {
        line-height: 60px;
        font-size: 48px;
        margin: 30px 0 15px;
    }
    .lyBanner_text span {
        line-height: 36px;
        font-size: 24px;
    }
    .lyBanner_text .lyBa_btn {
        margin-top: 80px;
    }
    .lyBa_btn a {
        font-size: 17px;
    }
    .lyBa_btn a i {
        width: 24px;
        height: 24px;
    }
}

@media (max-width:1600px) {
    .lyBanner_text p {
        line-height: 52px;
        font-size: 44px;
    }
    .lyBanner_text span {
        line-height: 30px;
        font-size: 22px;
    }
    .lyBanner_text .lyBa_btn {
        margin-top: 60px;
    }
    .lyBa_btn a {
        width: 160px;
        height: 44px;
        line-height: 42px;
        font-size: 15px;
        border-radius: 22px;
    }
    .lyBa_btn a i {
        width: 22px;
        height: 22px;
    }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .lyBanner_text em {
        width: 35px;
        height: 5px;
    }
    .lyBanner_text p {
        line-height: 48px;
        font-size: 40px;
        margin: 24px 0 12px;
    }
    .lyBanner_text span {
        font-size: 20px;
    }
}

@media (max-width:1366px) {
    .lyBanner_text p {
        line-height: 44px;
        font-size: 36px;
        margin: 20px 0 10px;
    }
    .lyBanner_text span {
        font-size: 18px;
    }
    .lyBanner_text .lyBa_btn {
        margin-top: 40px;
    }
    .lyBa_btn a {
        width: 152px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 21px;
    }
    .lyBa_btn a i {
        width: 20px;
        height: 20px;
    }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
    .lyBanner {
        height: 580px;
        margin-top: 80px;
    }
    .lyBanner .swiper-pagination {
        left: 3% !important;
    }
}

@media (max-width:1080px) {
    .lyBanner {
        height: 520px;
        margin-top: 64px;
    }
    .lyBanner .swiper-slide .lyBanner_text {
        padding: 0 40% 0 50px;
    }
    .lyBanner_text p {
        line-height: 36px;
        font-size: 32px;
    }
    .lyBanner_text span {
        line-height: 26px;
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .lyBanner {
        height: 500px;
    }
}

@media (max-width:920px) {
    .lyBanner {
        height: 450px;
    }
}

@media (max-width:820px) {
    .lyBanner {
        height: 380px;
    }
    .lyBanner_text p {
        line-height: 32px;
        font-size: 30px;
    }
    .lyBanner_text span {
        line-height: 25px;
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .lyBanner {
        height: 220px;
    }
    .lyBanner .swiper-slide .lyBanner_text {
        padding: 0 40% 0 0;
    }
    .lyBanner_text em {
        width: 24px;
        height: 3px;
    }
    .lyBanner_text p {
        line-height: 24px;
        font-size: 18px;
        margin: 10px 0 5px;
    }
    .lyBanner_text span {
        line-height: 20px;
        font-size: 12px;
    }
    .lyBanner_text .lyBa_btn {
        margin-top: 20px;
    }
    .lyBa_btn a {
        width: 112px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        border-radius: 16px;
    }
    .lyBa_btn a i {
        width: 18px;
        height: 18px;
    }
    .lyBanner .swiper-pagination {
        right: 3% !important;
        left: inherit !important;
    }
}

@media (max-width:390px) {
    .lyBanner {
        height: 220px;
    }
}

@media (max-width:320px) {
    .lyBanner {
        height: 200px;
    }
    .lyBanner_text .lyBa_btn {
        display: none;
    }
}

@media (max-width:280px) {
    .lyBanner {
        height: 160px;
    }
    .lyBanner .swiper-slide .lyBanner_text {
        padding: 0 30% 0 0;
    }
}

/* .lyBanner end */

/* lyProducts start */

.lyProducts {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    position: relative;
}

.lyProducts::before {
    content: '';
    display: block;
    width: 64%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.threeCanvas {
    width: 64%;
    height: 32%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.threeCanvas canvas {
    width: 100% !important;
    height: 100% !important;
}

.lyProducts .lyArrow {
    width: 50px;
    height: 255px;
    overflow: hidden;
    background: url(../images/arrowBg.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 64%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lyArrow i {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lyArrow i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lyArrow i svg path {
    fill: #dddddd;
}

.lyProducts .lyProducts_main {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.lyProducts_main .lyProducts_rec,
.lyProducts_main .lyProducts_list {
    margin-top: 40px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lyProducts_main .lyProducts_rec {
    width: 66.8%;
    padding-right: 100px;
    left: 0;
}

.lyProducts_head {
    margin-bottom: 100px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.lyProducts_head p {
    line-height: 50px;
    color: #333;
    font-size: 40px;
    margin-bottom: -1px;
    padding-bottom: 36px;
    border-bottom: 2px solid #025dac;
    float: left;
}

.lyProducts_head a.lyMore {
    float: right;
}

.lyProducts_head::after {
    content: '';
    display: block;
    clear: both;
}

.lyProRec_swiper {
    position: relative;
}

.lyProRec_swiper::before {
    content: 'PRODUCT';
    display: block;
    width: 100%;
    line-height: 140px;
    color: rgba(0, 0, 0, .03);
    font-size: 190px;
    font-weight: bold;
    text-indent: -12px;
    position: absolute;
    top: 0;
}

.lyProRec_swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.lyProRec_text {
    width: 50%;
    overflow: hidden;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.lyProRec_text a.lyProRec_name {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyProRec_text a.lyProRec_name:hover {
    color: #025dac;
}

.lyProRec_text p {
    max-height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 30px 0 80px;
}

.lyProRec_img {
    width: 50%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.lyProRec_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.lyProRec_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyProRec_img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyProducts_main .lyProducts_list {
    width: 33.2%;
    padding-left: 100px;
    right: 0;
}

.lyProducts_list ul li {
    height: 100px;
    margin: 10px 0;
    padding-right: 80px;
    position: relative;
}

.lyProducts_list ul li .lyProList_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 8px;
    background-color: rgba(2, 93, 172, 0);
    border: 1px solid rgba(2, 93, 172, 0);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.lyProducts_list ul li:hover .lyProList_img {
    background-color: #025dac;
    border: 1px solid #025dac;
}

.lyProducts_list ul li .lyProList_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyProducts_list ul li:hover .lyProList_img a {
    border: 1px solid #025dac;
}

.lyProducts_list ul li .lyProList_img a img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.lyProducts_list ul li .lyProList_name {
    max-width: 100%;
    height: 60px;
    margin: 20px 0;
    padding: 5px;
    border-radius: 30px 0 0 30px;
    background-color: rgba(2, 93, 172, 0);
    float: right;
}

.lyProducts_list ul li:hover .lyProList_name {
    background-color: rgba(2, 93, 172, .1);
}

.lyProducts_list ul li .lyProList_name a {
    display: inline-block;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #999;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 50px;
    border-radius: 25px 0 0 25px;
    background-color: rgba(2, 93, 172, 0);
}

.lyProducts_list ul li:hover .lyProList_name a {
    color: #fff;
    background-color: #025dac;
}

@media (max-width:1680px) {
    .lyProducts::before,
    .threeCanvas {
        width: 70%;
    }
    .lyProducts .lyArrow {
        width: 40px;
        height: 220px;
        left: 70%;
    }
    .lyProducts_main .lyProducts_rec {
        width: 71.2%;
        padding-right: 80px;
    }
    .lyProducts_head {
        margin-bottom: 80px;
    }
    .lyProRec_text {
        width: 54%;
        padding-right: 40px;
    }
    .lyProRec_text p {
        margin: 20px 0 60px;
    }
    .lyProRec_img {
        width: 46%;
    }
    .lyProducts_main .lyProducts_list {
        width: 28.8%;
        padding-left: 80px;
    }
    .lyProducts_list ul li .lyProList_name a {
        font-size: 17px;
        padding: 0 40px;
    }
}

@media (max-width:1600px) {
    .lyProducts_main .lyProducts_rec {
        padding-right: 60px;
    }
    .lyProducts_head {
        margin-bottom: 60px;
    }
    .lyProducts_head p {
        line-height: 44px;
        font-size: 36px;
        padding-bottom: 30px;
    }
    .lyProRec_text {
        width: 58%;
    }
    .lyProRec_text a.lyProRec_name {
        height: 44px;
        line-height: 44px;
        font-size: 32px;
    }
    .lyProRec_text p {
        margin: 20px 0 40px;
    }
    .lyProRec_img {
        width: 42%;
        height: 360px;
    }
    .lyProducts_main .lyProducts_list {
        padding-left: 60px;
    }
    .lyProducts_list ul li {
        margin: 4px 0;
    }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .lyProducts_head {
        margin-bottom: 40px;
    }
    .lyProducts_head p {
        font-size: 32px;
    }
    .lyProRec_swiper::before {
        font-size: 180px;
    }
    .lyProRec_text a.lyProRec_name {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    .lyProRec_text p {
        max-height: 81px;
        line-height: 27px;
        font-size: 15px;
    }
    .lyProRec_img {
        height: 320px;
    }
    .lyProducts_list ul li {
        height: 90px;
        padding-right: 70px;
    }
    .lyProducts_list ul li .lyProList_img {
        width: 90px;
        height: 90px;
        padding: 6px;
    }
    .lyProducts_list ul li .lyProList_name {
        margin: 15px 0;
    }
    .lyProducts_list ul li .lyProList_name a {
        font-size: 16px;
        padding: 0 30px;
    }
}

@media (max-width:1366px) {
    .lyProducts_head p {
        line-height: 42px;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .lyProRec_swiper::before {
        line-height: 130px;
        font-size: 170px;
    }
    .lyProRec_text a.lyProRec_name {
        height: 36px;
        line-height: 36px;
        font-size: 26px;
    }
    .lyProRec_text p {
        max-height: 72px;
        line-height: 24px;
        font-size: 14px;
    }
    .lyProRec_img {
        height: 300px;
    }
    .lyProducts_list ul li {
        height: 80px;
        padding-right: 60px;
    }
    .lyProducts_list ul li .lyProList_img {
        width: 80px;
        height: 80px;
        padding: 5px;
    }
    .lyProducts_list ul li .lyProList_name {
        height: 54px;
        margin: 13px 0;
    }
    .lyProducts_list ul li .lyProList_name a {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding: 0 30px 0 20px;
    }
}

@media (max-width:1280px) {
    .lyProRec_swiper::before {
        line-height: 124px;
        font-size: 160px;
    }
    .lyProRec_img {
        height: 280px;
    }
}

@media (max-width:1200px) {
    .lyProducts {
        height: 580px;
    }
    .lyProducts::before,
    .threeCanvas {
        width: 67%;
    }
    .lyProducts .lyArrow {
        width: 30px;
        height: 180px;
        left: 67%;
    }
    .lyProRec_swiper::before {
        line-height: 120px;
        font-size: 145px;
    }
    .lyProducts_main .lyProducts_rec {
        width: 68%;
        margin-top: 0;
        padding-right: 40px;
    }
    .lyProducts_main .lyProducts_list {
        width: 32%;
        margin-top: 0;
        padding-left: 40px;
    }
}

@media (max-width:1080px) {
    .lyProRec_swiper::before {
        line-height: 100px;
        font-size: 130px;
    }
    .lyProRec_img {
        height: 260px;
    }
}

@media (max-width:1024px) {
    .lyProducts {
        height: auto;
        padding: 60px 0 40px;
    }
    .lyProducts::before {
        width: 100%;
        height: 484px;
    }
    .threeCanvas {
        width: 100%;
        bottom: 220px;
    }
    .lyProducts .lyProducts_main {
        height: auto;
    }
    .lyProRec_swiper::before {
        line-height: 160px;
        font-size: 196px;
        text-align: center;
    }
    .lyProducts_main .lyProducts_rec,
    .lyProducts_main .lyProducts_list {
        width: 100%;
        position: relative;
        top: inherit;
        z-index: 1;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .lyProducts_main .lyProducts_rec {
        padding-right: 0;
    }
    .lyProRec_img {
        height: 320px;
    }
    .lyProducts_main .lyProducts_list {
        padding: 40px 0 0;
    }
    .lyProducts_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -6px;
    }
    .lyProducts_list ul li {
        width: 16.666666%;
        height: auto;
        margin: 0;
        padding: 0 6px;
    }
    .lyProducts_list ul li .lyProList_img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        position: inherit;
        right: inherit;
        top: inherit;
    }
    .lyProducts_list ul li .lyProList_name {
        width: 100%;
        height: auto;
        margin: 10px 0 0;
        padding: 0;
        border-radius: 0;
        float: none;
    }
    .lyProducts_list ul li:hover .lyProList_name {
        background-color: rgba(2, 93, 172, 0);
    }
    .lyProducts_list ul li .lyProList_name a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        padding: 0;
        text-align: center;
    }
    .lyProducts_list ul li:hover .lyProList_name a {
        color: #025dac;
        background-color: rgba(2, 93, 172, 0);
    }
    .lyProducts .lyArrow {
        display: none;
    }
}

@media (max-width:920px) {
    .lyProducts {
        padding: 40px 0;
    }
    .lyProducts::before {
        height: 424px;
    }
    .lyProducts_head {
        margin-bottom: 20px;
    }
    .lyProRec_swiper::before {
        line-height: 140px;
        font-size: 176px;
    }
    .lyProRec_img {
        height: 300px;
    }
}

@media (max-width:820px) {
    .lyProRec_swiper::before {
        line-height: 120px;
        font-size: 148px;
    }
}

@media (max-width:767px) {
    .lyProducts::before {
        height: 634px;
    }
    .threeCanvas {
        height: 20%;
        bottom: 360px;
    }
    .lyProducts_head p {
        font-size: 28px;
    }
    .lyProRec_swiper::before {
        line-height: 60px;
        font-size: 80px;
    }
    .lyProRec_swiper .swiper-slide {
        display: block;
        align-items: normal;
    }
    .lyProRec_text {
        width: 100%;
        padding: 10px 0 0;
    }
    .lyProRec_text p {
        margin: 10px 0 20px;
    }
    .lyProRec_img {
        width: 100%;
        height: 320px;
    }
    .lyProducts_main .lyProducts_list {
        padding: 20px 0 0;
    }
    .lyProducts_list ul li {
        width: 33.333333%;
        margin: 20px 0 0;
        padding: 0 6px;
    }
    .lyProducts_list ul li .lyProList_name {
        margin: 6px 0 0;
    }
    .lyProducts_list ul li .lyProList_name a {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width:390px) {
    .lyProducts_head p {
        font-size: 26px;
        padding-bottom: 12px;
    }
    .lyProducts::before {
        height: 622px;
    }
    .lyProRec_swiper::before {
        line-height: 60px;
        font-size: 75px;
    }
    .lyProRec_text a.lyProRec_name {
        height: 32px;
        line-height: 32px;
        font-size: 24px;
    }
}

@media (max-width:320px) {
    .lyProducts {
        padding: 20px 0;
    }
    .lyProducts::before {
        height: 526px;
    }
    .threeCanvas {
        height: 18%;
        bottom: 470px;
    }
    .lyProducts_head p {
        line-height: 36px;
        font-size: 24px;
        padding-bottom: 10px;
    }
    .lyProRec_swiper::before {
        line-height: 48px;
        font-size: 62px;
    }
    .lyProRec_text a.lyProRec_name {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    .lyProRec_img {
        height: 260px;
    }
    .lyProducts_main .lyProducts_list {
        padding: 0;
    }
    .lyProducts_list ul li {
        width: 50%;
    }
}

@media (max-width:280px) {
    .lyProducts::before {
        height: 506px;
    }
    .lyProRec_text a.lyProRec_name {
        font-size: 20px;
    }
    .lyProRec_img {
        height: 240px;
    }
}

/* lyProducts end */

/* lySolution start */

.lySolution {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lySolution .lySolution_img {
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lySolution_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.lySolution .lySolution_con {
    width: 40%;
    margin-top: 40px;
    padding-left: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lySolution_con .lySolution_text {
    margin-bottom: 80px;
    padding-right: 80px;
}

.lySolution_text .lySolution_name {
    margin-bottom: 10px;
}

.lySolution_name a {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #333;
    font-size: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lySolution_name a:hover {
    color: #025dac;
}

.lySolution_text span {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lySolution_text p {
    max-height: 75px;
    overflow: hidden;
    line-height: 25px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 40px 0;
}

.lySolution_text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.lySolution_text ul li {
    width: 33.333333%;
    padding: 0 10px;
}

.lySolution_text ul li a {
    display: block;
    width: 100%;
    height: 49px;
    overflow: hidden;
    line-height: 47px;
    color: #025dac;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #025dac;
    border-radius: 25px;
    padding: 0 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lySolution_text ul li a:hover {
    color: #fff;
    background-color: #025dac;
}

.lySolution_swiper {
    position: relative;
}

.lySolution_swiper .lySolution_head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    margin: 0 auto 20px;
}

.lySolution_swiper .swiper-button-prev,
.lySolution_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 8px;
    background: none;
    position: absolute;
    top: 0;
    z-index: 2;
}

.lySolution_swiper .swiper-button-prev {
    left: auto;
    right: 120px;
}

.lySolution_swiper .swiper-button-next {
    right: 80px;
}

.lySolution_swiper .swiper-button-prev svg,
.lySolution_swiper .swiper-button-next svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lySolution_swiper .swiper-button-prev svg {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.lySolution_swiper .swiper-button-prev svg path,
.lySolution_swiper .swiper-button-next svg path {
    fill: #999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lySolution_swiper .swiper-button-prev:hover svg path,
.lySolution_swiper .swiper-button-next:hover svg path {
    fill: #025dac;
}

.lySolution_swiper .swiper-slide a.soluImg {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.lySolution_swiper .swiper-slide a.soluImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lySolution_swiper .swiper-slide:hover a.soluImg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lySolution_swiper .swiper-slide a.soluName {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lySolution_swiper .swiper-slide:hover a.soluName {
    color: #025dac;
}

@media (max-width:1680px) {
    .lySolution .lySolution_img {
        width: 56%;
    }
    .lySolution .lySolution_con {
        width: 44%;
        padding-left: 60px;
    }
    .lySolution_con .lySolution_text {
        margin-bottom: 60px;
        padding-right: 60px;
    }
    .lySolution_swiper .swiper-button-prev {
        right: 100px;
    }
    .lySolution_swiper .swiper-button-next {
        right: 60px;
    }
}

@media (max-width:1600px) {
    .lySolution_text .lySolution_name {
        margin-bottom: 5px;
    }
    .lySolution_name a {
        font-size: 36px;
    }
    .lySolution_text span {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .lySolution_text p {
        margin: 30px 0;
    }
    .lySolution_text ul li a {
        height: 43px;
        line-height: 41px;
        font-size: 15px;
    }
    .lySolution_swiper .lySolution_head {
        margin: 0 auto 10px;
    }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .lySolution .lySolution_img {
        width: 52%;
    }
    .lySolution .lySolution_con {
        width: 48%;
    }
    .lySolution_name a {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
    }
    .lySolution_text ul {
        margin: 0 -6px;
    }
    .lySolution_text ul li {
        padding: 0 6px;
    }
    .lySolution_text ul li a {
        height: 39px;
        line-height: 37px;
        font-size: 14px;
        padding: 0 12px;
    }
}

@media (max-width:1366px) {
    .lySolution_text .lySolution_name {
        margin-bottom: 2px;
    }
    .lySolution_name a {
        font-size: 30px;
    }
    .lySolution_text span {
        font-size: 12px;
    }
    .lySolution_text p {
        margin: 20px 0 30px;
    }
    .lySolution_text p {
        max-height: 72px;
        line-height: 24px;
        font-size: 14px;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 120px;
    }
}

@media (max-width:1280px) {
    .lySolution .lySolution_con {
        padding-left: 40px;
    }
    .lySolution_con .lySolution_text {
        margin-bottom: 40px;
        padding-right: 40px;
    }
    .lySolution_swiper .swiper-button-prev {
        right: 80px;
    }
    .lySolution_swiper .swiper-button-next {
        right: 40px;
    }
}

@media (max-width:1200px) {
    .lySolution {
        height: 540px;
    }
    .lySolution .lySolution_con {
        margin-top: 0;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 100px;
    }
}

@media (max-width:1080px) {
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 92px;
    }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
    .lySolution {
        height: auto;
    }
    .lySolution .lySolution_img {
        width: 100%;
        height: 400px;
        float: none;
    }
    .lySolution .lySolution_con {
        width: 100%;
        padding: 40px 3%;
        position: inherit;
        top: inherit;
        right: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .lySolution_con .lySolution_text {
        padding-right: 0;
    }
    .lySolution_text p {
        margin: 10px 0 20px;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 150px;
    }
    .lySolution_swiper .swiper-button-prev {
        right: 40px;
    }
    .lySolution_swiper .swiper-button-next {
        right: 0;
    }
}

@media (max-width:820px) {
    .lySolution .lySolution_img {
        height: 360px;
    }
}

@media (max-width:767px) {
    .lySolution .lySolution_img {
        height: 300px;
    }
    .lySolution_text .lySolution_name {
        margin-bottom: 0;
    }
    .lySolution_name a {
        font-size: 28px;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 110px;
    }
}

@media (max-width:390px) {
    .lySolution .lySolution_img {
        height: 260px;
    }
    .lySolution_name a {
        font-size: 26px;
    }
}

@media (max-width:320px) {
    .lySolution .lySolution_img {
        height: 200px;
    }
    .lySolution .lySolution_con {
        padding: 20px 3%;
    }
    .lySolution_con .lySolution_text {
        margin-bottom: 20px;
    }
    .lySolution_name a {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .lySolution_text span {
        height: auto;
        white-space: inherit;
        text-overflow: inherit;
    }
    .lySolution_text p {
        margin: 10px 0;
    }
    .lySolution_text ul {
        margin: 0;
    }
    .lySolution_text ul li {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 90px;
    }
}

@media (max-width:280px) {
    .lySolution .lySolution_img {
        height: 160px;
    }
    .lySolution_swiper .swiper-slide a.soluImg {
        height: 160px;
    }
}

/* lySolution end */

/* lyNews start */

.lyNews {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
}

.lyNews .lyNews_main {
    margin-top: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.lyNews_main .lyNews_head {
    margin-bottom: 50px;
}

.lyNews_head p {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 40px;
    float: left;
}

.lyNews_head dl {
    margin: 0 -8px;
    text-align: right;
    float: right;
}

.lyNews_head dl dd {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

.lyNews_head dl dd a {
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    background-color: #fff;
    padding: 0 35px;
    border-radius: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_head dl dd a.active,
.lyNews_head dl dd a:hover {
    color: #fff;
    background: #005bac;
}

.lyNews_container .lyNews_rec {
    width: 53%;
    float: left;
}

.lyNews_rec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.lyNews_rec ul li {
    width: 50%;
    padding: 0 15px;
}

.lyNews_rec ul li .lyNewsRec_con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_rec ul li .lyNewsRec_con:hover .lyNewsRec_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    position: absolute;
    left: 0;
    bottom: 0;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt {
    width: 100%;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt span {
    display: block;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
    margin: 10px 0 5px;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt p {
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, .55);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lyNews_container .lyNews_list {
    width: 47%;
    padding-left: 30px;
    float: right;
}

.lyNews_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.lyNews_list ul li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.lyNews_list ul li:nth-child(3),
.lyNews_list ul li:nth-child(4) {
    margin-bottom: 0;
}

.lyNews_list ul li .lyNewsList_con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 25px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover {
    background-color: #025dac;
}

.lyNews_list ul li .lyNewsList_con span {
    display: block;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover span {
    color: rgba(255, 255, 255, .55);
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_name {
    margin: 10px 0;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_name a {
    color: #fff;
}

.lyNews_list ul li .lyNewsList_con p {
    width: 100%;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover p {
    color: rgba(255, 255, 255, .55);
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more {
    margin-top: 15px;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 0;
    background: url(../images/jt2.png) 0 0 no-repeat;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 3px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_more a i {
    margin: 3px 0 3px 20px;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i svg path {
    fill: #333333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_more a i svg path {
    fill: #ffffff;
}

@media (max-width:1680px) {
    .lyNews_main .lyNews_head {
        margin-bottom: 40px;
    }
    .lyNews_head dl dd a {
        font-size: 17px;
    }
    .lyNews_container .lyNews_rec,
    .lyNews_container .lyNews_list {
        width: 50%;
    }
}

@media (max-width:1600px) {
    .lyNews_head p {
        height: 44px;
        line-height: 44px;
        font-size: 36px;
    }
    .lyNews_head dl dd a {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding: 0 30px;
        border-radius: 22px;
    }
    .lyNews_container .lyNews_rec {
        width: 46%;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 480px;
    }
    .lyNews_container .lyNews_list {
        width: 54%;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt,
    .lyNews_list ul li .lyNewsList_con {
        padding: 15px 20px;
    }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .lyNews_head p {
        font-size: 32px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 430px;
    }
    .lyNews_list ul li .lyNewsList_con p {
        height: 50px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width:1366px) {
    .lyNews_head p {
        height: 42px;
        line-height: 42px;
        font-size: 30px;
    }
    .lyNews_head dl dd a {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        border-radius: 21px;
    }
    .lyNews_container .lyNews_list {
        padding-left: 24px;
    }
    .lyNews_rec ul,
    .lyNews_list ul {
        margin: 0 -12px;
    }
    .lyNews_rec ul li {
        padding: 0 12px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 404px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
        margin: 8px 0 2px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
        font-size: 16px;
        font-weight: bold;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt p {
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }
    .lyNews_list ul li {
        margin-bottom: 24px;
        padding: 0 12px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt span,
    .lyNews_list ul li .lyNewsList_con span {
        line-height: 22px;
        font-size: 14px;
    }
    .lyNews_list ul li .lyNewsList_con p {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .lyNews_list ul li .lyNewsList_con .lyNewsList_more {
        margin-top: 10px;
    }
    .lyNews_list ul li .lyNewsList_con .lyNewsList_more a i {
        width: 22px;
        height: 22px;
        margin: 4px 0;
    }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
    .lyNews {
        height: auto;
    }
    .lyNews .lyNews_main {
        margin: 0 auto;
        padding: 60px 0;
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .lyNews_main .lyNews_head {
        margin-bottom: 30px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 384px;
    }
    .lyNews_list ul li .lyNewsList_con .lyNewsList_name {
        margin: 6px 0;
    }
    .lyNews_container .lyNews_list {
        padding-left: 20px;
    }
    .lyNews_rec ul,
    .lyNews_list ul {
        margin: 0 -10px;
    }
    .lyNews_rec ul li {
        padding: 0 10px;
    }
    .lyNews_list ul li {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
    .lyNews_container .lyNews_rec {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 300px;
    }
    .lyNews_container .lyNews_list {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width:920px) {
    .lyNews .lyNews_main {
        padding: 40px 0;
    }
    .lyNews_main .lyNews_head {
        margin-bottom: 20px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 260px;
    }
}

@media (max-width:820px) {
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 240px;
    }
}

@media (max-width:767px) {
    .lyNews_head p {
        font-size: 28px;
    }
    .lyNews_head dl {
        margin: 0 -3px;
    }
    .lyNews_head dl dd {
        padding: 0 3px;
    }
    .lyNews_head dl dd a {
        padding: 0 24px;
    }
    .lyNews_container .lyNews_rec {
        margin: 0 auto;
    }
    .lyNews_rec ul,
    .lyNews_list ul {
        margin: 0;
    }
    .lyNews_rec ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
        font-size: 18px;
    }
    .lyNews_list ul li {
        width: 100%;
        padding: 0;
    }
    .lyNews_list ul li:nth-child(3) {
        margin-bottom: 20px;
    }
    .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    .lyNews_list ul li .lyNewsList_con p {
        height: auto;
        max-height: 72px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width:390px) {
    .lyNews_head p {
        font-size: 26px;
    }
}

@media (max-width:320px) {
    .lyNews .lyNews_main {
        padding: 20px 0;
    }
    .lyNews_head p {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .lyNews_head dl dd a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 12px;
        border-radius: 18px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
        height: 200px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt,
    .lyNews_list ul li .lyNewsList_con {
        padding: 10px 12px;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
        margin: 4px 0 0;
    }
    .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
        font-size: 16px;
    }
    .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .lyNews_list ul li .lyNewsList_con p {
        max-height: 66px;
        line-height: 22px;
    }
}

@media (max-width:280px) {
    .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
        height: auto;
        text-overflow: inherit;
        white-space: inherit;
    }
}

/* lyNews end */

/* lyPartner start */

.lyPartner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#particles-js {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.lyPartner .lyPartner_main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.lyPartner_main .lyPartner_head {
    margin-bottom: 50px;
}

.lyPartner_head p {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 40px;
    margin-bottom: 10px;
}

.lyPartner_head span {
    display: block;
    line-height: 30px;
    color: #999;
    font-size: 16px;
}

.lyPartner_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.lyPartner_list ul li {
    width: 20%;
    padding: 15px;
}

.lyPartner_list ul li p {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    position: relative;
}

.lyPartner_list ul li p img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyPartner_list ul li:hover p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyPartner_list ul li p::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 93, 172, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyPartner_list ul li:hover p::before {
    opacity: 1;
}

.lyPartner_list ul li p span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    opacity: 0;
}

.lyPartner_list ul li:hover p span {
    opacity: 1;
}

@media (max-width:1680px) {
    .lyPartner_main .lyPartner_head {
        margin-bottom: 40px;
    }
    .lyPartner_list ul li p {
        height: 140px;
    }
}

@media (max-width:1600px) {
    .lyPartner_head p {
        height: 44px;
        line-height: 44px;
        font-size: 36px;
        margin-bottom: 5px;
    }
    .lyPartner_head span {
        line-height: 25px;
        font-size: 15px;
    }
    .lyPartner_list ul li p {
        height: 130px;
    }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .lyPartner_head p {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
    }
    .lyPartner_list ul li p {
        height: 120px;
    }
    .lyPartner_list ul li p span {
        font-size: 16px;
    }
}

@media (max-width:1366px) {
    .lyPartner_head p {
        font-size: 30px;
    }
    .lyPartner_head span {
        line-height: 22px;
        font-size: 14px;
    }
    .lyPartner_list ul {
        margin: -12px;
    }
    .lyPartner_list ul li {
        padding: 12px;
    }
    .lyPartner_list ul li p {
        height: 108px;
    }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
    .lyPartner {
        height: auto;
        padding-bottom: 64px;
    }
    .lyPartner .lyPartner_main {
        margin: 0 auto;
        padding: 60px 0;
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .lyPartner_main .lyPartner_head {
        margin-bottom: 30px;
    }
    .lyPartner_list ul {
        margin: -10px;
    }
    .lyPartner_list ul li {
        padding: 10px;
    }
}

@media (max-width:1080px) {
    .lyPartner {
        padding-bottom: 60px;
    }
    .lyPartner_list ul li p {
        height: 100px;
    }
}

@media (max-width:1024px) {
    .lyPartner_list ul li p {
        height: 88px;
    }
}

@media (max-width:920px) {
    .lyPartner .lyPartner_main {
        padding: 40px 0;
    }
    .lyPartner_main .lyPartner_head {
        margin-bottom: 20px;
    }
    .lyPartner_list ul {
        margin: -5px;
    }
    .lyPartner_list ul li {
        padding: 5px;
    }
}

@media (max-width:820px) {
    .lyPartner {
        padding-bottom: 50px;
    }
    .lyPartner_list ul li p {
        height: 80px;
    }
}

@media (max-width:767px) {
    .lyPartner {
        padding-bottom: 40px;
    }
    .lyPartner_head p {
        font-size: 28px;
        margin-bottom: 0;
    }
    .lyPartner_list ul li {
        width: 50%;
    }
    .lyPartner_list ul li p {
        height: 90px;
    }
}

@media (max-width:390px) {
    .lyPartner_head p {
        font-size: 26px;
    }
}

@media (max-width:320px) {
    .lyPartner .lyPartner_main {
        padding: 20px 0;
    }
    .lyPartner_head p {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .lyPartner_list ul li p {
        height: 72px;
    }
}

@media (max-width:280px) {}

/* lyPartner end */

.filter {
    opacity: 1 !important;
}