@media screen and (min-width: 960px) {
    .facebook{
        position: fixed;
        bottom: 150px;
        right: 50px;
        background: #fff;
    }
    .main{
        overflow: hidden;
        position: relative;
    }
    .nav-phone{
        display: none;
    }
    .cart-phone{
        display: none;
    }
    /*welcome*/
    .welcome{
        width: 100%;
        height: 40px;
        background: #ff6600;
        line-height: 40px;
        font-size: 12px;
        color: #fff;
    }
    .swap{
        width: 1500px;
        margin: 0 auto;
        overflow: hidden;
    }
    .header{
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    .logo{
        width: auto;
        float: left;
        height: 100px;
    }
    .logo img{
        height: 60px;
        margin: 20px 0;
        width: auto;
    }
    .nav{
        float: left;
        height: 60px;
        margin: 20px 0 20px 100px
    }
    .nav ul{
        overflow: hidden;
    }
    .nav ul li{
        float: left;
        margin: 0 30px;
    }
    .nav ul li a{
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #333333;
    }
    .nav ul li a:hover{
        color: #ff7e00;
    }
    .nav ul .active{
        border-bottom: 4px solid #ff7e00;
    }
    .nav ul .active a{
        color: #ff7e00;
    }
    .cart{
        float: left;
        margin-left: 50px;
    }
    .cart a{
        margin: 20px 0;
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #333333;
        text-indent: 30px;
        background: url("../image/cart.png") no-repeat left center;
    }
    .cart a:hover{
        color: #ff7e00;
    }
    .search{
        float : left;
        height: 36px;
        margin: 32px 0 32px 25px;
        overflow: hidden;
    }
    .search input{
        width: 180px;
        height: 34px;
        border: 1px solid #ff7e00;
        float: left;
    }
    .search button{
        float: left;
        width: 50px;
        height: 36px;
        background: #ff7e00;
        color: #fff;
        outline: none;
        border: none;
    }
    /*banner*/
    .banner{
        width: 100%;
        height: auto;
    }
    .banner img{
        width: 100%;
    }
    /*detail*/
    .detail{
        width: 100%;
        margin: 80px 0 60px 0;
    }
    .detail-content{
        background: #fff;
    }
    .detail-box{
        padding: 60px 120px;
    }
    .detail-box h1{
        font-size: 48px;
        color: #333333;
        text-align: center;
        line-height: 2;
    }
    .detail-box p{
        font-size: 20px;
        color: #333333;
        text-align: center;
        line-height: 2;
    }
    .detail-box img{
        margin: 20px 0;
        width: 100%;
    }
    .type{
        width: 100%;
        height: 300px;
        background: url("../image/type.png") no-repeat;
    }
    .type h1{
        font-size: 36px;
        color: #ffffff;
        text-align: center;
        line-height: 180px;
    }
    .type ul{
        display: table;
        margin: 0 auto;
    }
    .type ul li{
        font-size: 24px;
        color: #ffffff;
        margin: 0 20px;
    }
    .show{
        width: 100%;
        margin: 50px 0;
    }
    .show h1{
        font-size: 48px;
        color: #333333;
        text-align: center;
    }
    .show-box{
        margin: 50px 0;
        overflow: hidden;
    }
    .show-item{
        width: 280px;
        height: 200px;
        position: relative;
        float: left;
        background: #fff;
        margin: 10px 10px;
    }
    .show-item img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .show-a{
        width: 200px;
        height: 80px;
        background: #ff6900;
        color: #ffffff;
        font-size: 28px;
        display: block;
        line-height: 80px;
        text-align: center;
        border-radius: 5px;
        margin: 0 auto;
    }
    .contact{
        width: 100%;
        height: 650px;
        background: #fff;
        padding: 50px 0;
    }
    .map{
        width: 45%;
        height: 650px;
        float: left;
        background: #ccc;
    }
    .map iframe{
        width: 100%;
        height: 650px;
    }
    .address{
        width: 53%;
        height: 650px;
        float: left;
        margin-left: 2%;
    }
    .address h1{
        font-size: 36px;
        color: #333333;
    }
    .address h2{
        margin-top: 5px;
        font-size: 24px;
        color: #333333;
        line-height: 1.5;
    }
    .address p{
        font-size: 16px;
        color: #333333;
        line-height: 1.5;
    }
    .address p a{
        font-size: 16px;
        color: #333333;
        line-height: 1.5;
    }
    .address p a:hover{
        color: #ff6900;
    }
    .common-banner{
        width: 100%;
        height: 250px;
        background: url("../image/common_banner.jpg") no-repeat;
        font-size: 60px;
        color: #fefefe;
        line-height: 250px;
        text-align: center;
    }
    .product{
        width: 100%;
        height: auto;
        margin: 50px 0;
    }
    .product-title{
        line-height: 80px;
        font-size: 36px;
        color: #333333;
        background: url("../image/product-title.png") no-repeat left bottom;
    }
    .product-list{
        overflow: hidden;
        margin: 30px 0;
    }
    .product-item{
        width: 230px;
        height: 250px;
        position: relative;
        float: left;
        margin: 15px 10px;
        overflow: hidden;
    }
    .product-item img{
        position: absolute;
        width: 230px;
        height: 250px;
        filter: brightness(60%);
        transition: all 0.6s;
        cursor: pointer;
    }
    .product-item p{
        position: absolute;
        width: 230px;
        line-height: 250px;
        text-align: center;
        font-size: 30px;
        color: #ffffff;
    }
    .product-item:hover img{
        transform: scale(1.1);
    }
    .pinpai-item{
        width: 280px;
        height: 200px;
        position: relative;
        float: left;
        margin: 15px 10px;
        background: #fff;
        cursor: pointer;
    }
    .pinpai-item:hover{
        box-shadow: 5px 5px 5px #ccc;
    }
    .pinpai-item img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    /*产品列表*/
    .product-banner{
        width: 100%;
        height: 250px;
        background: url("../image/common_banner.jpg") no-repeat;
    }
    .product-banner h1{
        font-size: 36px;
        color: #ffffff;
        text-align: center;
        line-height: 140px;
    }
    .product-banner ul{
        display: table;
        margin: 0 auto;
    }
    .product-banner ul li{
        margin: 0 36px;
        height: 45px;
    }
    .product-banner ul li a{
        display: block;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        padding: 0 15px;
    }
    .product-banner ul .choose{
        background: url("../image/pk.png") no-repeat;
        background-size: 100% 45px;
    }
    .product-table{
        width: 100%;
    }
    .product-table tr{
        line-height: 60px;
    }
    .product-table th{
        width: 33%;
        text-align: center;
        border-top: 1px solid #ccc;
        font-size: 20px;
        color: #ff6600;
    }
    .product-table td{
        width: 33%;
        text-align: center;
        font-size: 16px;
        border-top: 1px solid #ccc;
        color: #333333;
    }
    .product-table td a{
        color: #333333;
    }
    .product-table tr:last-child td{
        border-bottom: 1px solid #ccc;
    }
    /*貨運*/
    .huoyun{
        width: 100%;
        height: 842px;
        background: url("../image/huoyun.jpg") no-repeat;
    }
    .huoyun-swap{
        width: 1200px;
        height: 842px;
        margin: 0 auto;
        background: rgba(0,0,0,0.5);
    }
    .huoyun-table{
        width: 80%;
        margin: 0 10%;
        display: table;
        padding-top: 180px;
    }
    .huoyun-table tr{
        line-height: 80px;
    }
    .huoyun-table th{
        font-size: 30px;
        color: #ff6600;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .huoyun-table td{
        text-align: center;
        font-size: 24px;
        color: #ffffff;
        border-bottom: 1px solid #ccc;
    }
    .i-contact{
        width: 100%;
        height: 840px;
        background: url("../image/contact.jpg") no-repeat;
    }
    .ic-map{
        width: 890px;
        height: 707px;
        float: left;
        margin-top: 120px;
    }
    .ic-map iframe{
        width: 100%;
        height: 610px;
    }
    .ic-address{
        margin-top: 120px;
        width: 580px;
        height: 707px;
        float: left;
        padding-left: 30px;
    }
    .ic-address h1{
        line-height: 80px;
        font-size: 36px;
        color: #fff;
        background: url("../image/product-title.png") no-repeat left bottom;
    }
    .ic-address p{
        display: block;
        overflow: hidden;
    }
    .ic-address p span{
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        display: block;
        float: left;
    }
    .ic-address p span a{
        color: #ffffff;
    }
    .ic-address p span img{
        width: 100px;
        height: 100px;
        margin: 10px;
    }
    /*footer*/
    .footer{
        width: 100%;
        height: 100px;
        background: #4d4d4d;
        text-align: center;
        line-height: 100px;
        font-size: 14px;
        color: #ffffff;
    }
    .user{
        float: right;
    }
    .user a{
        margin: 0 15px;
        color: #fff;
    }

    /*表单*/
    .form-box{
        overflow: hidden;
    }
    .form-item{
        width: 50%;
        height: 40px;
        float: left;
        overflow: hidden;
    }
    .form-item-title{
        width: 25%;
        height: 40px;
        line-height: 40px;
        float: left;
        font-size: 16px;
        color: #333333;
    }
    .form-item-title span{
        color: #ff3030;
    }
    .form-item input{
        width: 74%;
        margin-left: 1%;
        float: left;
        height: 36px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
    }
    .form-item input:focus{
        border-bottom: 1px solid #333;
    }
    .form-item-long{
        width: 100%;
        height: 120px;
        float: left;
        overflow: hidden;
    }
    .form-item-long-left{
        width: 580px;
        height: 120px;
        float: left;
    }
    .form-item-long-right{
        width: 150px;
        height: 120px;
        float: left;
    }
    .form-item-long-right input{
        width: 120px;
        height: 40px;
        background: #ff6600;
        color: #fff;
        font-size: 16px;
        margin: 80px 0 0 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    .form-item-left-title{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333333;
    }
    .form-item-left-title span{
        color: #ff3030;
    }
    .form-item-long-left textarea{
        width: 100%;
        height: 78px;
        line-height: 40px;
        border: 1px solid #ccc;
        font-size: 16px;
    }
    .form-item-long-left textarea:focus{
        border: 1px solid #333333;
    }
}