.w100 {
    width: 100%;
}

footer {
    background-color: #222;
    padding: 85px 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

footer .w1660>.fl {
    width: 44%;
    position: relative;
}

footer .w1660>.fr {
    width: 51.8%;
    display: flex;
    justify-content: space-between;
}

footer .ewm p {
    line-height: 24px;
    color: #fff;
    text-align: center;
}

footer .address {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

footer .tel {
    box-sizing: border-box;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0px 0;
}

footer .tel img {
    display: block;
    margin-top: 6px;
    margin-left: 6px;
}

footer .tel span {
    display: block;
    padding: 1px 6px;
    box-sizing: border-box;
    font-size: 26px;
    color: #ff8a00;
    margin: 0 auto;
    float: right;
    line-height: 36px;
}

footer .tel2 {
    box-sizing: border-box;
    width: 249px;
    height: 40px;
    line-height: 40px;
}

footer .tel2 img {
    display: block;
    margin-top: 6px;
    margin-left: 6px;
}

footer .tel2 span {
    display: block;
    padding: 1px 6px;
    box-sizing: border-box;
    font-size: 26px;
    color: #ff8a00;
    margin: 0 auto;
    float: right;
    line-height: 36px;
}

footer .w1660>.fr ul {
    width: 20%;
}

footer .w1660>.fr ul a {
    display: block;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

footer .w1660>.fr ul>a:nth-child(1) {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.w1660 {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ewm {
    margin-right: 20px;
}

footer .ewm p {
    line-height: 24px;
    color: #FFF;
    text-align: center;
}

footer .address {
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
}

footer .tel {
    box-sizing: border-box;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0px 0;
}

footer .tel2 {
    box-sizing: border-box;
    width: 230px;
    height: 40px;
    line-height: 40px;
}

.clear {
    clear: both;
}

.footwenzi {
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    margin-top: 20px;
}

.index_pro {
    padding: 88px 0;
}

.index_news {
    padding: 100px 0;
}

.index_news .w1660>span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 40px;
}

.index_news .w1660>p {
    display: block;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 70px;
}


.index_news .swiper-slide>span {
    display: block;
    color: #333;
    font-size: 30px;
    margin-bottom: 55px;
    line-height: 50px;
    height: 50px;
}

.index_news .swiper-slide>.fl {
    width: 39.8%;
    border: 1px solid #e8e8e8;
}

.index_news .swiper-slide>.fl .pimg {
    width: 100%;
    height: 375px;
    overflow: hidden;
    position: relative;
}

.index_news .swiper-slide>.fl .pimg img {
    width: 100%;
    transition: .3s;
}

.index_news .swiper-slide>.fl .text {
    padding: 32px;
    height: 130px;
    box-sizing: border-box;
}

.index_news .swiper-slide>.fl .text .neirong {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news .swiper-slide .fr .pimg {
    width: 25%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.index_news .swiper-slide .fr .pimg img {
    width: 100%;
    transition: .5s;
}

.index_news .swiper-slide .fr .text {
    width: 71%;
}

.index_news .swiper-slide>.fr li:hover .pimg img {
    transform: scale(1.2);
}

.index_news .swiper-slide .fr .text .neirong {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news .swiper-slide .fr .text .tt {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.index_news .swiper-slide .fr .text .tt abbr {
    font-size: 18px;
    color: #999;
}

.index_news .tabs {
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff;
}

.index_news .tabs li {
    background-color: #eee;
    text-align: center;
    float: left;
    margin-left: 15px;
}

.index_news .tabs li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

.index_news .tabs li:hover {
    background-color: #ff8a00;
}

.index_news .tabs li.active {
    background-color: #ff8a00;
}

.index_news .tabs li:hover a {
    color: #fff;
}

.index_news .tabs li.active a {
    color: #fff;
}

.index_news .swiper-slide .fr {
    width: 56.9%;
}

.index_news .swiper-slide>.fl:hover .pimg img {
    transform: scale(1.2);
}

.index_news .text .tt p {
    font-size: 16px;
}

.index_pro .w1660>span {
    color: #000;
    font-size: 40px;
    display: block;
    text-align: center;
}

.index_pro .w1660>abbr {
    font-size: 16px;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #666;
    margin-bottom: 45px;
}

.index_pro .fl {
    width: 39.7%;
}

.index_pro .fr {
    width: 58.4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_pro .pro1 {
    width: 100%;
    background: url("/static/images/pro.jpg") repeat left bottom;
    overflow: hidden;
}

.index_pro .pro2 {
    width: 100%;
    background: url("/static/images/pro2.jpg") repeat left bottom;
    overflow: hidden;
    margin-bottom: 18px;
}

.index_pro .tt {
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.index_pro .tt img {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.index_pro .tt span {
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    line-height: 36px;
}

.index_pro .pro1 ul {
    padding: 14px 70px;
    box-sizing: border-box;
}

.index_pro li {
    padding: 10px;
    box-sizing: border-box;
}

.index_pro .pro1 ul li {
    width: 100%;
    position: relative;
    margin-bottom: 27px;
}

.index_pro .pro1 ul li .text {
    float: right;
    width: 87%;
}

.index_pro .pro1 ul li .text a {
    color: #FFF;
    font-size: 18px;
    width: 100%;
    display: block;
}

.index_pro .pro1 ul li .text abbr {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.index_pro .pro1 ul li i {
    background: url("/static/upload/image/20250707/fuwu_icon2.png") no-repeat;
    width: 36px;
    height: 37px;
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index_pro .pro1 ul li:nth-child(2) i {
    background-position-x: -61px;
}

.index_pro .pro1 ul li:nth-child(3) i {
    background-position-x: -121px;
}

.index_pro .pro1 ul li:nth-child(4) i {
    background-position-x: -185px;
}

.index_pro .pro1 ul li:nth-child(5) i {
    background-position-x: -242px;
}

.index_pro .pro1 ul li:nth-child(6) i {
    background-position-x: -305px;
}

.index_pro .pro2 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 22px 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.index_pro .pro2 ul li {
    width: 48%;
    position: relative;
    margin-bottom: 35px;
}

.index_pro li:hover {
    background-color: rgba(255, 255, 255, .2);
}

.index_pro .pro2 ul li .text {
    width: 80%;
    float: right;
}

.index_pro .pro2 ul li .text a {
    color: #FFF;
    font-size: 18px;
    width: 100%;
    display: block;
}

.index_pro .pro2 ul li .text abbr {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

.index_pro .pro2 ul li i {
    background: url("/static/upload/image/20250707/fuwu_icon3.png") no-repeat;
    display: block;
    /*background-position: -10px;*/
    background-size: 200px;
    width: 40px;
    height: 39px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

.index_pro .pro2 ul li:nth-child(2) i {
    background-position: -48px;
}

.index_pro .pro2 ul li:nth-child(3) i {
    background-position: -96px;
    width: 42px;
}

.index_pro .pro2 ul li:nth-child(4) i {
    background-position: -150px;
    width: 53px;
}

.index_pro .pro3 {
    width: 49%;
    background: url("/static/images/pro3.jpg") repeat left bottom;
    overflow: hidden;
}

.index_pro .pro3 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2px 10px 17px 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.index_pro .pro3 ul li {
    width: 100%;
    position: relative;
    margin-bottom: 14px;
}

.index_pro .pro3 ul li i {
    background: url("/static/upload/image/20250707/fuwu_icon4.png") no-repeat;
    display: block;
    width: 32px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

.index_pro .pro3 ul li:nth-child(2) i {
    background-position: -56px;
    width: 30px;
}

.index_pro .pro3 ul li:nth-child(3) i {
    background-position: -115px;
}

.index_pro .pro3 ul li .text {
    width: 88%;
    float: right;
}

.index_pro .pro3 ul li .text a {
    color: #fff;
    font-size: 18px;
    word-break: 100%;
    display: block;
}

.index_pro .pro3 ul li .text abbr {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

.index_pro .pro4 {
    width: 49%;
    background: url("/static/images/pro4.jpg") repeat left bottom;
    overflow: hidden;
}

.index_pro .pro4 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px 37px 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.index_pro .pro4 ul li {
    width: 400%;
    position: relative;
    margin-bottom: 14px;
}

.index_pro .pro4 ul li i {
    background: url("/static/upload/image/20250707/fuwu_icon5.png") no-repeat;
    display: block;
    width: 35px;
    height: 39px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

.index_pro .pro4 ul li:nth-child(2) i {
    background-position: -65px;
}

.index_pro .pro4 ul li:nth-child(3) i {
    background-position: -132px;
}

.index_pro .pro4 ul li .text {
    width: 88%;
    float: right;
}

.index_pro .pro4 ul li .text a {
    color: #FFF;
    font-size: 18px;
    width: 100%;
    display: block;
}

.index_pro .pro4 ul li .text abbr {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:1660px) {
    .w1660 {
        width: 90%;
    }

    footer .w1660>.fl {
        width: 36%;
    }

    .index_news .swiper-slide>.fl .pimg img {
        width: auto;
        height: 100%;
    }

    .index_pro .pro1 ul {
        padding: 24px 40px;
    }

    .index_pro .pro3 ul {
        padding: 18px 10px 0 20px;
    }

    .index_pro .pro3 ul li {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .w1660 {
        width: 90%;
    }
}

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

    footer {
        padding: 60px 0;
    }

    footer .w1660>.fr {
        width: 60%;
    }

    footer .ewm {
        display: none;
    }

    .index_news .w1660>span {
        font-size: 30px;
    }

    .index_pro {
        padding: 60px 0;
    }

    .index_pro .pro2 ul {
        padding: 45px 25px;
    }

    .index_pro .pro2 ul li .text {
        width: 80%;
    }

    .index_pro .pro1 ul li {
        margin-bottom: 32px;
    }

    .index_pro .pro4 ul {
        padding: 25px 10px 0 10px;
    }

    .index_pro .w1660>span {
        font-size: 32px;
    }

    .index_pro .pro3 ul li {
        margin-bottom: 14px;
    }

    .index_pro .pro2 {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1226px) {
    .index_pro .pro1 ul li {
        margin-bottom: 29px;
    }

    .index_pro .pro2 {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 1197px) {
    .index_pro .pro1 ul li {
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 1180px) {
    .index_news #tabs-container {
        margin-top: 110px;
    }

    .index_news .swiper-slide>.fl {
        display: none;
    }

    .index_news .swiper-slide .fr {
        width: 100%;
    }

    .index_news .swiper-slide>span {
        display: none;
    }

    .index_news .tabs {
        top: 100px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 860px;
    }

    .index_pro .fl {
        width: 100%;
    }

    .index_pro .pro1 ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
    }

    .index_pro .fr {
        width: 100%;
        margin-top: 20px;
    }

    .index_pro .pro1 ul li {
        width: 49%;
        padding: 20px;
    }

    .index_pro .pro1 ul li .text {
        width: 80%;
    }
}

@media screen and (max-width: 980px) {
    .index_news .tabs li a {
        padding: 15px;
    }
}

@media screen and (max-width: 900px) {
    footer .w1660>.fl {
        width: 473px;
        margin: 0 auto;
        float: none;
    }

    footer .ewm {
        display: block;
    }

    footer .w1660>.fr ul {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .index_news .tabs li {
        margin: 0;
        float: none;
    }

    .index_news .tabs li a {
        padding: 15px;
    }

    .index_news .tabs ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .index_news .tabs {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .index_news .tabs li a {
        padding: 15px;
        font-size: 14px;
    }

    .index_pro .pro1 ul li {
        margin-bottom: 15px;
    }

    .index_pro .tt span {
        font-size: 16px;
    }

    .index_pro .w1660>span {
        font-size: 20px;
    }

    .index_pro .w1660>abbr {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .index_pro .pro2 ul li {
        margin-bottom: 15px;
    }

    .index_pro .pro2 ul li .text abbr {
        font-size: 12px;
    }

    .index_pro .pro3 ul li .text abbr {
        font-size: 12px;
    }

    .index_pro .pro4 ul li .text abbr {
        font-size: 12px;
    }

    .index_pro .pro2 ul {
        padding: 25px;
    }

    .index_pro .pro1 ul li .text a {
        font-size: 14px;
    }

    .index_pro .pro1 ul li .text abbr {
        font-size: 12px;
    }

    .index_pro .tt {
        padding: 15px;
    }

    .index_pro .pro2 ul li .text a {
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .index_news .tabs li {
        margin-left: 7px;
    }

    .index_pro .pro1 ul li .text {
        width: 100%;
        text-align: center;
    }


    .index_pro .pro1 ul li .text abbr {
        display: none;
    }

    .index_pro .pro2 ul li {
        width: 24%;
    }

    .index_pro .pro2 ul li i {
        position: initial;
        margin: 0 auto;
        transform: translateY(0);
    }

    .index_pro .pro2 ul li .text {
        width: 100%;
        text-align: center;
    }

    .index_pro .pro2 ul li .text abbr {
        display: none;
    }

    .index_pro .pro3 ul li .text {
        width: 70%;
    }

    .index_pro .pro3 ul li .text abbr {
        display: none;
    }

    .index_pro .pro4 ul li .text abbr {
        display: none;
    }

    .index_pro .pro4 ul li {
        margin-bottom: 14px;
    }

    .index_pro .pro4 ul li .text {
        width: 70%;
    }

    .index_pro .pro1 ul li {
        width: 33%;
        margin-bottom: 0px;
        padding: 10px;
    }

    .index_pro .pro1 ul li .text a {
        font-size: 16px;
    }

    .index_pro .pro1 ul li i {
        position: initial;
        margin: 0 auto;
        float: none;
        transform: translateY(0);
    }

    .index_pro .pro2 ul li .text a {
        font-size: 16px;
    }
}