* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
.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;
}
.img {
    overflow:hidden;
}
.img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.header_top_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo {
    height:120px;
    padding:15px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    display:block;
    max-height:100%;
}
.header_top_phone{
    display:flex;
    align-items:center;
}
.header_top_icon {
    width:60px;
}
.header_top_icon img {
    width:100%;
    display:block;
}
.header_top_cont {
    width:calc(100% - 60px);
    padding-left:15px;
}
    .header_top_cont p {
        font-size: 18px;
        line-height: 24px;
        color: rgb(43, 43, 43);
    }
    .header_top_cont h4 {
        font-size: 28px;
        line-height: 40px;
        color: rgb(43, 43, 43);
    }
.navlist {
    background: rgb(43, 43, 43);
}
.navlist_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.w_nav{
    display:flex;
}
    .w_nav > li {
        position:relative;
    }
    .w_nav > li > a {
        padding: 0 40px;
        font-size: 14px;
        line-height: 50px;
        color: #fff;
        display: block;
    }
    .w_nav > .active > a {
        background: rgb(0, 180, 80);
    }
.er_nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(43, 43, 43);
    z-index:102;
    display:none;
}
.er_nav li a {
    font-size:14px;
    line-height:32px;
    color:#fff;
    display:block;
    text-align:center;
}
    .er_nav li a:hover {
        background: #fff;
        color: rgb(43, 43, 43);
    }
    .search {
        display: flex;
        align-items: center;
    }
.search i {
    width:16px;
    height:16px;
    background:url(/images/search.png) no-repeat center/100% 100%;
    display:block;
}
.search input {
    width:120px;
    padding:0 10px;
    border:none;
    outline:none;
    color:#fff;
    background:transparent;
    font-size:14px;
    line-height:20px;
}
    .search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255,.4);
    }
.nei-banner {
    position:relative;
    overflow:hidden;
}
.nei-banner img {
    width:100%;
    display:block;
}
.banner_cont{
    position:absolute;
    left:50%;
    height:100%;
    top:0;
    width:1400px;
    transform:translateX(-50%);
}
.banner_title{
    margin-top:10%;
}
.banner_title h4{
    font-size:36px;
    line-height:52px;
    font-weight:bold;
    color:#fff;
}
.banner_title h3 {
    font-size:60px;
    line-height:87px;
    margin-top: 17px;
    color:#fff;
}
.banner_navlist{
    display:flex;
    position:absolute;
    bottom:50px;
    left:0;
}
.banner_navlist li {
    margin-right:80px;
}
    .banner_navlist .active a {
        border-bottom-color:#fff;
    }
    .banner_navlist li a {
        display: block;
        font-size: 24px;
        line-height: 32px;
        color: rgb(255, 255, 255);
        padding-bottom: 9px;
        border-bottom: 3px solid transparent;
    }
.about {
    padding:95px 0 120px;
}
.public_title {
    text-align:center;
    padding-bottom:33px;
    position:relative;
}
    .public_title::after {
        content: "";
        width: 25px;
        height: 4px;
        background: rgb(0, 180, 80);
        position:absolute;
        left:50%;
        bottom:0;
        transform:translateX(-50%);
    }
    .public_title h3 {
        font-size: 48px;
        line-height: 63px;
        font-weight: bold;
        color: rgb(7, 7, 7);
        text-transform: uppercase;
    }
    .public_title p {
        font-size: 20px;
        line-height: 26px;
        color: rgb(7, 7, 7);
        margin-top:6.5px;
    }
.about_desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
    .about_desc span {
        color: rgb(0, 180, 80);
        font-weight:bold;
    }
.about_list {
    display:flex;
    justify-content:center;
    margin-top:14px;
}
    .about_list li .about_list_pack {
        padding: 0 45px;
    }
.about_list_pack h3 {
    font-size: 48px;
    line-height: 70px;
    font-weight: bold;
    color: rgb(0, 180, 80);
}
.about_list_pack h3 span {
    font-size:28px;
    line-height:40px;
}
.about_list_pack p {
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin-top:3.5px;
}
.about_img {
    margin:29px auto 0;
    width:1050px;
}
footer {
    padding: 30px 0 29px;
    background: rgb(49, 49, 49);
}
.footer_links p {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.footer_link_list{
    display:flex;
    margin-top:17px;
    flex-wrap:wrap;
}
    .footer_link_list li a {
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        padding-right:30px;
        margin-right:30px;
    }
        .footer_link_list li a:hover {
            color:#fff;
        }
        /*.footer_link_list li:first-child a {
            padding-left: 0;
        }*/
    .footer_link_list li:last-child a::after {
        display:none;
    }
    .footer_link_list li a::after {
        content: "";
        width: 1px;
        height: 80%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(135, 135, 135);
    }
.footer_content {
    margin-top: 32px;
    border-top: 1px solid rgb(65, 65, 65);
    font-size: 14px;
    line-height: 28px;
    color: rgb(135, 135, 135);
    padding-top:14.5px;
    text-align:center;
}
@media(max-width:1500px) {
    .banner_cont {
        width:100%;
        max-width:1150px;
        padding:0 10px;
    }
    .banner_title h4 {
        font-size:30px;
        line-height:40px;
    }
    .banner_title h3 {
        font-size:50px;
        line-height:70px;
    }
    .banner_navlist li a {
        font-size:18px;
        line-height:28px;
    }
    .banner_navlist li {
        margin-right:60px;
    }
    .banner_navlist{
        left:10px;
    }
}
@media(max-width:1200px) {
    .about_img {
        width:100%;
    }
    .public_title h3,
    .about_list_pack h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer_link_list li a,
    .about_list_pack p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media(max-width:1000px) {
    .logo {
        height:70px;
        padding:10px 0;
    }
    .header_top_icon {
        width:40px;
    }
    .header_top_cont{
        width:calc(100% - 40px);
    }
        .header_top_cont p {
            font-size:14px;
        }
        .header_top_cont h4 {
            font-size:18px;
            line-height:28px;
        }
    .header_top_phone{
        margin-right:80px;
        display:none;
    }
    .header_top {
        position: relative;
    }
    header {
        position:relative;
    }
    .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%;
        }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }
    .navlist_pack{
        display:block;
    }
    .er_nav {
        position:static;
    }
    .w_nav {
        display:block;
    }
    .w_nav>li>a {
        padding:0 10px;
        line-height:32px;
    }
    .er_nav li a {
        padding:0 20px;
        text-align:left;
    }
    .search {
        padding:10px;
        border-bottom:1px solid #fff;
    }
    .search input {
        width:calc(100% - 16px);
    }
    .footer_link_list li a {
        padding-right:15px;
        margin-right:15px;
        font-size:14px;
    }
    footer{
        padding:20px 0;
    }
    .footer_links p{
        font-size:16px;
        line-height:26px;
    }
    .footer_link_list{
        margin-top:5px;
    }
    .footer_content{
        margin-top:15px;
    }
    .banner_navlist {
        overflow: auto;
        width: calc(100% - 20px);
        bottom: 10px;
    }
    .banner_navlist li a {
        white-space:nowrap;
    }
    .banner_title h4 {
        font-size:16px;
        line-height:26px;
    }
    .banner_title h3{
        font-size:25px;
        line-height:35px;
        margin-top:5px;
    }
    .nei-banner img {
        height:200px;
        object-fit:cover;
    }
    .footer_content span {
        display:block;
        text-align:center;
    }
    .banner_navlist li {
        margin-right:30px;
    }
    .about{
        padding:30px 0;
    }
    .about_list {
        justify-content:space-between;
    }
        .about_list li .about_list_pack {
            padding:0;
        }
    .about_list_pack h3 span {
        font-size:18px;
        line-height:28px;
    }
}
/*荣誉资质*/
.honor {
    padding:95px 0 84px;
}
.honor_list {
    margin:30px -13px 0;
    display:flex;
    flex-wrap:wrap;
}
.honor_list li {
    width:25%;
    padding:0 13px;
    margin-bottom:26px;
}
.honor_list_cont {
    text-align:center;
    font-size:20px;
    line-height:26px;
    margin-top:18px;
    color:#000;
}
.honor_list_pack:hover img {
    transform:scale(1.1);
}
@media(max-width:1000px) {
    .honor {
        padding:30px 0;
    }
    .public_title h3, .about_list_pack h3 {
        font-size:20px;
        line-height:30px;
    }
    .public_title p  {
        font-size:16px;
        line-height:26px;
        margin:0;
    }
    .public_title {
        padding-bottom:10px;
    }
    .honor_list {
        margin:30px -5px 0;
    }
    .honor_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .honor_list_cont {
        font-size:14px;
        line-height:24px;
        margin-top:10px;
    }
}

/*人才招聘*/
.join_cont {
    margin-top:30px;
}
.join_cont_list li {
    margin-bottom: 47px;
}

.join_cont_list_content {
    font-size: 16px;
    line-height: 32px;
    color: rgb(51, 51, 51);
    background: rgb(247, 248, 250);
}

.join_cont_list_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
    cursor: pointer;
}

.join_cont_list_left h4 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.join_cont_list li:hover .join_cont_list_left h4,
.join_cont_list .active .join_cont_list_left h4 {
    color: rgb(0, 180, 80);
}

.join_cont_list_left span,
.join_cont_list_right {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
}

.join_cont_list_text {
    padding: 30px 60px;
    border-bottom: 1px solid #A21716;
}

.join_cont_list_content {
    display: none;
}

.join_cont_list_text a {
    display: block;
    width: 180px;
    line-height: 60px;
    text-align: center;
    background: rgb(0, 180, 80);
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

@media(max-width:1000px) {
    .join_cont_list li {
        margin-bottom: 20px;
    }

    .join_list {
        margin-top: 40px;
    }

    .join_cont_list_left h4{
        font-size: 20px;
        line-height: 30px;
    }

    .join_cont_list_left span, .join_cont_list_right {
        margin-top: 10px;
    }

    .join_cont_list_text {
        padding: 20px 10px;
    }
        .join_cont_list_text a{
            width:160px;
            line-height:45px;
        }
}


/*联系z6com官网*/
.contact_list {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
}

    .contact_list li {
        width: 25%;
        padding: 105px 10px;
        text-align: center;
        font-size: 16px;
        color: #666;
        border: 1px solid rgb(238, 238, 238)
    }

        .contact_list li img {
            height: 40px;
        }

        .contact_list li h3 {
            font-size: 20px;
            color: #000;
            padding: 20px 0 10px;
        }
.map{
    margin-top:30px;
}
.map * {
    width:100%;
}

@media(max-width:1500px) {
    .contact_list li {
        padding: 60px 10px;
    }
}
@media(max-width:1000px) {
    .contact_list li {
        width: 100%;
        padding: 40px 10px;
    }
        .contact_list li h3{
            font-size:18px;
            line-height:28px;
        }
}

/*质量月活动*/

.zl_pack{
    margin-top:30px;
}
.zl_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -19px;
}
.zl_list li {
    width:33.333%;
    padding:0 19px;
    margin-bottom:38px;
}
.zl_list  a {
    display:block;
}
.zl_list_cont {
    font-size: 20px;
    line-height: 26px;
    color: rgb(32, 32, 32);
    text-align:center;
    margin-top:18px;
}
.zl_list a:hover .zl_list_img img {
    transform:scale(1.1);
}
.NewsDetail001 {
    margin:0 ;
    padding:80px 0;
}
.NewsDetail001-title {
    border-bottom: 2px solid rgb(0, 180, 80);
    padding-bottom: 20px;
}
.NewsDetail001-title h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    
    color: #000;
}
@media(max-width:1000px) {
    .zl_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .zl_list {
        margin:0 -5px;
    }
    .zl_list_cont {
        margin-top:5px;
        font-size:16px;
        line-height:26px;
    }
    .NewsDetail001{
        padding:30px 0;
    }
}
/*新闻中心*/
.news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.news_list li {
    width:33.333%;
    padding:0 12.5px;
    margin-bottom:25px;
}
.news_list a {
    display:block;
}
.news_list_cont {
    margin-top:18.5px;
}
    .news_list_cont span {
        display: block;
        font-size: 16px;
        line-height: 21px;
        color: rgb(135, 135, 135);
    }
    .news_list_cont h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(32, 32, 32);
        margin-top:16px;
        font-weight:bold;
    }
    .news_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:19px;
    }
    .news_list_cont samp {
        display: block;
        font-size: 16px;
        line-height: 21px;
        margin-top: 25.5px;
        color: rgb(135, 135, 135);
    }
.news_list_cont {
    padding-bottom: 28.5px;
    border-bottom: 1px solid rgb(232, 232, 232);
}
.news_list a:hover img {
    transform:scale(1.1);
}
.news_list a:hover  h4 {
    color:rgb(0, 180, 80);
}
.news_list a:hover samp {
    color:rgb(0, 180, 80);
}
.news_list a:hover .news_list_cont {
    border-bottom-color:rgb(0, 180, 80);
}
@media(max-width:1000px) {
    .news_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .news_list {
        margin:0;
    }
    .news_list_cont h4{
        font-size:18px;
        line-height:28px;
        margin-top:5px;
    }
    .news_list_cont p {
        margin-top:5px;
    }
    .news_list_cont{
        padding-bottom:10px;
    }
        .news_list_cont samp{
            margin-top:15px;
        }
    .NewsDetail001-title h3{
        font-size:25px;
        line-height:35px;
    }
    .NewsDetail001-title{
        padding-bottom:10px;
    }
    .tit_bar{
        margin-top:5px;
    }
}
/*科研团队*/
.group_list{
    margin-top:30px;
}
.group_list li {
    margin-bottom:100px;
}
.group_list_pack{
    display:flex;
    align-items:center;
}
.group_list_cont {
    width: calc(100% - 700px );
    padding-right: 100px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
}
.group_list_img{
    width:700px;
}
.group_list li:nth-child(2n) .group_list_pack {
    flex-direction:row-reverse;
}
.group_list li:nth-child(2n) .group_list_cont {
    padding:0 0 0 100px;
}
.group_list li:last-child {
    margin:0;
}
@media(max-width:1500px) {
    .group_list_img {
        width:600px;
    }
    .group_list_cont {
        width:calc(100% - 600px);
        padding-right:50px;
    }
    .group_list li:nth-child(2n) .group_list_cont{
        padding:0 0 0 50px;
    }
}
@media(max-width:1000px) {
    .group_list_pack {
        display:block;
    }
    .group_list_cont,
    .group_list li:nth-child(2n) .group_list_cont {
        width: 100%;
        padding: 0;
    }
    .group_list_img {
        width:100%;
        margin-top:20px;
    }
    .group_list li{
        margin-bottom:30px;
    }
}
/*关切单元*/

.dw_list{
    margin-top:30px;
}
    .dw_list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -13.5px;
    }
    .dw_list ul li {
        width:25%;
        padding:0 13.5px;
        margin-bottom:27px;
    }
        .dw_list ul li a {
            display:block;
        }
            .dw_list ul li a:hover img {
                transform:scale(1.1);
            }
            .dw_list ul li a:hover .dw_list_cont {
                color: rgb(0, 180, 80);
                border-bottom-color:rgb(0, 180, 80);
            }
            .dw_list_cont {
                padding: 19px 0;
                border-bottom: 3px solid rgb(231, 231, 231);
                font-size: 18px;
                line-height: 24px;
                color: rgb(0, 0, 0);
                text-align: center;
            }
@media(max-width:1000px) {
    .dw_list ul li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .dw_list ul {
        margin:0 -5px;
    }
    .dw_list_cont{
        padding:5px 0;
        font-size:16px;
        line-height:26px;
    }
}
/*检测项目*/
.xm_list {
    margin-top: 30px
}
    .xm_list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -19px;
    }
    .xm_list ul li {
        width:33.333%;
        padding:0 19px;
        margin-bottom:38px;
    }
.xm_list_cont {
    font-size: 20px;
    line-height: 26px;
    color: rgb(32, 32, 32);
    margin-top:18px;
    text-align:center;
}
.xm_list ul li:hover img {
    transform:scale(1.1);
}
.xm_list ul li:hover .xm_list_cont {
    color:rgb(0, 180, 80);
}
@media(max-width:1000px) {
    .xm_list ul li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .xm_list ul {
        margin:0 -5px;
    }
    .xm_list_cont {
        font-size:16px;
        margin-top:5px;
    }
}

/*产品服务*/
.pro_cont {
    margin-top:30px;
}
.pro_classify{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.pro_classify li {
    padding:0 25px;
}
    .pro_classify li a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        border-bottom: 2px solid rgb(236, 236, 236);
        padding: 13.5px 36px;
        color: rgb(7, 7, 7);
    }
    .pro_classify li .active {
        color:rgb(0, 180, 80);
        border-bottom-color:rgb(0, 180, 80);
    }
.pro_list ul {
    margin: 50px -20px 0;
    display: flex;
    flex-wrap: wrap;
}
.pro_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .pro_list li a {
        display:block;
    }
.pro_list_cont {
    font-size: 18px;
    line-height: 24px;
    color: rgb(7, 7, 7);
    margin-top:28px;
    text-align:center;
}
.pro_list li a:hover img {
    transform:scale(1.1);
}
.pro_list li a:hover .pro_list_cont {
    color:rgb(0, 180, 80);
}
.pro_detail {
    padding:100px 0 120px;
}
.pro_plate1_pack{
    display:flex;
    align-items:center;
}
.pro_plate1_left {
    width:calc(100% - 700px);
    padding-right:120px;
}
    .pro_plate1_left h3 {
        font-size: 48px;
        line-height: 63px;
        color: rgb(0, 0, 0);
    }
    .pro_plate1_left p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:18.5px;
    }
.pro_plate1_img {
    width:700px;
}
.pro_plate1_desc {
    margin-top: 47px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(233, 233, 233);
}
.public_detail_title {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    font-weight:bold;
}
.public_detail_content {
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    margin-top:19px;
}
.pro_plate1_adva {
    margin-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.public_detail_adva {
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
    margin-top: 15px;
}
.pro_plate2_detail,
.pro_plate2_detail,
.pro_plate4_detail,
.pro_plate5_detail {
    margin-top: 30px;
}
.pro_palte4_cont > p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    margin-top:19px;
}
.pro_palte4_list{
    display:flex;
    margin:17px -12.5px 0;
    flex-wrap:wrap;
}
.pro_palte4_list li {
    width:20%;
    padding:0 12.5px;
    margin-bottom:25px;
}
.pro_plate4_list_pack {
    padding: 38px 30px;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(43, 64, 132, 0.06);
    border-radius:10px;
}
.pro_plate4_list_pack h4 {
    font-size:24px;
    line-height:35px;
    color:rgb(0, 180, 80);
}
    .pro_plate4_list_pack p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(142, 142, 142);
        margin-top:21px;
    }
.pro_plate4_list_pack:hover {
    background:rgb(0, 180, 80);
}
    .pro_plate4_list_pack:hover h4,
    .pro_plate4_list_pack:hover p{
        color: #fff;
    }
.pro_palte4_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(98, 98, 98);
    margin-top: 15px;
}
.pro_plate4_jg {
    margin-top:27px;
}
.pro_palte4_cont,
.pro_plate4_jg {
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(233, 233, 233);
}
.pro_detail_list>li {
    display:none;
}
@media(max-width:1500px) {
    .pro_plate1_img {
        width:600px;
    }
    .pro_plate1_left {
        width:calc(100% - 600px);

    }
    .pro_plate4_list_pack {
        padding:20px 10px;
    }
        .pro_plate4_list_pack p {
            font-size:16px;
            line-height:26px;
        }
}
@media(max-width:1000px) {
    .pro_list ul {
        margin: 30px -5px 0;
    }

    .pro_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .pro_list_cont {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }

    .pro_classify li {
        width: 33.3333%;
        padding: 0 10px;
    }

        .pro_classify li a {
            padding: 10px 0;
            text-align: center;
        }

    .pro_detail {
        padding: 30px 0;
    }

    .pro_plate1_pack {
        display: block;
    }
    .pro_palte4_list {
        margin:17px -5px 0;
    }
    .pro_palte4_list li {
        width: 50%;
        padding: 0 5px;
    }
    .pro_plate1_left{
        width:100%;
        padding:0 0 20px;
    }
    .pro_plate1_img{
        width:100%;
    }
    .pro_plate1_left h3{
        font-size:25px;
        line-height:35px;
    }
    .pro_plate1_left p{
        margin-top:5px;
    }
    .public_detail_title{
        font-size:20px;
        line-height:30px;
    }
    .public_detail_content{
        margin-top:10px;
    }
    .pro_palte4_list li:last-child {
        width:100%;
    }
}

/*企业文化*/

.culture_plate1_list{
    display:flex;
    margin:30px -20px 0;
    flex-wrap:wrap;
}
.culture_plate1_list li {
    width:25%;
    padding:0 20px;
    margin-bottom:40px;
}

.culture_plate1_list_cont {
    text-align: center;
    font-size: 28px;
    line-height: 37px;
    margin-top: 17.5px;
    color: rgb(0, 0, 0);
}
.culture_plate1_list_pack:hover img {
    transform: scale(1.1);
}

.home_plate1_list {
    display: flex;
    margin: 30px -20px 0;
    flex-wrap: wrap;
justify-content: center;
}

    .home_plate1_list li {
        width: 33.333%;
        padding: 0 20px;
    }

.home_plate1list_pack {
    background: #fff;
    border-radius: 10px;
    padding: 80px 80px 110px;
    height: 100%;
    box-shadow: 0 2px 30px rgb(237, 241, 246);
    position: relative;
    border-radius:50px;
}

.home_plae1list_icon {
    height: 72px;
}

    .home_plae1list_icon img {
        max-height: 100%;
        display: block;
    }

.home_plae1list_img {
    height: 220px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

    .home_plae1list_img img {
        height: 100%;
        display: block;
    }

.home_plae1list_cont h4 {
    font-size: 36px;
    line-height: 52px;
    color: rgb(32, 32, 32);
    margin-top: 31px;
}

.home_plae1list_cont p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(98, 98, 98);
    margin-top: 26.5px;
    position: relative;
    z-index: 1;
}
.culture_plate2 {
    margin-top:55px;
}
.culture_plate3{
    margin-top:95px;
}
.culture_plate4 {
    margin-top:60px;
}
.culture_plate4_pack {
    display:flex;
    align-items:center;
}
.culture_plate4_left {
    width:calc(100% - 700px);
    padding-right:50px;
}
.culture_plate4_cont {
    text-align:left;
}
.culture_plate4_cont::after {
    left:0;
    transform:translateX(0);
}
.culture_plate4_text {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    margin-top:50px;
}
.culture_plate4_img {
    width:700px;
}
@media(max-width:1500px) {
    .home_plate1list_pack {
        padding:50px 40px 60px;
    }
    .home_plae1list_img {
        height:150px;
    }
    .culture_plate1_list_cont,
    .culture_plate4_text {
        font-size: 20px;
        line-height: 30px;
    }
    .culture_plate4_img{
        width:600px;
    }
    .culture_plate4_left {
        width:calc(100% - 600px);
    }
}
@media(max-width:1000px) {
    .culture_plate1_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .culture_plate1_list {
        margin:30px -5px 0;
    }
    .culture_plate1_list_cont, .culture_plate4_text{
        font-size:16px;
        line-height:26px;
    }
        .culture_plate4_text {
            margin-top:30px;
        }
        .culture_plate1_list_cont {
            margin-top: 5px;
        }
    .culture_plate2 {
        margin-top:30px;
    }
    .home_plate1_list li{
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .home_plate1_list {
        margin:30px 0 0;
    }
    .home_plae1list_icon {
        height:50px;
    }
    .home_plae1list_img{
        height:100px;
    }
    .home_plae1list_cont h4{
        font-size:30px;
        line-height:40px;
    }
    .home_plae1list_cont p{
        font-size:16px;
        line-height:26px;
        margin-top:10px;
    }
    .home_plate1list_pack{
        padding:30px 20px 40px;
    }
    .culture_plate3 {
        margin-top:30px;
    }
    .culture_plate4_pack{
        display:block;
    }
    .culture_plate4_left{
        width:100%;
        padding:0 0 20px;
    }
    .culture_plate4_img{
        width:100%;
    }
}

/*首页内容*/

.swiper_banner {
    overflow:hidden;
}
    .swiper_banner img {
        width:100%;
        display:block;
    }
    .swiper_banner_text {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 1400px;
        transform: translateX(-50%);
    }
.swiper_banner_text h4 {
    font-size:36px;
    font-weight:bold;
    line-height:52px;
    color:#fff;
}
.swiper_banner_text h5 {
    font-size:60px;
    line-height:87px;
    margin-top:17px;
    color:#fff;
}
.swiper_banner_text p {
    font-size:18px;
    line-height:24px;
    color:#fff;
    margin-top:13px;
}
.swiper_banner_btn {
    display:flex;
    position:absolute;
    bottom:0;
    left:0;
}
.swiper_banner_btn a {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding:0 120px;
    width:480px;
    height:120px;
    background:rgb(0, 180, 80);
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    color:#fff;
}
.swiper_banner .swiper-pagination {
    position:relative;
    width:480px;
    height:120px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
    /*.swiper_banner .swiper-pagination::before {
        content:"";
        width:30%;
        height:1px;
        background:rgb(0, 180, 80);
        position:absolute;
       left:0;
       top:50%;
    }*/
    .swiper_banner .swiper-pagination span {
        margin: 0 15px;
    }
.swiper_banner .swiper-pagination-bullet {
    background: rgb(0, 180, 80);
    opacity: 1;
    position: relative;
    width:10px;
    height:10px;
}
.swiper_banner .swiper-pagination-bullet-active::after {
    content:"";
    width:22px;
    height:22px;
    border-radius:50%;
    border:2px solid rgb(0, 180, 80);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.home_pro{
    padding:112px 0 109px;
}
.home_pro_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.swiper_pro{
   position:relative;
   overflow:hidden;
   margin-top:35px;
}
.home_pro_classify li a:hover {
    color: rgb(0, 180, 80);
    border-bottom-color: rgb(0, 180, 80);
}
.swiper_pro .swiper-slide {
    transform: scale(.8);
    transition: all .5s;
}
.swiper_pro .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}
    
    .swiper_pro a {
        display: block;
    }
    .swiper_pro a p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 28px;
        text-align: center;
        color: rgb(7, 7, 7);
    }
.swiper-slide.swiper-slide-active a p {
    font-weight: bold;
    color: rgb(0, 180, 80);
}
.arrow {
    width:57px;
    height:24px;
    background:url(/images/a1.png) no-repeat center/100% 100%;
    margin:35px 15px 0;
    cursor:pointer;
}
.arrow_right {
    transform:rotate(180deg);
}
.arrow_btn {
    display:flex;
    align-items:center;
    justify-content:center;
}
.arrow:hover {
    background-image:url(/images/a2.png);
}
.arrow_right:hover {
    transform:none;
}
.arrow_left:hover {
    transform: rotate(180deg);
}
.home_plate2 {
    display:flex;
}
.home_plate2>div {
    width:50%;
}
.home_plate2_left>div {
    height:400px;
    padding:35px 100px 0 130px;
}
.home_plate2_culture{
    background:url(/images/h7.png) no-repeat center/cover;
}
.home_plate2_honor {
    background: url(/images/h8.png) no-repeat center/cover;
}
.home_plate2_right {
    padding: 35px 100px 0 130px;
    /*height: 800px;*/
    background: url(/images/h9.png) no-repeat center/cover;
}
.home_plate2_title {
    color:#fff;
}
.home_plate2_title h3 {
    font-size:40px;
    line-height:53px;
    font-weight:bold;
}
.home_plate2_title p {
    font-size:24px;
    line-height:32px;
    margin-top:5.5px;
}
.home_plate2_text{
    font-size:16px;
    line-height:24px;
    margin-top:29px;
    color:#fff;
}
.home_plate2_left > div a {
    display:block;
    font-size:16px;
    line-height:24px;
    margin-top:55px;
    color:#fff;
}
.home_plate2_right_list {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:58px;
}
.home_plate2_right_list li h3 {
    font-size:48px;
    line-height:70px;
    color:#fff;
    font-weight:bold;
}
    .home_plate2_right_list li h3 span {
        font-size:28px;
        line-height:37px;
    }
    .home_plate2_right_list li  p  {
        font-size:20px;
        line-height:26px;
        color:#fff;
        margin-top:3.5px;
    }
.news_list_pack {
    margin-top:30px;
}
@media(max-width:1500px) {
    .swiper_banner_text {
        width:1150px;
    }
    .swiper_banner_btn a{
        height:80px;
        width:400px;
        padding:0 80px;
        font-size:16px;
    }
    .swiper_banner .swiper-pagination {
        width:400px;
        height:80px;
    }
    .home_plate2_right,
    .home_plate2_left > div {
        padding: 35px 80px 0;
    }
    .home_plate2_left > div{
        height:350px;
    }
    .swiper_banner_text h5{
        font-size:50px;
        line-height:60px;
    }
}
@media(max-width:1200px) {
    .swiper_banner_text {
        width:100%;
        padding:0 10px;
    }
}
@media(max-width:1000px) {
    
    .home_plate2 {
        display: block;
    }
        .home_plate2 > div {
            width:100%;
        }
    .home_plate2_left > div{
        padding:20px 10px;
        height:auto;
    }
    .home_plate2_right {
        padding: 20px 10px;
    }
    .home_plate2_title h3{
        font-size:25px;
        line-height:35px;
    }
    .home_plate2_title p{
        font-size:18px;
        line-height:28px;
        margin-top:0;
    }
    .home_plate2_text{
        margin-top:20px;
    }
    .home_plate2_right_list li h3{
        font-size:30px;
        line-height:40px;
    }
        .home_plate2_right_list li h3 span{
            font-size:20px;
            line-height:30px;
        }
    .home_plate2_right_list li p{
        font-size:16px;
        line-height:26px;
    }
    .swiper_pro a p{
        font-size:16px;
        line-height:26px;
        margin-top:10px;
    }
    .home_pro{
        padding:30px 0;
    }
    .arrow{
        width:40px;
        height:18px;
    }
    .swiper_banner img {
        height:200px;
        object-fit:cover;
    }
    .swiper_banner_btn a{
        width:50%;
        height:40px;
        justify-content:center;
        padding:0;
    }
    .swiper_banner .swiper-pagination {
        width:50%;
        height:40px;
    }
    .swiper_banner_btn{
        width:100%;
    }
    .swiper_banner .swiper-pagination span {
        margin: 0 5px;
    }
    .swiper_banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper_banner .swiper-pagination-bullet-active::after {
        width:15px;
        height:15px;
    }
    .swiper_banner_text h4 {
        font-size:18px;
        line-height:28px;
    }
    .swiper_banner_text h5 {
        font-size:25px;
        line-height:35px;
        margin-top:5px;
    }
    .swiper_banner_text p {
        font-size:16px;
        line-height:26px;
        margin-top:5px;
    }
    .swiper_banner_text {
        top:5%;
    }
}<!--耗时1780602548.5156秒-->