*{
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        @media screen and (max-width:960px){
            html{
               /* 1vw = 1%视口宽度*/
               font-size: 15.625vw;  /* 15.625*6.4=100px*/
            }
            /*    底部*/
            .bottombox{
                width: 100%;
            }
            .botbox{
                width: 100%;
                margin: 0 auto;
                padding: 10px 2%;
                color: #fff;
                background: url('../images/common/p-footerbg.png') 0 0 no-repeat;
                background-size:100% 100%;
            }
            .btoitem{
                overflow: hidden;
            }
            .bottombox-img,.bottombox-img img{
                width: 2.43rem;
                height: auto;
            }
            .bottombox-con{
                font-size: 0.20rem;
                margin:0.29rem 0.1rem 0;
                float: left;
            }
            .bottombox-con li a {color: #ffffff;}
            .bottombox-con li{
                display: none;
            }
            .bottombox-con li:nth-of-type(1){
                display: block;
                font-size: 0.14rem;
                font-weight: bold;
                cursor: pointer;
            }
            .codebox{
                display: none;
            }
            .botbox2{
                width:100%;
                background:#000;
                padding: 0.1rem;
                color: #ffffff;
                font-size: 0.14rem;
                text-align: center;
                background: #000000;
            }
        }
        @media screen and (min-width:961px){
            .smblock{
                display: none!important;
            }
            /*    底部*/
            .footerbox{
                height: 305px;
            }
            .bottombox{
                width: 100%;
            }
            .botbox{
                background: url('../images/common/p-footerbg.png') 0 0 no-repeat;
                background-size:100% 100%;
                width: 100%;
                height: 259px;
            }
            .botboxx{
                width: 1200px;
                height: 100%;
                margin: 0 auto;
                padding: 20px 0;
                color: #fff;
            }
            .bottombox-img{float: left;}
            .bottombox-img,.bottombox-img img{
                width: 198px;
                height: 60px;
                margin-top:35px;
            }
            .btoitem{
                overflow: hidden;
                float: left;
                margin-left: 47px;
               /* margin-top: 27px;*/
            }
            .bottombox-con{
                /* display: flex; */
                margin-right: 47px;
                /* flex-direction: column;
                align-items:flex-start;
                justify-content: flex-start; */
                float: left;
            }
            .bottombox-con li{
                font-size: 14px;
                cursor: pointer;
                color: #EFEFEF;
                margin-bottom: 18px;
            }
            .bottombox-con li a {color: #ffffff;}
            .bottombox-con li:nth-of-type(1){
                cursor: pointer;
                margin-bottom:18px;
                font-size: 16px;
                font-weight: bold;
                color: #EFEFEF;
                line-height: 26px;
            }
            .bottombox-con2 {margin-right: 0;width: 230px;}
            .bottombox-con2 li{
                margin-bottom: 10px;
            }
            .bottombox-con2 li img{
                width: 18px;
                height: 18px;
                display: inline-block;
                margin-right: 10px;
				float: left;
				 margin-top:2px;
            }
            .codebox{
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
                font-size: 14px;
                color: #fff;
                margin-top: 60px;
                padding-left: 50px;
            }
            .codebox img{
                margin-bottom: 10px;
                width: 94px;
            }
            .botbox2{
                width:100%;
                height: 46px;
                background:#102640;
                line-height: 46px;
                color: #ffffff;
                font-size: 14px;
                text-align: center;
            }
        }