﻿*, h4, h5, h6 {
   margin:0;
}

.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 {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.header_pack {
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 100px;
}

    .logo a {
        display: block;
        height: 100%;
    }

    .logo img {
        max-height: 100%;
        display: block;
    }

.w_nav {
    display: flex;
}

    .w_nav > li {
        padding: 0 25px;
        position:relative;
    }

        .w_nav > li > a {
            display: block;
            font-size: 18px;
            line-height: 97px;
            border-bottom: 3px solid transparent;
            color: rgb(0, 0, 0);
        }

        .w_nav > li.active > a {
            border-bottom-color: rgb(14, 110, 184);
            color: rgb(14, 110, 184);
            font-weight: bold;
        }
.er_nav {
    position:absolute;
    top:100%;
    left:0;
    min-width:100%;
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 30px rgba(0,0,0,.1);
    padding:10px 0;
    display:none;
}
    .er_nav li a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: rgb(0, 0, 0);
        white-space:nowrap;
        padding:0 10px;
    }
        .er_nav li a:hover {
            background:rgb(14, 110, 184);
            color:#fff;
        }
        .contact {
            padding: 80px 0 120px;
        }
.public_title{
    text-align:center;
    position:relative;
}
    .public_title h2 {
        font-size: 72px;
        line-height: 105px;
        color: rgb(246, 246, 246);
        text-transform:uppercase;
    }
    .public_title h4 {
        font-size: 40px;
        line-height: 53px;
        color: rgb(0, 0, 0);
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        font-weight:bold;
    }
.map_pack{
    margin-top:43.5px;
    position:relative;
}
.map_pack iframe {
    width:100%;
    border-radius:20px;
}
.contact_cont {
    background:#fff;
    padding:50px;
    border-radius:20px;
    position:absolute;
    top:30px;
    left:30px;
    height:calc(100% - 60px);
    z-index:5;
}
.contact_list{
    overflow:auto;
    height:100%;
}
    .contact_list::-webkit-scrollbar {
        width:3px;
    }
    .contact_list li {
        padding-bottom: 27px;
        margin-bottom: 27px;
        border-bottom: 1px solid rgb(234, 234, 235);
        cursor:pointer;
    }
        .contact_list li:last-child {
            border-bottom:none;
            margin:0;
            padding:0;
        }
        .conact_list_pack h4 {
            font-size: 20px;
            line-height: 26px;
            color: rgb(0, 0, 0);
        }
.conact_list_pack p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
    margin-top:13px;
}
.conact_list_pack p span {
    display:block;
}
footer {
    background: rgb(48, 48, 48);
}
.footer_pack{
    display:flex;
    justify-content:space-between;
    padding:65px 0 45px;
}
.footer_left {
    width:calc(100% - 250px);
    display:flex;
    align-items:flex-start;
}
.footer_left div {
    width:18%;
}
.footer_left div:last-child {
    width:46%;
}
    .footer_left h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(239, 239, 239);
        margin-bottom:10.5px;
    }
    .footer_left a {
        font-size: 20px;
        line-height: 36px;
        color: rgba(255, 255, 255,.5);
        display:block;
    }
    .footer_left p {
        font-size: 20px;
        line-height: 36px;
        color: rgba(255, 255, 255,.5);
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
    }
    .footer_left p img {
        max-width:20px;
        display:block;
        margin-top:10px;
    }
    .footer_left p span {
        width:calc(100% - 20px);
        padding-left:11px;
    }
.footer_right{
    width:160px;
    text-align:center;
}
    .footer_right p {
        font-size: 18px;
        line-height: 24px;
        color: rgb(255, 255, 255);
    }
.footer_right img {
    width:100%;
    display:block;
    margin-top:10.5px;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255,.15);
    padding: 26px 0 68px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 26px;
    color: rgb(181, 181, 181);
}
    .copyright a {
        color: rgb(181, 181, 181);
    }
.products{
    padding:100px 0 110px;
}
.products_pack{
    display:flex;
    align-items:flex-start;
}
.products_list{
    width:280px;
}
    .products_list h4 {
        font-size: 16px;
        line-height: 50px;
        color: rgb(35, 172, 56);
        padding:0 20px;
        border-image: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122)) 3 stretch;
        background: linear-gradient(to bottom,rgba(57, 144, 210,.05),rgb(108, 203, 122,.05));
        border-right:3px solid transparent;
    }
.products_detail{
    width:calc(100% - 280px);
    padding-left:50px;
}
.products_list_cont li a {
    padding: 13px 50px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    border-bottom: 1px solid rgb(234, 234, 235);
    display:block;
}
.pro_detai_pack{
    display:flex;
    align-items:center;
}
.pro_detail_img{
    width:52%;
}
.pro_detai_cont {
    width:48%;
    padding-left:30px;
}
    .pro_detai_cont h4 {
        font-size: 28px;
        line-height: 37px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .pro_detai_cont p {
        font-size: 20px;
        line-height: 36px;
        color: rgb(102, 102, 102);
        margin-top:29px;
    }
.pro_detail_content {
    padding-top: 47.5px;
    font-size: 20px;
    line-height: 36px;
    color: rgb(98, 98, 98);
}
    .pro_detail_content>div {
        margin-bottom:37px;
    }
        .pro_detail_content > div:last-child {
            margin:0;
        }
        .pro_detail_content h4 {
            font-size: 28px;
            line-height: 37px;
            color: rgb(0, 0, 0);
            margin-bottom:22px;
        }
.news_list{
    margin-top:43.5px;
}
.news_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.news_list_cont li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.news_list_cont a {
    display:block;
}
.news_list_text {
    background: rgb(246, 246, 246);
    padding: 30px 30px 26px;
}
    .news_list_text h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .news_list_text p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-top: 13.5px;
    }
    .news_list_text span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top: 10px;
    }
.news {
    padding:81px 0 120px;
}
.news_list_cont a:hover img {
    transform:scale(1.1);
}
.layout {
    max-width:1200px;
    margin:0 auto;
}
.news_detail {
    padding: 28px 0 95px;
    background: rgb(249, 249, 249);
}
.news_navlist {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
    .news_navlist a {
        color: rgb(102, 102, 102);
    }
   
.news_detail_cont {
    padding-top: 48.5px;
}
.news_detail_title h3 {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.news_detail_title p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:15px;
}
.news_detail_title {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(14, 110, 184);
}
.news_detail_t {
    padding-top: 30px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(51, 51, 51);
}
.news_gl_title {
    text-align:left;
}
.news_gl_title h4 {
    left:0;
    transform:translate(0,-50%);
}
.news_gl{
    padding:81px 0 120px;
}
.news_swiper{
    overflow:hidden;
}
.news_swiper{
    margin-top:43.5px;
}
.case_title h3 {
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.case_title p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:19px;
}
.case_detail_cont {
    margin-top: 48.5px;
    padding: 80px;
    background: rgb(246, 246, 246);
    font-size: 16px;
    line-height: 28px;
    color: rgb(51, 51, 51);
}
.about_title {
    background: rgb(249, 249, 249);
}
.about_navlist {
    display:flex;
    justify-content:center;
}
    .about_navlist li {
        padding:0 52px;
    }
    .about_navlist li a {
        font-size: 18px;
        line-height: 80px;
        display:block;
        color: rgb(102, 102, 102);
    }
.about_plate1{
    padding-top:81px;
}
.about_plate1_desc {
    font-size: 20px;
    line-height: 26px;
    margin-top: 33.5px;
    color: rgb(102, 102, 102);
    text-align:center;
}
.about_plate1_pack{
    margin-top:45px;
}
.about_plate1_img{
    position:relative;
}
.about_plate1_img i {
    width:120px;
    height:120px;
    background:url(../images/stop.png) no-repeat center/cover;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    cursor:pointer;
}
.about_plate1_list_pack {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(14, 110, 184, 0.1);
    padding:0 0 38px;
    position:relative;
    z-index:100;
    margin-top:-100px;
}
.about_plate1_list {
    display:flex;
    justify-content:space-between;
}
.about_plate1_list li {
    width:32%;
    text-align:center;
}
.about_plate1_icon {
    width:100px;
    margin:-46px auto 0;
}
.about_plate1_cont {
    margin-top:27.5px;
}
    .about_plate1_cont h4 {
        font-size: 28px;
        line-height: 37px;
        color: rgb(0, 0, 0);
    }
    .about_plate1_cont p {
        font-size: 20px;
        line-height: 26px;
        color: rgb(102, 102, 102);
        margin-top:19.5px;
    }
.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.video_sahodw_cont {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .video_sahodw_cont video {
        max-height: 70vh;
    }

.vidoe_cha {
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.video_sahodw_cont video {
    width: 100%;
}
.about_honor{
    padding:100px 0;
}
#swiper3 .swiper-wrapper {
    flex-direction:column;
}
/*.about_honor_pack{
    display:flex;
    padding-top:80px;
}
.about_honor_left{
    width:49%;
    padding-right:12%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.about_honor_swiper{
    overflow:hidden;
    width:80%;
    height:700px;
    margin-top:-70px;
}
    .about_honor_swiper span {
        font-size: 180px;
        color: rgb(51, 51, 51);
        opacity:.06;
    }
    .about_honor_swiper .swiper-slide-active span {
        opacity:1;
    }
    .about_honor_btn {
        width: 11%;
    }
    .about_honor_btn div {
        width: 60px;
        height: 60px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border-radius:50%;
        margin-bottom:30px;
        cursor:pointer;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        .about_honor_btn div:hover {
            background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122)) ;
        }
            .about_honor_btn div:hover img {
                filter: brightness(1.5) contrast(0.8);
            }
            .about_honor_btn .xia {
                margin: 0;
            }*/
.AboutUsHonor-two-box {
    height: 700px;
    display: flex;
    padding-top: 80px;
}
#swiper2 {
    height:100%;
    overflow:hidden;
}
.AboutUsHonor-two-box .left {
    height: 100%;
    width: 36.25%;
    margin-right: 12.13%;
    position: relative;
}

    .AboutUsHonor-two-box .right {
        height: 100%;
        flex: 1;
        overflow:hidden;

    }

.AboutUsHonor-two-left-swiper, .AboutUsHonor-two-right-swiper, .AboutUsHonor-two .swiper-container, .AboutUsHonor-two .swiper-wrapper {
    height: 100%;
}

    .AboutUsHonor-two-left-swiper .txt {
        font-size: 9.5vw;
        line-height: 1;
        cursor: pointer;
        opacity:.06;
    }

.active .txt {
    color: var(--color);
}

.AboutUsHonor-two-list {
    height: 100%;
    width: calc(100% - 340px);
    overflow-y: scroll;
}

.AboutUsHonor-two-img {
    position: absolute;
    top: 0;
    right: 5px;
    width: 300px;
    background-color: #fff;
    padding: 10px;
}

.AboutUsHonor-two-list::-webkit-scrollbar {
    width: 3px;
}

.AboutUsHonor-two-list::-webkit-scrollbar-thumb {
    background-color: var(--color);
}

.AboutUsHonor-two-list ul li {
    display: flex;
    border-bottom: 1px solid #E4E9EF;
    cursor: pointer;
    padding: 20px 0;
}

    .AboutUsHonor-two-list ul li span {
        font-size: 18px;
        color: rgb(102, 102, 102);
        margin-right: 20px;
    }

    .AboutUsHonor-two-list ul li p {
        font-size: 18px;
        color: rgb(0, 0, 0);
    }

    .AboutUsHonor-two-list ul li.active p {
        color: var(--color);
    }

.AboutUsHonor-two-but {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 5;
}
#swiper2 .active .txt {
    opacity:1 ;
}

.about_honor_btn div,
.about_his_btn div{
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .about_honor_btn div:hover {
        background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
    }

        .about_honor_btn div:hover img {
            filter: brightness(1.5) contrast(0.8);
        }

.about_honor_btn .xia {
    margin: 0;
}
.AboutUsHonor-two-list ul li p:hover {
    color: rgb(14, 110, 184);
}
.bx-siteD005-item {
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top:43.5px;
}
    .bx-siteD005-item::after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgb(223, 223, 223);
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
    }


    .bx-siteD005-list h3 {
        width: 100%;
        line-height: 45px;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        transition: all 0.5s;
    }

.bx-siteD005-list p {
    font-size: 16px;
    color: #666666;
    padding: 20px;
    transition: all 0.5s;
}

    .bx-siteD005-list p span {
        display: block;
        height: 155px;
        overflow: hidden;
        white-space:pre-line;
    }

        .bx-siteD005-list p span::-webkit-scrollbar {
            width: 5px;
        }

        .bx-siteD005-list p span::-webkit-scrollbar-thumb {
            background-color: rgba(25, 129, 253, .25);
        }

        .bx-siteD005-list p span:hover::-webkit-scrollbar-thumb {
            background-color: #fff;
        }

.bx-siteD005-list {
    display: flex;
    flex-direction: column;
    width: 124%;
    margin-left: -12%;
}
.bx-siteD005-item .swiper {
    overflow:hidden;
}
.bx-siteD005-item .swiper-slide .top {
    padding-bottom: 40px;
}

.bx-siteD005-item .swiper-slide .botttom {
    padding-top: 0;
}

.bx-siteD005-item .swiper-slide .top, .bx-siteD005-item .swiper-slide .botttom {
    opacity: 0;
    position: relative;
}

    .bx-siteD005-item .swiper-slide .top .boxs::after {
        content: "";
        display: block;
        border: 5px solid #fff;
        background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
        width: 33px;
        height: 33px;
        position: absolute;
        left: 50%;
        bottom: -75px;
        transform: translate(-50%,50%);
        border-radius: 50%;
    }

    .bx-siteD005-item .swiper-slide .botttom .boxs::after {
        content: "";
        display: block;
        border: 5px solid #fff;
        background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
        width: 33px;
        height: 33px;
        position: absolute;
        left: 50%;
        top: -75px;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        z-index: 2;
    }


    .bx-siteD005-item .swiper-slide .top p::before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent;
        border-width: 15px 12px 12px 12px;
        border-top-color: #fff;
        position: absolute;
        left: 50%;
        bottom: -27px;
        transform: translate(-50%,0);
        transition: all 0.5s;
    }

    .bx-siteD005-item .swiper-slide .botttom p::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 12px 12px 15px 12px;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        top: -27px;
        transform: translate(-50%,0);
        transition: all 0.5s;
    }


    .bx-siteD005-item .swiper-slide .top .boxs:hover::before {
        border-top-color: #58A4FF;
    }

    .bx-siteD005-item .swiper-slide .botttom .boxs:hover::before {
        border-bottom-color: #58A4FF;
    }

.bx-siteD005-item .swiper-slide:nth-child(odd) .botttom {
    opacity: 1;
}

.bx-siteD005-item .swiper-slide:nth-child(even) .top {
    opacity: 1;
}

.bx-siteD005-item .swiper-slide .top::before {
    content: '';
    display: block;
    width: 160%;
    height: 178px;
    background-image: url(../images/about-history-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -30%;
    top: 74.5%;
}

.bx-siteD005-item .boxs {
    margin: 10px;
    position: relative;
    background-color: #fff;
}

.bx-siteD005-item .swiper-slide:nth-child(odd) .boxs {
    box-shadow: 0px 0px 15px 0px rgba(72, 0, 12, 0.05);
}

.bx-siteD005-item .swiper-slide:nth-child(even) .boxs {
    box-shadow: 0px 0px 15px 0px rgba(72, 0, 12, 0.05);
}
.about_history{
    padding:100px 0 187px;
    position:relative;
}
.about_his_btn {
    display:flex;
    position:absolute;
    left:50%;
    bottom:77px;
    transform:translateX(-50%);
}
    .about_his_btn div {
        margin:0 15px 0;
    }
        .about_his_btn div:hover {
            background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
        }
.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%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;
    margin-top: 54px;
}

    

    .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 15px;
        }

            .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: 50%;
                    max-height: 50%;
                    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-itemBox {
    margin-top: 10px;
}
.about_cooper {
    padding:54px 0 133px;
    background:url(../images/cbg.jpeg) no-repeat center/cover;
}
.lz-banner{
    margin-top:0;
}
    .lz-banner a {
        position:relative;
        display:block;
    }
        .lz-banner a h3 {
            position:absolute;
            left:50%;
            top:20%;
            transform:translate(-50%,-50%);
            font-size:72px;
            line-height:105px;
            color:#fff;
            text-align:center;
            width:95%;
        }
        .home_pro_pack {
            margin-top: 50px;
            background: url(../images/hpbg.png) no-repeat center/cover;
        }
.home_pro{
    padding:101px 0 0;
}
.home_pro_list{
    display:flex;
    justify-content:center;
    margin-top:43.5px;
}
    .home_pro_list li {
        margin:0 10px;
    }
        .home_pro_list li a {
            border: 1px solid rgb(210, 210, 210);
            padding: 10px 50px;
            font-size: 20px;
            line-height: 26px;
            color: rgb(51, 51, 51);
            display:block;
        }
            .home_pro_list li a.active {
                background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
                color: #fff;
            }
            .home_pro_list li a:hover {
                background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
                color: #fff;
            }
.home_proswiper {
    overflow:hidden;
}
    .home_proswiper a {
        display: flex;
        align-items: center;
        padding: 70px 0;
    }
.home_proswiper_cont {
    width:42%;
    padding-right:7%;
}
    .home_proswiper_cont h4 {
        font-size: 28px;
        line-height: 37px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .home_proswiper_cont p {
        font-size: 20px;
        line-height: 36px;
        color: rgb(102, 102, 102);
        margin-top:29.5px;
    }
    .home_proswiper_cont span {
        display: block;
        margin-top: 40px;
        border: 1px solid rgb(209, 218, 232);
        text-align: center;
        width: 150px;
        line-height: 48px;
        font-size: 20px;
        color: rgb(102, 102, 102);
    }
.home_proswiper_img{
    width:58%;
}
.home_plate3_pack {
    padding-top:100px;
}
.home_palte3_list {
    display: flex;
    flex-wrap: wrap;
    margin: 74.5px -14px 0;
}
    .home_palte3_list li {
        width:calc(100% / 6);
        padding:0 14px;
    }
        .home_palte3_list li .home_palte3_list_cont:after {
            content: "";
            width: 28px;
            height: 1px;
            background: rgb(236, 236, 236);
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
        }
            .home_palte3_list li:first-child .home_palte3_list_cont:after {
                display:none;
            }
.home_palte3_list_img {
    height:56px;
}
    .home_palte3_list_img img {
        max-height:100%;
        display:block;
        margin:0 auto;
    }
.home_palte3_list_cont {
    border: 1px solid rgb(236, 236, 236);
    padding: 27px 20px;
    border-radius: 60px;
    text-align: center;
    position: relative;
}
    .home_palte3_list_cont h4 {
        font-size:20px;
        line-height:26px;
        font-weight:bold;
    }
    .home_palte3_list_cont p {
        font-size: 18px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:9px;
    }
.home_plate3_b{
    padding-top:100px;
}
.home_plate3_list_b {
    margin:43.5px -10px 0;
    display:flex;
    flex-wrap:wrap;
}
    .home_plate3_list_b li {
        width:20%;
        padding:0 10px;
        text-align:center;
    }
.home_plate3_list_b_img {
    height:56px;
}
    .home_plate3_list_b_img img {
        max-height:100%;
        display:block;
        margin:0 auto;
    }
.home_plate3_list_b_cont{
    margin-top:25px;
}
    .home_plate3_list_b_cont h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(51, 51, 51);
        font-weight:bold;
    }
    .home_plate3_list_b_cont p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(102, 102, 102);
        margin-top:19px;
        white-space:pre-line;
    }
.home_plate4 {
    padding:76px 0 0;
}
.home_palte4_list{
    display:flex;
    flex-wrap:wrap;
    margin-top:43.5px;
}
    .home_palte4_list li {
        width:50%;
    }
    .home_palte4_list li a {
        display:block;
        position:relative;
    }
.home_plate4_cont {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width:100%;
    height:100%;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    justify-content:center;
    padding:20px 15%;
}
    .home_plate4_cont h4 {
        font-size: 32px;
        line-height: 42px;
        color: rgb(255, 255, 255);
        font-weight:bold;
        width:100%;
    }
    .home_plate4_cont p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(255, 255, 255);
        margin-top: 29px;
        -webkit-line-clamp: 3;
        width: 100%;
        display:none;
    }
    .home_plate4_cont span {
        display: block;
        width: 150px;
        line-height: 50px;
        background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
        color:#fff;
        font-size:16px;
        margin:26px auto 0;
        display:none;
    }
.home_palte4_list li:hover a .home_plate4_cont {
    background: rgba(51, 51, 51,.8);
}
.home_palte4_list li:hover .home_plate4_cont p,
.home_palte4_list li:hover .home_plate4_cont span {
    display: block;
}
.home_plate5{
    padding:100px 0 120px;
}
.home_plate5_pack{
    display:flex;
    margin-top:43.5px;
    flex-wrap:wrap;
}
.home_plate5_left{
    width:45%;
}
.homr_plate5_right{
    width:55%;
    padding-left:30px;
}
.home_plate5_left a {
    display:block;
}
.home_plate5_cont {
    padding: 30px 30px 22px;
    background: rgb(246, 246, 246);
}
    .home_plate5_cont h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .home_plate5_cont span {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top:9px;
        display:block;
    }
    .home_plate5_cont p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-top:13.5px;
    }
.homr_plate5_list li {
    margin-bottom:20px;
}
    .homr_plate5_list li a {
        display: flex;
        background: rgb(246, 246, 246);
        align-items:center;
    }
.homr_plate5_list_left {
    width:67%;
    padding:36px 30px;
    display:flex;
    align-items:center;
}
.homr_plate5_list_time {
    width: 70px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}
.homr_plate5_list_cont {
    width: calc(100% - 70px);
    padding-left: 20px;
    border-left: 1px solid rgb(226, 226, 226);
}
    .homr_plate5_list_cont h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .homr_plate5_list_cont p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-top:12px;
    }
    .homr_plate5_list_cont span {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-top: 9px;
        color: rgb(51, 51, 51);
    }
.home_plate5_ri_img{
    width:33%;
}
    .home_plate5_ri_img img {
        height:200px;
        object-fit:cover;
    }
.homr_plate5_list li a:hover {
    background: linear-gradient(to bottom,rgb(57, 144, 210),rgb(108, 203, 122));
}
    .homr_plate5_list li a:hover .homr_plate5_list_time,
    .homr_plate5_list li a:hover .homr_plate5_list_cont h4,
    .homr_plate5_list li a:hover .homr_plate5_list_cont p,
    .homr_plate5_list li a:hover .homr_plate5_list_cont span{
        color: #fff;
    }
.home_plate5_left a:hover img {
    transform:scale(1.1);
}
.home_plate5 
.home_plate5_btn {
    display: block;
    width: 150px;
    line-height: 48px;
    border: 1px solid rgb(226, 226, 226);
    text-align: center;
    margin: 50px auto 0;
    font-size: 20px;
    color: rgb(102, 102, 102);
}
.map_list  {
    position:relative;
    height:850px;
}
#dituContent {
    height:850px !important;
}
.map_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
    .map_cont.active {
       z-index:1;
    }
/*.map_list iframe {
    height:850px !important;
}*/

@media screen and (max-width: 1500px) {
    .bx-siteM103-item ul li {
        width: 200px;
        height: 100px;
    }

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .bx-siteM103-item {
        margin-top: 80px;
    }
    .about_plate1_cont h4,
    .home_proswiper_cont h4 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
    }
    .about_plate1_cont p,
    .home_proswiper_cont p,
    .home_palte3_list_cont p,
    .home_plate3_list_b_cont p,
    .home_plate4_cont p,
    .home_plate5_cont p,
    .homr_plate5_list_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .public_title h2{
        font-size:60px;
        line-height:90px;
    }
    .public_title h4 {
        font-size:35px;
        line-height:45px;
    }
    .home_proswiper_cont span,
    .home_plate4_cont span,
    .home_plate5 .home_plate5_btn {
        font-size: 16px;
        line-height: 43px;
        width: 130px;
    }
    .home_palte3_list_cont{
        padding:20px 14px;
    }
    .home_palte3_list_img{
        height:50px;
    }
    .home_plate4_cont h4 {
        font-size:24px;
        line-height:34px;
    }
    .home_plate5_cont h4 {
        font-size:20px;
        line-height:30px;
    }
    .homr_plate5_list_left{
        padding:21px ;
    }
    .home_plate5_ri_img img{
        height:165px;
    }
    .homr_plate5_list li {
        margin-bottom:18px;
    }
    .footer_left a,
    .footer_left p {
        font-size: 16px;
        line-height: 32px;
    }
    .copyright{
        padding:15px 0;
        font-size:16px;
        line-height:32px;
    }
    .AboutUsHonor-two-box .left{
        margin-right:5%;
    }
    .AboutUsHonor-two-list ul li span,
    .AboutUsHonor-two-list ul li p {
        font-size: 16px;
    }
    .AboutUsHonor-two-left-swiper .txt {
        font-size:8vw;
    }
    .pro_detai_cont p{
        font-size:16px;
        line-height:24px;
        margin-top:15px;
    }
    .pro_detai_cont h4,
    .pro_detail_content h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .pro_detail_content{
        font-size:16px;
        line-height:30px;
    }
    .case_title h3{
        font-size:30px;
        line-height:40px;
    }
    .case_detail_cont{
        margin-top:20px;
        padding:50px;
    }
    .news_list_cont li{
        padding:0 10px;
        margin-bottom:20px;
    }
    .news_list_cont {
        margin:0 -10px;
    }
    .news_list_text h4{
        font-size:20px;
        line-height:30px;
    }
    .news_list_text p{
        font-size:16px;
        line-height:24px;
        margin-top:5px;
    }
    .lz-banner a h3 {
        font-size:55px;
        line-height:80px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }
    .lz-banner a h3 {
        font-size: 20px;
        line-height: 30px;
        top:30%;
    } 
    .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;
    }
    .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>a {
        line-height:32px;
        font-size:16px;
    }
    .er_nav {
        position:static;
        box-shadow:none;
        border-radius:0;
        padding:0;
    }
    .er_nav li a {
        text-align:left;
    }
    .w_nav > li.active > a{
        border-bottom:transparent;
    }
    .contact{
        padding:30px 0;
    }
    .public_title h2{
        font-size:40px;
        line-height:60px;
    }
    .public_title h4{
        font-size:25px;
        line-height:35px;
    }
    .map_pack{
        margin-top:20px;
    }
        .map_pack iframe{
            height:300px !important;
        }
    .contact_cont{
       position:static;
       padding:20px 10px;
    }
    .footer_pack{
        padding:20px 0;
    }
    .footer_left{
        display:none;
    }
    .footer_right{
        width:120px;
        margin: auto;
    }
        .footer_right p{
            font-size:14px;

        }
    .news{
        padding:30px 0;
    }
    .news_list{
        margin-top:20px;
    }
    .news_list_cont {
        margin:0;
    }
    .news_list_cont li {
        width:100%;
        padding:0;
    }
    .news_list_text{
        padding:20px 10px;
    }
        .news_list_text h4{
            font-size:18px;
            line-height:26px;
        }
    .layout {
        padding:0 10px;
    }
    .news_detail_cont{
        padding-top:30px;
    }
    .news_detail_title h3{
        font-size:22px;
        line-height:32px;
    }
    .news_detail_title{
        padding-bottom:15px;
    }
    .news_detail{
        padding:30px 0;
    }
    .news_gl{
        padding:30px 0;
    }
    .news_swiper{
        margin-top:20px;
    }
    .products{
        padding:30px 0;
    }
    .products_pack {
        display:block;
    }
    .products_list{
        width:100%;
    }
    .products_detail {
        padding:20px 0;
        width:100%;
    }
    .case_title h3{
        font-size:20px;
        line-height:30px;
    }
    .case_title p{
        margin-top:10px;
    }
    .case_detail_cont {
        padding:20px 10px;
    }
    .pro_detai_pack{
        display:block;
    }
    .pro_detail_img {
        width:100%;
    }
    .pro_detai_cont {
        width:100%;
        padding:20px 0 0;
    }
        .pro_detai_cont h4, .pro_detail_content h4{
            font-size:20px;
            line-height:30px;
        }
    .pro_detail_content{
        padding-top:30px;
    }
    .about_title {
        display:none;
    }
    .about_plate1{
        padding:30px 0;
    }
    .about_plate1_desc{
        margin-top:20px;
        font-size:16px;
        line-height:26px;
    }
    .about_plate1_img i {
        width:60px;
        height:60px;
    }
    .about_plate1_list_pack {
        margin-top:0;
        padding:20px 0;
    }
    .about_plate1_list{
        display:block;
    }
        .about_plate1_list li {
                width:100%;
                margin-bottom:15px;
        }
    .about_plate1_icon{
        width:60px;
        margin:0 auto ;
    }
    .about_plate1_cont{
        margin-top:15px;
    }
        .about_plate1_cont h4, .home_proswiper_cont h4{
            font-size:20px;
            line-height:30px;
            margin-top:10px;
        }
    .video_sahodw_cont{
        width:100%;
    }
    .about_honor{
        padding:30px 0;
    }
    .AboutUsHonor-two-box{
        height:auto;
        display:block;
        padding-top:40px;
    }
        .AboutUsHonor-two-box .left{
            width:100%;
            margin-right:0;
        }
        .AboutUsHonor-two-box .right{
            margin-top:80px;
        }
    .AboutUsHonor-two-but{
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
        top:170%;
        left:0;
    }
    .about_honor_btn div, .about_his_btn div{
        width:40px;
        height:40px;
    }
    .shang {
        transform:rotate(-90deg);
        margin-bottom:0 !important;
        margin-right:20px;
    }
    .xia {
        transform: rotate(-90deg);
    }
    .AboutUsHonor-two-img {
        width: 120px;
    }

    .AboutUsHonor-two-list {
        width: calc(100% - 120px);
        min-height: 180px;
    }

        .AboutUsHonor-two-list ul li span {
            font-size: 12px;
        }

        .AboutUsHonor-two-list ul li p {
            font-size: 12px;
        }
    .about_history{
        padding:30px 0;
    }
    .bx-siteD005-list{
        margin-left:-5%;
    }
    .about_his_btn{
        position:relative;
        bottom:0;
        justify-content:center;
    }
    .about_cooper{
        padding:30px 0;
    }
    .home_pro{
        padding:30px 0 0;
    }
    .home_pro_list li a{
        font-size:16px;
        padding:5px 20px;
    }
    .home_proswiper a{
        padding:30px 0;
        display:block;
    }
    .home_proswiper_cont{
        width:100%;
        padding:0 0 20px;
    }
    .home_proswiper_img{
        width:100%;
    }
    .home_plate3_pack{
        padding-top:30px;
    }
    .home_palte3_list{
        margin:30px 0 0;
    }
        .home_palte3_list li {
            width:100%;
            margin-bottom:20px;
        }
            .home_palte3_list li .home_palte3_list_cont:after{
                display:none;
            }
    .home_palte3_list_img{
        height:40px;
    }
    .home_plate3_b{
        padding-top:30px;
        
    }
    .home_plate3_list_b {
        margin:30px 0 0;
    }
    .home_plate3_list_b li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .home_plate3_list_b_img{
        height:45px;
    }
    .home_plate4{
        padding:30px 0 0;
    }
    .home_palte4_list li{
        width:100%;
    }
    .home_palte4_list{
        margin-top:20px;
    }
    .home_plate4_img img{
        height:300px;
        object-fit:cover;
    }
    .home_plate4_cont h4{
        font-size:20px;
        line-height:30px;
    }
    .home_plate5{
        padding:30px 0;
    }
    .home_plate5_pack{
        display:block;
        margin-top:30px;
    }
    .home_plate5_left{
        width:100%;
    }
    .home_plate5_cont{
        padding:20px 10px;
    }
    .homr_plate5_right{
        width:100%;
        padding:30px 0 0;
    }
    .homr_plate5_list li a{
        display:block;
    }
    .home_plate5_ri_img {
        width:100%;
    }
    .homr_plate5_list_left{
        width:100%;
        padding:15px 10px;
    }
    .contact_list li{
        padding-bottom:15px;
        margin-bottom:15px;
    }
    #swiper3 .swiper-wrapper {
        flex-direction: row;
    }
    .map_list {
        height:340px;
    }
}
                        