@charset "utf-8";
img{ border:none; max-width:100%; vertical-align:middle; }

/* CSS Document */
.manu .child-item:nth-child(3){ padding-left:180px; }
.manu .child-item:nth-child(4){ padding-left:280px; }
.manu .child-item:nth-child(5){ padding-left:380px; }
.manu .child-item:nth-child(6){ padding-left:470px; }
.manu .child-item:nth-child(7){ padding-left:480px; }
.manu .child-item:nth-child(8){ padding-left:560px; }
.manu .child-item:nth-child(9){ padding-left:660px; }

/** 分页样式 */
.pager{ text-align:center; padding:15px 0; }
.pager span,
.pager a,.pager strong{ display: inline-block; border:1px solid #ccc; padding:5px 10px; margin:0 4px; }
.pager a:hover,.pager strong{ background:#ccc; color:#6d6f71; }

/** 在线留言 */
.consult{ padding:15px; text-align:left; }
.consult *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.consult .chead{ margin-top: 20px; }
.consult .chead h3{ font-size: .8rem; font-weight: 700; }
.consult .chead p{ margin-top: 5px; }

.entering{ margin-left: -30px; }
.entering label{ display: block; color: #888; margin-top: 10px; }
.entering .entry{ display: flex; flex-direction: column; justify-content: space-around; }
.entering input{ height: 34px; outline: none; border: 1px solid #d8d8d8; padding: 5px 10px; }
.entering .box-average{ display: flex; justify-content: space-between; }
.entering .box-average .spacing{ width: 50%; padding-left: 30px; }
.entering .spacing input{ margin-top: 10px; width: 100% }
.entering .interval{ padding-left: 30px; }
.entering .interval textarea{ width: 100%; height: 150px; margin-top: 10px; border: 1px solid #d8d8d8; padding: 10px; }
.entering button{ width: 80px; height: 36px; background-color: #ddd; border: 1px solid #ccc; margin-top: 20px; }