﻿* {
    margin:0;
    padding:0;
    list-style:none;
    box-sizing:border-box;
    text-decoration:none;
}
.layout {
    width:1200px;
    margin:0 auto;
}
header {
    position:sticky;
    top:0;
    z-index:1000;
    background:#fff;
}
.header_pack {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo {
    height:100px;
    padding:10px 0;
    display:flex;
    align-items:center;
}
    .logo a {
        display:block;
    }
    .logo img {
        max-height: 80px;
        display: inline-block;
    }
    .img {
        overflow:hidden;
    }
    .img img {
        width:100%;
        display:block;
    }
    .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;
    }
.w_nav {
    display:flex;
}
.w_nav>li{
    padding:0 30px;
    position:relative;
}
.er_nav {
    position:absolute;
    top:110%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #efefef;
    display:none;
}
    .er_nav li a {
        display:block;
        font-size:15px;
        line-height:30px;
        color:#666;
        text-align:center;
    }
        .w_nav li a:hover {
            font-size:16px;
        }
        .w_nav > li > a {
            font-size: 15px;
            line-height: 40px;
            display: block;
            color: #666666;

        }
            .w_nav > li > a.active{
                color:#529f1a;
            }
            .nei-banner {
                position: relative;
            }
    .nei-banner img {
        width:100%;
        height:240px;
        object-fit:cover;
        display:block;
    }
.banenr_title {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
    .banenr_title h3 {
        font-size: 38px;
        line-height:140%;
        color:#fff;
    }
    .banenr_title p {
        font-size: 21px;
        color: rgb(255, 255, 255);
        line-height:140%;
        font-weight:bold;
        margin-top:30px;
    }
.products {
    padding:30px 0;
}
.public_title {
    border-bottom: 2px solid #529f1a;
    padding-bottom: 15px;
    font-size: 34px;
    line-height: 47.6px;
    color: #529f1a;
    font-weight:bold;
    text-align:center;
    position:relative;
}
    .public_title::after {
        content: "";
        width: 150px;
        height: 5px;
        background: #529f1a;
        position:absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
    }
.products_pack{
    display:flex;
    align-items:flex-start;
    padding-top:50px;
}
.products_left {
    width:223px;
}
.products_classify h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
    line-height: 58px;
    background: #529f1a;
    box-shadow: rgba(0,0,0,0.6) 3px 1px 4px 0px;
    text-align:center;
}
.products_classify_list {
    margin-top:10px;
}
.products_classify_list li {
    margin-bottom:3px;
}
    .products_classify_list a {
        display: block;
        font-size: 15px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        padding:12px 10px;
        background: #7dac0f;
    }
        .products_classify_list a:hover,
        .products_classify_list .active{
            font-size: 16px;
        }
.public_contact {
    background:url(../images/aifc.png) no-repeat center/100% 100%;
    height:107px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    margin-top:20px;
}
.public_contactus {
    margin-top:30px;
}
.public_contactus p {
    font-size:14px;
    line-height:24px;
    color:#666;
}
.products_right {
    width:calc(100% - 223px);
    padding-left:50px;
}
.products_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.products_list li {
    width:25%;
    padding:0 10px;
    margin-bottom:20px;
}
    .products_list li a {
        display:block;
    }
.products_list_cont {
    font-size: 14px;
    line-height: 140%;
    color: #5a5a5a;
    margin-top:10px;
    text-align:center;
}
.products_list_img img {
    height:152px;
    width:auto;
    object-fit:cover;
    margin:0 auto;
    transition:all .5s;
}
.products_list li a:hover img {
    transform:scale(1.1);
}
.NewsDetail001-title {
    position: relative;
}
.products_right .NewsDetail001-title::after {
    content: "";
    padding: 5px;
    line-height: 1.7em;
    color: #868686;
    background-color: #F5F5F5;
    border: #E5E5E5 1px solid;
    display:block;
    margin:5px 0 10px;
}
.news_list li a {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #dbd4cd;
}
.news_list_time {
    width:80px;
    padding:10px;
    text-align:center;
    background:#666;
}
.news_list_time h3 {
    font-size:24px;
    color:#fff;
    line-height:41px;
}
.news_list_time p  {
    font-size:12px;
    line-height:18px;
    margin-top:5px;
    color:#fff;
}
.news_list_cont {
    width:calc(100% - 80px);
    padding-left:15px;
}
    .news_list_cont h4 {
        font-size: 23px;
        color: #5A5A5A;
        line-height: 140%;
    }
    .news_list_cont p {
        font-size: 11px;
        color: #5A5A5A;
        line-height:140%;
        -webkit-line-clamp:3;
    }
.news_list li a:hover .news_list_cont h4 {
    color:#529f1a;
}
.join_pack{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}
    .join_pack::after,
    .footer_pack::after{
        content: "";
        border: 1px dashed #cccccc;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 100%;
    }
    .join_left,
    .join_form {
        width: 40%;
    }
    .join_left h3 {
        font-size: 26px;
        line-height: 151%;
        color:#5a5a5a;
        font-weight:bold;
        text-align:center;
    }
.join_left_detail {
    margin-top: 20px;
    font-size: 17px;
    line-height: 140%;
    color:#5a5a5a;
}
.join_inputlist {
    margin-bottom:10px;
}
.join_inputlist label {
    padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
    font-size: 12px;
    margin-bottom:0;
}
    .join_inputlist input {
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 12px;
        line-height: 38px;
        padding: 0 10px;
    }
        .join_inputlist input:focus {
            border-color: #00aff1;
        }
.submit {
    width: 100%;
    line-height: 40px;
    color: #fff;
    margin-top: 5px;
    background-color: #666666;
    font-size:12px;
    text-align:center;
    border-radius:5px;
    cursor:pointer;
}
    .submit:hover {
        background-color: #00aff1;
    }
.group_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px ;
}
.group_list li {
    width:33.3333%;
    padding:0 10px;
    margin-bottom:20px;
}
.group_list_img img {
    max-width:100%;
    display:block;
    margin:0 auto;
}
.group_list_cont {
    font-size: 12px;
    color: #666;
    line-height: 140%;
    border: 1px dotted rgb(102, 102, 102);
    padding:20px 10px;
    margin-top:20px;
    border-radius:20px;
}
.contactus_pack {
    display:flex;
    align-items:flex-start;
}
.contactus_left {
    width:calc(100% - 523px);
    padding-right:50px;
}
    .contactus_left h3 {
        font-size: 27px;
        color: rgb(67, 67, 67);
    }
.contactus_left div {
    margin-top:20px;
}
    .contactus_left h4 {
        color: rgb(90, 90, 90);
        font-size: 16px;
    }
    .contactus_left p {
        color: rgb(90, 90, 90);
        font-size: 12px;
        line-height:24px;
    }
.map {
    margin-top:50px;
}
.map * {
    width:100%;
}
footer {
    background: #529f1a;
}
.footer_pack {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:20px 0 ;
    position:relative;
}
.footer_left_form {
    width:320px;
}
.footer_input {
    margin-bottom:15px;
}
.footer_input input {
    font-size: 12px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    line-height: 38px;
    background: transparent;
    width:100%;
}
    .footer_input input::-webkit-input-placeholder,
    .footer_input textarea::-webkit-input-placeholder {
        color: #fff;
    }
    .footer_input input:focus,
    .footer_input textarea:focus{
        border-color: #36c8ff;
    }
    .footer_input textarea {
        font-size: 12px;
        padding: 0 20px;
        color: #ffffff;
        border: 1px solid #ccc;
        background: transparent;
        width: 100%;
        height:72px;
        border-radius:50px;
        resize:none;
    }
.footer_submit {
    background-color: #f1c232;
    color: #434343;
    font-size: 16px;
   /* border: 1px solid #36c8ff;*/
    line-height: 38px;
    text-align:center;
    font-size:16px;
    border-radius:38px;
    cursor:pointer;
}
.footer_submit:hover {
    opacity:.8;
}
.footer_right_cont {
    width:calc(100% - 420px);
}
.footer_contact {
    width:60%;
}
    .footer_contact h3 {
        font-size: 29px;
        color: rgb(255, 255, 255);
        line-height:140%;
    }
    .footer_contact div {
        font-size: 14px;
        color: #fff;
        margin-top: 50px;
        line-height: 33.6px;
    }
.footer_right_cont {
    display:flex;
    align-items:center;
}
.footer_code {
    width:160px;
}
.footer_code img {
    max-width:100%;
    display:block;
}
    .footer_code p {
        font-size: 16px;
        color: #fff;
        line-height: 140%;
        margin-top:20px;
        text-align:center;
    }
.footer_pack::after  {
    left:370px;
    height:calc(100% - 40px);
    top:50%;
    transform:translateY(-50%);
    border-width:1px;
}
.home_bannerswiper {
    overflow:hidden;
    position:relative;
}
.home_bannerswiper a  {
    display:block;
}
.home_bannerswiper img {
    width:100%;
    height:490px;
    object-fit:cover;
    display:block;
}
    .home_bannerswiper .swiper-pagination-bullet {
        background:#fff;
        opacity:.5;
        width:16px;
        height:16px;
    }
    .home_bannerswiper .swiper-pagination-bullet-active {
        background: #529f1a;
        opacity: 1;
    }
.home_products {
    padding:10px 0 100px;
}
.home_public_title {
    text-align:left;
}
    .home_public_title::after {
        left:0;
        transform:translateX(0);
    }
.home_products_list {
    margin-top:50px;
}
.home_products_list li {
    width: 20%;
}
    .home_products_list li .products_list_img img {
        max-height:100%;
        width:auto;
    }
.home_about {
    padding:70px 0 50px;
}
.home_about_pack {
    display:flex;
    align-items:center;
}
.home_about_cont {
    width:calc(100% - 430px);
    padding-right:40px;
}
.home_about_cont h3 {
    font-size:31px;
    line-height:140%;
    color:#fff;
    text-align:center;
}
    .home_about_cont p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 28px;
        margin-top:20px;
    }
.home_about_img {
    width:430px;
}
.home_p{
    padding:50px 0;
}
.home_last_plate {
    padding-bottom:50px;
}
.home_last_plate_pack {
    display:flex;
    align-items:flex-start;
}
.home_news {
    width:calc(100% - 424px);
}
.home_news_list {
    margin-top:80px;
}
.home_news_list li a {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    margin-top: 10px;
}
    .home_news_list li a h4 {
        font-size: 15px;
        color: #5A5A5A;
        font-weight: bold;
        line-height: 140%;
    }
    .home_news_list li a span {
        font-size: 11px;
        color: #929292;
        line-height: 140%;
    }
    .home_news_list li a p {
        font-size: 12px;
        color: #868686;
        line-height: 140%;
    }
.home_honor {
    width:424px;
}
.home_honor_title {
    line-height: 59px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #529f1a;
    margin-top:23px;
}
.AboutUs301-item {
    margin-top:40px;
}
.footer_contact div a {
    color:#fff;
}

@media(max-width:1000px) {
    .layout {
        width:100%;
        padding:0 10px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 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;
    }
    .er_nav {
        position:static;
        border:none;
    }
    .er_nav li a {
        text-align:left;
        padding:0 15px;
    }
    .home_bannerswiper img {
        height:200px;
    }
    .home_bannerswiper .swiper-pagination-bullet {
        width:8px;
        height:8px;
    }
    .public_title {
        font-size: 20px;
    }
        .public_title::after {
            width:85px;
            height:3px;
        }
    .home_products_list,
    .products_list {
        margin: 20px -5px 0;
    }
        .home_products_list li,
        .products_list li {
            width: 50%;
            padding: 0 5px;
        }
    .home_products {
        padding:30px 0;
    }
    .home_about,
    .home_p {
        padding: 30px 0;
    }
    .home_about_pack{
        display:block;
    }
    .home_about_cont{
        width:100%;
        padding:0;
    }
        .home_about_cont h3{
            font-size:20px;
            line-height:30px;
        }
    .home_about_img{
        width:100%;
        margin-top:20px;
    }
    .products_pack{
        display:block;
        padding-top:30px;
    }
    .products_left{
        width:100%;
    }
    .products_classify h4{
        line-height:45px;
        font-size:18px;
    }
    .products_classify_list a{
        padding:8px 10px;
    }
    .products_right{
        width:100%;
        padding:0 0;
    }
    .home_last_plate_pack{
        display:block;
    }
    .home_news,
    .home_honor,
    .footer_left_form {
        width: 100%;
    }
    .home_news_list {
        margin-top:30px;
    }
    .footer_pack{
        display:block;
        padding:20px 0;
    }
    .footer_right_cont {
        display:block;
        margin-top:20px;
        width:100%;
    }
    .footer_contact{
        width:100%;
    }
        .footer_contact h3,
        .banenr_title h3 {
            font-size: 20px;
        }
    .banenr_title p{
        font-size:16px;
    }
    .banenr_title{
        width:90%;
    }
    .footer_contact div {
        margin-top: 20px;
    }
    .footer_code{
        margin:20px auto 0;
    }
    .footer_pack::after{
        display:none;
    }
    .nei-banner img{
        height:150px;
    }
    .news_list_cont h4{
        font-size:18px;
    }
    .news_list{
        margin-top:20px;
    }
    .group_list {
        margin:20px 0 0;
    }
        .group_list li{
            width:100%;
        }
    .join_pack {
        display:block;
    }
        .join_pack::after, .footer_pack::after {
            display:none;
        }
    .join_left, .join_form{
        width:100%;
    }
        .join_left h3,
        .contactus_left h3 {
            font-size: 20px;
        }
    .join_form {
        margin-top:20px;
    }
    .idea_cont {
        margin-top:20px;
    }
    .contactus_pack {
        display:block;
        margin-top:20px;
    }
    .contactus_left{
        display:block;
        padding:0;
        width:100%;
    }
    .contactus_img {
        width:100%;
        margin-top:20px;
    }
}

.index-Associated-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .index-Associated-item ul li {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

.index-Associated-list {
    display: block;
    border: 1px solid #ECECEC;
    text-align: center;
    background-color: #fff;
    height:100px;
    line-height:95px;
}

    .index-Associated-list img {
        object-fit: contain;
        max-height:100%;
        line-height:1;
    }


@media(max-width:1000px) {
    .index-Associated-item{
        margin-top:15px;
    }
    .index-Associated-item ul {
        margin: 0 -5px;
    }
    .index-Associated-item ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .index-Associated-list{
        height:85px;
        line-height:83px;
    }
}