@media screen and (min-width: 960px){
    .container{
        max-width: 1920px;
        margin: 0 auto;
    }
    .swap{
        width: 1500px;
        overflow: hidden;
        margin: 0 auto;
    }
    .header{
        width: 100%;
        height: 120px;
        background: #232323;
    }
    .logo{
        position: relative;
        max-width: 182px;
        height: 120px;
        margin-left: 212px;
    }
    .logo img{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .banner{
        height: 944px;
        overflow: hidden;
    }
    .cantract-mobile{
        position: relative;
        width: 100%;
        height: 484px;
        z-index: 300;
    }
    .cantract-mobile img{
        width: 100%;
        height: 100%;
    }
    .cantract-txt{
        position: relative;
        width: 100%;
        height: 496px;
        z-index: 200;
        background: #fed55f;
        top: -36px;
    }
    .cantract-txt .top{
        width: 1710px;
        text-align: center;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cantract-txt .top .title{
        color: #333333;
        font-size: 36px;
    }
    .title span{
        border-bottom: 2px solid #333333;
        font-weight: 600;
    }
    .cantract-txt .top .desc{
        margin-top: 36px;
        color: #333333;
        font-size: 18px;
    }
    .cantract-txt .bottom{
        overflow: hidden;
        padding-top: 295px;
        margin: 0 auto;
        display: table;
    }
    .bottom .detail-item{
        float: left;
        width: 300px;
    }
    .detail-item span{
        text-align: center;
        line-height: 50px;
        font-size: 36px;
        color: #333333;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        border:1px solid #d9d9d9;
        display: table;
        margin: 0 auto;
    }
    .detail-item p{
        font-size: 18px;
        color: #333333;
        text-align: center;
        margin-top: 15px;
        line-height: 1.5;
    }
    .bottom .xian{
        float: left;
        width: 250px;
        height: 1px;
        background: #333;
        margin: 25px 0 0 0;
    }

    .goods{
        width: 100%;
        background: #333333;
        padding: 80px 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .goods img{
        float: left;
        width: 480px;
        height: 460px;
        margin: 10px 10px;
    }



    .pinglun{
        width: 100%;
        background: #fed55f;
        text-align: center;
        padding: 60px 0px 10px 0px;
    }
    .t1 span{
        color: #333333;
        font-size: 36px;
        border-bottom: 2px solid #333333;
        padding-bottom: 10px;
    }
    .list{
        width: 1500px;
        margin: 50px auto;
    }
    .list .item{
        width: 435px;
        background: #ffffff;
        padding: 20px;
        border-radius: 20px;
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 15px;
        text-align: left;
    }
    .item .xing{
        overflow: hidden;
        margin: 20px 0;
    }
    .item .xing li{
        margin-right: 5px;
    }
    .item .content{
        line-height: 30px;
        height: 120px;
        overflow: hidden;
    }
    .item .xn{
        width: 100%;
        height: 1px;
        background: #666666;
        margin-bottom: 20px;
    }

    .footer{
        width: 100%;
        height: 270px;
        background: #232323;
    }
    .footer .logo2{
        width: 1500px;
        height: 180px;
        line-height: 180px;
        border-bottom: 1px solid #666666;
        margin: 0 auto;
        position: relative;
    }
    .content{
        display: inline-block;
    }
    .footer .footer-logo{
        position: absolute;
        max-width: 61px;
    }
    .footer .footer-logo img{
        width: 100%;
        height: 100%;
    }
    .footer-title{
        color: #ffffff;
        font-size: 36px;
        position: absolute;
        top: 0;
        left: 85px;
    }
    .info{
        position: absolute;
        top: 0;
        right: 0;
    }
    .info li{
        margin-left: 68px;
    }
    .info a{
        color: #ffffff;
        font-size: 18px;
    }
    .footer .website{
        color: #b7b7b7;
        font-size: 14px;
        width: 1500px;
        height: 88px;
        line-height: 88px;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

}