﻿*,h5,h6,h4 {
    margin: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_pack {
    display:flex;
    justify-content:space-between;
}
.logo {
    height:120px;
    padding:20px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.header_right {
    display:flex;
    align-items:center;
}
.w_nav {
    display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
.w_nav>li>a {
    display:block;
    font-size:16px;
    line-height:117px;
    border-bottom:3px solid transparent;
    color:#000;
}
.er_nav {
    background:#fff;
    top:100%;
    left:0;
    position:absolute;
    border-radius:5px;
    padding:10px 0;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    text-align:left;
    min-width:100%;
    display:none;
}
    .er_nav li a {
        display:block;
        font-size:16px;
        line-height:32px;
        color:#000;
        padding:0 10px;
        white-space:nowrap;
    }
        .er_nav li a:hover {
            background:rgb(17, 135, 103);
            color:#fff;
        }
        .w_nav > li.active > a {
            border-bottom-color: rgb(17, 135, 103);
            color: rgb(17, 135, 103);
        }
.language{
    position:relative;
    margin-left:75px;
}
.language_cont {
    display: flex;
    align-items: center;
    min-width: 90px;
    font-size: 16px;
    line-height: 34px;
    color: #000;
    justify-content:space-between;
}
.language_list{
    background:#fff;
    box-shadow:0 0 5px rgba(0,0,0,.1);
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    padding:5px 0;
    border-radius:5px;
    display:none;
}
.language_list li a {
    display:block;
    font-size:16px;
    line-height:32px;
    color:#000;
    text-align:center;
}
    .language_list li a:hover {
        background:rgb(17, 135, 103);
        color:#fff;
    }
    .nei-banner {
        position:relative;
    }
    .nei-banner h3 {
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        font-size:60px;
        line-height:80px;
        color:#fff;
    }
.contact {
    padding:120px 0;
}
.contact_plate1{
    background:url(../images/cbg.png) no-repeat center/100%;
}
.contact_plate1_pack {
    display:flex;
    align-items:center;
}
.contact_plate1_left{
    width:40%;
    padding-right:80px;
}
    .contact_plate1_left h3 {
        font-size: 64px;
        line-height: 72px;
        color: rgb(17, 135, 103);
        text-transform:uppercase;
    }
    .contact_plate1_left p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:64.5px;
    }
.contact_plate1_right {
    width: 60%;
    background: #fff;
    box-shadow: 0 0 15px rgba(154, 132, 113, 0.15);
    padding:100px 85px;
}
.contact_plate1_form{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.contact_palte1_input {
    width: calc(50% - 15px);
    background: rgb(248, 249, 251);
    display:flex;
    border: 1px solid rgb(242, 239, 245);
    padding-left:20px;
    margin-bottom:30px;
}
    .contact_palte1_input p {
        width: 110px;
        font-size: 18px;
        line-height: 48px;
        color: rgb(0, 0, 0);
    }
        .contact_palte1_input p span {
            color: rgb(192, 0, 0);
        }
        .contact_palte1_input input {
            width: calc(100% - 110px);
            padding: 0 10px;
            border: none;
            background: transparent;
            font-size: 18px;
            line-height: 48px;
        }
.contact_palte1_select,
.contact_palte1_content {
    width: 100%;
    padding: 0;
}
.contact_palte1_select select {
    background:transparent;
    border:none;
    height:48px;
    width:100%;
    font-size:18px;
    color:#000;
    padding:0 20px;
}
.contact_palte1_content p{
    width:145px;
    padding-left:20px;
}
.contact_palte1_content textarea {
    width:calc(100% - 145px);
    padding:10px;
    font-size:18px;
    color:#000;
    resize:none;
    height:160px;
    border:none;
    background:transparent;
}
.submit {
    width: 150px;
    line-height: 50px;
    background: rgb(17, 135, 103);
    box-shadow: 0 5px 10px rgba(17, 135, 103, 0.4);
    text-align:center;
    margin-left:calc(100% - 150px);
    font-size:16px;
    color:#fff;
    cursor:pointer;
    transition:all .5s;
    margin-top:20px;
}
.submit:hover {
    background:#fff;
    color:rgb(17, 135, 103);
}
header {
    position:relative;
    background:#fff;
    z-index:200;
}
.contact_plate2{
    padding-top:110px;
}
.contact_plate2_title {
    text-align: center;
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.contact_plate2_list {
    display:flex;
    margin:58px -20px 0;
    flex-wrap:wrap;
}
    .contact_plate2_list .contact_plate2_cont {
        width: 33.333%;
        padding: 0 20px;
    }
.contact_plate2_pack {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(154, 132, 113, 0.15);
    padding:60px 40px 55px;
    height:100%;
}
.contact_plate2_icon {
    height:51px;
}
.contact_plate2_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.contact_plate2_text {
    margin-top:24px;
    text-align:center;
}
    .contact_plate2_text h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .contact_plate2_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:7px;
    }
footer {
    background: rgb(34, 34, 34);
}
.footer_layout {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}
.footer_pack {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 54px 0 40px;
}
.footer_links {
    width:10%;
}
.footer_pack h4 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    margin-bottom:5px;
}
.footer_links a {
    display:block;
    font-size:16px;
    line-height:40px;
    color:#fff;
}
.footer_contact p {
    display: flex;
    align-items: center;
    margin: 13px 0;
    font-size: 16px;
    line-height: 24px;
    color: rgb(177, 177, 177);
}
.footer_contact p img {
    max-width:15px;
    display:block;
}
.footer_contact p span {
    width:calc(100% - 15px);
    padding-left:10px;
}
.footer_contact {
    width:32%;
}
.footer_right {
    width: 37%;
}
.footer_right_pack{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:27px;
    margin-top:29px;
}
.footer_right_pack input {
    width:calc(100% - 140px);
    border-radius:27px 0 0 27px;
    background:transparent;
    padding:0 30px;
    border:none;
    font-size:20px;
    line-height:54px;
}
.footer_right_pack span {
    width:140px;
    background:rgb(17, 135, 103);
    text-align:center;
    color:#fff;
    font-size:20px;
    line-height:54px;
    border-radius:27px;
    cursor:pointer;
    transition:all .5s;
}
    .footer_right_pack span:hover {
        color:rgb(17, 135, 103);
        background:#fff;
    }
    .footer_icon_link {
        display: flex;
        width: 50%;
        justify-content: space-between;
        margin-top: 40px;
    }
    .footer_icon_link li a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255,.15);
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .footer_icon_link li a  img {
        max-width:60%;
        display:block;
    }
    .footer_icon_link li a:hover {
        background:rgb(17, 135, 103);
    }
.news_classify {
    background: rgb(247, 247, 247);
}
.news_classify_list {
    display:flex;
    justify-content:center;
}
.news_classify_list li {
    padding:0 40px;
}
    .news_classify_list li a {
        font-size: 20px;
        line-height: 77px;
        color: rgb(0, 0, 0);
        display:block;
        border-bottom: 3px solid transparent;
    }
    .news_classify_list li a.active {
        border-bottom-color:rgb(17, 135, 103);
        color:rgb(17, 135, 103);
    }
.news {
    padding:100px 0 150px;

}
.news_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.news_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .news_list li a {
        display:block;
    }
.news_list_cont{
    padding-top:20px;
}
.news_list_cont h3 {
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.news_list_cont span {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    display:block;
    margin-top:16px;
}
    .news_list_cont samp {
        display:none;
        width: 150px;
        line-height: 50px;
        background: rgb(17, 135, 103);
        box-shadow: 0 5px 10px rgba(17, 135, 103, 0.4);
        text-align:center;
        font-size:16px;
        margin-top:23px;
        color:#fff;
        font-family:"微软雅黑";

    }
    .news_list_cont p {
        display: none;
        font-size: 16px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-top: 28.5px;
    }
.news_list li:first-child {
    width:100%;
    margin-bottom:60px;
}
.news_list li:first-child a {
    display: flex;
    flex-direction:row-reverse;
}
    .news_list li:first-child .news_list_img {
        width:66%;
    }
    .news_list li:first-child .news_list_cont {
        width: 34%;
        background: rgb(251, 251, 251);
        padding: 50px;
    }
        .news_list li:first-child .news_list_cont h3 {
            font-size: 24px;
            line-height: 32px;
            font-weight: bold;
            color: rgb(0, 0, 0);
        }
        .news_list li:first-child .news_list_cont p,
        .news_list li:first-child .news_list_cont samp {
            display: block;
        }
.news_list li a:hover img {
    transform:scale(1.1);
}
.news_detail {
    background: rgb(247, 247, 247);
}
.bx-mb-nav {
    border-bottom:none;
}
.bx-mb-nav p {
    line-height: 82px;
}
.NewsDetail001 {
    margin: 0;
}
.NewsDetail001_pack {
    background: #fff;
    padding: 50px 40px;
}
.NewsDetail001-title {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom:19.5px;
}
    .NewsDetail001-title h3 {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-align:left;
    }
.tit_bar {
    text-align:left;
    margin-top:10px;
}
    .tit_bar .text{
        margin:0;
    }
.news_gegnguo{
    padding:76px 0 118px;
}
    .news_gegnguo h3 {
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
        position:relative;
        font-weight:bold;
    }
.news_gegnguo h3::after {
    content:"";
    width:70px;
    height:3px;
    margin-top:19px;
    background:rgb(17, 135, 103);
    display:block;
}
.news_detail_swiper {
    overflow:hidden;
    margin-top:50px;
}
.news_detail_swiper a {
    display:block;
}
.news_gegnguo_cont{
    padding-top:20px;
}
    .news_gegnguo_cont h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .news_gegnguo_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:14px;
    }
.news_detail_swiper a:hover img {
    transform:scale(1.1);
}
.news_gegnguo_img img {
    height:330px;
    object-fit:cover;
}
.about {
    padding:120px 0 113px;
}
.about_plate1_top,
.about_plate1_bottom {
    display: flex;
}
.about_plate1_title {
    width:50%;
    padding:7% 10%;
}
    .about_plate1_title h3 {
        position: relative;
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
        .about_plate1_title h3::after {
            content: "";
            width: 70px;
            height: 3px;
            margin-top: 19px;
            background: rgb(17, 135, 103);
            display: block;
        }
.about_plate1_2 {
    display:flex;
    width:50%;
}
    .about_plate1_2:hover .about_plate1_2_cont {
        background:rgb(17, 135, 103);
    }
    .about_plate1_2 > div,
    .about_plate1_img {
        width: 50%;
    }
.about_plate1_2_cont {
    padding: 10% 8%;
    background: rgba(17, 135, 103,.05);
}
.about_plate1_2_cont h4 {
    font-size:24px;
    line-height:32px;
    font-weight:bold;
    color:rgb(17, 135, 103);
}
    .about_plate1_2_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(17, 135, 103);
        margin-top:55%;
    }
.about_plate1_2:hover .about_plate1_2_cont h4,
.about_plate1_2:hover .about_plate1_2_cont p {
    color: #fff;
}
.about_plate2{
    padding-top:116px;
}
.public_title h3 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    position:relative;
}
    .public_title h3::after {
        content: "";
        width: 70px;
        height: 3px;
        margin: 19px auto 0;
        background: rgb(17, 135, 103);
        display: block;
    }
.about_plate2_cont {
    margin-top:37px;
}
    .about_plate2_cont p {
        font-size: 16px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-bottom:20px;
    }
        .about_plate2_cont p:last-child {
            margin:0;
        }
        .about_palte2_video {
            margin: 43px auto 0;
            width: 780px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
        }
.about_palte2_video video {
    display:none;
}
.about_palte2_video img {
    width:100%;
    display:block;
}
.about_palte2_video i {
    width:120px;
    height:120px;
    background:url(../images/stop.png) no-repeat center/100% 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.about_plate2_cont_2{
    margin-top:50px;
}
.serve_classify {
    background: rgb(247, 247, 247);
}
.serve_classify_list {
    display:flex;
    justify-content:center;
}
.serve_classify_list li {
    padding:0 40px;
}
    .serve_classify_list li a {
        padding:47px 0 41px;
        border-bottom:3px solid transparent;
        display:block;
    }
.serve_classify_icon {
    height:36px;
}
.serve_classify_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.serve_classify_cont {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    margin-top:18px;
}

.serve_classify_list li a.active {
    border-bottom-color:rgb(17, 135, 103);
}
    .serve_classify_list li a.active .serve_classify_cont {
        color:rgb(17, 135, 103);
    }
.server {
    padding:76px 0 150px;
}
.serve_swiper_pack{
    position:relative;
    margin-top:32px;
}
.arr {
    width:60px;
    height:60px;
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    cursor:pointer;
    z-index:120;
}
.arrl {
    background:url(../images/arr_l.png) no-repeat center/100% 100%;
    left:0;
}
.arrr {
    background: url(../images/arr_r.png) no-repeat center/100% 100%;
    right:0;
}
.server_swiper{
    width:85%;
    margin:0 auto;
    overflow:hidden;
}
.server_swiper a {
    display:block;
}
.server_swiper_cont {
    text-align:center;
}
    .server_swiper_cont h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        margin-top:27px;
    }
    .server_swiper_cont div {
        font-size: 16px;
        line-height: 28px;
        margin-top: 19px;
        color: rgb(51, 51, 51);
        text-align:left;
    }
.serve_plate2 {
    padding-top:89px;
}
.pro_swiper{
    padding-bottom:110px;
    position:relative;
    margin-top:50px;
}
.pro_swiper_pack {
    overflow: hidden;
}
.pro_swiper_btn {
    display:flex;
    align-items:center;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}
.parr {
    width:60px;
    height:60px;
    background:url(../images/parrl.png) no-repeat center/100% 100%;
    margin:0 10px;
    cursor:pointer;
}
.parrr {
    background-image:url(../images/parrr.png);
}
.pro_swiper_pack a {
    display: block;
    border: 1px solid rgb(239, 239, 239);
}
.pro_swiper_cont {
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    text-align:center;
    padding:25px 10px;
}
.pro_cont{
    padding:116px 0 117px;
}
.pro_detail_desc{
    font-size:16px;
    line-height:28px;
    margin-top:50px;
}
.pro_detail_childern > h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top:40px;
}
.pro_detail_childern_list {
    margin:32px -22.5px 0;
    display:flex;
    flex-wrap:wrap;
}
.pro_detail_childern_list li {
    width:33.333%;
    padding:0 22.5px;
    margin-bottom:45px;
}
    .pro_detail_childern_list li a {
        display: block;
        position: relative;
        background: #fff;
        box-shadow: 5px 5px 20px rgba(180, 184, 206, 0.14);
        border-radius:20px;
        padding:57px 60px 21px;
        height:100%;
    }
    .pro_detail_childern_list li a .num {
        width:59px;
        height:57px;
        background:url(../images/pbg.png) no-repeat center/100% 100%;
        padding:6px 10px;
        font-size:24px;
        line-height:40px;
        color:#fff;
        position:absolute;
        top:0;
        left:0;
    }
.pro_detail_childern_list_cont h4 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(43, 45, 49);
    font-weight:bold;
    position:relative;
}
.pro_detail_childern_list_cont h4::after {
    content:"";
    width:32px;
    height:2px;
    background:rgb(17, 135, 103);
    display:block;
    margin-top:23px;
}
.pro_detail_childern_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
    margin-top:25px;
}
.pro_detail_childern>p {
    font-size:16px;
    line-height:24px;
    color:rgb(51, 51, 51);
}
.prodetail {
    padding:5% 0;
}
.gourp {
    padding:116px 0 70px;
    background:url(../images/gbg.png) no-repeat top right;
}
.gourp_plate1 {
    display:flex;
    align-items:flex-end;
}
.gourp_plate1_left {
    width:70%;
    padding-right:15%;
}
.gourp_plate1_left_cont h4 {
    font-size: 36px;
    line-height: 48px;
    color: rgb(0, 0, 0);
}
.gourp_plate1_left_cont p {
    font-size:20px;
    line-height:26px;
    color:rgb(17, 135, 103);
    margin-top:6.5px;
    text-transform:uppercase;
}
.gourp_plate1_left_cont div {
    font-size: 16px;
    line-height: 28px;
    color: rgb(51, 51, 51);
    margin-top:29px;
    white-space:pre-line;
}
.gourp_plate1_left_list {
    background: linear-gradient(to bottom,rgb(17, 135, 103),rgb(38, 180, 153));
    padding:133px 85px;
    display:flex;
    margin-top:115px;
    border-radius:20px;
    width:150%;
    margin-right:-50%;
}
.gourp_plate1_left_pack {
    padding:0 75px;
    text-align:center;
}
.gourp_plate1_left_icon {
    width: 100px;
    margin:0 auto;
}
.gourp_plate1_left_desc h3 {
    font-size: 36px;
    line-height: 48px;
    color: rgb(255, 255, 255);
    margin-top:6px;
}
.gourp_plate1_left_desc p {
    font-size: 20px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    margin-top:6.5px;
}
.gourp_plate1_right {
    width:30%;
    padding-bottom:80px;
}
.gourp .footer_layout {
    padding-top:146px;
}
.gourp_list{
    margin-top:80px;
}
    .gourp_list li {
        margin-bottom:50px;
    }
    .gourp_list li .gourp_list_pack {
        display: flex;
        align-items: center;
    }
.gourp_list_left{
    width:50%;
    padding-right:6.5%;
}
    .gourp_list_left h3 {
        font-size: 28px;
        line-height: 37px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
.gourp_list_left>p {
    font-size:20px;
    line-height:26px;
    color:rgb(17, 135, 103);
    margin-top:7px;
}
    .gourp_list_left div {
        font-size: 16px;
        line-height: 28px;
        color: rgb(51, 51, 51);
        margin-top:29px;
    }
.gourp_list_right{
    width:50%;
}
.gourp_list li:nth-child(2n) .gourp_list_pack {
    flex-direction:row-reverse;
}
.gourp_list li:nth-child(2n) .gourp_list_left {
    padding:0 0 0 6.5%;
}
.lz-banner {
    margin:0;
}
    .lz-banner img {
        display:block;
        width:100%;
    }
    .lz-banner a {
        display: block;
        position: relative;
    }
.lz-banner h3 {
    font-size:48px;
    line-height:64px;
    color:#fff;
    white-space:pre-line;
    width:1200px;
    position:absolute;
    top:30%;
    left:50%;
    transform:translateX(-50%);
    text-align:left;
    text-shadow:0 0 12px rgba(0,0,0,1);
}
.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 302;
    display: none;
}
.footer_code{
    display:flex;
    align-items:flex-start;
    margin-top:15px;
}
    .footer_code li {
        width:100px;
    }
    .footer_code li img {
        width:100%;
        display:block;
    }
        .footer_code li:first-child {
            margin-right:15px;
        }
        .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_plate2_list {
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
}
.home_plate2_list li {
    width:50%;
}
.home_plate2_list a {
    display:block;
    position:relative;
}
    .home_plate2_list a:hover .home_plate2_list_cont {
        background: rgba(0, 0, 0,.71);
    }
    .home_plate2_list_cont {
        position: absolute;
        top: 0;
        left: 0;
        /*background: rgba(0, 0, 0,.71);*/
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 20%;
        color: #fff;
    }
.home_plate2_list_cont h4 {
    font-size:32px;
    line-height:42px;
    font-weight:bold;
    position:relative;
}
    .home_plate2_list_cont h4::after {
        content:"";
        width:45px;
        height:5px;
        background:rgb(17, 135, 103);
        margin:18px auto 0;
        display:block;
    }
    .home_plate2_list_cont p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
        -webkit-line-clamp:3;
        display:none;
    }
.home_plate2_list_cont  span {
    width:150px;
    line-height:50px;
    background:rgb(17, 135, 103);
    font-size:16px;
    margin:18px auto 0;
    display:none;
}
.home_plate2_list a:hover p,
.home_plate2_list a:hover span {
    display: block;
}
.home_plate3 {
    padding:150px 0 120px;
}
.home_plate3_pack{
    display:flex;
    align-items:center;

}
.home_plate3_left {
    width:35%;
    padding-right:5%;
}
    .home_plate3_left h3 {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
        .home_plate3_left h3::after {
            content: "";
            width: 70px;
            height: 3px;
            background: rgb(17, 135, 103);
            display:block;
            margin-top:19px;
        }
    .home_plate3_left p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 50px;
        color: rgb(102, 102, 102);
    }
.home_plate3_btn {
    margin-top:117px;
    display:flex;
}
    .home_plate3_btn i {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgb(232, 232, 232);
        text-align: center;
        line-height: 48px;
        font-size: 24px;
        color: rgb(0, 0, 0);
        cursor:pointer;
        margin:0 5px;
    }
        .home_plate3_btn i:hover {
            background:rgb(17, 135, 103);
            color:#fff;
        }
        .harrl {
            padding-left: 5px;
        }
.harrr {
    padding-right:5px;
}
.home_plate3_swiper {
    width:65%;
    overflow:hidden;
}
.home_plate3_swiper a {
    display:block;
}
.home_plate3_swiper_img {
    position:relative;
}
.home_plate3_swiper_img i {
    width:149px;
    height:233px;
    background:url(../images/marr.png) no-repeat center/100% 100%;
    position:absolute;
    right:0;
    bottom:0;
    cursor:pointer;
    opacity:0;
}
.home_plate3_swiper_cont {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 18px;
    color: rgb(0, 0, 0);
    text-align:center;
}
.home_plate3_swiper a:hover i {
    opacity:1;
}
.home_palte4{
    padding:80px 0 127px;
    background:url(../images/nbg.png) no-repeat center/cover;
}
.home_palte4_swiper {
    margin-top:65px;
    overflow:hidden;
    position:relative;
}
    .home_palte4_swiper::before {
        content:"";
        width:220px;
        height:100%;
        background:rgba(255,255,255,.3);
        position:absolute;
        top:0;
        left:0;
        z-index:110;
    }
    .home_palte4_swiper::after {
        content: "";
        width: 220px;
        height: 100%;
        background: rgba(255,255,255,.7);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 110;
    }
    .home_palte4_swiper a {
        display: block;
    }
.home_palte4_swiper_cont h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top:20px;
}
.home_palte4_swiper_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:40px;
}
.home_palte4_swiper_img img {
    height:311px;
    object-fit:cover;
}
.home_palte4>a {
    display:block;
    width:150px;
    text-align:center;
    line-height:50px;
    font-size:16px;
    color:#fff;
    background:rgb(17, 135, 103);
    margin:50px auto 0;
}
.copyright {
    font-size: 14px;
    line-height: 20px;
    padding: 17px 0 47px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255,.1);
}
    .copyright a {
        color:#fff;
    }
.cooepr {
    padding:80px 0;
}
    .cooepr img {
        max-width:100%;
        display:block;
        margin:0 auto;
    }
    @media(max-width:1500px) {
        .home_palte4_swiper::after, .home_palte4_swiper::before {
        width: 150px;
    }
    .home_plate2_list_cont h4 {
        font-size:25px;
        line-height:35px;
    }
        .home_plate2_list_cont h4::after {
            margin-top:10px;
        }
    .home_plate2_list_cont span{
        width:130px;
        line-height:40px;
    }
    .home_plate2_list_cont p{
        margin-top:20px;
    }
    .home_plate2_list_cont{
        padding:10px 10%;
    }
    .home_plate3_left h3,
    .public_title h3,
    .lz-banner h3,
    .about_plate1_title h3 {
        font-size: 30px;
        line-height: 40px;
    }
        .home_plate3_left h3::after {
            margin-top:10px;
        }
    .home_plate3_left p{
        margin-top:30px;
    }
    .home_plate3_btn{
        margin-top:50px;
    }
    .home_plate3_swiper_img i {
        width:80px;
        height:120px;
    }
    .about_plate1_2_cont p{
        margin-top:30%;
    }
    .about_plate1_2_cont{
        padding:7% 5%;
    }
    .nei-banner h3{
        font-size:50px;
        line-height:70px;
    }
    .serve_classify_list li a{
        padding:20px 0;
    }
    .serve_classify_list li{
        padding:0 20px;
    }
    .gourp_plate1_left_list{
        padding:100px 50px;
    }
    .gourp_plate1_left_icon{
        width:80px;
    }
    .gourp_plate1_left_desc h3,
    .gourp_plate1_left_cont h4,
    .contact_plate2_title {
        font-size: 30px;
        line-height: 40px;
    }
    .news_list li:first-child .news_list_img{
        width:60%;
    }
    .news_list li:first-child .news_list_cont{
        width:40%;
        padding:30px;
    }
    .contact_plate1_left h3{
        font-size:50px;
        line-height:60px;
    }
    .contact_plate1_left p{
        margin-top:40px;
    }
    .contact_plate1_right {
        padding:80px 60px;
    }
    .footer_pack h4{
        font-size:20px;
        line-height:30px;
    }
    .footer_right_pack span{
        font-size:18px;
        line-height:45px;
    }
    .footer_right_pack input{
        font-size:18px;
        line-height:45px;
    }
    .w_nav > li{
        padding:0 20px;
    }
    .language{
        margin-left:50px;
    }
    .public_title h3::after{
        margin-top:10px;
    }
    .home_palte4_swiper_img img{
        height:260px;
    }
}
@media(max-width:1300px) {
    .lz-banner h3 {
        width:95%;
    }
}
@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;
    }
       

        header {
            position: relative;
        }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: left;
    }
    .er_nav {
        position:static;
        box-shadow:none;
        padding:0;
    }
    .language {
        margin: 0 70px 0 0;
    }

    .language_on {
        text-align: center;
    }

    .language_list {
        width: 100%;
    }
    .home_plate3_left h3, .public_title h3, .lz-banner h3, .about_plate1_title h3 {
        font-size:20px;
        line-height:30px;
    }
    .lz-banner h3{
        top:15%;
    }
    .about{
        padding:30px 0;
    }
    .public_title h3::after{
        width:40px;
    }
    .about_plate2_cont{
        margin-top:25px;
    }
    .about_palte2_video{
        width:100%;
    }
        .about_palte2_video i{
            width:50px;
            height:50px;
        }
    .video_sahodw_cont{
        width:95%;
    }
    .about_plate2_cont_2,
    .about_palte2_video {
        margin-top: 30px;
    }
    .home_plate2_list li{
        width:100%;
    }
    .home_plate2_list_cont p,
    .home_plate2_list_cont span {
        display: none !important;
    }
    .home_plate2_list_cont h4{
        font-size:18px;
        line-height:28px;
    }
    .home_plate3{
        padding:30px 0;
    }
    .home_plate3_pack{
        display:block;
    }
    .home_plate3_left{
        width:100%;
        padding-right:0;
    }
    .home_plate3_swiper {
        width:100%;
        margin-top:30px;
    }
    .home_plate3_btn{
        margin-top:30px;
    }
    .home_plate3_swiper_cont{
        font-size:16px;
        line-height:24px;
    }
    .home_palte4{
        padding:30px 0;
    }
    .home_palte4_swiper::after, .home_palte4_swiper::before{
        display:none;
    }
    .home_palte4_swiper_img img{
        height:150px;
    }
    .home_palte4_swiper_cont h4{
        font-size:16px;
        line-height:24px;
        margin-top:10px;
    }
    .home_palte4_swiper_cont p {
        margin-top:15px;
    }
    .home_palte4 > a {
        width:130px;
        line-height:45px;
    }
    .footer_links{
        display:none;
    }
    .footer_pack {
        padding: 20px 0;
        display:block;
    }
    .footer_contact,
    .footer_right {
        width: 100%;
    }
        .footer_right {
            margin-top:20px;
        }
        .copyright {
            padding: 10px 0 15px;
        }
    .footer_icon_link {
        width:70%;
        margin-top:20px;
    }
    .footer_pack h4{
        font-size:18px;
        line-height:26px;
    }
    .home_plate3_swiper_img i{
        width:60px;
        height:80px;
    }
    .w_nav > li > a{
        border-bottom-color:transparent !important;
    }
    .nei-banner h3 {
        font-size:25px;
        line-height:35px;
    }
    .about_plate1_top, .about_plate1_bottom{
        display:block;
    }
    .about_plate1_title,
    .about_plate1_2,
    .about_plate1_2 > div, .about_plate1_img {
        width: 100%;
    }
    .about_plate1_2{
        display:block;
    }
    .about_plate1_2_cont p{
        margin-top:10%;
    }
    .about_plate1_2_cont h4 {
        font-size:20px;
        line-height:30px;
    }
    .about_plate2{
        padding-top:30px;
    }
    .serve_classify_list{
        flex-wrap:wrap;
    }
        .serve_classify_list li{
            width:50%;
            padding:0 10px;
            text-align:center;
        }
            .serve_classify_list li a.active{
                border-bottom-color:transparent;
            }
    .server {
        padding: 30px 0;
    }
    .server_swiper{
        width:100%;
    }
    .arr{
        top:25%;
    }
    .server_swiper_cont h4{
        font-size:20px;
        line-height:30px;
        margin-top:20px;
    }
    .serve_plate2{
        padding-top:30px;
    }
    .pro_swiper_cont{
        font-size:16px;
        line-height:24px;
        padding:15px 10px;
    }
    .pro_swiper{
        margin-top:30px;
        padding-bottom:50px;
    }
    .parr{
        width:40px;
        height:40px;
    }
    .pro_cont{
        padding:30px 0;
    }
    .pro_detail_desc{
        margin-top:30px;
    }
    .pro_detail_childern_list li{
        width:100%;
        margin-bottom:20px;
    }
        .pro_detail_childern_list li a{
            padding:50px 50px 22px;
        }
    .pro_detail_childern_list_cont h4{
        font-size:20px;
        line-height:30px;
    }
        .pro_detail_childern_list_cont h4::after{
            margin-top:10px;
        }
    .pro_detail_childern_list_cont p{
        margin-top:15px;    
    }
    .gourp{
        padding:30px 0;
    }
    .gourp_plate1 {
        display:block;
    }
    .gourp_plate1_left{
        width:100%;
        padding:0;
    }
    .gourp_plate1_left_list{
        width:100%;
        margin:30px 0 0 ;
        padding:30px 10px;
    }
    .gourp_plate1_left_pack{
        padding:0 10px;
        width:50%;
    }
    .gourp_plate1_left_icon{
        width:50px;
    }
    .gourp_plate1_left_desc h3, .gourp_plate1_left_cont h4, .contact_plate2_title,
    .gourp_list_left h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .gourp_plate1_left_desc p{
        font-size:16px;
        line-height:24px;
    }
    .gourp_plate1_right{
        width:70%;
        margin:30px auto 0;
        padding-bottom:0;
    }
    .gourp .footer_layout{
        padding-top:30px;
    }
    .gourp_list{
        margin-top:30px;
    }
        .gourp_list li .gourp_list_pack {
            display:block;
        }
        .gourp_list_left,
        .gourp_list li:nth-child(2n) .gourp_list_left {
            width: 100%;
            padding: 0 0 30px;
        }
        .gourp_plate1_left_cont p,
        .gourp_list_left > p {
            font-size: 18px;
            line-height: 26px;
        }
        .gourp_list_left div,
        .gourp_plate1_left_cont div {
            margin-top: 20px;
        }
    .gourp_list_right{
        width:70%;
        margin:0 auto;
    }
    .news_classify_list{
        flex-wrap:wrap;
    }
        .news_classify_list li a.active {
            border-bottom-color:transparent;
        }
        .news_classify_list li a {
            font-size:18px;
            line-height:50px;
        }
        .news_classify_list li {
            padding:0 10px;
        }
    .news{
        padding:30px 0;
    }
    .news_list li:first-child a{
        display:block;
    }
    .news_list li:first-child .news_list_img,
    .news_list li:first-child .news_list_cont {
        width: 100%;
    }
    .news_list li:first-child .news_list_cont {
        padding:20px 10px;
    }
        .news_list li:first-child .news_list_cont h3{
            font-size:20px;
            line-height:30px;
        }
    .news_list_cont p{
        margin-top:20px;
    }
    .news_list_cont samp {
        width:130px;
        line-height:45px;
    }
    .news_list li:first-child{
        margin-bottom:20px;
    }
    .news_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .news_list{
        margin:0 ;
    }
    .news_list_cont{
        padding-top:10px;
    }
    .bx-mb-nav p{
        line-height:60px;
    }
    .NewsDetail001_pack{
        padding:30px 10px;
    }
    .NewsDetail001-title h3{
        font-size:20px;
        line-height:30px;
    }
    .news_gegnguo{
        padding:30px 0;
    }
        .news_gegnguo h3{
            font-size:25px;
            line-height:35px;
        }
            .news_gegnguo h3::after{
                width:40px;
                margin-top:10px;
            }
    .news_gegnguo_img img{
        height:250px;
    }
    .news_detail_swiper{
        margin-top:30px;
    }
    .contact{
        padding:30px 0;
    }
    .contact_plate1_pack {
        display:block;
    }
    .contact_plate1_left{
        width:100%;
        padding:0;
    }
        .contact_plate1_left h3{
            font-size:22px;
            line-height:32px;
        }
        .contact_plate1_left p{
            margin-top:20px;
        }
    .contact_plate1_right{
        width:100%;
        margin-top:30px;
        padding:30px 20px;
    }
    .contact_palte1_input{
        width:100%;
        margin-bottom:15px;
        padding-left:10px;
    }
        .contact_palte1_input p{
            font-size:16px;
            line-height:43px;
        }
        .contact_palte1_input input{
            font-size:16px;
            line-height:43px;
        }
    .contact_palte1_content p{
        padding-left:0;
        width:105px;
    }
    .contact_palte1_content textarea{
        width:calc(100% - 105px);
    }
    .contact_palte1_select select{
        padding:0;
        font-size:16px;
        line-height:43px;
        height:43px;
    }
    .submit{
        width:130px;
        line-height:43px;
        margin-left:0;
    }
    .contact_plate2{
        padding:30px 0;
    }
    .contact_plate2_list {
        margin:30px 0 0;
    }
        .contact_plate2_list .contact_plate2_cont {
            width:100%;
            padding:0 ;
            margin-bottom:20px;
        }
    .contact_plate2_text h4{
        font-size:20px;
    }
    .contact_plate2_text{
        margin-top:15px;
    }
    .contact_plate2_pack{
        padding:40px 20px;
    }
    .footer_code {
        justify-content:center;
    }
    .footer_code li {
        width:80px;
    }
    .cooepr{
        padding:30px 0;
    }
}