@charset "utf-8"; body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, select, td, textarea, th, ul, i { margin: 0; padding: 0; font-style: normal } em { font-style: normal } li { list-style: none } a { text-decoration: none; color: #000 } img { border: none; vertical-align: top } table { border-collapse: collapse } input, textarea { outline: 0 } body { background: #f9f9f9; } .mbx-nav { display: flex; font-size: 12px; line-height: 12px; color: gray; padding: 15px 0 14.5px 0; border-bottom: 1px solid #ededed; justify-content: space-between; } .mbx-nav .home-icon:hover .home-bg { display: none; } .mbx-nav .home-icon .home-bg { display: inline-block; } .mbx-nav .home-icon:hover .home-bg-hl { display: inline-block; margin-right: 4px; vertical-align: middle; width: 14px; height: 11px; } .mbx-nav .home-icon .home-bg-hl { display: none; margin-right: 4px; vertical-align: middle; width: 14px; height: 11px; } .mbx-nav .home-bg { width: 14px; height: 11px; margin-right: 4px; vertical-align: middle; } .mbx-nav .right-bg { width: 7px; height: 11px; margin: 0 4px; vertical-align: middle; } .mbx-nav a { color: gray; } .mbx-nav a:hover { color: #395782; -webkit-transition: color .5s; transition: color .5s; } .mbx-nav .nav-left { display: flex; align-items: center; } .mbx-nav .nav-right .nav-right-txt { font-size: 14px; color: #5f5f5f; } .mbx-nav .nav-right .nav-right-tel { font-size: 14px; color: #5f5f5f; margin-right: 38px; } .mbx-nav .nav-right .nav-right-btn { display: inline-block; width: 120px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; background: #e12726; color: #fff; cursor: pointer; }
