@media only screen and (max-width:768px ){
    脚部
    .owd-footer{
        line-height: 35px;
        height: auto;
    }
    .owd-footer p,.owd-footer div{
        font-size: 12px;
        height: 100%;
        margin-left: 0;
    }
    .owd-footer p a,.owd-footer p span{
        font-size: 12px;
        border-right: 0;
    }
    .owd-footer div a{
        font-size: 12px;
    }
}


@media screen and (max-device-width:768px){
    头部
    .header{
        margin-bottom:10px;
    }
    .header-t{
        margin-right: 2%;
        min-width: inherit;
    }
    .header-t a{
        font-size: 14px;
    }
    .header-t a i{
        width: 20px;
        height: 20px;
    }
    .header-t select{
        width: 20%;
        font-size: 14px;
        margin-left: 10%;
    }
    .header-t select option{
        font-size: 14px;
    }
    .header-c{
        min-width: inherit;
    }
    .header-c span.logo{
        font-size: 12px;
        margin-left: 1%;
        width: 41%;
        line-height: 35px;
        display: none;
    }
    .header-c ul.tabbar{
        line-height: 35px;
        margin-top: 0;
        width:100%;
    }
    .header-c ul.tabbar li{
        text-align: center;
        width: 25%;
    }
    .header-c ul.tabbar li:nth-of-type(4){
        display: none;
    }
    .header-c ul.tabbar li a{
        font-size: 14px;
    }
    .swiper-container{
        height: 230px;
    }
    .swiper-container1{
        height: 100px;
    }
    .swiper-container img{
        width: 100%;
    }
    .header-b ul{
        height: 60px;
    }
    .header-b ul li a i{
        padding: 5px;
        margin-bottom: 0;
    }
    .header-b ul li:nth-of-type(1){
        display: none;
    }
    .header-b ul li:nth-of-type(2){
        display: inline-block;
    }
    .header-b ul li{
        width: 20%;
    }
    .header-b ul li a i img{
        height: 20px;
        width: 20px;
    }
    .header-b ul li a span{
        font-size: 12px;
    }
}
@media screen and (max-device-width:480px){
    .mobile-more{
        box-shadow: 1px 0px 2px #888888;
        display: inline-block;
        float: left;
    }
    .contain-l{
        position: absolute;
        left:-40%;
        top:155px;
        width:40%;
        height: auto;
        z-index: 100;
    }
    .contain-l .bottom-wrapper li a{
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .sign ul{
        left: 20px;
        top: 25px;
    }
    .sign li{
        line-height: 30px;
        font-size: 14px;
    }
    .sign li a{
        height: 30px;
    }
	
	.header-b ul {
		height: 30px;
	}
	.header-b ul li a i {
		display: none;
	}
	.header-b ul li a span {
		line-height: 30px;
	}
}*/*/