@media screen and (max-width: 960px){
    .whatsapp{
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
        background: #25d366;
    }
    .whatsapp a{
        display: table;
        margin: 0 auto;
    }
    .whatsapp img{
        width: 40px;
        height: 40px;
        margin-top: -5px;
    }
    .whatsapp span{
        line-height: 60px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    /*#w1{*/
    /*    right: 20px;*/
    /*    bottom: 60px;*/
    /*}*/
    /*#w2{*/
    /*    right: 20px;*/
    /*    bottom: 150px;*/
    /*}*/
    .main{
        position: relative;
    }
    .af-close{
        width: 16px;
        height: 16px;
        background: url("../image/common/close.png") no-repeat;
        position: absolute;
        right: 30px;
        top: 20px;
        cursor: pointer;
    }
    .alert-back{
        display: none;
        background: rgba(0,0,0,0.5);
        position: absolute;
        z-index: 15000;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .alert-mzsm{
        display: none;
        width: 90%;
        height: 620px;
        position: fixed;
        background: #fff;
        top: 100px;
        z-index: 20000;
        left: 5%;
    }
    .af-mzsm{
        padding: 15px;
        font-size: 16px;
        color: #4c4c4c;
        line-height: 2;
    }
    .alert-form{
        display: none;
        width: 90%;
        height: 560px;
        position: fixed;
        background: #fff;
        top: 100px;
        z-index: 20000;
        left: 5%;
    }
    .af-title{
        font-size: 24px;
        color: #ffffff;
        line-height: 60px;
        background: #519a03;
        text-indent: 15px;
    }
    .acon-form{
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        padding: 15px;
    }
    .aform-box{
        width: 100%;
        margin-bottom: 15px;
    }
    .aform-box label{
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }
    .aform-box label span{
        color: #ff3030;
    }
    .aform-box input{
        width: 100%;
        outline: none;
        border-bottom: 1px solid #e6e6e6;
        line-height: 24px;
    }
    .aform-textarea{
        width: 100%;
    }
    .aform-textarea label{
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 36px;
    }
    .aform-textarea label span{
        color: #ff3030;
    }
    .aform-textarea textarea{
        width: 100%;
        height: 100px;
        border: 1px solid #e6e6e6;
        line-height: 25px;
    }
    .aform-submit{
        width: 100%;
    }
    .aform-submit input{
        display: table;
        margin: 20px auto 0 auto;
        width: 150px;
        height: 40px;
        line-height: 40px;
        background: #4ea240;
        font-size: 14px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
    }


    .container{
        margin: 0 auto;
    }
    .swap{
        overflow: hidden;
        margin: 0 auto;
    }

    .header{
        padding: 5px 0;
    }
    .header .swap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo{
        width: 40%;
        margin: 10px auto;
    }
    .logo img{
        height: 50px;
        display: table;
        margin: 0 auto;
    }
    .search{
        width: 60%;
        overflow: hidden;
        display: table;
        margin: 10px auto;
    }
    .search form{
        width: 100%;
        overflow: hidden;
    }
    .search .search-text{
        width: 60%;
        height: 34px;
        border: 1px solid #e6e6e6;
        border-radius: 34px 0 0 34px;
        text-indent: 15px;
        float: left;
        outline: none;
    }
    .search .search-submit{
        float: left;
        width: 38%;
        height: 36px;
        background: #529a04;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        display: block;
        border-radius: 0 40px 40px 0;
        line-height: 36px;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .nav{
        height: 40px;
        background: #529a04;
    }
    .nav .swap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: unset;
        padding: 0 15px;
    }
    .nav-first{
        width: 140px;
        height: 40px;
        line-height: 40px;
        background: url("../image/common/nav-small.png") no-repeat 20px center #ed9a10;
        background-size: 15px 15px;
        font-family: "Sc-blod";
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .nav-child{
        position: absolute;
        top: 40px;
        z-index: 10000;
        display: none;
    }
    .nav-child ul{
        display: block;
        overflow: hidden;
        width: 136px;
        border: 2px solid #ed9a10;
    }
    .nav-child li{
        width: 140px;
        background: #fff;
    }
    .nav-child li a{
        line-height: 36px;
        display: block;
        font-size: 14px;
        color: #333333;
        text-indent: 50px;
        background-position: 20px center !important;
        background-size: 16px 16px !important;
    }
    .nav-child li a:hover{
        color: #6caa62;
    }
    .bars{
        
    }
    .bars img{
        height: 20px;
    }
    .nav-list{
        position: absolute;
        top: 40px;
        z-index: 10000;
        right: 15px;
        display: block;
        overflow: hidden;
        width: 136px;
        border: 2px solid #ed9a10;
        display: none;
    }
    .nav-list li{
        width: 140px;
        background: #fff;
    }
    .nav-list li a{
        line-height: 36px;
        display: block;
        font-size: 14px;
        color: #333333;
        text-align: center;
    }
    .nav-list li .active{
        background: url(../image/common/active.png) no-repeat center bottom;
    }
    
    /*footer*/
    .footer{
        padding: 30px 0;
        background: #f7f7f7;
        margin-bottom: 50px;
    }
    .footer .swap{
        padding: 0 15px;
    }
    .footer-line1{
        width: 100%;
        overflow: hidden;
    }
    .footer-line1 img{
        display: table;
        margin: 0 10%;
        width: 30%;
        float: left;
    }
    .footer-line1 h1{
        display: block;
        float: left;
        width: 50%;
        font-size: 16px;
        color: #282828;
        font-family: "Sc-blod";
        line-height: 50px;
        text-align: center;
    }
    .footer-line1 p{
        font-size: 12px;
        color: #4c4c4c;
        line-height: 24px;
    }
    .footer-line2{
        width: 100%;
        overflow: hidden;
    }
    .footer-line2 h1{
        font-size: 15px;
        color: #282828;
        font-family: "Sc-blod";
        line-height: 50px;
        text-align: center;
        display: none;
    }
    .footer-line2 a{
        display: block;
        width: 50%;
        float: left;
        font-size: 12px;
        color: #4c4c4c;
        line-height: 42px;
        text-align: center;
    }
    .foot-link{
        display: table;
        margin: 0 auto;
        overflow: hidden;
    }
    .foot-link a{
        width: 30px;
        margin: 0 20px;
    }

    /*首頁*/
    .index-banner{

    }
    .index-banner .swap{
        overflow: hidden;
    }
    .index-banner #index-banner{
        width: 100%;
    }
    #index-banner .swiper-pagination{

    }
    #index-banner .swiper-pagination-bullet-active{
        background: #3ec128;
    }

    .index-banner2{

    }
    .index-banner2 .swap{

    }
    .index-banner2 img{
        width: 100%;
    }

    .index-product{
        margin: 30px 0;
    }
    .index-product .swap{

    }
    .ip-title{
        font-size: 36px;
        color: #333333;
        font-family: "Sc-blod";
        text-align: center;
        background: url("../image/index/title-back.png") no-repeat center center;
        line-height: 60px;
        background-size: auto 30px;
    }
    .ip-list{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
    .ip-box{
        width: 48%;
        margin-bottom: 15px;
        border: 1px solid #ececec;
        border-radius: 5px;
    }
    .ipb-img{
        width: 100%;
    }
    .ipb-img img{
        width: 100%;
    }
    .ipb-content{
        padding: 5px;
    }
    .ipb-content h1{
        font-size: 14px;
        color: #333333;
        font-family: "Sc-blod";
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }
    .ipb-content h2{
        font-size: 16px;
        color: #e93f42;
        font-family: "Sc-blod";
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }
    .ipb-content p{
        font-size: 12px;
        color: #333333;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
    }

    /*公司介紹*/
    .banner{
        width: 100%;
    }
    .detail-banner img{
        width: 100%;
    }
    .detail-content{
        padding: 30px 0;
    }
    .detail-content .swap{

    }
    .detail-title{
        font-size: 30px;
        color: #529a04;
        font-family: "Sc-blod";
        text-align: center;
        line-height: 60px;
    }
    .detail-title span{
        color: #282828;
    }
    .dc-box{
        padding: 0 15px;
        margin: 30px 0;
    }
    .dc-box-left{
        width: 100%;
    }
    .dc-box-left p{
        font-size: 12px;
        color: #333333;
        line-height: 24px;
    }
    .dc-box-right{
        width: 100%;
    }
    .dc-box-right img{
        margin: 15px 0;
    }

    /*聯絡我們*/
    .contact{
        padding: 30px 0;
    }
    .contact .swap{
        padding: 0 15px;
    }
    .con-box{
        width: 100%;
    }
    .con-box h1{
        font-size: 16px;
        color: #333333;
        line-height: 48px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }
    .con-box p{
        font-size: 12px;
        color: #333333;
        line-height: 36px;
    }
    .con-box p span{
        color: #6caa62;
    }
    .con-form{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
    }
    .form-box{
        width: 48%;
        margin-bottom: 15px;
    }
    .form-box label{
        width: 100%;
        font-size: 12px;
        color: #333333;
        line-height: 36px;
    }
    .form-box label span{
        color: #ff3030;
    }
    .form-box input{
        width: 100%;
        outline: none;
        border-bottom: 1px solid #e6e6e6;
        line-height: 24px;
        font-size: 12px;
    }
    .form-textarea{
        width: 80%;
    }
    .form-textarea label{
        width: 100%;
        font-size: 12px;
        color: #333333;
        line-height: 48px;
    }
    .form-textarea label span{
        color: #ff3030;
    }
    .form-textarea textarea{
        width: 100%;
        height: 72px;
        border: 1px solid #e6e6e6;
        line-height: 24px;
    }
    .form-submit{
        width: 18%;
    }
    .form-submit input{
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #4ea240;
        font-size: 12px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
        margin-top: 90px;
    }
    .map{
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }
    .map iframe{
        border: none;
        width: 100%;
        height: 400px;
    }

    /*product-list*/
    .product-list{
        padding: 30px 0;
    }
    .product-list .swap{
        padding: 0 15px;
    }
    .pn{
        width: 100%;
    }
    .pn ul{
        width: 100%;
        overflow: hidden;
        border: 1px solid #e6e6e6;
    }
    .pn ul li{
        width: 50%;
        background: url("../image/product/yuanquan.png") no-repeat 10px center;
        background-size: 50px 50px;
    }
    .pn ul li a{
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 60px;
        background-position: 25px center !important;
        background-size: 20px 20px !important;
        text-indent: 80px;
    }
    .pn ul li a:hover{
        font-weight: 600;
    }
    .pn ul li .active{
        font-weight: 600;
    }
    .pl{
        width: 100%;
        margin: 30px 0;
    }
    .pl-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
    }
    .pl-title{
        font-size: 24px;
        color: #333333;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ececec;
        background-position: left center !important;
        background-size: 36px 36px !important;
        text-indent: 50px;
    }
    .pl-box{
        width: 48%;
        margin-bottom: 15px;
        border: 1px solid #ececec;
        border-radius: 5px;
    }
    .plb-img{
        width: 100%;
    }
    .plb-img img{
        width: 100%;
    }
    .plb-content{
        padding: 5px;
    }
    .plb-content h1{
        font-size: 14px;
        color: #333333;
        font-family: "Sc-blod";
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }
    .plb-content h2{
        font-size: 16px;
        color: #e93f42;
        font-family: "Sc-blod";
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }
    .plb-content p{
        font-size: 12px;
        color: #333333;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
    }

    .pl-detail{
        width: 100%;
    }
    .pld-top{
        position: relative;
    }
    .pld-img-list-father{
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin-left: 0 !important;
        margin-right: 0 !important;
        position: absolute;
        top: 400px;
    }
    .pld-img-list{
        width: 100%;
        height: 100px;
    }
    .pld-img-box{
        width: 100px;
        height: 100px;
        cursor: pointer;
    }
    .pld-img-box img{
        width: 100px;
        height: 100px;
        -webkit-user-select: none;
        cursor: default;
        pointer-events: none;
    }
    .pld-img-big{
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }
    .pld-img-big img{
        width: 100%;
        max-height: 450px;
    }
    .pld-content{
        width: 100%;
        padding-top: 420px;
    }
    .pld-content h1{
        font-size: 24px;
        color: #333333;
        font-family: "Sc-blod";
        line-height: 48px;
    }
    .pld-content p{
        font-size: 12px;
        color: #333333;
        margin: 5px 0;
        line-height: 30px;
    }
    .pld-content h2{
        font-size: 20px;
        color: #e83a3d;
        padding: 20px 0 20px 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
    .pld-contact{
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }
    .pld-contact a{
        display: block;
        color: #ffffff;
        font-size: 16px;
        float: left;
        width: 120px;
        height: 40px;
        background: #529a04;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
    }
    .pld-contact span{
        float: left;
        line-height: 40px;
        font-size: 16px;
        color: #333333;
        padding-right: 36px;
        background: url("../image/product/car.png") no-repeat right center;
        margin-left: 30px;
    }
    .pldb-title{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        height: 40px;
        background: #f7f7f7;
        margin: 50px 0 20px 0;
        font-weight: 600;
        text-indent: 15px;
    }
    .pldb-content{
        line-height: 2;
    }
    .pldb-content img{
        margin: 10px 0;
        display: block;
    }

    .page{
        display: table;
        float: right;
        margin-top: 10px;
    }
    .page li{
        margin: 0 5px;
    }
    .page li a{
        display: block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        color: #333333;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
    }
    .page li span{
        display: block;
        line-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        color: #333333;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
    }
    .page li .current{
        color: #fff;
        background: #6caa62;
        border: 1px solid #6caa62;
    }

    /*职位空缺*/
    .job{
        padding: 30px 0;
    }
    .job .swap{
        padding: 0 15px;
    }
    .job-title{
        font-size: 30px;
        color: #529a04;
        font-family: "Sc-blod";
        text-align: center;
        background: url(../image/job/title-back.png) no-repeat center center;
        line-height: 60px;
    }
    .job-title span{
        font-weight: 600;
        color: #282828;
    }
    .job-list{
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }
    .job-box{
        width: 100%;
        margin-bottom: 30px;
    }
    .jb-title{
        font-size: 24px;
        color: #529a04;
        font-family: "Sc-blod";
        text-indent: 40px;
        background: url("../image/job/jb-title.png") no-repeat left center;
        line-height: 80px;
        background-size: auto 30px;
    }
    .jb-content{

    }
    .jb-content h1{
        font-size: 16px;
        color: #282828;
        line-height: 2;
        margin-bottom: 10px;
    }
    .jb-content p{
        font-size: 12px;
        color: #666666;
        line-height: 2;
    }

    .phone-banner{
        display: block;
    }
    .pc-banner{
        display: none;
    }
}