@charset "UTF-8"; /* Scss Document */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; } /* 缁熶竴鑰佸紡娴忚鍣℉TML5鏄剧ず */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.2; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } img { border: none; vertical-align: top; } /* 娓呴櫎a鏍囩涓浘鐗囪竟妗 */ input, button, textarea { vertical-align: middle; font: inherit; } button, label, a { cursor: pointer; } button { font-family: 'Microsoft YaHei'; } /* H1 - H6 */ h1 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 36px; } h2 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 30px; } h3 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 25px; } h4 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 20px; } h5 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 15px; } h6 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 11px; } /* 鍒楄〃 */ ul { margin-left: 25px; } ul li { list-style: disc; } ul li ul li { list-style: circle; margin-left: 5px; } ol { margin-left: 25px; } ol li { list-style-type: decimal; } ol li ol li { list-style-type: lower-alpha; margin-left: 5px; } dl dt { font-weight: bold; } dl dd { margin-left: 10px; } table { border: 1px solid #DDD; } td { padding: 5px; border: 1px solid #DDD; } p { margin: 15px 0; } hr { width: 100%; border: none; border-bottom: 1px solid #CCC; margin-top: 12px; margin-bottom: 12px; } :focus { outline: 0; } /*娓呴櫎閾炬帴铏氱嚎杈规*/ /*涓昏壊*/ /*閰嶈壊*/ /*绾㈣壊*/ /*缁胯壊*/ /*涓€鑸?/ /*榛勮壊*/ /*鐏拌壊*/ /*缃戦〉鑳屾櫙鑹?/ /*杈规绾块鑹?/ /*鏂囧瓧榛樿棰滆壊*/ /*閾炬帴鏂囧瓧棰滆壊*/ /*涓昏鍐呭鍖哄煙瀹藉害*/ /*=============閾甸挳=============*/ * { box-sizing: border-box; } body { background: #FFF; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; } .container { margin: 0 auto; width: 1200px} .container:before, .container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .head-container{ width: 100%; height: 80px; position: relative; } .header-wraps{ height: 80px; display: flex; align-items: center; } .logo-wraps{ height: 80px; display: flex; align-items: center; margin-right: 10%; } .logo-new{ width: 159px; height: 41px; margin-left: 46px; } .ymtzjt{ position: absolute; top: 21px; right: 127px; background: #0071B9; height: 42px; text-align: center; color: #FFFFFF; border-radius: 4px; line-height: 42px; padding: 0 13px; } .clearListStyle { margin: 0; padding: 0; list-style: none; } .clearListStyle li { margin: 0; padding: 0; list-style: none; } /*a { text-decoration: none; color: #333; }*/ /*a:hover { color: #fff; }*/ .more-show a{ color: #FFFFFF; text-decoration: none; } .more-show a:hover{ color: #fff!important; } /*鏂囨湰棰滆壊*/ .text-primary { color: #0067ac; } .text-ornament { color: #00ae25; } .text-grey { color: #999; } .text-info { color: #5bc0de; } .text-danger { color: #F00; } .text-success { color: #5cb85c; } .text-warning { color: #FA0; } /*鑳屾櫙*/ .bg-grey { padding: 1rem; background-color: #E8E8E8; } .bg-info { padding: 1rem; background-color: #daf1f8; } .bg-danger { padding: 1rem; background-color: #ffd6d6; } .bg-success { padding: 1rem; background-color: #d8eed8; } .bg-warning { padding: 1rem; background-color: #ffeecc; } /*甯哥敤*/ .pull-left { float: left; } .pull-right { float: right; } .pull-center { margin: 0 auto; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .show { display: block; } .hidden { display: none; } .clear { clear: both; } .clearfix:before, .pull-center:before, .clearfix:after, .pull-center:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; } .col-2 { width: 16.66667%; } .col-3 { width: 25%; } .col-4 { width: 33.33333%; } .col-6 { width: 50%; } .col-8 { width: 66.66667%; } .col-9 { width: 75%; } .col-10 { width: 83.33333%; } .col-12 { width: 100%; } .img1-1 { width: 100%; display: block; position: relative; } .img1-1:after { display: block; padding-top: 100%; content: ''; } .img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .img4-3 { width: 100%; display: block; position: relative; } .img4-3:after { display: block; padding-top: 75%; content: ''; } .img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } /*鎸夐挳*/ .btn { display: inline-block; padding: 6px 12px; background-color: #FFF; border: 1px solid #CCC; border-radius: 4px; text-align: center; font-size: 14px; color: #333; line-height: 1.6; white-space: nowrap; vertical-align: middle; cursor: pointer; } .btn:hover { background-color: #EEE; border-color: #AAA; color: #333; text-decoration: none; } .btn:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); } .btn.disabled, .btn.disabled:visited, .btn.disabled:hover { background-color: #DDD !important; border-color: #AAA !important; color: #999 !important; cursor: text; } .btn.btn-sm { padding: 3px 6px; font-size: 12px; border-radius: 3px; } .btn.btn-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .btn.btn-border { background: none; } .btn.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-primary, .btn-primary:visited { background-color: #0067ac; border-color: #0067ac; color: #FFF; } .btn-primary:hover, .btn-primary:visited:hover { background-color: #005893; border-color: #004f83; color: #FFF; } .btn-primary:active, .btn-primary:visited:active { background-color: #004f83; border-color: #004879; } .btn-primary.btn-border, .btn-primary:visited.btn-border { color: #0067ac; } .btn-primary.btn-border:hover, .btn-primary:visited.btn-border:hover { color: #FFF; } .btn-ornament, .btn-ornament:visited { background-color: #00ae25; border-color: #00ae25; color: #FFF; } .btn-ornament:hover, .btn-ornament:visited:hover { background-color: #009520; border-color: #00851c; color: #FFF; } .btn-ornament:active, .btn-ornament:visited:active { background-color: #00851c; border-color: #007b1a; } .btn-ornament.btn-border, .btn-ornament:visited.btn-border { color: #00ae25; } .btn-ornament.btn-border:hover, .btn-ornament:visited.btn-border:hover { color: #FFF; } .btn-info, .btn-info:visited { background-color: #5bc0de; border-color: #5bc0de; color: #FFF; } .btn-info:hover, .btn-info:visited:hover { background-color: #46b8da; border-color: #39b3d7; color: #FFF; } .btn-info:active, .btn-info:visited:active { background-color: #39b3d7; border-color: #31b0d5; } .btn-info.btn-border, .btn-info:visited.btn-border { color: #5bc0de; } .btn-info.btn-border:hover, .btn-info:visited.btn-border:hover { color: #FFF; } .btn-danger, .btn-danger:visited { background-color: #F00; border-color: #F00; color: #FFF; } .btn-danger:hover, .btn-danger:visited:hover { background-color: #e60000; border-color: #d60000; color: #FFF; } .btn-danger:active, .btn-danger:visited:active { background-color: #d60000; border-color: #cc0000; } .btn-danger.btn-border, .btn-danger:visited.btn-border { color: #F00; } .btn-danger.btn-border:hover, .btn-danger:visited.btn-border:hover { color: #FFF; } .btn-success, .btn-success:visited { background-color: #5cb85c; border-color: #5cb85c; color: #FFF; } .btn-success:hover, .btn-success:visited:hover { background-color: #4cae4c; border-color: #47a447; color: #FFF; } .btn-success:active, .btn-success:visited:active { background-color: #47a447; border-color: #449d44; } .btn-success.btn-border, .btn-success:visited.btn-border { color: #5cb85c; } .btn-success.btn-border:hover, .btn-success:visited.btn-border:hover { color: #FFF; } .btn-warning, .btn-warning:visited { background-color: #FA0; border-color: #FA0; color: #FFF; } .btn-warning:hover, .btn-warning:visited:hover { background-color: #e69900; border-color: #d68f00; color: #FFF; } .btn-warning:active, .btn-warning:visited:active { background-color: #d68f00; border-color: #cc8800; } .btn-warning.btn-border, .btn-warning:visited.btn-border { color: #FA0; } .btn-warning.btn-border:hover, .btn-warning:visited.btn-border:hover { color: #FFF; } .btn-grey, .btn-grey:visited { background-color: #999; border-color: #999; color: #FFF; } .btn-grey:hover, .btn-grey:visited:hover { background-color: #8c8c8c; border-color: #858585; color: #FFF; } .btn-grey:active, .btn-grey:visited:active { background-color: #858585; border-color: gray; } .btn-grey.btn-border, .btn-grey:visited.btn-border { color: #999; } .btn-grey.btn-border:hover, .btn-grey:visited.btn-border:hover { color: #FFF; } /* 琛ㄥ崟鍏冪礌 */ .form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-appearance: none; -webkit-appearance: none; } select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; } textarea.form-control { height: auto; } /* 鍒嗛〉 */ .pagination { font-size: 0; text-align: center; margin-top: 20px; } .pagination a { display: inline-block; margin: 0 2px; padding: 6px 12px; background-color: #FFF; border: 1px solid #DDD; font-size: 14px; } .pagination a:hover { background-color: #F8F8F8; text-decoration: none; } .pagination a.active { background-color: #0067ac; border-color: #0067ac; color: #FFF; } /*# sourceMappingURL=public.css.map */