.font1064238{ font-size: 9pt ;}

  input::-webkit-input-placeholder { /* webkit browsers 适配谷歌 */
    color:#a3a0a0;}
input:-moz-placeholder { /* mozilla firefox 4 to 18 适配火狐 */
    color:#a3a0a0;}
input::-moz-placeholder { /* mozilla firefox 19+ 适配火狐 */
     color:#a3a0a0;}
input:-ms-input-placeholder { /* internet explorer 10+  适配ie*/
     color:#a3a0a0;}
/* 一级导航样式 */
.list-sub > a {
    display: block;
   
    font-size: 48px;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;}
/* 当前高亮一级菜单（蓝色背景） */
.list-sub > a#this-on {
    
    color: #fff;}
/* 子栏目容器缩进区分层级 */
.child-sub {
    background: #f7f9fc;}
/* 子栏目链接样式 */
.child-sub a {
    display: block;
   
    font-size: 36px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #e8edf3;}
/* 当前高亮子菜单 */
.child-sub a#this-on {
    background: #3b71b1;
    color: #fff;}
