/* all */
body > header .headerDiv .topNav ul li{
	margin: 0 12px;
}
@media screen and (max-width: 1080px) {
	body > header .headerDiv .topNav ul li{
		margin: 0 5px;
	}
	body > header .headerDiv .topNav ul li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 860px) {
	body > header .headerDiv .topNav ul li a{
		font-size: 14px;
	}
}
/* index */
.indexFoot .indexFootDiv .title a{
	font-size: 16px;
}
@media screen and (max-width: 480px) {
    .indexFoot .indexFootDiv .fot {
        font-size: 14px;
    }
}