﻿* {
    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 {
    background:#fff;
    position:sticky;
    z-index:300;
    top:0;
    left:0;
}
.header_pack{
    display:flex;
    justify-content:space-between;
}
.logo{
    height:80px ;
    padding:15px 0;
}
.logo img {
    max-height:100%;
    display:block;
}
.logo a  {
    display:block;
    height:100%;
}
.header_right {
    display:flex;
    align-items:center;
}
.w_nav{
    display:flex;
}
.w_nav>li {
    padding:0 30px;
    position:relative;
}
    .w_nav > li > a {
        display: block;
        font-size: 16px;
        line-height: 77px;
        border-bottom: 3px solid transparent;
        color: rgb(0, 0, 0);
    }
    .w_nav > li.active > a,
    .w_nav > li > a:hover {
        font-weight: bold;
        color: rgb(0, 5, 183);
        border-bottom-color: rgb(0, 5, 183);
    }
.er_nav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    z-index: 5;
    display:none;
}
.er_nav>li a {
    display:block;
    font-size:16px;
    line-height:32px;
    color:#333;
    text-align:center;
}
.er_nav > li a:hover {
    background:rgb(0, 5, 183);
    color:#fff;
}
.header_phone {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.header_phone img {
    width:20px;
    display:block;
}
.header_phone span {
    font-size:18px;
    line-height:26px;
    color:#000;
    margin-left:10px;
}
.language {
    position: relative;
    margin-left:49px;
    z-index:200;
}

.language_cont {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language_cont img {
    width: 25px;
    display: block;
}

.language_cont span {
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.language_cont i {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.language_list {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 5px 0;
    display: none;
}

    .language_list li a {
        font-size: 16px;
        line-height: 32px;
        color: #333;
        text-align: center;
        display: block;
    }
    .language_list li a:hover {
        background:rgb(0, 5, 183);
        color:#fff;
    }
    .nei-banner {
        position:relative;
    }
.nei-banner-cont{
    width:95%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.nei-banner-cont h3 {
    font-size:45px;
    line-height:65px;
    color:#fff;
}
.nei-banner-cont p {
    font-size:24px;
    line-height:40px;
    color:#fff;
    margin-top:5px;
    text-transform:uppercase;
}
.about_plate1 {
    padding-top: 3%;
    padding-bottom: 4%;
    background:url(../images/abg.jpg) no-repeat center/cover;
}
.public_title {
    text-align: center;
}
.public_title h3 {
    font-size: 42px;
    color: #333;
    line-height: 59px;
}
.about_plate1_pack {
    margin-top: 6%;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    display:flex;
    padding:0 3%;
    align-items:center;
    flex-wrap:wrap;
}
.about_plate1_img {
    width: 45%;
    transform: translateY(-2.60417vw);
}
.about_plate1_cont {
    padding-left:3%;
    width:55%;
}
    .about_plate1_cont h4 {
        color: rgba(14, 122, 178, 1);
        font-weight: bold;
        font-size: 30px;
    }
    .about_plate1_cont div {
        margin-top: 15px;
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        white-space: pre-line;
    }
.about_plate2 {
    padding-top: 3%;
    padding-bottom: 4%;
}
.about_plate2_list{
    display:flex;
    flex-wrap:wrap;
    margin:4% -10px 0;
}
.about_plate2_list li {
    width:20%;
    padding:0 10px;
}
.about_plate2_list_pack {
    padding: 70px 28px;
    background: linear-gradient(135deg, #F1F3F9 0%, #fff 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height:100%;
}
.about_plate2_list_icon {
    height:90px;
}
.about_plate2_list_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.about_plate2_list_cont {
    color: rgba(51, 51, 51, 1);
    margin-top: 30px;
    text-align:center;
}
.about_plate2_list_cont h4 {
    font-size:24px;
    line-height:34px;
}
    .about_plate2_list_cont p {
        font-size:18px;
        color: rgba(51, 51, 51, 0.6) ;
        line-height: 1.5 ;
        margin-top:12px;
    }
.about_plate3 {
    padding-top: 3%;
    padding-bottom: 2%;
    background:url(../images/abg2.png) no-repeat center top/100%;
}
    .about_plate3 .public_title h3 {
        color:#fff;
    }
.about_plate3_swiper_pack {
    position: relative;
    margin-top: 4%;
    padding: 0 30px 30px;
    min-height: 110px;
}
.arr {
    font-size:25px;
    line-height:35px;
    color:#fff;
    font-weight:bold;
    position:absolute;
    top:0;
    cursor:pointer;
    z-index:200;
}
.arr_l {
    left:0;
}
.arr_r {
    right:0;
}
.about_plate3_swiper {
    overflow:hidden;
    position:relative;
}
    .about_plate3_swiper::before {
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 2px dashed rgba(255,255,255,.75);
        display:block;
        margin-top:15px;
    }
    .about_plate3_swiper .swiper-slide p {
        text-align: center;
        padding-top: 20px;
        position: relative;
        margin-top: -6px;
        transition: all .5s;
        line-height: 1.5;
        font-size: 20px;
        color: rgba(255,255,255,.75);
        cursor:pointer;
    }
    .about_plate3_swiper .swiper-slide p::before {
        content:"";
        width:10px;
        height:10px;
        border-radius:50%;
        background:#fff;
        border:2px solid #fff;
        position:absolute;
        top:0;
        left:50%;
        transform:translateX(-50%);
    }
    .about_plate3_swiper .swiper-slide.active p:before {
        background: #92bbe1;
    }
    .about_plate3_swiper .swiper-slide.active p {
        font-size:30px;
        color:#fff;
    }
.about_plate3_list {
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 0px 50px;
    position:relative;
    margin-top:50px;
    min-height:120px;
    overflow:hidden;
}
    .about_plate3_list li {
        color: #333333;
        line-height: 1.5;
        text-align: center;
        font-size:24px;
        display:none;
    }
    .about_plate3_list p {
        font-size: 42px;
        font-weight: bold;
        color: #f7f7f7;
        line-height:1;
        position: absolute;
        bottom: -12%;
        right: 5%;
    }
    .about_plate3_list li.active {
        display:block;
    }
.about_plate4 {
    padding-top: 1%;
    padding-bottom: 2%;
}
.about_plate4_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:4%;
}
.about_plate4_list li {
    width:calc(50% - 15px);
    margin-bottom:30px;
}
.about_plate4_list_pack {
    padding: 20px 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height:100%;
    background: url(../images/abg3.png) no-repeat center/100% 100%;
}
    .about_plate4_list_pack:hover {
        background-image:url( ../images/abg4.png);
    }
    .about_plate4_list_pack h4 {
        font-size: 24px;
        line-height: 33px;
        color: rgba(51, 51, 51, 1);
    }
    .about_plate4_list_pack p {
        color: rgba(51, 51, 51, 1);
        margin-top: 10px;
        opacity: 0.75;
        line-height:1.5;
        font-size:16px;
    }
    .about_plate4_list_pack:hover h4, .about_plate4_list_pack:hover p {
        color:#fff;
    }
.about_plate5{
    padding:50px 0;
    background:url(../images/abg5.jpg) no-repeat center/cover;
}
.about_plate5_swiper_pack {
    position: relative;
    padding: 0 96px;
}
.harr{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:30px;
    text-align:center;
    color:rgba(0, 5, 183,.2);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    box-shadow:0 0 15px rgba(0,0,0,.1);
    border-radius:50%;
    cursor:pointer;
}
.harr_l {
    left:15px;
    padding:2px 0 0 5px;
}
.harr_r {
    right:15px;
    padding:2px 5px 0 0;
}
.about_plate5_swiper{
    overflow:hidden;
}
.harr:hover {
    color:rgb(0, 5, 183);
}
.about_plate5_swiper_cont{
    font-size:16px;
    line-height:24px;
    margin-top:10px;
    color:rgb(0, 0, 0);
    text-align:center;
}
footer {
    background: rgb(12, 12, 12);
}
.footer_pack{
    display:flex;
    align-items:flex-start;
    padding:70px 0 50px;
}
.footer_pack_phone {
    width: 33%;
    border-right: 1px solid rgba(255, 255, 255,.2);
}
.footer_pack_phone li {
    margin-bottom:31px;
    display:flex;
    align-items:center;
}
.footer_phone_icon {
    width:44px;
}
.footer_phone_cont{
    width:calc(100% - 44px);
    padding-left:15px;
    font-size:16px;
    line-height:24px;
}
    .footer_phone_cont h4 {
        color: rgb(149, 149, 149);
    }
.footer_phone_cont p {
    color:#fff;
}
.footer_pack_right{
    width:67%;
    padding-left:5%;
}
.footer_pack_list{
    display:flex;
    justify-content:space-between;
}
.footer_pack_list li {
    max-width:19%;
}
.footer_pack_list h4 {
    font-size:20px;
    line-height:29px;
    color:#fff;
    margin-bottom:10px;
}
    .footer_pack_list a {
        display: block;
        font-size: 16px;
        line-height: 40px;
        color: rgb(149, 149, 149);
    }
.footer_code{
    max-width:148px;
    margin-top:10px;
}
.footer_pack_list li:last-child h4 {
    text-align:center;
}
.copyright {
    display:flex;
    justify-content:center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(149, 149, 149);
    border-top: 1px solid rgba(255, 255, 255,.2);
    padding:19px 0 47px;
}
    .copyright a {
        color: rgb(149, 149, 149);
    }
.public_nav {
    padding: 10px 0;
    background: rgba(245,245,245,1);
}
.news_cont1 {
    padding-top: 2%;
    padding-bottom: 1%;
}
.news_cont1_list{
    display:flex;
    margin:4% -12.5px 0;
    flex-wrap:wrap;
}
.news_cont1_list li {
    width:33.333%;
    padding:0 12.5px;
    margin-bottom:35px;
}
    .news_cont1_list a {
        display: block;
        border-radius: 10px;
        overflow:hidden;
        background:#fff;
        height:100%;
        box-shadow: 0.20833vw 0.20833vw 0.78125vw 0.05208vw rgb(0 0 0 / 16%);
    }
.news_cont1_list_img{
    border-radius:10px 10px 0 0;
}
.news_cont1_list_cont {
    padding:20px 30px;
    display:flex;
    align-items:flex-end;
}
.news_cont1_list_cont h4 {
    font-size:22px;
    line-height:32px;
    color:#000;
}
    .news_cont1_list_cont p {
        font-size: 16px;
        line-height: 1.5;
        margin-top:10px;
        color: rgba(0,0,0,0.8);
    }
.bx-mb-nav{
    border-bottom:none;
}
.news_cont1_list_btn {
    width:calc(100% - 40px);
}
.news_cont1_list_arr {
    width:40px;
    height:40px;
    background:rgb(0, 5, 183);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.news_cont1_list_arr img {
    max-width:50%;
    filter:invert(100%);
    display:block;
}
.news_cont1_list a:hover .news_cont1_list_img img {
    transform:scale(1.1);
}
.news_cont1_list a:hover .news_cont1_list_btn h4 {
    color:rgb(0, 5, 183);
}
.news_cont2 {
    padding-top: 2%;
    padding-bottom: 1%;
    background-color: rgba(249, 249, 249, 0.68);
}
.news_cont2_list{
    display:flex;
    flex-wrap:wrap;
    margin:4% 0 0;
}
    .news_cont2_list li {
        width:33.333%;
        border-right: 1px solid rgba(0,0,0,0.2);
        margin-bottom:30px;
    }
        .news_cont2_list li:nth-child(3n) {
            border:none;
        }
        .news_cont2_list a {
            display: block;
            padding: 30px;
        }
.news_cont2_list_time h3 {
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
    font-size:42px;
}
.news_cont2_list_time p {
    font-size:16px;
    line-height:1.5;
    color:#333;
}
.news_cont2_list_title {
    margin-top:30px;
}
    .news_cont2_list_title h4 {
        font-size: 22px;
        line-height: 1.5;
        color: #000;
    }
    .news_cont2_list_title hr {
        margin-bottom: 30px;
        margin-top:30px;
        background: rgba(51,51,51,0.5);
    }
    .news_cont2_list_title span {
        font-size: 18px;
        line-height: 1.5;
        color: rgba(0,0,0,0.9);
    }
.news_cont2_list_img{
    margin-top:30px;
}
.news_cont2_list a:hover img {
    transform:scale(1.1);
}
.news_cont2_list a:hover h4 {
    color:rgb(0, 5, 183);
}
.cooper {
    padding-top: 2%;
    padding-bottom: 3%;
}
.cooper_list{
    display:flex;
    flex-wrap:wrap;
    margin:30px -5px 0;
}
.cooper_list li {
    width:calc(100% / 6);
    padding:0 5px;
    margin-bottom:10px;
}
.cooper_list_img {
    border: 1px solid rgba(235,238,245,1);
}
.NewsDetail001-item {
    min-height:500px;
}
.news_cont {
    padding:30px 0;
}
.news_classify{
    display:flex;
    flex-wrap:wrap;
}
.news_classify li {
    margin-right:40px;
}
    .news_classify li:last-child {
        margin:0;
    }
    .news_classify a {
        display: block;
        width: 158px;
        line-height: 38px;
        border: 1px solid rgba(220,223,230,1);
        text-align:center;
        font-size:14px;
        color:#666;
    }
    .news_classify a.active {
        background: rgb(0, 5, 183);
        border-color: rgb(0, 5, 183);
        color: #fff;
    }
.news_list {
    margin-top:30px;
}
.news_list li {
    margin-bottom:20px;
}
.news_list li a {
    display:flex;
    align-items:flex-start;
}
.news_list_img {
    width:356px;
}
.news_list_cont{
    width:calc(100% - 356px);
    padding-left:20px;
}
.news_list_cont h4 {
    font-size:18px;
    line-height:1.5;
    color:#333;
    padding: 15px 0;
}
.news_list_cont p {
    margin-top:20px;
    font-size:14px;
    line-height:1.5;
    color:#666;
}
    .news_list_cont span {
        display: block;
        width: 98px;
        text-align: center;
        line-height: 34px;
        border: 1px solid rgba(220,223,230,1);
        font-size:14px;
        color:#666;
        margin-top:10px;
    }
.news_list li a:hover img {
    transform:scale(1.1);
}
.news_list li a:hover h4 {
    color:rgb(0, 5, 183);
}
.newsdetail_classify{
    margin-top:30px;
}
.contact_plate1 {
    padding-top:50px;
}
.contact_title {
    text-align:center;
    position:relative;
}
    .contact_title h2 {
        color: rgba(221, 221, 221, 1);
        text-transform: uppercase;
        font-family: Impact;
        font-size: 70px;
        letter-spacing: 2px;
        line-height:1;
    }
    .contact_title h4 {
        text-align: center;
        color: rgba(43, 43, 43, 1);
        font-size: 42px;
        margin-top: -2%;
        line-height:1;
    }
.contact_plate1_pack {
    display: flex;
    background: rgb(0, 5, 183);
    margin:4% 0;
}
.contact_plate1_pack>div {
    width:50%;
}
.contact_plate1_left {
    padding:8% 7%;
}
    .contact_plate1_left h3 {
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height:1;
        font-size:24px;
    }
    .contact_plate1_left h3::after {
        content:"";
        margin:15px 0 30px;
        width:50px;
        height:2px;
        background:#fff;
        display:block;
    }
.contact_cont li{
    margin:10px 0 30px;
    display:flex;
    align-items:center;
}
.contact_cont img {
    width:36px;
    display:block;
}
.contact_cont_list {
    width:calc(100% - 36px);
    padding-left:15px;
}
.contact_cont_list h4 {
    font-size:18px;
    line-height:26px;
    color:#fff;
}
    .contact_cont_list p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.5;
        margin-top:5px;
    }
.contact_code{
    display:flex;
    align-items:center;
    margin-top:10px;
}
.contact_code_img{
    width:120px;
}
.contact_code_cont {
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    font-size:16px;
    width:calc(100% - 120px);
    padding-left:20px;
}
.contact_code_cont p{
    color:#fff;
}
.contact_code_cont strong {
    color:#fff;
    display:block;
}
.contact_plate1_right iframe {
    height:100% !important;
}
.contact_plate2{
    padding-bottom:6%;
}
.contact_plate2_title {
    text-align: center;
    font-weight: bold;
    color: rgb(0, 5, 183);
    font-size:24px;
    line-height:35px;
}
.contact_plate2_title::after {
    content:"";
    width:50px;
    height:2px;
    background:rgb(0, 5, 183);
    display:block;
    margin:15px auto 30px;
}
.mess_form{
    margin-top:2%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.mess_input {
    width: 48%;
    margin-bottom: 20px;
}
    .mess_input input {
        width: 100%;
        padding: 10px 20px;
        line-height: 2;
        font-size:16px;
        color: #495057;
        background-color: #fbfbfb;
        background-clip: padding-box;
        border: 2px solid #ced4da;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
.mess_input:last-child {
    width:100%;
}
    .mess_input:last-child textarea {
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 1.5;
        height: 150px;
        font-size: 16px;
        background-color: #fbfbfb;
        background-clip: padding-box;
        border: 2px solid #ced4da;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        color: #495057;
    }
.submit {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    background: rgb(0, 5, 183);
    color: #fff;
    cursor: pointer;
}
.join {
    padding: 3% 0;
    background: rgba(242,244,245,1);
}
.join_cont{
    padding-top:30px;
}
.case_cont{
    padding:60px 0;
}
    .case_cont .case_cont_title {
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        color: rgba(26, 26, 26, 1);
        font-weight: bold;
        padding-bottom: 20px;
        border-bottom: 2px solid #e0e0e0;
        position: relative;
    }
        .case_cont .case_cont_title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 8.5%;
            height: 2px;
            background: rgb(0, 5, 183);
        }
.case_swiper  {
    padding:0 70px;
    margin-top:3%;
    position:relative;
}
.carr {
    width:50px;
    height:50px;
    border-radius:50%;
    box-shadow:0 0 5px rgba(0,0,0,.1);
    background:#fff;
    text-align:center;
    line-height:50px;
    font-size:25px;
    padding:2px 0 0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    z-index:200;
    color:rgb(0, 5, 183);
    transition:all .5s;
}
.carr_l{
    padding-left:5px;
    left:0;
}
.carr_r {
    padding-right: 5px;
    right: 0;
}
.case_swiper_cont{
    overflow:hidden;
}
.carr:hover {
    background:rgb(0, 5, 183);
    color:#fff;
}
.case_swiper_cont a {
    display:block;
    position:relative;
}
.case_swiper_img {
    border-radius:10px;
    position:relative;
}
.case_swiper_img h4 {
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    font-size:18px;
    color:#fff;
    line-height:30px;
    text-align:center;
}
.case_swiper_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19,167,219,.8);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    opacity:0;
}
.case_swiper_text span {
    font-size:18px;
    color:#fff;
    position:relative;
    line-height:30px;
}
    .case_swiper_text span::before {
        content:"";
        width:18px;
        height:2px;
        background:#fff;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        left:120%;
    }
    .case_swiper_text span::after {
        content: "";
        width: 18px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right:120%;
    }
.case_swiper_cont a.active h4 {
    opacity:0;
}
.case_swiper_cont a.active .case_swiper_text {
    opacity:1;
}
.case_cont_pack {
    display:flex;
    margin-top:50px;
    align-items:flex-start;
}
.case_cont_left{
    width:70%;
    padding-right:5%;
}
.case_cont_right {
    width:30%;
}
    .case_cont_right h3 {
        font-size: 20px;
        font-weight: bold;
        color: rgba(26, 26, 26, 1);
        margin-bottom: 30px;
    }
    .case_cont_list {
    border: 1px solid rgba(19,167,219,1);
    border-radius:10px;
}
.lz-banner {
    margin:0;
}
.lz-banner a {
    display:block;
    position:relative;
}
.home_cont {
    position:absolute;
    width:95%;
    max-width:1520px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:left;
}
.home_cont h3 {
    font-size:60px;
    line-height:87px;
    color:#fff;
}
    .home_cont p {
        font-size: 28px;
        line-height: 40px;
        color: rgba(255, 255, 255.6);
        margin-top:10px;
    }
.home_cont_btn{
    width:219px;
    height:58px;
    background:rgb(0, 5, 183);
    display:flex;
    align-items:flex-start;
    margin-top:52px;
}
.home_cont_btn i {
    width:60px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .home_cont_btn i::after {
        content:"";
        border-right:7px solid transparent;
        border-bottom:6px solid transparent;
        border-left:7px solid #fff;
        border-top:6px solid transparent;
    }
    .home_cont_btn span {
        width: calc(100% - 60px);
        background: rgb(4, 4, 4);
        text-align:center;
        font-size:18px;
        line-height:54px;
        color:#fff;
    }
.home_plate1{
    padding:96px 0 0;
}
.home_plate1_list{
    margin-top:52px;
}
    .home_plate1_list li {
        display:none;
    }
        .home_plate1_list li.active {
            display:block;
        }
        .home_plate1_list li a {
            display: flex;
            align-items: center;
        }
.home_plate1_list_left{
    width:47%;
    padding-right:5%;
}
    .home_plate1_list_left h3 {
        font-size: 36px;
        line-height: 52px;
        color: rgb(0, 0, 0);
    }
    .home_plate1_list_left p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top:12px;
    }
.home_plate1_list_left span {
    width:130px;
    line-height:44px;
    border:1px solid rgb(0, 5, 183);
    border-radius:50px;
    margin-top:47px;
    display:block;
    text-align:center;
    font-size:16px;
    color:rgb(0, 5, 183);
}
.home_plate1_list_img {
    width:53%;
}
.home_plate1_list2{
    margin:28px -14px 0 ;
    display:flex;
    flex-wrap:wrap;
}
.home_plate1_list2 li {
    width:25%;
    padding:0 14px;
}
.home_plate1_list2_pack {
    background: rgb(246, 246, 246);
    border-radius: 20px;
    padding: 32px 40px;
    cursor: pointer;
    height: 100%;
}
.home_plate1_list2_icon{
    height:43px;
}
.home_plate1_list2_icon img {
    max-height:100%;
    display:block;
}
.home_plate1_list2_text{
    margin-top:18px;
}
    .home_plate1_list2_text h4 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 0, 0);
    }
    .home_plate1_list2_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top:11px;
    }
.pro_er_classify {
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
    .pro_er_classify li {
        width:20%;
        padding:0 10px;
        margin-bottom:10px;
    }
        .pro_er_classify li a {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            background: rgba(245,245,245,1);
            border-radius:10px;
            height:100%;
        }
.pro_er_classify_icon{
    width:40px;
}
.pro_er_classify_text{
    width:calc(100% - 50px);
    font-size:18px;
    font-weight:bold;
    line-height:26px;
    color:#000;
    padding-left:10px;
}
.home_plate1_list2 li.active .home_plate1_list2_pack {
    background: rgb(0, 5, 183);
}
.home_plate1_list2 li.active .home_plate1_list2_pack img {
    filter: grayscale(100%) contrast(5) invert(100%);
}
.home_plate1_list2 li.active .home_plate1_list2_pack h4,
.home_plate1_list2 li.active .home_plate1_list2_pack p {
    color: #fff;
}
.home_plate2 {
    padding-top: 106px;
}

    .home_plate2 .public_title {
        width: 75%;
        margin: 0 auto;
    }

.home_plate2_cont {
    margin-top: 42px;
}

    .home_plate2_cont img {
        width: 100%;
        display: block;
        cursor: pointer;
    }

    .home_plate2_cont video {
        display: none;
    }

.home_plate2_list {
    display: flex;
    position: relative;
    z-index: 3;
    max-width:1200px;
    margin:-190px auto 0;
}

    .home_plate2_list li {
        width: 33.333%;
    }
        .home_plate2_list li:first-child .home_plate2_list_text {
            background: rgb(0, 4, 154);
        }
        .home_plate2_list li:nth-child(2) .home_plate2_list_text {
            background: rgb(0, 5, 183);
        }
        .home_plate2_list li:last-child .home_plate2_list_text {
            background: rgb(0, 6, 204);
        }
        .home_plate2_list_img {
            width: 100px;
            margin: 0 auto -46px;
        }

.home_plate2_list_text {
    background:rgb(0, 5, 183);
    padding: 62px 60px 56px;
    text-align: center;
}

    .home_plate2_list_text h3 {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }

        .home_plate2_list_text h3 span {
            font-size: 54px;
            line-height: 79px;
        }

    .home_plate2_list_text p {
        font-size: 20px;
        line-height: 29px;
        margin-top: 25px;
        color: #fff;
    }

.home_plate2_list li:first-child .home_plate2_list_text {
    border-radius: 20px 0 0 20px;
}

.home_plate2_list li:last-child .home_plate2_list_text {
    border-radius: 0 20px 20px 0;
}
.public_title p {
    max-width: 1200px;
    margin: 52px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    text-align:left;
}
.home_plate2_video::after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(../images/stop.png) no-repeat center / 100% 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.home_plate2_video {
    position:relative;
}
.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 302;
    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%;
}
.home_plate3{
    padding:130px 0 0;
}
.home_plate3_list {
    display:flex;
    flex-wrap:wrap;
    margin:52px -13px 0;
}
.home_plate3_list li {
    width:25%;
    padding:0 13px;

}
.home_plate3_list_pack {
    padding: 80px 20px;
    text-align: center;
    background: rgb(246, 246, 246);
    height:100%;
}
.home_plate3_list_icon{
    width:72px;
    margin:0 auto;
}
.home_plate3_list_cont{
    margin-top:28px;
}
    .home_plate3_list_cont h4 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 0, 0);
    }
    .home_plate3_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:14px;
    }
.index-news {
    padding: 115px 0;
}

    .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);*/
                        background: rgb(246, 246, 246);
                    }

                    .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: rgb(0, 5, 183)
                    }

                    .index-news .sy-news .news-fl ul li:hover .more {
                        color: rgb(0, 5, 183)
                    }

        .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;
                    background: rgb(246, 246, 246);
                }

                    .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: rgb(0, 5, 183)
                }

                .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
                        }
}
.public_nav_pack {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.public_nav_classify ul {
    display:flex;
}
.public_nav_classify li {
    padding:0 5px;
}
.public_nav_classify a {
    display: block;
    min-width: 150px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    border: 1px solid rgba(220,223,230,1);
    text-align:center;
}
    .public_nav_classify a:hover,
    .public_nav_classify a.active {
        background: rgb(0, 5, 183);
        color: #fff;
    }
.pro_sx{
    margin-top:60px;
}
.pro_sx_search_pack {
    padding:15px 60px;
    background:rgba(0, 5, 183,.8);
}
.pro_sx_search {
    display:flex;
    align-items:center;
}
.pro_sx_search span {
    font-size:14px;
    color:#fff;
    line-height:22px;
}
.pro_sx_search input {
    width:300px;
    border:1px solid #fff;
    border-radius:3px;
    padding:0 10px;
    font-size:14px;
    line-height:38px;
    color:#fff;
    margin:0 10px;
    background:transparent;
}
    .pro_sx_search input::-webkit-input-placeholder {
        color:#fff;
    }
.pro_sx_search .sub {
    width:70px;
    line-height:40px;
    background:#fff;
    color:rgb(0, 5, 183);
    font-size:14px;
    border-radius:3px;
    text-align:center;
    cursor:pointer;
}
.pro_sx_pack{
    background:#fff;
    padding:20px 50px 40px;
}
.products {
    background: rgba(245,245,245,1);
}
.pro_sx_list{
    display:flex;
}
.pro_sx_list li {
    width:20%;
    border-right:1px solid #e5e5e5;
    padding:0 10px;
}
    .pro_sx_list li h4 {
        font-weight: bold;
        color: #333333;
        font-size: 14px;
        line-height:40px;
    }
.pro_sx_list_pack{
    overflow:auto;
    min-height:250px;
    max-height:250px;
    padding-right:10px;
}
    .pro_sx_list_pack::-webkit-scrollbar {
        width: 5px;
    }
    .pro_sx_list_pack::-webkit-scrollbar-track {
        background: #d7d7d7;
        border-radius: 6px;
    }
        .pro_sx_list_pack::-webkit-scrollbar-thumb {
            background:#888;
            border-radius:6px;
        }
        .pro_sx_list_pack label {
            font-size: 13px;
            line-height: 26px;
            border-bottom: 1px solid #e5e5e5;
            color: #333;
            width: 100%;
            margin: 0;
            font-weight: 500;
        }
.pro_sx_list_pack label input {
    width:13px;
    height:13px;
    margin-right:5px;
    margin-bottom:2px;
}
.products .public_nav {
    background:#fff;
}
.pro_list {
    margin-top:15px;
    padding-bottom:100px;
}
.pro_list_pack table {
    width:100%;
}
.pro_list_pack table tr {
    display:flex;
}
    .pro_list_pack table tr:first-child td {
        background:rgb(0, 5, 183);
        color:#fff;
        line-height:62px;
    }
    .pro_list_pack table tr td {
        width: 13%;
        border: 1px solid rgba(245,245,245,1);
        font-size: 14px;
        text-align: center;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #333;
        background: #fff;
        padding:0;
        display:flex;
        align-items:center;
        justify-content:center;
    }
        .pro_list_pack table tr td:last-child {
            width:9%;
        }
        .pro_list_img {
            display: flex;
            align-items: center;
            justify-content: center;
        }
.pro_list_img img {
    max-width:100%;
    max-height:105px;
    object-fit:cover;
    display:block;
}
.pro_list_pack table tr td a {
    color: #333;
    padding:0 5px;
    display:block;
    width:100%;
}
    .pro_list_pack table tr td a:hover {
        text-decoration:underline;
    }
    .pro_list_pack table tr td a img {
        max-width: 20px;
        margin-right: 5px;
    }
/* 外面盒子样式---自己定义 */
.page_div {
    margin:40px 10px 20px 0;
    color: #666;
    text-align:center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 28px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: rgb(0, 5, 183);
    border: 1px solid rgb(0, 5, 183)
}

#nextPage, #prePage {
    width: 40px
}

.page_div .current {
    background-color: rgb(0, 5, 183);
    border-color: rgb(0, 5, 183);
    color: #FFF
}
/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }
/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
.case_cont_list li {
    display: flex;
    border-bottom: 1px solid #dddddd;
    justify-content:space-between;
    padding:10px;
}
    .case_cont_list li:last-child {
        border:none;
    }
    .case_cont_list_img {
        display: flex;
        width: 55%;
        align-items: center;
    }
    .case_cont_list_img img {
        max-width:35px;
        display:block;
    }
    .case_cont_list_img span {
        padding-left:15px;
        font-size:12px;
        line-height:20px;
        color:rgb(0, 5, 183);
        width:calc(100% - 35px);
    }
.case_cont_list li a {
    width:40%;
    color:#333;
}
    .case_cont_list li a:hover {
        text-decoration:underline;
    }
    .case_cont_list li a img {
        max-width: 20px;
        margin-right: 5px;
    }
.home_plate3_list_icon img {
    max-height:100%;
    width:auto;
    margin:auto;
}
@media(max-width:1600px) {
    .home_plate3_list_pack {
        padding:60px 20px;
    }
    .w_nav > li {
        padding:0 20px;
    }
    .pro_er_classify li {
        width:25%;
    }
}
@media(max-width:1200px) {
    .home_plate3_list_pack {
        padding: 40px 10px;
    }
    .header_phone {
        display:none;
    }
}
@media(max-width:1300px) {
    .header_phone {
        display:none
    }
}
@media(max-width:1000px) {
    .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: 10px 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 10px;
    }
    .language{
        margin-left:0;
        margin-right:60px;
    }
    .w_nav > li > a {
        line-height:32px;
    }
    .er_nav {
        position:static;
        border:none;
    }
        .er_nav > li a{
            padding:0 10px;
            text-align:left;
        }
    .nei-banner-cont h3 {
        font-size:25px;
        line-height:35px;
    }
    .nei-banner-cont p {
        font-size:16px;
        line-height:24px;
    }
    .bx-mb-nav{
        margin-top:0;
    }
    .contact_title h2{
        font-size:35px;
    }
    .contact_title h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .contact_plate1{
        padding-top:30px;
    }
    .public_nav{
        padding:0;
    }
    .contact_plate1_pack {
        display:block;
    }
        .contact_plate1_pack > div{
            width:100%;
        }
    .contact_plate1_left h3 {
        font-size:20px;
        line-height:30px;
    }
        .contact_plate1_left h3::after{
            margin:10px 0 20px;
        }
    .contact_cont li{
        margin:10px 0 20px;
    }
    .contact_plate1_right iframe{
        height:300px !important;
    }
    .mess_input{
        width:100%;
        margin-bottom:10px;
    }
        .mess_input input,
        .mess_input:last-child textarea {
            padding: 5px 10px;
        }
    .footer_pack{
        display:block;
        padding:20px 0;
    }
    .footer_pack_phone{
        width:100%;
    }
    .footer_pack_list li{
        display:none;
    }
    .footer_pack_list li:last-child {
        display:block;
        max-width:100px;
        margin:auto;
    }
    .footer_pack_right{
        width:100%;
        padding:0;
    }
    .footer_pack_phone li{
        margin-bottom:15px;
    }
    .footer_pack_list h4 {
        font-size:18px;
        line-height:26px;
    }
    .copyright{
        padding:10px 0 20px;
    }
    .public_title h3{
        font-size:25px;
        line-height:35px;
    }
    .news_cont1_list{
        display:block;
        margin:4% 0 0;
    }
        .news_cont1_list li{
            width:100%;
            padding:0;
            margin-bottom:20px;
        }
    .news_cont1_list_cont h4{
        font-size:18px;
        line-height:26px;
    }
    .news_cont1_list_cont{
        padding:15px 10px;
    }
    .news_cont2{
        padding:30px 0;
    }
    .news_cont2_list{
        display:block;
    }
        .news_cont2_list li{
            width:100%;
            margin-bottom:0;
            border:none;
        }
        .news_cont2_list a{
            padding:20px 10px;
        }
    .news_cont2_list_time h3{
        font-size:30px;
        line-height:40px;
    }
    .news_cont2_list_title{
        margin-top:15px;
    }
        .news_cont2_list_title h4{
            font-size:18px;
            line-height:26px;
        }
        .news_cont2_list_title hr{
            margin:15px 0;
        }
        .news_cont2_list_title span{
            font-size:16px;
        }
    .cooper,
    .case_cont {
        padding: 30px 0;
    }
    .cooper_list li{
        width:50%;
    }
    .news_classify li{
        margin-right:10px;
    }
    .case_swiper{
        padding:0 50px;
    }
    .carr{
        width:40px;
        height:40px;
        line-height:40px;
    }
    .case_cont_pack{
        display:block;
        margin-top:30px;
    }
    .case_cont_left {
        width:100%;
    }
    .case_cont_right{
        width:100%;
        margin-top:30px;
    }
    .case_cont .case_cont_title{
        font-size:25px;
        line-height:35px;
    }
    .public_nav_pack{
        display:block;
        padding:10px 0;
    }
    .public_nav_classify ul{
        flex-wrap:wrap;
    }
    .public_nav_classify ul li {
        margin:5px 0 ;
    }
    .pro_sx{
        margin-top:30px;
        overflow:auto;
    }
        .pro_sx > div,
        .pro_list_pack {
            min-width: 400%;
        }
    .pro_sx_pack {
        padding:20px;
    }
    .pro_list{
        overflow:auto;
    }
    .about_plate1_pack {
        display:block;
    }
    .about_plate1_img{
        width:100%;
        padding:30px 0 0;
    }
    .about_plate1_cont{
        width:100%;
        padding:0 0 20px;
    }
        .about_plate1_cont h4,
        .about_plate2_list_cont h4 {
            font-size: 20px;
        }
    .about_plate2{
        padding:30px 0;
    }
    .about_plate2_list{
        margin-top:30px;
    }
    .about_plate2_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_plate2_list_pack{
        padding:40px 15px;
    }
    .about_plate2_list_icon{
        height:60px;
    }
    .about_plate2_list_cont p {
        font-size:16px;
        line-height:24px;
    }
    .about_plate2_list_cont{
        margin-top:20px;
    }
    .about_plate3{
        background-size:100% 100%;
    }
    .about_plate3_list{
        padding:30px 20px;
    }
        .about_plate3_list li {
            font-size:18px;
            line-height:1.5;
        }
    .about_plate3_list{
        margin-top:20px;
    }
    .about_plate4_list li{
        width:100%;
        margin-bottom:20px;
    }
    .about_plate4_list_pack{
        padding:20px 10px;
        margin-bottom:20px;
    }
    .about_plate5_swiper_pack{
        padding:0 50px;
    }
    .harr{
        width:40px;
        height:40px;
        line-height:40px;
    }
    .harr_r{
        right:0;
    }
    .harr_l {
        left:0;
    }
    .lz-banner img{
        height:200px;
        object-fit:cover;
    }
    .home_cont h3{
        font-size:25px;
        line-height:35px;
    }
    .home_cont p {
        font-size:18px;
        line-height:26px;
    }
    .home_cont_btn{
        display:none;
    }
    .home_plate1{
        padding:30px 0 0;
    }
    .home_plate1_list{
        margin-top:30px;
    }
        .home_plate1_list li a{
            display:block;
        }
    .home_plate1_list_left{
        width:100%;
        padding:0;
    }
    .home_plate1_list_img{
        width:100%;
        margin-top:20px;
    }
    .home_plate1_list_left h3{
        font-size:25px;
        line-height:35px;
    }
    .home_plate1_list_left span{
        margin-top:20px;
    }
    .home_plate1_list2 li{
        width:50%;
        margin-bottom:20px;
    }
    .home_plate1_list2_pack{
        padding:20px 10px;
    }
    .home_plate1_list2_text h4{
        font-size:18px;
        line-height:26px;
    }
    .home_plate1_list2_text p{
        font-size:14px;
        line-height:22px;
    }
    .home_plate2 {
        padding:30px 0 0;
    }
    .public_title p{
        margin:30px 0 0;
    }
    .home_plate2 .public_title{
        width:95%;
    }
    .home_plate2_list {
        margin:20px;
        display:block;
    }
        .home_plate2_list li{
            width:100%;
        }
    .home_plate2_list_text{
       border-radius:20px !important;
    }
        .home_plate2_list_text h3 span{
            font-size:40px;
            line-height:1.9;
        }
    .home_plate3{
        padding:30px 0 0;
    }
    .home_plate3_list li{
        width:100%;
        margin-bottom:20px;
    }
    .home_plate3_list_icon{
        height:50px;
    }
    .video_sahodw_cont{
        width:95%;
    }
    .home_plate2_video::after{
        width:50px;
        height:50px;
    }
    .pro_er_classify li {
        width: 20%;
    }
    .pro_er_classify_text{
        font-size:16px;
        line-height:24px;
    }
}