﻿/**banner start**/
.lyIdx_banner {
    width: 100%;
    height: 944px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyIdx_banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 555;
}

.lyIdx_banner .swiper-container1 {
    width: 100%;
    height: 944px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyIdx_banner .text {
    max-width: 70%;
    float: left;
}

.lyIdx_banner .text p {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-top: 40px;
}

.lyIdx_banner .text p:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    left: 0;
}

.lyIdx_banner .text p:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}

.lyIdx_banner .text span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    opacity: .35;
    letter-spacing: 1.5px;
}

.lyIdx_banner .text .more {
    width: 200px;
    height: 50px;
    background: #4376b2;
    position: relative;
    margin-top: 72px;
}

.lyIdx_banner .text .more img {
    margin-left: 10px;
    transition: all .4s ease;
}

.lyIdx_banner .text:hover .more img {
    margin-left: 13px;
}

.lyIdx_banner .text .more:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 50px 0;
    background: #97c428;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
}

.lyIdx_banner .text:hover .more:after {
    border-radius: 0;
}

.lyIdx_banner .text .more a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/*分页器*/
.lyIdx_banner .box {
    position: relative;
}

.lyIdx_banner .swiper-container1 .swiper-pagination {
    right: 68px;
    bottom: 60px !important;
    left: auto;
    width: auto;
}

.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 4px;
}

.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #97c428;
}

.lyIdx_banner .swiper-container1 .swiper-button-prev:after, .lyIdx_banner .swiper-container1 .swiper-rtl .swiper-button-next:after {
    display: none;
}

.lyIdx_banner .swiper-container1 .swiper-button-next:after, .lyIdx_banner .swiper-container1 .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.lyIdx_banner .swiper-button-prev, .lyIdx_banner .swiper-button-next {
    bottom: 40px;
    width: 58px;
    height: 58px;
    background: url(../images/prev.png) center no-repeat;
    right: 130px;
    left: auto;
    top: auto;
}

.lyIdx_banner .swiper-button-next {
    right: 0;
    background: url(../images/next.png) center no-repeat;
}

.lyIdx_banner .bascoll {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 9;
    animation: jump 3s linear infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-20%)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(20%)
    }
    to {
        transform: translateY(0)
    }
}

@media screen and (max-width: 1699px) {
    .lyIdx_banner {
        height: 844px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 844px;
    }
}

@media screen and (max-width: 1499px) {
    .lyIdx_banner {
        height: 744px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 744px;
    }
}

@media screen and (max-width: 1366px) {
    .lyIdx_banner {
        height: 644px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 644px;
    }

    .lyIdx_banner .text p {
        font-size: 40px;
        padding-top: 30px;
    }

    .lyIdx_banner .text span {
        font-size: 15px;
        letter-spacing: 0;
    }

    .lyIdx_banner .text .more {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1080px) {
    .lyIdx_banner {
        height: 500px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 500px;
    }

    .lyIdx_banner:after {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8));
    }

    .lyIdx_banner .text {
        max-width: 86%;
    }

    .lyIdx_banner .text p {
        font-size: 32px;
        padding-top: 30px;
    }

    .lyIdx_banner .text span {
        font-size: 12px;
    }

    .lyIdx_banner .text .more {
        width: 150px;
        margin-top: 30px;
    }

    .lyIdx_banner .swiper-button-prev, .lyIdx_banner .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: 40px 40px;
        right: 127px;
        background: #97c428 url(../images/prev.png) center no-repeat;
    }

    .lyIdx_banner .swiper-button-next {
        right: 0;
        background: #97c428 url(../images/next.png) center no-repeat;
    }

    .lyIdx_banner .swiper-container1 .swiper-pagination {
        right: 48px;
        bottom: 54px !important;
    }

    .lyIdx_banner .bascoll {
        display: none;
    }
}

@media screen and (max-width: 920px) {
    .lyIdx_banner {
        height: 450px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .lyIdx_banner {
        height: 400px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 400px;
    }

    .lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .lyIdx_banner .swiper-button-prev, .lyIdx_banner .swiper-button-next {
        bottom: 20px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        right: 84px;
    }

    .lyIdx_banner .swiper-button-next {
        right: 0;
        bottom: 20px;
    }

    .lyIdx_banner .swiper-container1 .swiper-pagination {
        right: 36px;
        bottom: 30px !important;
    }
}

@media screen and (max-width: 650px) {
    .lyIdx_banner {
        height: 280px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 280px;
    }

    .lyIdx_banner .text p {
        font-size: 26px;
        padding-top: 0;
    }

    .lyIdx_banner .text p:before, .lyIdx_banner .text p:after {
        display: none;
    }

    .lyIdx_banner .text span {
        font-size: 12px;
    }
}

@media screen and (max-width: 550px) {
    .lyIdx_banner {
        height: 250px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 250px;
    }
}

@media screen and (max-width: 414px) {
    .lyIdx_banner {
        height: 230px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 230px;
    }
}

@media screen and (max-width: 375px) {
    .lyIdx_banner {
        height: 200px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .lyIdx_banner {
        height: 180px;
    }

    .lyIdx_banner .swiper-container1 {
        height: 180px;
    }
}

/**banner end**/

/*首页产品展示*/
.ind_pro {
    background: #fff;
    padding: 75px 0;
    overflow: hidden;
}

.ind_pro .w1820 {
    position: relative;
}

.ind_bigtit {
    text-align: center;
}

.ind_bigtit span {
    font-size: 70px;
    line-height: 72px;
    color: rgba(0, 0, 0, .10);
    font-weight: bold;
    text-transform: uppercase;
    font-family: "pmzd";
}

.ind_bigtit p {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-top: -30px;
}

.ind_bigtit em {
    display: block;
    width: 70px;
    height: 7px;
    background: #1275b5;
    margin: 18px auto 0;
}

.ind_pro .ind_bigtit {
    text-align: left;
}

.ind_pro .ind_bigtit em {
    margin: 18px 0 0;
}

@media screen and (max-width: 1366px) {
    .ind_pro {
        padding: 60px 0;
    }

    .ind_bigtit span {
        font-size: 60px;
    }

    .ind_bigtit p {
        font-size: 34px;
    }

    .ind_bigtit em {
        width: 60px;
        height: 5px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1080px) {
    .ind_pro {
        padding: 45px 0;
    }

    .ind_bigtit span {
        font-size: 50px;
        line-height: 52px;
    }

    .ind_bigtit p {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ind_pro {
        padding: 30px 0;
    }

    .ind_bigtit span {
        font-size: 40px;
        line-height: 42px;
    }

    .ind_bigtit p {
        font-size: 24px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 500px) {
}

/*ind_ab 开始*/
.ind_ab {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 75px 0;
    background: url(../images/ind_ab_bg.jpg) center center repeat;
}

.ind_ab .ind_bigtit {
    text-align: left;
    width: 30%;
    float: left;
    margin-bottom: 48px;
}

.ind_ab .ind_bigtit p {
    margin-top: 0;
}

.ind_ab .ind_bigtit em {
    float: left;
}

.ind_ab .ind_ab_main {
    height: auto;
    position: relative;
}

.ind_ab_main .left {
    width: 50.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    bottom: 0;
}

.ind_ab_main .left span.font {
    font-size: 100px;
    color: rgba(0, 0, 0, 0.03);
    font-family: pmzd;
    text-transform: Uppercase;
    line-height: 100px;
    float: right;
}

.ind_ab_main .left img {
}

.ind_ab_main .left .url {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.ind_ab_main .left .url span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: circleScale1 4s linear infinite;
    -moz-animation: circleScale1 4s linear infinite;
    -ms-animation: circleScale1 4s linear infinite;
    animation: circleScale1 4s linear infinite;
}

.ind_ab_main .left .url span:nth-of-type(2) {
    animation-delay: 1s;
}

.ind_ab_main .left .url span:nth-of-type(3) {
    animation-delay: 2s;
}

@media (max-width: 1366px) {
    .ind_ab {
        padding: 60px 0;
    }

    .ind_ab .ind_bigtit {
        width: 40%;
    }

    .ind_ab_main .left span.font {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 1080px) {
    .ind_ab {
        padding: 45px 0;
    }

    .ind_ab .ind_bigtit {
        margin-bottom: 30px;
    }

    .ind_ab_main .left span.font {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 800px) {
    .ind_ab {
        padding: 60px 0;
    }

    .ind_ab_main .left {
        position: inherit;
    }
}

@media (max-width: 767px) {
    .ind_ab {
        padding: 30px 0;
    }
}

@keyframes circleScale1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.ind_ab_main .left .url a {
    font-size: 40px;
    display: block;
    width: 49px;
    height: 49px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #97c428;
    border-radius: 50%;
    position: absolute;
    left: 25%;
    bottom: 25%;
}

.ind_ab_main .right {
    width: 49.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
    background: #fff;
    border-top: 8px solid #1275b5;
    position: relative;
}

.ind_ab_main .right .right_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 8% 65px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ind_ab_main .right .right_main .ind_ab_title {
    height: auto;
}

.ind_ab_main .right .right_main .ind_ab_title span {
    font-size: 30px;
    color: #303030;
    line-height: 38px;
    font-weight: bold;
}

.ind_ab_main .right .right_main .ind_ab_title ul li {
    float: left;
    color: #999;
    display: inline-block;
    line-height: 25px;
    width: 100px;
    padding: 20px 0;
}

.ind_ab_main .right .right_main .ind_ab_title ul li:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../images/ind_ab_t1.png) center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.ind_ab_main .right .right_main .ind_ab_title ul li:nth-child(2):before {
    background: url(../images/ind_ab_t2.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_title ul li:nth-child(3):before {
    background: url(../images/ind_ab_t3.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_title:after {
    content: "";
    width: 70px;
    height: 5px;
    background: #97c428;
    display: inline-block;
}

.ind_ab_main .right .right_main .ind_ab_cont {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: 309px;
    color: #666;
    text-align: justify;
    margin: 46px auto 56px;
    /*padding: 0;*/
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ind_ab_main .right .right_main .ind_ab_cont p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.ind_ab_main .right .right_main .ind_ab_foot {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:last-child {
    margin: 0;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li a {
    height: auto;
    display: block;
    color: #999;
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
    transition: none;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:after {
    content: "";
    background: #97c428;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li .main:before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/ind_ab_f1.png) center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    float: left;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:nth-child(2) .main:before {
    background: url(../images/ind_ab_f2.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:nth-child(3) .main:before {
    background: url(../images/ind_ab_f3.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li .main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li span {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li p {
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    text-transform: Uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:hover a, .ind_ab_main .right .right_main .ind_ab_foot ul li:hover a span, .ind_ab_main .right .right_main .ind_ab_foot ul li:hover p {
    color: #fff;
    transition: none;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:hover:after {
    height: 100%;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:hover .main:before {
    background: url(../images/ind_ab_f1_on.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:nth-child(2):hover .main:before {
    background: url(../images/ind_ab_f2_on.png) center left no-repeat;
}

.ind_ab_main .right .right_main .ind_ab_foot ul li:nth-child(3):hover .main:before {
    background: url(../images/ind_ab_f3_on.png) center left no-repeat;
}

@media (max-width: 1600px) {
    .ind_ab_main .right .right_main {
        padding: 50px 7%;
    }

    .ind_ab_main .right .right_main .ind_ab_cont {
        height: 256px;
        -webkit-line-clamp: 9;
        margin: 36px auto 40px;
    }
}

@media (max-width: 1500px) {
    .ind_ab_main .right .right_main .ind_ab_cont {
        height: 224px;
        -webkit-line-clamp: 8;
        margin: 36px auto 40px;
    }
}

@media (max-width: 1366px) {
    .ind_ab_main .right .right_main .ind_ab_cont {
        height: 196px;
        -webkit-line-clamp: 7;
        margin: 36px auto 40px;
    }

    .ind_ab_main .right .right_main .ind_ab_cont {
        margin: 32px auto;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li {
        margin: 0 8px 0 0;
    }
}

@media (max-width: 1280px) {
    .ind_ab_main .right .right_main .ind_ab_cont {
        margin: 22px auto;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li {
        width: 31%;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li .main {
        padding: 15px 38%;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li span, .ind_ab_main .right .right_main .ind_ab_foot ul li p {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ind_ab_main .right .right_main {
        padding: 30px 7%;
    }

    .ind_ab_main .right .right_main .ind_ab_cont {
        -webkit-line-clamp: 10;
    }
}

@media (max-width: 1080px) {
    .ind_ab_main .right .right_main .ind_ab_cont {
        height: 168px;
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 1024px) {
    .ind_ab_main .left, .ind_ab_main .right {
        width: 100%;
        position: static;
    }

    .ind_ab_main .left .url {
        display: none;
    }

    .ind_ab_main .right .right_main .ind_ab_title ul li {
        width: auto;
        padding: 20px 4% 20px 0;
        font-size: 16px;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li span, .ind_ab_main .right .right_main .ind_ab_foot ul li p {
        display: none;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li {
        width: 32%;
        margin: 0 2% 0 0;
    }
}

@media (max-width: 767px) {
    .ind_ab_main .right .right_main .ind_ab_title span {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .ind_ab_main .right .right_main .ind_ab_foot ul li .main {
        padding: 15px 36px;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li span, .ind_ab_main .right .right_main .ind_ab_foot ul li p {
        display: none;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li {
        width: 31%;
        margin: 0 3% 0 0;
    }
}

@media screen and (max-width: 424px) and (min-width: 376px) {
    .ind_ab_main .right .right_main .ind_ab_title ul li {
        padding: 20px 4% 20px 0;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .ind_ab_main .right .right_main {
        padding: 28px 5%;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li .main {
        padding: 15px 29px;
    }
}

@media screen and (max-width: 374px) and (min-width: 321px) {
    .ind_ab_main .right .right_main .ind_ab_title ul li {
        padding: 20px 3% 20px 0;
        font-size: 14px;
    }

    .ind_ab_main .right .right_main .ind_ab_title ul li:before {
        padding-left: 5px;
    }
}

@media (max-width: 320px) {
    .ind_ab_main .right .right_main .ind_ab_title span {
        font-size: 24px;
    }

    .ind_ab_main .right .right_main .ind_ab_title ul {
        display: none;
    }

    .ind_ab_main .right .right_main .ind_ab_title:after {
        margin-top: 10px;
    }

    .ind_ab_main .right .right_main .ind_ab_foot ul li .main {
        padding: 15px 25px;
    }
}

/*ind_ab 结束*/

/*首页解决方案*/
/*解决方案 开始*/
.IProduct {
    width: 100%;
    height: 840px;
    position: relative;
}

.IProduct .mySwiper4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.IProduct .mySwiper4 .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all .4s ease;
}

.IProduct .mySwiper4 .swiper-slide.active {
    opacity: 1;
}

.IProduct .mySwiper4 .swiper-slide .IProduct_con {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 2.6%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99
}

.IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
    width: 38%;
    padding: 40px;
    background: #1275b596;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
    transition: all .5s ease-out;
}

.IProduct .mySwiper4 .swiper-slide.active .IProduct_con .IProduct_text {
    left: 2.6%;
}

.IProduct_text .IProduct_tit {
    width: 254px;
    position: relative;
}

.IProduct_text .IProduct_tit b {
    font-size: 40px;
    color: #fff;
}

.IProduct_text .IProduct_tit em {
    display: block;
    width: 70px;
    height: 7px;
    background: #97c428;
    margin: 18px auto 0;
    margin: 18px 0 0;
}

.IProduct_text a.IProduct_name {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px auto 15px;
    padding: 0;
}

.IProduct_text .IProduct_tit i {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #006bd5;
    position: absolute;
    bottom: -2px;
}

.IProduct_text p {
    width: 100%;
    height: 96px;
    overflow: hidden;
    line-height: 32px;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.IProduct_text a.IProduct_btn {
    display: block;
    width: 128px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #717171;
    margin: 20px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.IProduct_text a.IProduct_btn:hover {
    color: #fff;
    background-color: #015cac;
    border: 1px solid #015cac;
}

.IProduct_text .fa_btn {
    background: #97c428;
    width: 100%;
    padding: 0 40px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.IProduct_text .fa_btn a {
    display: block;
    width: 100%;
    color: #fff;
}

.IProduct_text .fa_btn a img {
    float: right;
    margin-top: 20px;
}

.IProduct .mySwiper3 {
    width: 388px;
    height: 100%;
    overflow: inherit;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #1275b5ba;
    z-index: 100;
    padding: 50px 0 60px;
}

.IProduct .mySwiper3 .swiper-slide {
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.IProduct .mySwiper3 .swiper-slide .fa_xqh {
    height: 100%; /*border-bottom: 1px solid rgba(255,255,255,.35); */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
}

.IProduct .mySwiper3 .swiper-slide:last-child .fa_xqh {
    border: 0;
}

.IProduct .mySwiper3 .swiper-slide a.pIco {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: relative;
    margin-right: 18px;
}

.IProduct .mySwiper3 .swiper-slide:hover a.pIco {
}

.IProduct .mySwiper3 .swiper-slide a.pIco img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.IProduct .mySwiper3 .swiper-slide a.pName {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: calc(100% - 62px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide.active, .IProduct .mySwiper3 .swiper-slide-thumb-active {
    background: rgba(0, 123, 185, .9);
    margin-left: -150px;
    z-index: 99;
    width: 120%;
}

.IProduct .mySwiper3 .swiper-slide:hover a.pName, .IProduct .mySwiper3 .swiper-slide-thumb-active a.pName {
    color: #fff;
}

@media (max-width: 1366px) {
    .IProduct {
        height: 740px;
    }

    .IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
    }

    .IProduct_text .IProduct_tit b {
        font-size: 34px;
    }

    .IProduct_text .IProduct_tit em {
        width: 60px;
        height: 5px;
        margin-top: 10px;
    }

    .IProduct .mySwiper3 {
        width: 300px;
    }

    .IProduct .mySwiper3 .swiper-slide .fa_xqh {
        padding-left: 30px;
    }

    .IProduct .mySwiper3 .swiper-slide a.pName {
        font-size: 18px;
    }

    .IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .on, .IProduct .mySwiper3 .swiper-slide-thumb-active {
        margin-left: -80px;
    }
}

@media (max-width: 1080px) {
    .IProduct {
        height: 600px;
    }

    .IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
        width: 45%;
        padding: 20px;
    }

    .IProduct_text .IProduct_tit b {
        font-size: 30px;
    }

    .IProduct_text .fa_btn {
        line-height: 50px;
    }

    .IProduct_text a.IProduct_name {
        font-size: 20px;
        margin: 10px auto 5px;
    }

    .IProduct .mySwiper3 {
        width: 180px;
        overflow: hidden;
    }

    .IProduct .mySwiper3 .swiper-slide a.pIco {
        display: none;
    }

    .IProduct .mySwiper3 .swiper-slide a.pName {
        font-size: 16px;
        width: calc(100% - 20px);
    }

    .IProduct .mySwiper3 .swiper-slide:hover, .IProduct .mySwiper3 .swiper-slide.active, .IProduct .mySwiper3 .swiper-slide-thumb-active {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .IProduct {
        height: 500px;
    }

    .IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
        padding: 15px;
    }

    .IProduct_text .IProduct_tit b {
        font-size: 22px;
    }

    .IProduct_text a.IProduct_name {
        font-size: 18px;
    }

    .IProduct_text p {
        font-size: 15px;
        height: 56px;
        -webkit-line-clamp: 2;
        display: none;
    }

    .IProduct_text .fa_btn {
        padding: 0 20px;
        line-height: 42px;
    }

    .IProduct_text .fa_btn a img {
        margin-top: 12px;
    }

    .IProduct .mySwiper3 {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .IProduct {
        height: 400px;
    }

    .IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
    }

    .IProduct .mySwiper3 {
        width: 120px;
    }

    .IProduct .mySwiper3 .swiper-slide .fa_xqh {
        padding-left: 20px;
    }

    .IProduct .mySwiper3 .swiper-slide a.pName {
        font-size: 15px;
        width: calc(100% - 20px);
    }
}

@media (max-width: 414px) {
    .IProduct {
        height: 340px;
    }

    .IProduct .mySwiper4 .swiper-slide .IProduct_con .IProduct_text {
        width: 54%;
    }
}

/*解决方案 结束*/

/*首页新闻*/
.ind_news {
    padding: 75px 0;
    background: #f1f4f9;
    overflow: hidden;
    position: relative;
}

#particles-js {
    position: absolute;
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 0;
}

.ind_news .w1820 {
    position: relative;
    z-index: 222;
}

.ind_news .tj_new {
    width: calc(100% - 64px);
    background: #fff;
    padding: 40px;
    float: left;
    margin-top: 55px;
    position: relative;
    transition: all .6s ease;
}

.ind_news .tj_new:hover {
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

.ind_news .tj_new .pic {
    display: block;
    width: 45%;
    height: 408px;
    float: left;
    overflow: hidden;
}

.ind_news .tj_new .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_news .tj_new .text {
    width: 52.5%;
    float: right;
    margin-top: 60px;
}

.ind_news .tj_new .text .icon p {
    float: left;
    font-size: 14px;
    color: #999;
    background: url(../images/tjnico1.png) left center no-repeat;
    padding-left: 25px;
}

.ind_news .tj_new .text .icon p:nth-of-type(2) {
    margin-left: 30px;
    background: url(../images/tjnico2.png) left center no-repeat;
}

.ind_news .tj_new .text em {
    display: block;
    width: 66px;
    height: 1px;
    background: #97c428;
    margin: 25px 0;
}

.ind_news .tj_new .text .name {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease;
}

.ind_news .tj_new:hover .text .name {
    color: #97c428;
}

.ind_news .tj_new .text .ms {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    height: 84px;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ind_news .tj_new .text .more {
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    text-align: center;
    float: left;
    background: #97c428;
}

.ind_news .tj_new .text .more {
    margin: -2px 0 0 5px;
}

.ind_news .tj_new .newall {
    display: block;
    width: 60px;
    height: 216px;
    position: absolute;
    right: -60px;
    top: 0;
}

.ind_news ul {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.ind_news ul li {
    width: 32.33333%;
    margin-right: 1.5%;
    float: left;
    padding: 40px;
    background: #fff;
    transition: all .4s ease;
}

.ind_news ul li:nth-child(3n) {
    margin-right: 0;
}

.ind_news ul li:hover {
    background: url(../images/newlibg.png) center bottom no-repeat;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    position: relative;
}

.ind_news ul li .left {
    width: 80px;
    float: left;
}

.ind_news ul li .left .time {
    text-align: right;
}

.ind_news ul li .left .time p {
    font-size: 15px;
}

.ind_news ul li .left .time span {
    font-size: 24px;
    font-weight: bold;
}

.ind_news ul li:hover .left .time {
    color: #fff;
}

.ind_news ul li .left em {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/dian1.png) no-repeat;
    float: right;
    margin-top: 34px;
}

.ind_news ul li .right {
    width: calc(100% - 15px);
    /*float: right;*/
}

.ind_news ul li .right .name {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    color: #1275b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
    white-space: nowrap;
}

.ind_news ul li:hover .right .name {
    color: #333333;
}


.ind_news ul li .right .ms_time{
    font-size: 17px;
    margin: 17px 0 8px 0px;
}

.ind_news ul li .right .ms {
    font-size: 16px;
    color: #121111;
    line-height: 28px;
    height: 84px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}

.ind_news ul li:hover .right .ms {
    color: #2a2a2a;
}

@media (max-width: 1366px) {
    .ind_news {
        padding: 60px 0;
    }

    .ind_news .tj_new {
        margin-top: 35px;
        padding: 20px;
    }

    .ind_news .tj_new .pic {
        height: 320px;
    }

    .ind_news .tj_new .text {
        margin-top: 40px;
    }

    .ind_news .tj_new .text em {
        margin: 15px 0 25px;
    }

    .ind_news .tj_new .text .name {
        font-size: 24px;
    }

    .ind_news .tj_new .text .ms {
        margin: 15px 0;
    }

    .ind_news ul {
        margin-top: 20px;
    }

    .ind_news ul li {
        padding: 20px;
    }
}

@media (max-width: 1080px) {
    .ind_news {
        padding: 45px 0;
    }

    .ind_news .tj_new {
        margin-top: 30px;
        width: 100%;
    }

    .ind_news .tj_new:after {
        display: none;
    }

    .ind_news .tj_new .pic {
        height: 280px;
    }

    .ind_news .tj_new .text {
        margin-top: 20px;
    }

    .ind_news .tj_new .text .name {
        font-size: 22px;
    }

    .ind_news ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .ind_news {
        padding: 30px 0;
    }

    .ind_news .tj_new .pic {
        width: 100%;
    }

    .ind_news .tj_new .text {
        width: 100%;
    }

    .ind_news .tj_new .text em {
        display: none;
    }

    .ind_news .tj_new .text .name {
        margin-top: 15px;
    }

    .ind_news .tj_new .text .ms {
        margin: 10px 0 15px;
    }
}

/*友情链接 begin*/
.link {
    width: 100%;
}

.link .link_Main {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.link .left {
    width: 130px;
    line-height: 120px;
    float: left;
    color: #fff;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.link .left img {
    margin-right: 10px;
}

.link .right {
    width: calc(100% - 140px);
    float: left;
    padding: 46px 0;
}

.link .right a {
    color: rgba(255, 255, 255, .6);
    float: left;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    margin-right: 10px;
}

.link .right a:hover {
    color: #fff;
}

@media (max-width: 1560px) {
    .link .left {
        line-height: 90px;
        font-size: 17px;
    }

    .link .right {
        padding: 30px 0;
    }

    .link .right a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .link .left {
        line-height: 80px;
        font-size: 16px;
    }

    .link .right {
        padding: 26px 0;
    }

    .link .right a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .link {
        padding: 20px 0 15px;
        overflow: hidden;
        display: none;
    }

    .link .link_Main {
        display: block !important;
    }

    .link .left {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }

    .link .left img {
        width: 26px;
    }

    .link .right {
        width: 100%;
        padding: 10px 0 0;
    }

    .link .right a {
        font-size: 15px;
        line-height: 28px;
    }
}

/*友情链接 end*/


/*首页产品中心*/
.lyIdxPro_r {
    position: absolute;
    top: 25px;
    right: 0;
    width: 50%;
    overflow: hidden;
    height: 54px;
}

.lyIdxPro_r .swiper-container {
    width: 100%;
    float: right;
}

.lyIdxPro_r .swiper-container ul li {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    height: 54px;
    line-height: 54px;
}

.lyIdxPro_r .swiper-container ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    /*padding: 0 10px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lyIdxPro_r .swiper-container ul li:hover, .lyIdxPro_r .swiper-container ul li.on {
    background: #97c428;
    border: 1px solid #97c428;
}

.lyIdxPro_r .swiper-container ul li:hover a, .lyIdxPro_r .swiper-container ul li.on a {
    color: #fff;
    font-weight: bold;
}

.lyIdxPro_list ul {
    display: none;
}

.lyIdxPro_list ul.on {
    display: block;
}

.lyIdxPro_list ul {
    min-height: 300px;
    margin-top: 40px;
}

.lyIdxPro_list ul li {
    width: 32.6667%;
    height: 384px;
    padding: 30px;
    float: left;
    background: #f1f4f9;
    margin: 0 1% 12px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyIdxPro_list ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #97c428;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyIdxPro_list ul li:hover:after {
    width: 100%;
}

.lyIdxPro_list ul li:nth-child(3n+3) {
    margin-right: 0;
}

.lyIdxPro_list ul li:first-child {
    height: 780px;
    background: #97c428;
    background-image: linear-gradient(118deg, #1275b5, #accbdc);
    position: relative;
}

.lyIdxPro_list ul li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 60px;
    background: url(../images/langh.png) no-repeat;
    width: 591px;
    height: 219px;
    background-size: 100%;
    z-index: 1;
    left: inherit;
}

.lyIdxPro_list ul li .lyIdxPro_img {
    width: 60%;
    height: 320px;
    position: relative;
    overflow: hidden;
    float: right;
    z-index: 2;
}

.lyIdxPro_list ul li .lyIdxPro_img img {
    display: block;
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
}

.lyIdxPro_list ul li .pro_name {
    width: 40%;
    float: left;
}

.lyIdxPro_list ul li .pro_name a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #1275b5;
    margin-bottom: 15px;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 10px;
}

.lyIdxPro_list ul li .pro_name a:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #97c428;
    margin: 10px 0 0;
}

.lyIdxPro_list ul li .pro_name p {
    display: none;
}

.lyIdxPro_list ul li .pro_name p span {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 40px 0 0;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    min-width: 100px;
    min-height: 20px;
}

.lyIdxPro_list ul li .pro_name p span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 7px 3px 0;
}

.lyIdxPro_list ul li:hover .lyIdxPro_img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.lyIdxPro_list ul li a.more {
    display: none;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #1275b5;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
}

.lyIdxPro_list ul li a.more img {
    display: inline-block;
    margin: -2px 0 0 10px;
}

.lyIdxPro_list ul li:hover a.more {
    display: block;
}

.lyIdxPro_list ul li:first-child .pro_name p {
    display: block;
}

.lyIdxPro_list ul li:first-child .pro_name a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.lyIdxPro_list ul li:last-child {
    margin-right: 0;
}

.lyIdxPro_list ul li:first-child .pro_name a {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

.lyIdxPro_list ul li:first-child a.more {
    display: block;
    left: inherit;
    right: 50px;
    bottom: 50px;
}

.lyIdxPro_list ul li:first-child .pro_name {
    width: 100%;
}

.lyIdxPro_list ul li:first-child .lyIdxPro_img {
    width: 100%;
    margin: 30px 0 0;
    height: 500px;
}

@media (max-width: 1680px) {
    .lyIdxPro_list ul li a.more {
        width: 155px;
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 1600px) {
    .lyIdxPro_r {
        width: 55%;
    }

    .lyIdxPro_list ul li .pro_name p span {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .lyIdxPro_list ul li:first-child a.more {
        bottom: 40px;
        right: 45px;
    }
}

@media (max-width: 1560px) {
    .lyIdxPro_r .swiper-container ul li {
        height: 50px;
        line-height: 50px;
    }

    .lyIdxPro_r .swiper-container ul li a {
        font-size: 18px;
    }

    .lyIdxPro_list ul li .pro_name a {
        font-size: 18px;
    }

    .lyIdxPro_list ul li a.more {
        width: 150px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        left: 25px;
        bottom: 25px;
    }
}

@media (max-width: 1440px) {
    .lyIdxPro_r {
        width: 60%;
    }
}

@media (max-width: 1366px) {
    .lyIdxPro_list ul li {
        padding: 25px;
        height: 375px;
    }

    .lyIdxPro_list ul li .lyIdxPro_img {
        width: 100%;
        height: 200px;
    }

    .lyIdxPro_list ul li .pro_name p span {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .lyIdxPro_list ul li .pro_name {
        width: 100%;
    }

    .lyIdxPro_list ul li:first-child {
        height: 762px;
    }

    .lyIdxPro_list ul li a.more {
        width: 145px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        left: 25px;
        bottom: 25px;
    }

    .lyIdxPro_list ul li:first-child .pro_name a {
        font-size: 24px;
    }

    .lyIdxPro_list ul li:first-child:after {
        width: 400px;
    }

    .lyIdxPro_list ul li:first-child a.more {
        bottom: 30px;
        right: 35px;
    }

    .lyIdxPro_list ul li:first-child .lyIdxPro_img {
        height: 450px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
    .lyIdxPro_r {
        width: 65%;
    }
}

@media (max-width: 1080px) {
    .lyIdxPro_r .swiper-container ul li {
        height: 48px;
        line-height: 48px;
    }

    .lyIdxPro_r .swiper-container ul li a {
        font-size: 16px;
    }

    .lyIdxPro_list ul li {
        padding: 25px;
        height: 345px;
    }

    .lyIdxPro_list ul li:first-child {
        height: 702px;
    }

    .lyIdxPro_list ul li .lyIdxPro_img {
        width: 100%;
        height: 180px;
    }

    .lyIdxPro_list ul li .pro_name p span {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        margin-bottom: 7px;
    }

    .lyIdxPro_list ul li .pro_name {
        width: 100%;
    }

    .lyIdxPro_list ul li .pro_name a {
        font-size: 16px;
    }

    .lyIdxPro_list ul li a.more {
        width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        left: 25px;
        bottom: 20px;
    }

    .lyIdxPro_list ul li:first-child .pro_name a {
        font-size: 22px;
    }

    .lyIdxPro_list ul li:first-child:after {
        width: 400px;
    }

    .lyIdxPro_list ul li:first-child a.more {
        bottom: 30px;
        right: 35px;
    }

    .lyIdxPro_list ul li:first-child .lyIdxPro_img {
        height: 400px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 920px) {
    .lyIdxPro_list ul li:first-child .pro_name a {
        font-size: 20px;
    }

    .lyIdxPro_list ul li a.more {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        left: 20px;
        bottom: 20px;
    }

    .lyIdxPro_list ul li:first-child {
        width: 100%;
    }

    .lyIdxPro_list ul li .pro_name p span {
        font-size: 14px;
    }

    .lyIdxPro_list ul li:first-child a.more {
        bottom: 20px;
        right: 30px;
    }

    .lyIdxPro_list ul li {
        padding: 20px;
        height: 350px;
        width: 49.5%;
    }

    .lyIdxPro_list ul li:first-child .lyIdxPro_img {
        height: 240px;
    }

    .lyIdxPro_list ul li .pro_name {
        width: 100%;
    }

    .lyIdxPro_list ul li .lyIdxPro_img {
        width: 100%;
        height: 180px;
    }

    .lyIdxPro_r {
        width: 65%;
    }

    .lyIdxPro_r .swiper-container ul li {
        height: 44px;
        line-height: 44px;
    }

    .lyIdxPro_r .swiper-container ul li a {
        font-size: 16px;
    }

    .lyIdxPro_list ul li .pro_name a {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .lyIdxPro_list ul li:first-child:after {
        bottom: -15px;
        width: 591px;
    }

    .lyIdxPro_list ul li:first-child {
        height: 490px;
    }
}

@media (max-width: 820px) {
    .lyIdxPro_r {
        position: inherit;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lyIdxPro_list ul li {
        width: 100%;
    }

    .lyIdxPro_list ul li .pro_name p span {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .lyIdxPro_list ul li:first-child:after {
        width: 450px;
    }
}

@media (max-width: 390px) {
    .lyIdxPro_r .swiper-container ul li a {
        font-size: 15px;
    }

    .lyIdxPro_list ul li:first-child:after {
        width: 360px;
    }
}

@media (max-width: 320px) {
}

@media (max-width: 280px) {
}

