@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {
	
.navbar-toggle{padding:6px;color:#fff; padding-top: 0px; z-index: 1111111; position: absolute; right: 0px; top: 10px;}
.navbar-toggle i{font-size:20px; line-height: 1;color:#fff;}
.navbar-toggle:active,.navbar-custom .navbar-toggle:focus{outline:0;}
.navbar-toggle i{ width: 32px; height: 3px; display: block; background: #fff; margin-bottom: 4px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.navbar-toggle1 i:nth-child(3){ margin-bottom:0;}
.navbar-toggle1 i:nth-child(1){
    transform:translate3d(0,7px,0) rotate(-135deg);
    -webkit-transform:translate3d(0,7px,0) rotate(-135deg);
    -moz-transform:translate3d(0,7px,0) rotate(-135deg);
    -ms-transform:translate3d(0,7px,0) rotate(-135deg);
}
 .navbar-toggle1 i:nth-child(2){ opacity: 0;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
}
.navbar-toggle1 i:nth-child(3){
    transform:translate3d(0,-7px,0) rotate(135deg);
    -webkit-transform:translate3d(0,-7px,0) rotate(135deg);
    -moz-transform:translate3d(0,-7px,0) rotate(135deg);
    -ms-transform:translate3d(0,-7px,0) rotate(135deg);
}
	
	
	
	
	
/* 智能手机（纵向和横向）--------------------------------------------------------------------------------------------------- */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {

/* iPad（横向）--------------------------------------------------------------------------------------------------- */
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	
/* iPads（纵向） --------------------------------------------------------------------------------------------------- */
}


@media only screen 
and (min-width : 1024px) 
and (max-width : 1200px) {

/* 台式机和笔记本电脑 --------------------------------------------------------------------------------------------------- */
}
