
    @media (min-width: 1024px){
        .banner0 .banner0_2{
            top: 11%;
			right:20%;
        }
         .banner1 .banner1_bottom{
            width: 98%;
        }
    } /*>=1024µÄÉè±¸*/

    @media (min-width: 1100px) {
        .banner0 .banner0_3{
            width: 80%;
            right: 5%;
        }
        .banner0 .banner0_2{
            top: 10%;
			right:20%
        }
        .banner1 .banner1_bottom{
            width: 98%;
        }
    } /*>=1100µÄÉè±¸*/
    @media (min-width: 1280px ) {
        .banner0 .banner0_3{
            width: 73%;
            right: 13%;
        }
        .banner0 .banner0_2{
            width: 24%;
            top: 14%;
        }
        .banner1 .banner1_bottom{
            width: 80%;
        }
    } /*>=1280µÄÉè±¸*/

    @media (min-width: 1366px) {

        .banner0 .banner0_3{
           width: 81%;
            opacity: 0;
            bottom: 0;
            right: 6%;
        }
        .banner0 .banner0_2{
            top: 9%;
			right: 20%;
        }
        .banner1 .banner1_bottom{
           width: 90%;
        }
    }  

    @media (min-width: 1440px) {
    body{font-size: 25px !important;}
	#menu{font-size: 12px !important;;}
    } 

    @media (min-width: 1680px) {
    body{font-size: 28px;}
	#menu{font-size: 14px;}
    } 
    @media (min-width: 1920px) {
    body{font-size: 33px;}
	#menu{font-size: 14px;}
    } 