* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
h4,h5,h6 {
    margin: 0;
}
.img {
    overflow:hidden;
}
.img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.yih {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.erh {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.language_cont {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language_cont img {
    width: 25px;
    display: block;
}

.language_cont span {
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.language_cont i {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.language_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 5px 0;
    display: none;
}
/* .language:hover .language_list{
display: block;
} */
    .language_list li a {
        font-size: 16px;
        line-height: 32px;
        color: #333;
        text-align: center;
        display: block;
    }
    .language_list li a:hover {
        background:rgb(0, 5, 183);
        color:#fff;
    }
    .language {
        position: relative;
        margin-left:49px;
        z-index:200;
    }
    header {
        background: #fff;
        position: sticky;
        top: 0;
        left: 0;
        padding: 0 8%;
        z-index: 300;
    }
    .header_pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo {
        height: 80px;
    }
    .logo a {
        display: block;
        height: 100%;
    }
    .logo img {
        max-height: 100%;
        display: block;
    }
    .w_nav {
        display:flex;
    }
    .header_right{
        display: flex;
        align-items: center;
    }
    .w_nav>li {
        padding: 0 30px;
        position: relative;
    }
    .w_nav>li>a {
        display: block;
        font-size: 16px;
        line-height: 80px;
        color: rgb(0, 0, 0);
    }
    .w_nav>li>a:hover,
    .w_nav>li>a.active {
        color: rgb(153, 1, 0);
    }
    .search {
        margin-left: 30px;
       position: relative;
    }
    .search input {
        border: 1px solid rgb(223, 225, 230);
        padding: 0 20px 0 50px;
        font-size: 16px;
        line-height: 38px;
        color: #000;
        border-radius: 30px;
        width: 260px;
    }
    .search input::-webkit-input-placeholder {
        color: rgb(149, 149, 149);
    }
    .search i {
        font-size: 20px;
        line-height: 1.2;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: rgb(149, 149, 149);
    }
.nei-banner {
    position: relative;
}
.nei-banner img {
    width: 100%;
    display: block;
}
.nei-cont {
    position: absolute;
    width: 95%;
    text-align: center;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nei-cont h3 {
    font-size: 60px;
    line-height: 80px;
    color: rgb(255, 255, 255);
}
.nei-cont p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 25px;
    color: #fff;
}
.contect-lx{
    padding:60px 0;
}
.contect-lx ul{
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.contect-lx ul li{
    width:32%;
    padding:70px 10px;
    text-align:center;
    font-size:16px;
    color:#666;
    border-right: 1px solid #fff;
    background:rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(154, 132, 113, 0.15);
}
.contect-lx ul li:last-child{
    border:none;
}
.contect-lx ul li img{
    height:40px;
}
.contect-lx ul li h3{
    font-size:20px;
    color:#000;
    padding:20px 0 10px
}
.contect-lx .map{
    padding-top:40px
}
.map iframe {
    width: 100%;
}
@media (max-width: 1000px) {
.contect-lx{
    padding:40px 0;
}
.contect-lx ul{
    margin-top:20px;
}
.contect-lx ul li{
    width:50%;
    padding:40px 10px;
    text-align:center;
    font-size:14px;
    color:#666;
    border-right:none;
    border-bottom: 1px solid #fff
}
.contect-lx ul li:last-child{
    border:none;
    width:100%
}
.contect-lx ul li img{
    height:30px;
}
.contect-lx ul li h3{
    font-size:18px;
}
.contect-lx .map{
    padding-top:40px
}
}
footer {
    background: rgb(41, 41, 41);
    padding: 55px 0;
}
.footer_pack{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 39px;
}
.footer_cont{
    width: 10%;
}
.footer_cont h4 {
    font-size: 20px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    margin-bottom: 11px;
}
.footer_cont a,
.footer_cont div {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: rgb(136, 136, 136);
    cursor: pointer;
}
.footer_contact {
    width: 30%;
}
.footer_contact_list,
.f_codeimg {
    padding-top: 11px;
}
.footer_contact_list li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.footer_contact_list li:last-child {
    margin: 0;
}
.footer_contact_list li img {
    width: 44px;
}
.footer_contact_list_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
}
.footer_contact_list_cont p {
    font-size: 16px;
    line-height: 24px;
}
.footer_contact_list_cont p:first-child{
    color: rgb(136, 136, 136);
}
.footer_contact_list_cont p:last-child {
    color: #fff;
}
.footer_code{
    width: 40%;
}
.cooper_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 10px;
}
.cooper_list li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.cooper_list a {
    display: block;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.cooper_list img {
    width: 100%;
    display: block;
}
.footer_code h4 {
    text-align: center;
}
.copyright{
    border-top: 1px solid rgb(67, 67, 67);
    font-size: 16px;
    line-height: 24px;
    color: rgb(136, 136, 136);
    text-align: center;
    padding-top: 16px;
}
.public_nav{
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 46, 91, 0.05);
}
.public_navlist {
    display: flex;
    justify-content: center;
    padding: 27px 0;
}
.public_navlist li {
    padding: 0 50px;
    position: relative;
    border-right: 1px solid rgb(213, 216, 217);
}
.public_navlist li:last-child {
    border: none;
}
.public_navlist li a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}
.public_navlist li:hover a,
.public_navlist li.active a {
    color: rgb(153, 1, 0);
    font-weight: bold;
}
.about_plate1 {
    padding: 115px 0;
}
.about_plate1_top_cont {
    padding: 0 8%;
}
.about_plate1_top_cont_pack {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 43px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.about_plate1_top_title{
    width: 30%;
}
.about_plate1_top_cont p {
    width: 60%;
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.about_plate1_top_title h3 {
    font-size: 40px;
    line-height: 53px;
    color: rgb(0, 0, 0);
}
.about_plate1_top_title h5 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
    color: rgb(102, 102, 102);
}
.about_plate1_list {
    display: flex;
    justify-content: space-between;
    padding-top: 57px;
}
.about_plate1_list li {
    border-left: 1px solid rgb(214, 214, 214);
    max-width: 20%;
    position: relative;
}
.about_plate1_list li::before {
    content: "";
    width: 1px;
    height: 30px;
    background: rgb(153, 1, 0);
    position: absolute;
    left: -1px;
    top: 0;
}
.about_plate1_list_pack{
    padding-left: 30px;
}
.about_plate1_list_pack h3 {
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 1, 0);
}
.about_plate1_list_pack h3 span {
    font-size: 48px;
    line-height: 70px;
}
.about_plate1_list_pack p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    margin-top: 12px;
}
.about_plate1_img{
    margin-top: 50px;
}
.trophyhonr {
    width: 80%;
    margin: 50px auto 0;
    overflow: hidden;
    background: url(http://47.104.164.236/nat123CacheFolder/7777772E6D6173686561746B696E672E636F6D/9db7ea7ecbb44f0799c9678e6930a853CD30CD35D038D037DF31CD3ACF34C535CE_a9180df8a5c9c4df3b8ee6dca8639aef/./duanbg.png) no-repeat bottom center/100%;
    padding: 0 120px 15px;
}

.trophyhonrswiper {
    width: 100%;
    overflow: hidden;
}

    .trophyhonrswiper .swiper-slide p {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        color:#fff;
    }

    .trophyhonrswiper .swiper-slide img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

.bottom {
    margin-top: 80px;
    background: url(http://47.104.164.236/nat123CacheFolder/7777772E6D6173686561746B696E672E636F6D/9db7ea7ecbb44f0799c9678e6930a853CD30CD35D038D037DF31CD3ACF34C535CE_a9180df8a5c9c4df3b8ee6dca8639aef/./changbg.png) no-repeat bottom/100%;
    padding: 0 115px 15px;
}

.bothonorswiper {
    width: 100%;
    overflow: hidden;
}

    .bothonorswiper .swiper-slide p {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        color:#fff;
    }

    .bothonorswiper .swiper-slide img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .about_plate2 {
        padding-bottom: 120px;
    }
    .about_plate2_title h3 {
        font-size: 40px;
        line-height: 58px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .y1520{
        max-width: 1540px;
        margin: 0 auto ;
        padding: 0 10px;
    }
    .communication {
        padding: 120px 0;
    }
    .communication_list li {
        margin-bottom: 50px;
    }
    .communication_list li .communication_list_pack {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .communication_list li .communication_list_pack>div {
        width: 50%;
    }
    .communication_list_cont {
        padding-right: 5%;
    }
    .communication_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
    .communication_list_cont h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
        margin-top: 13px;
    }
    .communication_list_cont hr {
        color: rgb(222, 222, 222);
        margin: 25px 0;
    }
    .communication_list_cont span {
        font-size: 16px;
        line-height: 24px;
        color: rgb(153, 1, 0);
        font-weight: bold;
        display: block;
        margin-top: 25px;
        text-decoration: underline;
    }
    .communication_list li:nth-child(2n) .communication_list_pack {
        flex-direction: row-reverse;
    }
    .communication_list li:nth-child(2n) .communication_list_pack .communication_list_cont{
        padding: 0 0 0 5%;
    }
    .communication_list li .communication_list_pack:hover img {
        transform: scale(1.1);
    }
    .communication_list li .communication_list_pack:hover  h4 {
        color: rgb(153, 1, 0);
    }
    .communicationDetail{
        padding: 80px 0 113px;
    }
    .communication_title{
        padding-bottom: 18.5px;
        border-bottom: 1px solid rgb(222, 222, 222);
    }
    .communication_title h3{
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
    }
    .communication_title p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top: 8px;
    }
    .communicationDetail_content {
        padding: 30px 0 0;
        font-size: 16px;
        line-height: 28px;
        color: rgb(102, 102, 102);
    }
    .news{
        padding: 80px 0 120px;
    }
    .news_list li {
        margin-bottom: 30px;
    }
    .news_list li .news_list_pack {
        cursor: pointer;
        padding: 45px 50px;
        background: rgb(246, 246, 246);
    }
    .news_list li .news_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
    .news_list li .news_list_pack h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
        margin-top: 13px;
    }
    .news_list li .news_list_pack hr {
        color: rgb(222, 222, 222);
        margin: 18px 0;
    }
    .news_list li .news_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
    .news_list li .news_list_pack span {
        font-size: 16px;
        line-height: 24px;
        color: rgb(153, 1, 0);
        font-weight: bold;
        text-decoration: underline;
        margin-top: 15px;
        display: block;
    }
    .news_list li .news_list_pack:hover h4 {
        color: rgb(153, 1, 0);
    }
    .about_join_list {
        margin-top: 25px;
    }
    
        .about_join_list>li {
            margin-bottom: 25px;
        }
        .about_join_list_cont {
            display: none;
        }
        .about_join_list>li.active .about_join_list_cont {
            display: block;
        }
    .about_join_list_title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0 20px;
        border-bottom: 1px solid rgb(204, 204, 204);
        transition: all .5s;
    }
    
    .about_join_list_left {
        width: 90%;
    }
    
    .about_join_list_title i {
        font-size: 30px;
        line-height: 40px;
        color: rgb(102, 102, 102);
        cursor: pointer;
        transition: all .5s;
    }
    
    .about_join_list>li.active .about_join_list_title i {
        transform: rotate(180deg);
    }
    
    .about_join_list>li.active .about_join_list_title {
        border-bottom: 3px solid rgb(153, 1, 0);
    }
    
    .about_join_list_left h4 {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
    }
    
        .about_join_list_left h4 span {
            color: rgb(102, 102, 102);
        }
        .about_join_list>li.active .about_join_list_title .about_join_list_left h4,
        .about_join_list>li.active .about_join_list_title .about_join_list_left span{
        color: rgb(153, 1, 0);
    }
    
    .about_join_list_left > p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top: 17px;
    }
    
    .about_join_list_desc {
        padding: 25px 30px 21px;
        background: rgb(246, 246, 247);
    }
    .join{
        padding: 50px 0;
    }
    @media(max-width:1000px) {
        .about_join_list_left h4 {
            font-size: 18px;
            line-height: 26px;
        }
        .about_join_list_title {
            padding:10px 0;
        }
            .about_join_list_title i {
                font-size:20px;
                line-height:30px;
            }
        .about_join_list_left > p{
            margin-top:10px;
        }
        .about_join_list_desc{
            padding:20px 10px;
        }
        .join{
            padding: 30px 0;
        }
    }
    .join_plate2{
        padding: 30px 0 120px;
    }
    .join_plate2_form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .join_plate2_input{
        width: 23.5%;
        margin-bottom: 20px;
    }
    .join_plate2_input input {
        background: rgb(248, 249, 251);
        border: 1px solid rgb(242, 239, 245);
        font-size: 18px;
        padding: 0 20px;
        line-height: 48px;
        width:100%;
    }
    .join_plate2_input:last-child{
        width: 100%;
    }
    .join_plate2_input textarea {
        width: 100%;
        background: rgb(248, 249, 251);
        border: 1px solid rgb(242, 239, 245);
        font-size: 18px;
        padding: 10px 20px;
        height: 160px;
        resize: none;
    }
    .join_plate2_input input::-webkit-input-placeholder,.join_plate2_input textarea::-webkit-input-placeholder {
        color: #000;
    }
.submit {
    width: 130px;
    text-align: center;
    line-height: 44px;
    border: 1px solid  rgb(153, 1, 0);
    border-radius: 30px;
    color: rgb(153, 1, 0);
    margin: 30px auto 0;
    font-size: 16px;
    cursor: pointer;
}
.grow {
    padding: 80px 0;
}
.grow_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.grow_list {
    margin-top: 73px;
}
.grow_list li {
    margin-bottom: 30px;
}
.grow_list_pack{
    display: flex;
    align-items: center;
}
.grow_list_pack:hover img {
    transform: scale(1.1);
}
.grow_list_pack>div {
    width: 50%;
}
.grow_list_left{
    padding-right: 3%;
}
.grow_list_left h3 {
    font-size: 36px;
    line-height: 48px;
    color: rgb(0, 0, 0);
}
.grow_list_left p {
    font-size: 24px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    margin-top: 26px;
}
.products{
    padding: 100px 0 20px;
}
.products_list li {
    margin-bottom: 100px;
}
.products_list li .products_list_pack {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.products_list li .products_list_pack>div {
    width: 50%;
}
.products_list_left{
    padding: 0 5% 0 0;
}
.products_list_left h3 {
    font-size: 36px;
    line-height: 48px;
    color: rgb(0, 0, 0);
}
.products_list_left p{
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-top: 28px;
}
.products_list_left span {
    display: block;
    width: 130px;
    line-height: 44px;
    text-align: center;
    color: rgb(153, 1, 0);
    border: 1px solid rgb(153, 1, 0);
    border-radius: 30px;
    font-size:16px ;
    margin-top: 23px;
}
.products_list li:nth-child(2n) .products_list_pack {
    flex-direction: row-reverse;
}
.products_list li:nth-child(2n) .products_list_pack .products_list_left {
    padding: 0 0 0 5%;
}
.products_list li .products_list_pack:hover img {
    transform: scale(1.1);
}
.products_list li .products_list_pack:hover h3 {
    color: rgb(153, 1, 0);
}
.prodetail {
    padding: 80px 0 115px;
}
.prodetail_plate1_pack{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prodetail_plate1_pack>div {
    width: 50%;
}
.prodetail_plate1_left{
    padding-right: 5%;
}
.prodetail_plate1_left h3 {
    font-size: 36px;
    line-height: 52px;
    color: rgb(0, 0, 0);
}
.grow_img {
    max-width: 600px;
    margin: 0 auto;
}
.prodetail_plate1_left h4 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 16px;
    color: rgb(0, 0, 0);
}
.prodetail_plate1_left p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-top: 49px;
}
.prodetail_plate2{
    padding-top: 97px;
}
.prodetail_title{
    text-align: center;
}
.prodetail_title h3 {
    font-size: 28px;
    line-height: 37px;
    color: rgb(32, 35, 52);
}
.prodetail_title p {
    font-size: 12px;
    line-height: 17px;
    color: rgb(195, 13, 36);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 11.5px;
}
.prodetail_plate2_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 31px;
}
.prodetail_plate2_list li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
.prodetail_plate2_list_pack{
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 30px rgb(241, 241, 241);
    padding: 25px 50px;
}
.prodetail_plate2_list_icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(195, 13, 36,.1);
}
.prodetail_plate2_list_icon img {
    max-width: 50%;
    display: block;
}
.prodetail_plate2_list_cont{
    width: calc(100% - 110px);
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    color: rgb(98, 98, 98);
}
.prodetail_plate3{
    padding-top: 37px;
}
.prodetail_plate3_list{
    display: flex;
    margin: 51px -37px 0;
    flex-wrap: wrap;
}
.prodetail_plate3_list li {
    width: 20%;
    padding: 0 37px;
    margin-bottom: 10px;
}
.prodetail_plate3_list_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    background: url(http://47.104.164.236/nat123CacheFolder/7777772E6D6173686561746B696E672E636F6D/9db7ea7ecbb44f0799c9678e6930a853CD30CD35D038D037DF31CD3ACF34C535CE_a9180df8a5c9c4df3b8ee6dca8639aef/./pd3.png) no-repeat center/100% 100%;
}
.prodetail_plate3_list_icon img {
    max-width: 70%;
    display: block;
}
.prodetail_plate3_list_cont{
    margin-top: 28px;
    font-size: 20px;
    line-height: 29px;
    color: rgb(32, 35, 52);
    text-align: center;
    white-space: pre-line;
}
.home_plate2 {
    padding: 80px 0 0;
}
.home_plate2_title  {
    position: relative;
}
.home_plate2_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.home_plate2_title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
.home_plate2_swiper {
    overflow: hidden;
    padding-left: 8%;
    margin-top: 48px;
    padding-bottom: 50px;
    position: relative;
}
.home_plate2_swiper .home_plate2_swiper_pack{
    display: block;
    background: rgb(246, 246, 246);
    padding: 49px 50px;
}
.home_plate2_swiper .home_plate2_swiper_pack samp {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    display: block
}
.home_plate2_swiper .home_plate2_swiper_pack h4 {
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin-top:13.5px;
}
.home_plate2_swiper .home_plate2_swiper_pack  hr {
    color: rgba(255, 255, 255,.3);
    margin: 24px 0 30px;
    display: none;
}
.home_plate2_swiper .home_plate2_swiper_pack p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255,.7);
    display: none;
}
.home_plate2_swiper .home_plate2_swiper_pack span {
    color: rgb(102, 102, 102);
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 42px;   
    transition: all .5s;
}
.home_plate2_swiper .swiper-pagination-bullet-active {
    background: rgb(153, 1, 0);
}
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack {
    background: rgb(153, 1, 0);
} 
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack samp,
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack h4,
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack span {
    color: #fff;
}
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack span{
    margin-top: 25px;
}
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack hr,
.home_plate2_swiper .swiper-slide-active .home_plate2_swiper_pack p {
    display: block;
}
.home_plate2_swiper .swiper-wrapper{
    align-items: flex-end;
}
.home_plate3 {
    padding: 110px 8%;
}
.home_plate3_list{
    margin-top: 48px;
}
.home_plate3_list li{
    margin-bottom: 150px;    
}
.home_plate3_list li:last-child {
    margin-bottom: 0;
}
.home_plate3_list li .home_plate3_list_pack {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.home_plate3_list_img {
    width: 61%;
}
.home_plate3_list_cont{
    width: 39%;
    padding:0 0 0 4%;
}
.home_plate3_list_cont h4 {
    font-size: 32px;
    line-height: 42px;
    color: rgb(0, 0, 0);
}
.home_plate3_list_cont p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-top: 29px;
}
.home_plate3_list_cont span {
    font-size: 16px;
    width: 130px;
    line-height: 44px;
    border: 1px solid rgb(153, 1, 0);
    border-radius: 50px;
    margin-top: 23px;
    color: rgb(153, 1, 0);
    display: block;
    text-align: center;
}
.home_plate3_list li:nth-child(2n) .home_plate3_list_pack {
    flex-direction: row-reverse;
}
.home_plate3_list li:nth-child(2n) .home_plate3_list_pack .home_plate3_list_cont{
    padding: 0 4% 0 0;
}
.home_plate3_list li .home_plate3_list_pack:hover img {
    transform: scale(1.1);
}
.home_plate3_list li .home_plate3_list_pack:hover h4 {
    color: rgb(153, 1, 0);
}
.home_bannerswiper {
    overflow: hidden;
}
.home_bannerswiper_pack {
    position: relative;
}
.home_bannerswiper_cont {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home_bannerswiper_cont h3 {
    font-size: 60px;
    line-height: 87px;
    color: #fff;
}
.home_bannerswiper_cont p {
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    margin-top: 20px;
}
@media(max-width:1500px) {
    .home_plate2_swiper .home_plate2_swiper_pack {
        padding: 30px 20px;
    }
    .w_nav>li {
        padding: 0 20px;
    }
    .search input {
        width: 200px;
    }
    .language{
        margin-left: 15px;
    }
    .about_plate1_top_cont,
    .home_plate3 {
        padding:80px 10px;
        max-width: 1220px;
        margin: 0 auto;
    }
    .home_bannerswiper_cont h3,
    .nei-cont h3 {
        font-size: 45px;
        line-height: 70px;
    }
    .home_bannerswiper_cont p,
    .about_plate1_top_title h5,
    .nei-cont p,
    .grow_list_left p,
    .prodetail_plate1_left h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .about_plate1_top_title h3,
    .home_plate2_title h3,
    .about_plate2_title h3,
    .communication_title h3,
    .grow_list_left h3,
    .products_list_left h3,
    .prodetail_plate1_left h3 {
        font-size: 30px;
        line-height: 43px;
    }
    .about_plate1_list_pack h3 span{
        font-size: 40px;
        line-height: 55px;
    }
    .home_plate2_swiper .home_plate2_swiper_pack hr{
        margin: 15px 0 20px;
    }
    .home_plate3_list_cont h4{
        font-size: 25px;
        line-height: 35px;
    }
    
}
@media(max-width:1000px) {
    header {
        padding: 0 15px;
    }
    .logo {
        height: 60px;
        padding: 0 0;
    }
    .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(http://47.104.164.236/nat123CacheFolder/7777772E6D6173686561746B696E672E636F6D/9db7ea7ecbb44f0799c9678e6930a853CD30CD35D038D037DF31CD3ACF34C535CE_a9180df8a5c9c4df3b8ee6dca8639aef/./cha.png) no-repeat center/100% 100%;
        }

        .iconfont .nav {
            background: url(http://47.104.164.236/nat123CacheFolder/7777772E6D6173686561746B696E672E636F6D/9db7ea7ecbb44f0799c9678e6930a853CD30CD35D038D037DF31CD3ACF34C535CE_a9180df8a5c9c4df3b8ee6dca8639aef/./nav.png) no-repeat center/100% 100%;
        }
        .header_right{
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            display: block;
            background: #fff;
            border: 1px solid #f1f1f1;
            padding:10px 0;
        }
        .w_nav{
            display: block;
        }
        .w_nav>li{
            padding: 0 10px;
        }
        .w_nav>li>a {
            font-size: 16px;
            line-height: 32px;
            text-align: center;
        }
        .search input{
            width: 100%;
        }
        .search,
        .language {
            max-width: 300px;
            
            width: 100%;
            margin: 10px auto 0;
        }
        .language_cont {
            justify-content: center;
        }
        .language_list{
            position: static;
        }
        .home_bannerswiper_cont h3, .nei-cont h3{
            font-size: 25px;
            line-height: 35px;
        }
        .home_bannerswiper_cont p, .about_plate1_top_title h5, .nei-cont p, .grow_list_left p, .prodetail_plate1_left h4{
            font-size: 16px;
            line-height: 24px;
        }
        .home_bannerswiper_cont p{
            margin-top: 5px;
        }
        .about_plate1{
            padding: 30px 0;
        }
        .about_plate1_top_cont_pack{
            padding:0 0 20px;
            display: block;
        }
        .about_plate1_top_title,
        .about_plate1_top_cont p {
            width: 100%;
        }
        .about_plate1_top_title h3, .home_plate2_title h3, .about_plate2_title h3, .communication_title h3, .grow_list_left h3, .products_list_left h3, .prodetail_plate1_left h3{
            font-size: 20px;
            line-height: 30px;
        }
        .about_plate1_list{
            flex-wrap: wrap;
            padding-top: 20px;
        }
        .about_plate1_list li{
            max-width: 50%;
            width: 50%;
            margin: 10px 0;
        }
        .about_plate1_img{
            margin-top: 20px;
        }
        .about_plate1_list_pack h3 span{
            font-size: 30px;
            line-height: 40px;
        }
        .about_plate1_list_pack{
            padding-left: 15px;
        }
        .home_plate2_swiper{
            padding: 0;
        }
        .about_plate1_top_cont, .home_plate3{
            padding: 30px 10px;
        }
        .home_plate3_list{
            margin-top: 30px;
        }
        .home_plate3_list li .home_plate3_list_pack{
            display: block;
        }
        .home_plate3_list_img,
        .home_plate3_list_cont {
            width: 100%;
        }
        .home_plate3_list_cont,
        .home_plate3_list li:nth-child(2n) .home_plate3_list_pack .home_plate3_list_cont{
            padding: 20px 0 0;
        }
        .home_plate3_list_cont h4,
        .footer_cont h4{
            font-size: 18px;
            line-height: 26px;
        }
        .home_plate3_list_cont p{
            margin-top: 10px;
        }
        .home_plate3_list_cont span{
            line-height: 40px;
        }
        .home_plate3_list li{
            margin-bottom: 20px;
        }
        .footer_nav {
            display: none;
        }
        footer{
            padding: 20px 0;
        }
        .footer_pack{
            display: block;
        }
        .footer_contact {
            width: 100%;
        }
        .footer_code{
            width: 100%;
            margin: 20px auto 0;
        }
        .footer_pack{
            padding-bottom: 20px;
        }
        .nei-cont p{
            margin-top: 5px;
        }
        .public_navlist li{
            padding:  0 30px;
        }
        .trophyhonr{
            width: 100%;
            margin: 30px 0 0;
            padding: 0 10px 15px;
        }
        .trophyhonrswiper .swiper-slide p,
        .bothonorswiper .swiper-slide p{
            color: #000;
        }
        .bottom{
            margin-top: 30px;
            padding: 0 10px 15px;
        }
        .about_plate2 {
            padding-bottom: 30px;
        }
        .communication{
            padding: 30px 0;
        }
        .communication_list li .communication_list_pack{
            display: block;
        }
        .communication_list li .communication_list_pack>div{
            width: 100%;
        }
        .communication_list_cont h4,
        .news_list li .news_list_pack h4 {
            font-size: 18px;
            line-height: 26px;
        }
        .communication_list_cont{
            padding-right: 0;
            padding-bottom: 20px;
        }
        .communication_list_cont hr{
            margin: 15px 0;
        }
        .communication_list li:nth-child(2n) .communication_list_pack .communication_list_cont{
            padding: 0 0 20px;
        }
        .communication_list li{
            margin-bottom: 30px;
        }
        .communicationDetail{
            padding: 30px 0;
        }
        .news {
            padding: 30px 0;
        }
        .news_list li .news_list_pack {
            padding: 20px 15px;
        }
        .news_list li .news_list_pack hr{
            margin: 10px 0;
        }
        .join_plate2_form{
            margin-top: 30px;
        }
        .join_plate2{
            padding: 0 0 30px;
        }
        .join_plate2_input{
            width: 100%;
        }
        .join_plate2_input input{
            font-size: 16px;
            line-height: 45px;
        }
        .join_plate2_input textarea{
            font-size: 16px;
        }
        .submit,
        .products_list_left span{
            line-height: 40px;
            margin-top: 15px;
        }
        .grow {
            padding: 30px 0;
        }
        .grow_list {
            margin-top: 30px;
        }
        .grow_list_pack{
            display: block;
        }
        .grow_list_pack>div,
        .products_list li .products_list_pack>div {
            width: 100%;
        }
        .grow_list_left,
        .products_list_left,
        .products_list li:nth-child(2n) .products_list_pack .products_list_left,
        .prodetail_plate1_left{
            padding: 0 0 20px;
        }
        .grow_list_left p,
        .products_list_left p,
        .prodetail_plate1_left p{
            margin-top: 15px;
        }
        .products{
            padding: 30px 0;
        }
        .products_list li .products_list_pack{
            display: block;
        }
        .products_list li {
            margin-bottom: 30px;
        }
        .prodetail{
            padding: 30px 0;
        }
        .prodetail_plate1_pack {
            display: block;
        }
        .prodetail_plate1_pack>div{
            width: 100%;
        }
        .prodetail_plate2{
            padding-top: 30px;
        }
        .prodetail_plate2_list li{
            width: 100%;
            margin-bottom: 20px;
        }
        .prodetail_title h3{
            font-size: 20px;
            line-height: 30px;
        }
        .prodetail_plate2_list_pack{
            padding: 20px 15px;
        }
        .prodetail_plate2_list_icon{
            width: 80px;
            height: 80px;
        }
        .prodetail_plate2_list_cont {
            width: calc(100% - 80px);
            font-size: 16px;
            padding-left: 15px;
            line-height: 1.5;
        }
        .prodetail_plate3_list{
            margin: 30px -10px 0;
        }
        .prodetail_plate3_list li{
            width: 50%;
            padding: 0 10px;
            margin-bottom: 15px;
        }
        .prodetail_plate3_list_icon{
            height: 160px;
        }
        .prodetail_plate3_list_cont{
            margin-top: 15px;
            font-size: 18px;
            line-height: 26px;
        }
        .about_plate1_top_cont{
            padding: 0 10px;
        }
        .home_plate2 {
            padding: 30px 0;
        }
}