/*----------common.css*/
html{overflow-y:auto;overflow-x:hidden;}
body{background: #eeeeee;}
*{font-family:"宋体","微软雅黑","arial","tahoma"; margin: 0; padding: 0; -moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;}
li{list-style: none;}
.font12{font-size: 1.375em;}
.font14{font-size: 1.5em;}
.font16{font-size: 1.625em;}
.font18{font-size: 1.75em;}
.clear{clear: both;}
.content{height: auto;overflow: hidden; margin: 0 auto;}
.center{width: 100%; height: 100%; overflow: hidden;}
/*index*/