@charset "utf-8";
/* CSS Document */



*{ margin:0px; padding:0px; list-style:none; border:0; }
html,body{ width:100%;}
body{ font-family: Microsoft YaHei;}
a{ text-decoration:none; }

article,audio,canvas,datalist,details,footer,header,nav,section,video{ display:block;}


nav{ width:100%; background:#ae3769; border-bottom:1px #ff8787 solid;}












@media screen and (max-width:1024px) {
	body{ font-size:120%;}
	}

@media screen and (max-width:960px) {
	body{ font-size:95%;}
	}	

@media screen and (max-width:768px) {
	body{ font-size:85%;}
	}

@media screen and (max-width:640px) {
	body{ font-size:70%;}
	}

@media screen and (max-width:480px) {
	body{ font-size:60%;}
	}

@media screen and (max-width:360px) {
	body{ font-size:45%;}
	}

@media screen and (max-width:320px) {
	body{ font-size:40%; -webkit-text-size-adjust:none;}
	}