﻿*,h4,h5,h6 {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    border-bottom: 1px solid #DFE1E6;
}
.header_pack{
    display:flex;
    justify-content:space-between;
}
.logo{
    height:80px;
    padding:10px 0;
}
.logo img {
    max-height:100%;
    display:block;
}
.logo a {
    display:block;
    height:100%;
}
.w_nav{
    display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
    .w_nav > li > a {
        display: block;
        font-size: 18px;
        line-height: 77px;
        border-bottom:3px solid transparent;
        color: #000000;
    }
    .w_nav > li.active > a {
        color: #BA0A20;
        font-weight: bold;
        border-bottom-color: #BA0A20;
    }
    .er_nav {
        width:100%;
        border:1px solid #999;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        padding:5px 0;
        display:none;
    }
        .er_nav > li > a {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 32px;
            color: #000000;
        }
            .er_nav > li > a:hover {
                color:#BA0A20;
            }
            .nei-banner {
                position: relative;
            }
.nei-banner img {
    width:100%;
    display:block;
}
    .nei-banner .banner_cont  {
        position:absolute;
        width:100%;
        max-width:1400px;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        text-align:center;
    }
.banner_cont h3 {
    font-size:60px;
    line-height:87px;
    color:#fff;
}
.banner_cont p {
    font-size:20px;
    color:rgba(255,255,255,.8);
    line-height:30px;
    margin-top:20px;
}
.news {
    padding:120px 0;
}
.news_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.news_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .news_list li a {
        height: 100%;
        background: #F8F9FC;
        display:block;
    }
.news_list_cont{
    padding:30px;
}
    .news_list_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .news_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #878787;
        margin-top:15px;
    }
footer {
    background: #000000;
}
.footer_pack{
     display:flex;
     justify-content:space-between;
     padding:50px 0;
}
.footer_add {
    width:30%;
}
.footer_add h4 {
    font-size:20px;
    line-height:30px;
    color:rgba(255,255,255,.8);
    padding-left:26px;
}
.footer_add p {
    font-size:16px;
    line-height:24px;
    display:flex;
    align-items:flex-start;
    font-size:16px;
    line-height:24px;
    color:rgba(255,255,255,.8);
    margin:10px 0;
}
    .footer_add p img {
        max-width:16px;
        display:block;
        margin-top:5px;
    }
    .footer_add p span {
        width:calc(100% - 16px);
        padding-left:10px;
    }
.footer_code {
    width:100px;
}
.copyright {
    padding-left:26px;
}
.news_detail {
    padding:30px 0 0;
}
.news_nav {
    font-size: 16px;
    line-height: 24px;
    color: #959595;
}
    .news_nav a {
        color: #959595;
    }
.NewsDetail001 {
    margin:50px 0 0;
    
}
.NewsDetail001-item {
    padding-bottom:100px;
}
.NewsDetail001-title {
    padding-bottom: 28px;
    border-bottom: 1px solid #EEEEEE;
}
    .NewsDetail001-title h3{
        font-size:30px;
        color:#000;
    }
.news_gl {
    padding: 75px 0 83px;
    background: #F8F9FC;
}
    .news_gl h3 {
        font-size: 40px;
        line-height: 58px;
        color: #000000;
    }
.news_glswiper{
    overflow:hidden;
    margin-top:48px;
}
.news_glswiper a {
    display:block;
    background:#fff;
    height:100%;
}
.news_glswiper_cont {
    padding:30px;
}
.news_glswiper_cont h4 {
    font-size:16px;
    line-height:24px;
    color:#000;
}
    .news_glswiper_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #878787;
        margin-top:15px;
    }
.news_list li a:hover img,
.news_glswiper a:hover img{
    transform: scale(1.1);
}
.news_list li a:hover h4,
.news_glswiper a:hover h4 {
    color: #BA0A20;
}
.products {
    padding:115px 0 120px;
}
.public_title {
    text-align:center;
}
    .public_title h3 {
        font-size: 40px;
        line-height: 58px;
        color: #000000;
    }
.products_list_pack {
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}
.products_cont {
    width:32%;
}
.products_title {
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.products_title_icon {
    width:20px;
}
.products_title_icon img {
    max-width:100%;
    display:block;
}
.products_title p {
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}
.products_cont_list {
    background: #F8F9FC;
    padding:20px 30px;
}
.products_cont_list_text li {
    padding:10px 0 10px 16px;
    position:relative;
}
    .products_cont_list_text li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #B8B8B8;
        border-radius:50%;
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
    }
    .products_cont_list_text li a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }
.faq_contlist li::before {
    display: none;
}
.faq_contlist li {
    border-bottom: 1px solid #EBEBEB;
    padding:16.5px 0;
}
.faq_contlist li a {
    display: block;
}
.faq_contlist li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #C7C7C7;
    margin-top:9px;
}
    .faq_contlist li a:hover,
    .products_cont_list_text li:hover a {
        color: #BA0A20;
    }
.products_cont_list_text li:hover::before {
    background:#BA0A20;
}
.products_plate2{
    margin-top:115px;
}
.products_plate2_cont{
    margin-top:60px;
}
.products_plate2_list {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.products_plate2_list li {
    width:18%;
    text-align:center;
}
.products_plate2_icon{
    height:60px;
}
.products_plate2_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.products_plate2_pack p {
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    margin-top:17px;
}
.about_plate3_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
    justify-content: center;
}

    .about_plate3_list li {
        width: 33.333%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

.about_plate3_list_pack {
    background: rgb(248, 249, 251);
    padding: 40px;
    height: 100%;
}

.about_plate3_list_icon {
    height: 72px;
}

    .about_plate3_list_icon img {
        max-height: 100%;
        display: block;
        margin: auto;
    }

.about_plate3_list_text {
    margin-top: 19px;
    text-align: center;
}

    .about_plate3_list_text h4 {
        font-size: 22px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }

        .about_plate3_list_text h4::after {
            content: "";
            width: 28px;
            height: 2px;
            background: #BA0A20;
            margin: 25.5px auto 0;
            display: block;
        }

    .about_plate3_list_text p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
        color: rgb(102, 102, 102);
    }

.about_plate3_list_pack:hover h4,
.about_plate3_list_pack:hover p {
    color: #fff;
}

    .about_plate3_list_pack:hover h4::after {
        background: #fff;
    }

.about_plate3_list_pack:hover {
    background: #BA0A20;
}
.channel{
    padding:120px 0 90px;
}
.channel_palte2 {
    padding:95px 0 140px;
    background:url(../images/cbg.jpeg) no-repeat center/cover;
}
.channel_palte2_form{
    margin-top:50px;
}
    .channel_palte2_form h4 {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }
.channel_palte2_input {
    display:flex;
    flex-wrap:wrap;
    margin:10px 0 0;
}
    .channel_palte2_input input {
        width: 31%;
        border: none;
        border-bottom: 1px solid #D6D6D6;
        padding:20px 0;
        font-size:18px;
        line-height:26px;
        background:transparent;
        margin-right:2.3%;
    }
        .channel_palte2_input input::-webkit-input-placeholder {
            color: #000000;
        }
        .submit {
            width:150px;
            line-height:50px;
            background:#BA0A20;
            color:#fff;
            text-align:center;
            font-size:16px;
            margin:50px auto 0;
            cursor:pointer;
        }
.case_list {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.case_list {
    display:flex;
    justify-content:center;
}
.case_list li {
    padding:0 30px;
}
.case_list li a {
    display:block;
    font-size:24px;
    line-height:35px;
    padding-bottom:20px;
    border-bottom:2px solid transparent;
    font-weight:bold;
    color:#fff;
}
    .case_list li a.active {
        border-bottom-color:#fff;
    }
.case_plate1 {
    padding:115px 0 100px;
}
.case_plate1_list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:50px 0 0;
}
.case_plate1_list li {
    width:calc(50% - 10px);
    margin-bottom:20px;
}
.case_plate1_pack {
    background: #F8F9FC;
    padding:65px;
}
    .case_plate1_pack:hover {
        background:#BA0A20;
    }
        .case_plate1_pack:hover h4,
        .case_plate1_pack:hover p{
            color: #fff;
        }
        .case_plate1_pack:hover hr {
            background:#fff;
        }
        .case_plate1_pack:hover img {
            filter: grayscale(100%) contrast(5) invert(100%);
        }
    .case_plate1_icon {
        height: 64px;
    }
.case_plate1_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.case_plate1_cont{
    margin-top:36px;
    text-align:center;
}
    .case_plate1_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
    .case_plate1_cont hr {
        background :#DBDBDB;
        margin:30px 0;
    }
    .case_plate1_cont p {
        font-size: 18px;
        line-height: 24px;
        color: #666666;
    }
    .y1200 {
        max-width:1220px;
        padding:0 10px;
        margin:0 auto;
    }
.case_plate2 {
    padding: 95px 0 60px;
    background: #F8F9FC;
}
.case_plate2_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:60px -30px 0;
}
.case_plate2_list li {
    width:33.333%;
    padding:0 30px;
    margin-bottom:60px;
}
.case_plate2_icon {
    height:64px;
}
.case_plate2_icon img {
    max-height:100%;
    display:block;
}
.case_plate2_cont {
    margin-top: 28px;
}
    .case_plate2_cont h4 {
        font-size: 28px;
        line-height: 40px;
        color: #000000;
    }
    .case_plate2_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-top:22px;
    }
.case_plate2_pack {
    padding-bottom: 28px;
    height:100%;
    border-bottom: 1px solid #DBDBDB;
}
.case_plate2_pack:hover h4 {
    color:#BA0A20;
}
.case_plate2_pack:hover {
    border-bottom-color:#BA0A20;
}
.UList-box {
    display:none;
}
.case_plate3  {
    padding:95px 0 120px;
}
.case_plate3_swiper {
    /*display:flex;
    justify-content:space-between;
    flex-wrap:wrap;*/
    position: relative;
    margin-top: 70px;
}
.case_plate3_swiper::before {
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #EAEAEA;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: -1;
}
   
.case_plate3_pack h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000000E6;
    text-align:center;
}
.case_plate3_pack .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    padding:7px;
    margin:16px auto 0;
    background:#fff;
}
.case_plate3_pack .num span {
    border-radius:50%;
    background:#BA0A20;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    color:#fff;
    height:100%;
}
.case_plate3_desc {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 12px 20px;
    border: 1px solid #EAEAEA;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:120px;
    text-align:center;
    margin-top:20px;
}
.case_plate4 {
    padding: 115px 0 120px;
    background: #F8F9FC;
}
.case_plate4_pack{
    margin-top:50px;
    display:flex;
    background:#fff;
    align-items:center;
}
    .case_plate4_pack>div {
        width:50%;
    }
.case_plate4_left{
    padding:1% 6.5%;
}
    .case_plate4_left h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
    .case_plate4_left p {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-top:21px;
    }
.lz-banner {
    margin:0;
}
.lz-banner a {
    display:block;
    position:relative;
}
.home_banner_cont {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:left;
    width:100%;
}
.home_banner_cont h3 {
    font-size:60px;
    line-height:87px;
    color:#fff;
}
.home_banner_cont p {
    font-size:20px;
    line-height:30px;
    color:rgba(255,255,255.5);
    margin-top:20px;
}
    .home_banner_cont span {
        display: block;
        width: 200px;
        border: 1px solid #FFFFFF;
        border-radius: 30px;
        line-height: 58px;
        text-align: center;
        font-size: 24px;
        margin-top: 59px;
        color: #FFFFFF;
    }
.home_palte1{
    padding:115px 0 120px;
}
.public_title p {
    font-size:20px;
    line-height:30px;
    margin-top:22px;
    color:#333;
}
.home_palte1_link {
    text-align:center;
    font-size:24px;
    line-height:35px;
    margin-top:27px;
}
    .home_palte1_link a {
        color: #333333;
        text-decoration:underline;
    }

.res_plate3_pack {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.res_plate3_title {
    text-align: left;
}


    .res_plate3_list li {
        margin-bottom: 30px;
        display: flex;
        align-items: flex-start;
    }

        .res_plate3_list li:last-child {
            margin: 0;
        }

.res_plate3_list_num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 60px;
    height: 60px;
    background: url(../images/rbg2.png) no-repeat center/100% 100%;
}

.res_plate3_list_cont {
    width: calc(100% - 60px);
    padding-left: 40px;
}

    .res_plate3_list_cont h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
    }

    .res_plate3_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(106, 106, 106);
        margin-top: 9px;
    }

.res_plate3_left {
    width: 57.5%;
    padding-right: 5%;
}

.res_plate3_right {
    width: 42.5%;
}
.home_plate2 {
    padding: 95px 0 101px;
    background: #F8F9FC;
}
    .home_plate2 .home_palte1_link {
        margin-top:47px;
    }

    @media(max-width:1000px) {
        .res_plate3 {
        padding: 30px 0;
    }

    .res_plate3_pack {
        margin: 30px 0 0;
    }

    .res_plate3_pack {
        display: block;
    }

    .res_plate3_left {
        padding: 0;
    }

    .res_plate3_right {
        width: 100%;
    }

    .res_plate3_right {
        margin-top: 20px;
    }
}
.home_plate3 {
    padding:110px 0;
}
.y1520 {
    max-width:1540px;
    margin:0 auto;
    padding:0 10px;
}
.home_plate3_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:90px;
}
.home_plate3_list li {
    width:18%;
    margin-bottom:20px;
}
    .home_plate3_list li:nth-child(2n) {
        margin-top:60px;
    }
.home_plate3_list_pack {
    position: relative;
    border-left: 1px solid #E8E8E8;
    padding-left:13px;
}
    .home_plate3_list_pack::before {
        content: "";
        width: 7px;
        height: 7px;
        background: #BA0A20;
        position:absolute;
        left:-3px;
        top:0;
        border-radius:50%;
    }
    .home_plate3_list_num {
        font-size: 40px;
        line-height: 58px;
        color: #BA0A20;
    }
.home_plate3_list_cont{
    margin-top:65px;
}
    .home_plate3_list_cont h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #333333;
    }
        .home_plate3_list_cont h4::after {
            content: "";
            width: 30px;
            height: 3px;
            background: #BA0A20;
            margin-top:20px;
            display:block;
        }
    .home_plate3_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #848484;
        margin-top:20px;
    }
.home_plate4 {
    padding: 115px 0 100px;
    background: #F8F9FC;
}
.home_plate4_list {
    display:flex;
    flex-wrap:wrap;
    margin:50px -12px 0;
}
.home_plate4_list li {
    width:33.333%;
    padding:0 12px;
    margin-bottom:24px;
}
.home_plate4_list_pack {
    background: #FFFFFF;
    padding: 40px 65px 50px;
    height: 100%;
    box-shadow: 0 0 50px rgba(100,100,100,.1);
    text-align:center;
}
.home_plate4_list_img{
    width:180px;
    margin:0 auto;
}
.home_plate4_list_img img {
    max-width:100%;
    display:block;
}
.home_plate4_list_cont {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top:20px;
}
.home_plate5 {
    padding-top:115px;
}
.home_plate5_swiper{
    margin-top:50px;
    position:relative;
}
.arr {
    width: 64px;
    height: 64px;
    background: rgba(186, 10, 32,.2);
    text-align:center;
    line-height:64px;
    color:#BA0A20;
    font-size:30px;
    cursor:pointer;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    border-radius:50%;
z-index:200;
}
    .arr:hover {
        background:#BA0A20;
        color:#fff;
    }
    .arrl {
        left: 0;
        padding: 2px 0 0 5px;
    }
.arrr {
    right:0;
    padding:2px 5px 0 0;
}
.home_plate5_swiper_p {
    width:80%;
    margin:0 auto;
    overflow:hidden;
}
.home_plate5_list{
     overflow:hidden;
     margin-top:30px;
}
    .home_plate5_list p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top:18px;
        text-align:center;
    }
.home_plate5_list .swiper-slide {
    cursor:pointer;
}
.home_plate6{
    padding:110px 0 90px;
}
.home_plate6_list {
    margin-top:52px;
    display:flex;
    flex-wrap:wrap;
}
.home_plate6_list li {
    width:20%;
    margin-bottom:20px;
}
.home_plate6_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    margin-top:18px;
    text-align:center;
}
.home_plate7 {
    padding: 95px 0 70px;
    background: #F8F9FC;
}
.home_plate7_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:50px -12px 0;
}
.home_plate7_list li {
    width:33.333%;
    padding:0 12px;
    margin-bottom:24px;
}
.home_plate7_pack {
    display: block;
    background: #FFFFFF;
    border-radius:5px;
    padding:50px;
    height:100%;
}
.home_plate7_icon {
    height:48px;
}
.home_plate7_icon img {
    max-height:100%;
    display:block;
}
.home_plate7_cont{
    margin-top:27px;
}
    .home_plate7_cont h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: #000000;
    }
    .home_plate7_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #626262;
        margin-top:29px;
    }
.home_news{
    padding:115px 0 120px;
}

/*.index-news {
    padding: 80px 10%
}*/

    .index-news .sy-news {
        padding-top: 40px;
        display: flex;
        flex-wrap: wrap
    }

        .index-news .sy-news .news-fl {
            width: 62%;
        }

            .index-news .sy-news .news-fl ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0 -10px
            }

                .index-news .sy-news .news-fl ul li {
                    width: 50%;
                    padding: 0 10px;
                }

                    .index-news .sy-news .news-fl ul li a {
                        display: block;
                        height: 100%;
                        box-shadow: 0px 0px 15px 0px rgba(106, 106, 106, 0.1);
                    }

                    .index-news .sy-news .news-fl ul li .pic {
                        overflow: hidden;
                        height: 320px;
                    }

                        .index-news .sy-news .news-fl ul li .pic img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover
                        }

                    .index-news .sy-news .news-fl ul li .tet {
                        padding: 20px;
                    }

                        .index-news .sy-news .news-fl ul li .tet h3 {
                            font-size: 22px;
                            color: #000
                        }

                        .index-news .sy-news .news-fl ul li .tet span {
                            font-size: 14px;
                            color: #999;
                            display: block;
                            padding: 10px 0
                        }

                        .index-news .sy-news .news-fl ul li .tet p {
                            font-size: 16px;
                            color: #666;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            line-height: 25px;
                            height: 50px;
                            overflow: hidden;
                        }

                        .index-news .sy-news .news-fl ul li .tet .more {
                            font-size: 16px;
                            color: #666;
                            padding-top: 15px
                        }

                    .index-news .sy-news .news-fl ul li:hover h3 {
                        color: #BA0A20
                    }

                    .index-news .sy-news .news-fl ul li:hover .more {
                        color: #BA0A20
                    }

        .index-news .sy-news .news-fr {
            width: 38%;
            padding-left: 20px;
        }

            .index-news .sy-news .news-fr ul li {
                box-shadow: 0px 0px 15px 0px rgba(106, 106, 106, 0.1);
                margin-bottom: 20px;
            }

                .index-news .sy-news .news-fr ul li:last-child {
                    margin-bottom: 0
                }

                .index-news .sy-news .news-fr ul li a {
                    padding: 20px 20px 20px 0;
                    display: flex;
                    align-items: center;
                }

                    .index-news .sy-news .news-fr ul li a .time {
                        width: 100px;
                        text-align: center;
                        font-size: 18px;
                        color: #666;
                        border-right: solid 1px #E2E2E2
                    }

                    .index-news .sy-news .news-fr ul li a .tet {
                        width: calc(100% - 100px);
                        padding-left: 20px;
                    }

                        .index-news .sy-news .news-fr ul li a .tet h3 {
                            font-size: 22px;
                            color: #000;
                        }

                        .index-news .sy-news .news-fr ul li a .tet p {
                            font-size: 16px;
                            color: #666;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            line-height: 25px;
                            height: 50px;
                            overflow: hidden;
                            margin-top: 10px;
                        }

                        .index-news .sy-news .news-fr ul li a .tet .more {
                            font-size: 16px;
                            color: #666;
                            padding-top: 10px
                        }

                .index-news .sy-news .news-fr ul li:hover .tet h3,
                .index-news .sy-news .news-fr ul li:hover .tet .more {
                    color: #BA0A20
                }

                .index-news .sy-news .news-fr ul li:hover {
                    box-shadow: 0px 0px 15px 3px rgba(106, 106, 106, 0.1);
                }

@media (max-width: 1000px) {
    .index-news {
        padding: 40px 10px
    }

        .index-news .sy-news {
            padding-top: 40px;
            display: flex;
            flex-wrap: wrap
        }

            .index-news .sy-news .news-fl {
                width: 100%;
            }

                .index-news .sy-news .news-fl ul {
                    display: flex;
                    margin: 0;
                }

                    .index-news .sy-news .news-fl ul li {
                        width: 100%;
                        padding: 0;
                        margin-bottom: 20px
                    }

                        .index-news .sy-news .news-fl ul li .pic {
                            height: auto;
                        }

                        .index-news .sy-news .news-fl ul li .tet {
                            padding: 20px 10px;
                        }

                            .index-news .sy-news .news-fl ul li .tet h3 {
                                font-size: 16px;
                            }

                            .index-news .sy-news .news-fl ul li .tet span {
                                font-size: 14px;
                                color: #999;
                                display: block;
                                padding: 10px 0
                            }

                            .index-news .sy-news .news-fl ul li .tet p {
                                font-size: 14px;
                            }

                            .index-news .sy-news .news-fl ul li .tet .more {
                                font-size: 14px;
                                padding-top: 15px
                            }

            .index-news .sy-news .news-fr {
                width: 100%;
                padding-left: 0px;
                padding-top: 20px;
            }

                .index-news .sy-news .news-fr ul li a {
                    padding: 20px 10px 20px 0;
                    display: flex;
                    align-items: center;
                }

                    .index-news .sy-news .news-fr ul li a .time {
                        width: 80px;
                        text-align: center;
                        font-size: 16px;
                        color: #666;
                        border-right: solid 1px #E2E2E2
                    }

                    .index-news .sy-news .news-fr ul li a .tet {
                        width: calc(100% - 80px);
                        padding-left: 20px;
                    }

                        .index-news .sy-news .news-fr ul li a .tet h3 {
                            font-size: 16px;
                        }

                        .index-news .sy-news .news-fr ul li a .tet p {
                            font-size: 14px;
                        }

                        .index-news .sy-news .news-fr ul li a .tet .more {
                            font-size: 14px;
                            display: none
                        }
}
.home_cooper{
    padding:115px 0;
    background:url(../images/hbg.png) no-repeat center/cover;
}
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-title {
    text-align: center;
}

    .bx-siteM103-title h3 {
        font-size: 36px;
        line-height: 36px;
        color: #333;
    }

    .bx-siteM103-title p {
        color: #666666;
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

.bx-siteM103-item {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}

  

    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 220px;
            height: 100px;
            float: none;
            margin: 10px 12px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                box-shadow: 0 3px 10px rgba(0,0,0,.1);
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #E9E9E9;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover:before {
                    height: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover::after {
                    height: 100%;
                }

.bx-siteM103-itemBox {
    margin-top: 10px;
}
.case_plate3_swiper  {
    overflow:hidden;
}
@media screen and (max-width: 1500px) {
    .bx-siteM103-item ul li {
        width: 200px;
        height: 80px;
    }

    .bx-siteM103-itemBox {
        margin-top: 0;
    }

    .products_plate2_pack p,
    .about_plate3_list_text h4,
    .case_list li a {
        font-size: 20px;
        line-height: 30px;
    }
    .public_title h3,
    .news_gl h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .news_list,
    .about_plate3_list {
        margin: 0 -10px;
    }
        .news_list li,
        .about_plate3_list li {
            padding: 0 10px;
            margin-bottom: 20px;
        }
    .news_list_cont,
    .about_plate3_list_pack {
        padding: 20px;
    }
    .news,
    .channel,
    .channel_palte2,
    .case_plate1,
    .home_palte1,
    .home_news,
    .home_cooper {
        padding: 100px 0;
    }
    .about_plate3_list_icon{
        height:50px;
    }
    .banner_cont h3,
    .home_banner_cont h3 {
        font-size: 50px;
        line-height: 70px;
    }
    .case_list li a {
        padding-bottom:10px;
    }
    .case_list li{
        padding:0 15px;
    }
    .case_plate2_cont h4 {
        font-size:24px;
        line-height:34px;
    }
    .home_plate4_list_pack{
        padding:40px 20px;
    }
    .news_glswiper_cont {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 5px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }
        .w_nav > li {
            padding:0;
        }
            .w_nav > li > a{
                font-size:16px;
                line-height:32px;
            }
    .er_nav{
        position:static;
        border-color:transparent;
    }
        .er_nav > li > a{
            text-align:left;
            padding:0 15px;
        }
    .banner_cont h3, .home_banner_cont h3,
    .news_gl h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner_cont p{
        font-size:14px;
        line-height:24px;
        margin-top:10px;
    }
    .news, .channel, .channel_palte2, .case_plate1, .home_palte1, .home_news, .home_cooper{
        padding:30px 0;
    }
    .news_list li, .about_plate3_list li{
        width:100%;
        padding:0;
    }
    .news_list, .about_plate3_list{
        margin:0;
    }
    .footer_pack{
        display:block;
        padding:20px 0;
    }
    .footer_pack>div {
        width:100%;
    }
        .footer_pack .footer_code {
            width: 80px;
            margin: 15px auto 0;
        }
    .footer_add h4{
        font-size:18px;
        line-height:26px;
    }
    .NewsDetail001-title h3{
        font-size:20px;
    }
    .NewsDetail001{
        margin-top:20px;
    }
    .news_gl{
        padding:30px 0;
    }
    .NewsDetail001-item {
        padding-bottom:30px;
    }
    .news_glswiper{
        margin-top:30px;
    }
    .products {
        padding:30px 0;
    }
    .public_title h3, .news_gl h3 {
        font-size:25px;
        line-height:35px;
    }
    .products_list_pack {
        margin-top:30px;
        flex-wrap:wrap;
    }
    .products_cont {
        width:100%;
        margin-bottom:20px;
    }
    .products_plate2,
    .products_plate2_cont {
        margin-top: 30px;
    }
    .products_plate2_list {
        justify-content:center;
    }
    .products_plate2_list li {
        width: 50%;
        margin-bottom:15px;
    }
    .products_plate2_icon{
        height:45px;
    }
    .products_plate2_pack p, .about_plate3_list_text h4, .case_list li a{
        font-size:18px;
        line-height:26px;
    }
    .channel_palte2_form{
        margin-top:30px;
    }
    .channel_palte2_input input{
        width:100%;
    }
    .channel_palte2_input input{
        font-size:16px;
        line-height:24px;
    }
    .submit{
        margin-top:30px;
    }
    .case_list{
        position:static;
        flex-wrap:wrap;
        border:none;
        transform:none;
        margin-top:20px;
    }
    .case_list li a{
        color:#000000;
    }
    .case_banner .banner_cont {
        top:25%;
    }
    .case_list li a.active{
        border-bottom-color:#000000;
    }
    .case_plate1_list{
        margin:30px 0 0;
    }
        .case_plate1_list li{
            width:100%;
        }
    .case_plate1_pack{
        padding:30px 10px;
    }
    .case_plate1_icon,
    .case_plate2_icon {
        height: 50px;
    }
    .case_plate1_cont,
    .case_plate2_cont {
        margin-top: 20px;
    }
        .case_plate1_cont h4,
        .case_plate2_cont h4,
        .case_plate4_left h4,
        .home_plate7_cont h4 {
            font-size: 20px;
            line-height: 30px;
        }
        .case_plate1_cont hr{
            margin:15px 0;
        }
        .case_plate1_cont p{
            font-size:16px;
            line-height:24px;
        }
    .case_plate2,
    .case_plate3 {
        padding: 30px 0;
    }
    .case_plate2_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .case_plate2_list{
        margin:20px 0 0;
    }
    .case_plate2_cont p {
        margin-top:10px;
    }
    .case_plate3_list{
        margin-top:30px;
    }
        /*.case_plate3_list::before{
            display:none;
        }
        .case_plate3_list li{
            width:100%;
            margin-bottom:20px;
        }*/
    .case_plate4{
        padding:30px 0;
    }
    .case_plate4_pack{
        margin-top:30px;
        flex-wrap:wrap;
    }
        .case_plate4_pack > div {
            width:100%;
        }
    .case_plate4_left{
        padding:20px 10px;
    }
    .home_banner_cont p,
    .public_title p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .home_banner_cont span{
        width:130px;
        line-height:38px;
        font-size:16px;
        margin-top:20px;
    }
    .home_palte1_link {
        margin-top:15px;
        font-size:18px;
        line-height:26px;
    }
    .home_plate2 {
        padding:30px 0;
    }
    .res_plate3_left{
        width:100%;
    }
    .res_plate3_list_cont{
        padding-left:20px;
        width:calc(100% - 50px);
    }
        .res_plate3_list_cont h4{
            font-size:18px;
            line-height:26px;
        }
    .res_plate3_list_num{
        width:50px;
        height:50px;
    }
    .home_plate2 .home_palte1_link{
        margin-top:20px;
    }
    .home_plate3,
    .home_plate4 {
        padding: 30px 0;
    }
    .home_plate3_list{
        margin-top:30px;
    }
        .home_plate3_list li{
            width:100%;
        }
            .home_plate3_list li:nth-child(2n){
                margin-top:0;
            }
    .home_plate3_list_cont{
        margin-top:30px;
    }
    .home_plate3_list_num{
        font-size:30px;
    }
    .home_plate4_list {
        margin:30px 0 0;
    }
    .home_plate4_list li {
        width:100%;
        padding:0;
    }
    .home_plate4_list_img{
        width:100px;
    }
    .home_plate5{
        padding-top:30px;
    }
    .home_plate5_swiper_p {
        width:100%;
    }
    .arr{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:20px;
        padding-top:0;
    }
    .home_plate5_list{
        margin-top:10px;
    }
    .home_plate6 {
        padding:30px 0;
    }
    .home_plate6_list{
        margin-top:30px;
        justify-content:center;
    }
        .home_plate6_list li{
            width:33.333%;
        }
    .home_plate7{
        padding:30px 0;
    }
    .home_plate7_list{
        margin:30px 0 0;
    }
    .home_plate7_list li {
        width:100%;
        padding:0 ;
    }
    .home_plate7_pack{
        padding:40px 10px;
    }
    .home_plate7_cont p{
        margin-top:15px;
    }
    .case_plate3_swiper {
        margin-top:30px;
    }
        .case_plate3_swiper::before {
            top:95px;
        }
}
                        