@charset "UTF-8";

@media (max-width: 1440px) {
}

@media (max-width: 996px) {
    .w1500 {
        width: 92%;
    }
    header .header_top {
        display: none;
    }
    .header_list {
        height: 1.5em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .header_list .header-logo a {
        width: 62px;
    }
    .header_list .header-logo a svg {
    }
    .header_list .header-nav {
        flex: none;
        width: auto;
    }
    .header-end .shop {
        margin-right: 0;
    }
    .banner-container .swiper-slide .txt {
        width: 100%;
        padding: 0 6%;
    }
    .banner-container .swiper-slide .txt .tit-80 {
        font-size: 1.1rem;
    }
    .banner-container .swiper-slide .txt .svg.poa {
        max-width: 80%;
        height: auto;
        top: 54%;
    }
    .banner-container .swiper-slide  .play {
        left: 80%;
        top: 80%;
        z-index: 1;
    }

    .banner-container .swiper-pagination {
        width: 100%;
        padding: 0 6%;
        left: 0;
        text-align: center;
        bottom: 2.5rem;
    }
    .wrapheader .header-nav .ul .li > a {
        background-color: #fff;
    }
    .header-nav .ul .li .li-nav {
        border-top: 0;
    }
    .header-nav .ul .lis .li-nav,
    .header-nav .ul .li .li-nav {
        padding: .5rem;
        /* background-color: #f6f7f9; */
    }
    .header-nav .ul .lis .li-nav a,
    .header-nav .ul .li .li-nav  a {
        margin: 0;
        padding: .15rem 0;
        background-color: #e6ebf4;
    }
    .header-nav .ul .lis .li-nav a:first-child,
    .header-nav .ul .li  .li-nav  a:first-child {
        padding-top: .25rem;
    }
    .header-nav .ul .lis .li-nav a:last-child,
    .header-nav .ul .li .li-nav   a:last-child {
        padding-bottom: .25rem;
    }

    .header-nav .ul .li   a.cur .y {
        transition: all .3s;
        opacity: 0;
    }
    .header-end {
        margin-right: 0;
    }
    .header-end .launge > a span{
        color: #272636;
    }
    .header-end .launge > a{
        font-size: .35em;
    }
    .header-end .svg_icon {
        margin-left: 0;
        margin-right: .5rem;
    }
    .header-end .want {
        display: none;
    }
    .header-nav  .ul_ul {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        margin-bottom: 1rem;
    }

    .header-nav  .ul_ul.cur .ul_show svg {
        transform: rotate(-90deg);
    }
    .header-nav  .ul_ul .ul_show {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: .5em;
    }
    .header-nav  .ul_ul .ul_show .ss {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav  .ul_ul .ul_show svg {
        width: .5rem;
        height: .5rem;
        transform: rotate(90deg);
    }
    .header-nav  .ul_ul .ul_show .ss span {
        margin-right: .1em;
        display: none;
    }
    .header-nav  .ul_ul .ul_show .ss .s1 {
        display: none;
    }
    .header-nav  .ul_ul .ul_show .ss .s2 {
        display: block;
    }
    .header-nav  .ul_ul.cur  .ul_show .ss .s1 {
        display: block;
    }
    .header-nav  .ul_ul.cur  .ul_show .ss .s2 {
        display: none;
    }
    .slide_search {
        top: 1.475rem;
        height: calc(100vh - 1.5rem);
    }
    .slide_search .freq,
    .slide_search .form {
        padding: 1.5rem 6%;
    }

    .footer_top {
        flex-direction: column;
        padding: 1rem .5rem;
    }

    .footer_l {
        padding: 0;
        border: none;
    }
    .footer_r {
        padding: 0;
    }
    .back_top {
        display: none;
    }
    .hot_line {
        margin-top: 0;
        margin-right: 0;
    }
    .hot_line .li {
        margin-top: 1em;
    }
    .follow {
        margin-top: 1em;
    }
    .hot_line .tit-32 {
        font-size: .7rem;
    }
    .ul_footer_nav {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    .ul_footer_nav .li {
        margin-right: 0;
        width: 100%;
    }
    .ul_footer_nav .li .li_show {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .45em;
        /* height: 1.5rem; */
        padding: 1em 0;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
    }
    .footer_bottom {
        padding: .5rem 4%;
        flex-direction: column;
    }
    .footer_bottom > a {
        margin-top: .25rem;
    }
    .header-nav .ul .li .li-nav {
        padding: 0.25rem .5rem;
        background-color: #008c3f;
    }
    .header-nav .ul .li .li-nav .lis_li {
        margin-bottom: 0;
    }
    .header-nav .ul .li .li-nav .lis_li:last-child {
        margin-bottom: 0;
    }
    .header-nav .ul .li .li-nav a svg {
        margin-right: .25em;
        width: .5em;
        height: .5em;
    }
    .header-nav .ul .li .li-nav a {
        font-size: .4em;
        background-color: transparent !important;
        display: flex;
        align-items: center;
        padding: .25em 0;
        justify-content: flex-start;
        text-indent: 0;
        color: #fff;
    }
    .footer_l p span,
    .footer_l p {
        line-height: 1.3;
        font-size:;
    }
}
@media (max-width: 996px) {
    .banner-container{
        padding-top: 1.5em;
    }
    .home_01 .w1720 {
        width: 100%;
        padding: 1.5rem 2%;
    }
    .home_01 .label_swiper_box {
        padding: .1rem 0rem .1rem;
    }
    .home_01  .swiper_btn {
        padding: 0;
    }
    .home_01 .label_swiper {
        width: 100%;
        overflow: hidden;
        margin: 0 4%;
    }

    .home_02 .w1720 {
        width: 88%;

        padding: 0 0% 1.5rem;
        margin: 0 auto;
    }
    .home_02 .swiper_pro_box {
        padding: 0 0%;
        width: 100%;
    }

    .swiper_pro .swiper-slide .tit-42 {
        white-space: wrap;
        font-size: .75rem;
        line-height: 1.2;
        display: block;
        margin: 1rem 0 .5rem;
    }
    .swiper_pro .swiper-slide .tit-42 .label {
        display: block;
        margin-bottom: .25rem;
        margin-right: 0;
    }
    .swiper_pro .swiper-slide .more {
        margin-top: 1rem;
    }
    .swiper_pro .swiper-slide.swiper-slide-active .img img {
        width: auto;
        margin: 0 auto;
    }

    .swiper_pro .swiper-slide.swiper-slide .txt {
        width: 100%;
    }

    .home_03 .ul_swiper_box {
        padding-left: 0%;
        padding-right: 0%;
    }
    .home_03 .ul_swiper {
        height: auto;
        height: 15rem;
        margin-bottom: 1rem;
    }
    .home_03 .ul_swiper .swiper-wrapper {
        align-items: stretch;
    }
    .home_03 .imgbg {
        width: 100%;
    }

    .home_03 .txt {
        max-width: 90%;
        padding: 1rem 6%;
    }
    .home_03 .swiper-slide {
        height: auto;
        /* box-shadow: 0px 1px 16px 0px rgba(6, 149, 56, .2); */
    }
    .home_04 .w100 {
        width: 100%;
        padding: 1.5rem 6%;
    }
    .home_04 .txt_img .img_box {
        position: relative;
    }

    .home_04 .txt_img .img_box .bg_img.cur img.poa {
        animation: scaleShow 5s ease-in-out forwards;
    }
    .home_04 .txt_img .ul_img {
        padding-bottom: 1rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .home_04 .txt_img .img_box {
        height: auto;
    }
    .home_04 .txt_img .img_box .bg_img {
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
    }

    .home_04 .txt_img .ul_img {
        height: auto;
    }
    .home_04 .txt_img .img_box img {
        width: 100%;
        height: auto;
    }
    .home_04 .txt_img .img_box img.poa {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    .home_04 .w100::after {
        width: 88%;
    }
    .home_05 .w1720 {
        width: 88%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .home_05 .new_title {
        margin-bottom: 1rem;
    }

    .home_04 .txt_img .tit-54 {
        line-height: 1.3;
    }
    .home_04 .txt_img .tit-54,
    .home_01 .form .form_title,
    .home_05 .new_title .tit-54 {
        font-size: 1rem;
    }
    .home_05 .news_box {
        flex-direction: column;
        height: auto;
    }
    .home_05 .news_img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .home_05 .custmor-scorll {
        width: 100%;
        height: auto;
    }
    .home_05 .custmor-box{
        height: 7.6rem;
    }

    .home_05 .news_img .txt {
        padding: 1rem .5rem .5rem;
    }
    .home_05 .news_img .more {
        height: 2rem;
        width: 5rem;
        margin: 0 auto;
    }
    .swiper_pro_box {
        height: auto;
    }
    .home_02 .swiper_pro_box {
        height: auto;
    }
    .swiper_pro_box .swiper_btn {
        z-index: 1;
    }
    .home_04 .txt_img .img_box .bg_img img.poa {
        width: 100%;
        height: 100%;
    }
    .home_05 .news_img .txt .txt_b .tit-18 {
        margin-bottom: .25rem;
        color: rgba(255, 255, 255, .7);
    }
    .home_05 .custmor-item .tit-20{
        margin-bottom: .45rem;
    }
    .home_05 .custmor-item .time{
        font-size: 10px;
    }
    .home_05 .custmor-item {
        height: calc((7.6rem - 1rem) / 3);
        /* display: block; */
        margin-bottom: .5rem;
        border-radius: .1rem;
        height: 80px;
        display: flex;
        align-items: stretch;
    }
    .home_05 .custmor-item .img {
        /* width: 5.65rem; */
        height: auto;
        height: 100%;
        margin-right: 0;
    }
    .home_05 .custmor-item .txt {
        width: calc(100% - 5.65rem);
        padding: .5rem .5rem;
    }
    .home_04 .lines {
        width: 1px;
        align-self: flex-start;
        height: 1rem;
        background-color: #069538;
        margin: .15rem  .25rem 0;
    }
    .home_04 .li p::after {
   display: none;
    }
    .home_04 .li:nth-child(1) p:after {
        display: none;
    }
    .home_04 .li p {
        padding-left: 0;
        margin-bottom: .25rem;
    }
    .home_04 .li .tit-16.col-000 {
        padding-left: 0;
    }
    .home_04 .li p span {
        font-size: 1.2rem;
        /* font-weight: 700; */
    }
    .home_04 .li {
        width: auto;
        /* width: calc((100% - .5rem) / 2); */
        min-width: auto;
    }
    .home_01 .form .form_title {
        margin-bottom: 1rem;
    }
    .home_04 .txt_img .more {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .home_05 .custmor-item .img {
        width: 113px;
        height: auto;
        margin-right: 0;
    }
    .home_05 .custmor-item .txt {
        width: calc(100% - 113px);
        padding: .5rem .5rem;
    }
}
<!--0.0001521110534668-->