@media screen and (min-width: 980px){
	/*about*/
	.nab_right{
	min-height: 822px;
    }
	/*!about*/
}

@media only screen and (max-width: 780px){
	.nab_topleft{
    display: none;
    }
    .nab_right{
    	margin-top: 20px;
    }
    .banner{
    	margin-top: 40px;
    }
    .fullSlide .bd img{
    	height: 100%;
    	width: 100%;
    }
}