/****************************** components ******************************/ .fl { float: left; } .fr { float: right; } .clear { clear: both; } .clearfix, .container:after, .row:after, ul { *zoom: 1; } .clearfix:after, .container:after, .row:after, ul:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .container { margin-right: auto; margin-left: auto; } .content img { max-width: 100%; } .content_box, .content_box *, .content_box *:before, .content_box *:after { box-sizing: content-box; } .ml5 { margin-left: 5px; } .mt5 { margin-top: 5px; } .mr5 { margin-right: 5px; } .mb5 { margin-bottom: 5px; } .mg5 { margin: 5px; } .pl5 { padding-left: 5px; } .pt5 { padding-top: 5px; } .pr5 { padding-right: 5px; } .pb5 { padding-bottom: 5px; } .pd5 { padding: 5px; } .ml10 { margin-left: 10px; } .mt10 { margin-top: 10px; } .mr10 { margin-right: 10px; } .mb10 { margin-bottom: 10px; } .mg10 { margin: 10px; } .pl10 { padding-left: 10px; } .pt10 { padding-top: 10px; } .pr10 { padding-right: 10px; } .pb10 { padding-bottom: 10px; } .pd10 { padding: 10px; } .ml15 { margin-left: 15px; } .mt15 { margin-top: 15px; } .mr15 { margin-right: 15px; } .mb15 { margin-bottom: 15px; } .mg15 { margin: 15px; } .pl15 { padding-left: 15px; } .pt15 { padding-top: 15px; } .pr15 { padding-right: 15px; } .pb15 { padding-bottom: 15px; } .pd15 { padding: 15px; } .ml20 { margin-left: 20px; } .mt20 { margin-top: 20px; } .mr20 { margin-right: 20px; } .mb20 { margin-bottom: 20px; } .mg20 { margin: 20px; } .pl20 { padding-left: 20px; } .pt20 { padding-top: 20px; } .pr20 { padding-right: 20px; } .pb20 { padding-bottom: 20px; } .pd20 { padding: 20px; } .ml25 { margin-left: 25px; } .mt25 { margin-top: 25px; } .mr25 { margin-right: 25px; } .mb25 { margin-bottom: 25px; } .mg25 { margin: 25px; } .pl25 { padding-left: 25px; } .pt25 { padding-top: 25px; } .pr25 { padding-right: 25px; } .pb25 { padding-bottom: 25px; } .pd25 { padding: 25px; } .ml30 { margin-left: 30px; } .mt30 { margin-top: 30px; } .mr30 { margin-right: 30px; } .mb30 { margin-bottom: 30px; } .mg30 { margin: 30px; } .pl30 { padding-left: 30px; } .pt30 { padding-top: 30px; } .pr30 { padding-right: 30px; } .pb30 { padding-bottom: 30px; } .pd30 { padding: 30px; } .ml35 { margin-left: 35px; } .mt35 { margin-top: 35px; } .mr35 { margin-right: 35px; } .mb35 { margin-bottom: 35px; } .mg35 { margin: 35px; } .pl35 { padding-left: 35px; } .pt35 { padding-top: 35px; } .pr35 { padding-right: 35px; } .pb35 { padding-bottom: 35px; } .pd35 { padding: 35px; } .ml40 { margin-left: 40px; } .mt40 { margin-top: 40px; } .mr40 { margin-right: 40px; } .mb40 { margin-bottom: 40px; } .mg40 { margin: 40px; } .pl40 { padding-left: 40px; } .pt40 { padding-top: 40px; } .pr40 { padding-right: 40px; } .pb40 { padding-bottom: 40px; } .pd40 { padding: 40px; } .ml45 { margin-left: 45px; } .mt45 { margin-top: 45px; } .mr45 { margin-right: 45px; } .mb45 { margin-bottom: 45px; } .mg45 { margin: 45px; } .pl45 { padding-left: 45px; } .pt45 { padding-top: 45px; } .pr45 { padding-right: 45px; } .pb45 { padding-bottom: 45px; } .pd45 { padding: 45px; } .ml50 { margin-left: 50px; } .mt50 { margin-top: 50px; } .mr50 { margin-right: 50px; } .mb50 { margin-bottom: 50px; } .mg50 { margin: 50px; } .pl50 { padding-left: 50px; } .pt50 { padding-top: 50px; } .pr50 { padding-right: 50px; } .pb50 { padding-bottom: 50px; } .pd50 { padding: 50px; } .f12 { font-size: 12px; } .f14 { font-size: 14px; } .f16 { font-size: 16px; } .f18 { font-size: 18px; } .f20 { font-size: 20px; } .f22 { font-size: 22px; } .f24 { font-size: 24px; } .f26 { font-size: 26px; } .f28 { font-size: 28px; } .f30 { font-size: 30px; } .f32 { font-size: 32px; } .f34 { font-size: 34px; } .f36 { font-size: 36px; } /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { margin: 0; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } * { box-sizing: border-box; } *:before, *:after { box-sizing: border-box; } .yunu-infocontent-body img { max-width: 100%; display: block; } blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; } address, cite, dfn, em, var { font-style: normal; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } legend { color: #000; } fieldset, img { border: 0; } body, button, input, select, textarea { font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial"; color: #333; font-size: 14px; } table { border-collapse: collapse; border-spacing: 0; } ul, ol { list-style: none; } a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] { cursor: pointer; } a { color: inherit; color: expression(this.parentNode.currentStyle.color); text-decoration: none; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 36px; } h2 { font-size: 32px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 20px; } h6 { font-size: 16px; } small { font-size: 12px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media screen and (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media screen and (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media screen and (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } /****************************** style ******************************/ body, button, input, select, textarea { font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial"; color: #5a5a5a; font-size: 12px; } body { max-width: 1920px; margin: 0 auto; } img { display: block; max-width: 100%; } .center { width: 1200px; margin: 0 auto; } .header { position: absolute; left: 0; top: 0; width: 100%; z-index: 99; } .header .box { max-width: 1920px; margin: 0 auto; padding: 0 2%; position: relative; padding-left: 32%; } .header .box .fl { position: absolute; top: 0; left: 2%; width: 28%; } .header .box .fl img { display: block; margin-top: 30px; } .header .box .fr { width: 100%; position: relative; float: left; } .header .nav { width: 100%; height: 43px; } .header .nav ul li { width: 12.5%; float: left; padding-top: 40px; padding-left: 15px; border-left: 1px solid #7aafdb; } .header .nav ul li a { display: block; height: 46px; position: relative; } .header .nav ul li a span { font-size: 18px; color: #fff; display: block; text-align: left; line-height: 100%; position: absolute; left: 0; top: 0; transition: .5s; } .header .nav ul li a i { font-style: normal; font-size: 14px; color: #eee; display: block; text-align: left; line-height: 100%; position: absolute; left: 0; top: 28px; transition: .5s; } .header .nav ul li:hover a span { top: 23px; transition: .5s; } .header .nav ul li:hover a i { top: 0; bottom: auto; transition: .5s; } .header .nav ul li.active a span { top: 23px; transition: .5s; } .header .nav ul li.active a i { top: 0; bottom: auto; transition: .5s; } #page_header { min-height: 116px; padding-bottom: 30px; background: url(../img/headbg.png); } #page_header .nav ul li { border-color: #ddd; } #page_header .nav ul li a i { color: #fff; } .pc_banner { width: 100%; overflow: hidden; position: relative; } .pc_banner .pcbanner .swiper-slide img { width: 100%; display: block; } .pc_banner .pcbanner .pagination { text-align: center; position: absolute; bottom: 10px; width: 100%; z-index: 99; } .pc_banner .pcbanner .pagination span { width: 12px; height: 12px; border-radius: 50%; display: inline-block; text-indent: -999px; overflow: hidden; overflow: hidden; cursor: pointer; background: #eee; margin: 0 3px; opacity: 1; } .pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active { background: #036aac; color: #fff; } .pc_banner .pcbanner .next { position: absolute; right: 5%; top: 45%; z-index: 99; width: 70px; height: 38px; background: url(../img/bri.png) no-repeat center; opacity: 0.8; background-size: 100%; cursor: pointer; outline: 0; } .pc_banner .pcbanner .next:hover { opacity: 1; } .pc_banner .pcbanner .prev { position: absolute; left: 5%; top: 45%; z-index: 99; width: 70px; height: 38px; background: url(../img/ble.png) no-repeat center; opacity: 0.8; background-size: 100%; cursor: pointer; outline: 0; } .pc_banner .pcbanner .prev:hover { opacity: 1; } .pc_banner .banner_menu { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 20; padding: 0 3px; border-bottom: 5px solid #cf171a; } .pc_banner .banner_menu .menu_list { width: 100%; overflow: hidden; } .pc_banner .banner_menu .menu_list li { width: 16.66%; padding: 0 3px; float: right; position: relative; top: 20px; transition: .5s; } .pc_banner .banner_menu .menu_list li .li_bg { position: absolute; left: 0; top: 0; z-index: 20; width: 100%; height: 100%; background: url(../img/libg1.png); } .pc_banner .banner_menu .menu_list li .text { position: absolute; left: 0; top: 0; z-index: 21; width: 100%; height: 100px; } .pc_banner .banner_menu .menu_list li .text i { width: 30px; height: 1px; background: #fff; font-style: normal; margin: 0 auto; display: block; margin-top: 20%; transition: .5s; } .pc_banner .banner_menu .menu_list li .text span { font-size: 24px; color: #fff; font-weight: bold; display: block; text-align: center; margin-top: 12%; } .pc_banner .banner_menu .menu_list li:hover { top: 0; transition: .5s; } .pc_banner .banner_menu .menu_list li:hover .li_bg { background: url(../img/libg2.png); } .pc_banner .banner_menu .menu_list li:hover .text i { width: 1px; height: 30px; transition: .5s; } .m_header { width: 100%; overflow: hidden; display: none; } .m_header .m_head_content { height: 70px; width: 100%; position: fixed; background: #fff; top: 0; left: 0; z-index: 99; box-shadow: 0px 1px 10px 1px #ccc; } .m_header .m_head_content .m_head_logo { height: 70px; float: left; padding-left: 10px; } .m_header .m_head_content .m_head_logo a { float: left; } .m_header .m_head_content .m_head_logo a img { height: 30px; display: block; margin: 0 auto; margin-top: 20px; } .m_header .m_head_content .m_head_logo p { float: left; padding-top: 13px; padding-left: 8px; } .m_header .m_head_content .m_head_logo p span { color: #1c4587; font-size: 19px; line-height: 25px; font-weight: bold; display: block; text-align: left; } .m_header .m_head_content .m_head_logo p i { color: #1c4587; font-size: 12px; line-height: 18px; font-style: normal; display: block; } .m_header .m_head_content .menu { width: 70px; height: 70px; position: absolute; right: 0; top: 0; } .m_header .m_head_content .menu img { height: 26px; display: block; margin: 0 auto; margin-top: 22px; } .app_menu { width: 100%; position: fixed; height: 100%; top: 70px; right: 0; z-index: 99; display: none; } .app_menu ul { background: #000; } .app_menu ul li { width: 100%; border-bottom: 1px dashed #333; } .app_menu ul li > a { width: 50%; display: block; } .app_menu ul li > a span { font-size: 14px; width: 100%; height: 42px; line-height: 42px; color: #999899; display: block; padding-left: 18px; } .app_menu ul li.on { background: url(../img/bottom.png) no-repeat 95% 15px; background-size: 16px; } .app_menu ul .v_list { width: 100%; display: none; } .app_menu ul .v_list a { display: block; font-size: 14px; width: 100%; line-height: 36px; color: #999899; display: block; padding-left: .4rem; float: none; } .m_banner { display: none; width: 100%; overflow: hidden; } .m_banner .mbanner { position: relative; } .m_banner .mbanner .swiper-slide img { width: 100%; display: block; } .m_banner .mbanner .pagination { text-align: center; position: absolute; bottom: 5px; width: 100%; z-index: 90; } .m_banner .mbanner .pagination span { width: 10px; height: 10px; border-radius: 50%; display: inline-block; text-indent: -999px; overflow: hidden; overflow: hidden; cursor: pointer; background: #eee; margin: 0 4px; opacity: 1; } .m_banner .mbanner .pagination span.swiper-pagination-bullet-active { background: #cf171a; color: #fff; } .page_banner { display: none; width: 100%; overflow: hidden; } .page_banner img { width: 100%; display: block; } .footer { width: 100%; padding: 65px 6.8%; padding-right: 40px; background: #f7f7f7; } .footer .fl { width: 42%; background: url(../img/xian.png) no-repeat right center; } .footer .fl img { display: block; margin-bottom: 30px; } .footer .fl p { color: #999; font-size: 16px; line-height: 180%; } .footer .fl p span { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; width: 49%; } .footer .mid { width: 38%; float: left; padding-left: 8%; background: url(../img/xian.png) no-repeat right center; } .footer .mid .link { max-width: 290px; position: relative; margin-bottom: 14px; } .footer .mid .link i { background: url(../img/17.png) no-repeat 95% center #fff; font-style: normal; border: 1px solid #999; font-size: 16px; color: #666; line-height: 46px; padding-left: 20px; display: block; font-weight: bold; } .footer .mid .link span { border: 1px solid #999; display: block; position: absolute; top: 46px; width: 100%; background: #fff; display: none; } .footer .mid .link span a { display: block; font-size: 14px; color: #666; line-height: 42px; padding-left: 20px; } .footer .mid p { color: #999; font-size: 16px; line-height: 180%; } .footer .fr { width: 20%; } .footer .fr img { max-width: 150px; margin: 0 auto; background: #fff; padding: 5px; } .footer .fr span { display: block; font-size: 14px; color: #999; text-align: center; margin-top: 5px; } .main { background: #f7f7f7; display: block; padding-bottom: 40px; } .currson p { line-height: 65px; font-size: 16px; color: #666; } .currson p a { font-size: 16px; color: #e50012; } .currson p a:first-child { color: #666; } .d_tit span { font-size: 18px; color: #e50012; line-height: 100%; padding-left: 15px; border-left: 3px solid #e50012; float: left; font-weight: bold; } .d_tit a { float: right; font-size: 16px; color: #333; line-height: 18px; } .bs_box1 { background: #fff; padding: 20px; } .bs_box1 .list { margin-top: 28px; } .bs_box1 .list li { width: 24%; float: left; margin-right: 1.25%; margin-bottom: 1.25%; } .bs_box1 .list li a { display: block; } .bs_box1 .list li a img { width: 100%; } .bs_box1 .list li:nth-child(4n) { margin-right: 0; } .bs_box2 { background: #fff; margin-top: 20px; padding: 20px; } #page_footer { background: #fff; } .art_list { margin-top: 10px; } .art_list li { width: 48%; margin-right: 4%; line-height: 48px; float: left; border-bottom: 1px dashed #ddd; } .art_list li a { width: 60%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; color: #333; } .art_list li a:hover { color: #e50012; } .art_list li span { float: right; font-size: 13px; color: #666; } .art_list li:nth-child(2n) { margin-right: 0; } .page_menu { position: relative; top: 0; margin-bottom: 30px; z-index: 20; border-left: 1px solid #eaeaea; } .page_menu a { width: 20%; float: left; height: 50px; line-height: 50px; font-size: 16px; color: #444; background: #fff; text-align: center; border: 1px solid #eaeaea; border-left: none; } .page_menu a:hover { background: #e50012; color: #fff; border: 1px solid #e50012; } .page_menu a.on { background: #e50012; color: #fff; border: 1px solid #e50012; } .container { width: 100%; margin-top: -80px; } .page_content { width: 100%; background: #fff; padding: 10px 40px 40px 40px; } .page_tit h3 { font-size: 16px; color: #d51519; display: block; font-weight: bold; display: block; border-bottom: 1px solid #ddd; opacity: .2; line-height: 50px; } .cat_tit { margin-top: 50px; margin-bottom: 30px; } .cat_tit h3 { font-size: 24px; color: #555; display: block; text-align: center; font-weight: bold; } .cat_tit span { font-size: 18px; color: #555; display: block; text-align: center; margin-top: 5px; } .content p { font-size: 16px; color: #333; line-height: 24px; text-indent: 2em; margin-bottom: 15px; } .content img { display: block; margin: 0 auto; } .zc_list { background: #fff; width: 100%; padding: 30px 20px; } .zc_list .art_list li { padding-left: 13px; background: url(../img/ic.png) no-repeat left center; } .new_list { margin-bottom: 20px; } .new_list .fl { width: 49%; padding: 20px; background: #fff; } .new_list .fr { width: 49%; padding: 20px; background: #fff; } .new_list .art_list li { width: 100%; margin-right: 0; } .join_menu { width: 100%; /*background: #fff;*/ text-align: center; } .join_menu a { float: none; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; margin-left: -3.4px; } .join_menu a:first-child { border-left: 1px solid #ddd; } .join_text li { width: 20%; float: left; text-align: center; font-size: 20px; line-height: 30px; color: #333; } .join_text li:first-child { width: 20%; } .join_text li:last-child { width: 20%; float: right; } .join_content { width: 100%; background: #fff; /* padding: 50px 110px; */ } .join_list tr{ min-width: 900px !important; margin-top: 16px; position: relative; line-height: 40px; background: #fff; font-weight: normal; border: 1px solid #ddd; } .join_list td{ width: 20%; line-height: 40px; } .join_list h3 { margin-top: 16px; position: relative; line-height: 40px; background: #fff; font-weight: normal; border: 1px solid #ddd; } .join_list h3 span { width: 20%; float: left; text-align: center; font-size: 16px; color: #666; } .join_list h3 span:first-child { width: 20%; } .join_list h3 span:last-child { width: 20%; float: right; } .join_list h3 .ici { position: absolute; right: 0; top: 0; width: 60px; height: 50px; background: url(../img/jtop2.png) no-repeat center; } .join_list ul { display: none; } .join_list ul .li_box { background: #f5f5f4; width: 100%; padding: 30px 50px; } .join_list ul .li_box span { font-size: 16px; color: #333; font-weight: bold; display: block; padding-bottom: 12px; } .join_list ul .li_box p { font-size: 14px; color: #666; display: block; line-height: 24px; } .message { margin-top: 20px; width: 100%; background: #fff; padding: 50px 70px; } .message span { font-size: 22px; color: #d51519; display: block; text-align: center; font-weight: bold; display: block; margin-bottom: 50px; } .message p input { width: 32%; margin-left: 2%; height: 45px; line-height: 45px; background: #f7f7f7; border: none; float: left; padding: 0 10px; outline: 0; } .message p input:first-child { margin-left: 0; } .message p textarea { background: #f7f7f7; border: none; padding: 10px; width: 100%; margin-top: 24px; height: 200px; outline: 0; } .message p .btn_sub { float: none; width: 400px; text-align: center; background: #d51519; font-size: 16px; color: #fff; display: block; outline: 0; } .message p .btn_sub:first-child { margin: 0 auto; margin-top: 55px; } .message_cont { width: 500px; margin: 0 auto; } .message_cont p { position: relative; padding-left: 100px; margin-top: 20px; } .message_cont p span { position: absolute; left: 0; width: 100px; text-align: right; font-size: 16px; color: #333; display: block; line-height: 40px; } .message_cont p input { height: 40px; line-height: 40px; background: #f7f7f7; border: none; width: 100%; outline: 0; padding: 0 10px; display: block; } .message_cont p textarea { height: 100px; line-height: 40px; background: #f7f7f7; border: none; width: 100%; outline: 0; padding: 10px; } .message_cont .list { padding: 30px; width: 96%; margin-left: 4%; margin-top: 40px; border: 1px solid #ddd; padding-top: 20px; } .message_cont .ple { padding-left: 0; } .message_cont .ple .btn_sub { max-width: 80%; background: #d51519; text-align: center; font-size: 16px; color: #fff; margin: 0 auto; margin-top: 80px; display: block; } .message p input.w100 { width: 100%; margin-top: 24px; } .contact { padding: 50px 0; } .contact .c_tit img { display: block; max-width: 80%; margin: 0 auto; } .contact .list { padding: 30px 0; } .contact .list li { width: 32%; float: left; margin-right: 2%; background: #f7f7f7; padding: 30px 25px; margin-top: 25px; } .contact .list li span { font-size: 18px; color: #333; display: block; font-weight: bold; max-width: 60%; border-bottom: 1px solid #ddd; padding-bottom: 6px; } .contact .list li p { font-size: 16px; color: #666; display: block; line-height: 24px; height: 48px; overflow: hidden; margin-top: 6px; } .contact .list li i { font-style: normal; font-size: 16px; color: #666; display: block; margin-top: 5px; } .contact .list li:nth-child(3n) { margin-right: 0; } .contact .map { padding-top: 60px; margin-top: 60px; border-top: 1px solid #ddd; } .contact .map .fl { width: 50%; } .contact .map .fl h3 { font-size: 24px; color: #999; display: block; font-weight: normal; } .contact .map .fl .fl_list { width: 100%; padding-top: 40px; padding-left: 12%; } .contact .map .fl .fl_list p { padding-left: 45px; margin-bottom: 40px; } .contact .map .fl .fl_list p span { display: block; font-size: 16px; color: #333; display: block; padding-left: 50px; position: relative; margin-bottom: 5px; line-height: 26px; } .contact .map .fl .fl_list p span i { font-style: normal; font-weight: bold; width: 50px; position: absolute; left: 0; top: 0; } .contact .map .fl .fl_list p:first-child { background: url(../img/ic1.png) no-repeat left top; background-size: 24px; } .contact .map .fl .fl_list p:first-child + p { background: url(../img/ic2.png) no-repeat left top; background-size: 24px; } .contact .map .fl .fl_list p:first-child + p + p { background: url(../img/ic3.png) no-repeat left top; background-size: 24px; } .contact .map .fr { width: 50%; padding: 0 4%; } .contact .map .fr img { display: block; margin: 0 auto; width: 100%; border: 1px solid #ddd; padding: 8px; } .pro_list { width: 100%; overflow: hidden; margin-top: 32px; } .pro_list ul li { width: 23%; padding: 10px 15px; margin-right: 2.66%; margin-bottom: 28px; float: left; border: 1px solid #eee; } .pro_list ul li a .imgauto { width: 100%; height: 203px; } .pro_list ul li a span { display: block; margin-top: 6px; text-align: center; font-size: 14px; } .pro_list ul li:nth-child(4n) { margin-right: 0; } .pro_list ul li:hover { border: 1px solid #036aac; } .pro_list ul li:hover img { opacity: .6; } .pro_list ul li:hover span { color: #036aac; } .flink { margin-top: 50px; width: 100%; } .flink .flink_tit { width: 100%; position: relative; } .flink .flink_tit p { height: 12px; width: 100%; background: url(../img/dian.png); position: absolute; top: 15px; } .flink .flink_tit span { height: 42px; background: #fff; color: #1C4587; font-size: 14px; border: 1px solid #1C4587; position: relative; z-index: 9; display: block; width: 115px; text-align: center; line-height: 42px; margin-left: 40px; } .flink .flink_list { width: 100%; margin-top: 30px; margin-left: 40px; } .flink .flink_list ul li { float: left; margin-right: 28px; } .flink .flink_list ul li a { font-size: 12px; color: #5a5a5a; } .flink .flink_list ul li a:hover { color: #47cdff; } .news_list { width: 100%; padding: 20px; border: 1px solid #EBEBEB; } .news_list ul li { width: 100%; float: left; height: 38px; padding-top: 9px; border-bottom: 1px dashed #c6c6c6; margin-bottom: 8px; } .news_list ul li a { float: left; width: 60%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; color: #666; } .news_list ul li p { float: right; font-size: 12px; color: #666; } .news_list ul li:hover a { color: #036aac; } .show_pages { padding-top: 20px; } .show_pages p { font-size: 14px; line-height: 24px; color: #333; margin-top: 6px; } .show_pages p a { font-size: 14px; line-height: 24px; color: #333; } .content_tit h3 { font-size: 21px; color: #426100; padding: 3px 0; line-height: 1.7em; text-align: center; font-weight: normal; } .content_tit p { width: 100%; text-align: center; padding: 10px 0 15px; } .content_tit p span { line-height: 21px; font-size: 12px; color: #666; margin: 0 5px; } .content_des { width: 100%; border: 1px dotted #E5E5E5; padding: 5px; margin-bottom: 10px; text-indent: 24px; } .content_des p { font-size: 13px; color: #868686; line-height: 24px; } .iet { height: 30px; width: 100%; background: #fff3d7; position: fixed; top: 0; left: 0; z-index: 999; display: none; } .iet p { width: 100%; text-align: center; font-size: 12px; color: #333; line-height: 30px; } .iet p a { color: #3aba50; font-size: 12px; } .iet span { position: absolute; right: 5%; top: 0; height: 30px; line-height: 30px; font-size: 12px; color: #333; cursor: pointer; } .iet span i { font-size: 12px; color: #333; padding-left: 5px; font-style: normal; } .page6_menu a { width: 16.66%; } .pages .pagination { text-align: center; } .pages .pagination a { line-height: 21px; height: 26px; float: none; display: inline-block; } .pages .pagination p { line-height: 21px; height: 26px; float: none; display: inline-block; } .pages .pagination a:hover { color: #e50012; background: white; border: 1px #e50012 solid; } .pages .pagination a.cur { border: none; background: #e50012; color: #fff; } @media screen and (max-width: 1600px) { .header .nav ul li a i { font-size: 12px; } } @media screen and (max-width: 1400px) { .header .nav ul li { padding-left: 8px; } .header .nav ul li a i { font-size: 11px; } } @media screen and (max-width: 1200px) { .center { width: 100%; } .header .nav ul li a span { font-size: 16px; } } @media screen and (max-width: 1020px) { .header { display: none; } .m_header { display: block; } .pcbanner { display: none; } .m_banner { display: block; } .page_banner { margin-top: 70px; display: block; } .mtop { margin-top: 70px; } .pc_banner .banner_menu { position: relative; padding: 0; } .pc_banner .banner_menu .menu_list li { width: 33.33%; top: 0; padding: 0; } .footer { padding: 50px 2%; } .footer .fl { width: 100%; background: none; margin-bottom: 30px; } .footer .mid { width: 50%; padding-left: 0; } .footer .fr { width: 50%; } } @media screen and (max-width: 768px) { .pc_banner .banner_menu .menu_list li { width: 50%; } .currson { width: 96%; margin: 0 2%; } .bs_box1 { width: 96%; margin: 0 2%; padding: 10px; } .bs_box1 .list li { width: 32%; margin-right: 2%; margin-bottom: 2%; } .bs_box1 .list li:nth-child(4n) { margin-right: 2%; } .bs_box1 .list li:nth-child(3n) { margin-right: 0; } .bs_box2 { width: 96%; margin: 0 2%; margin-top: 20px; } .art_list li { width: 100%; margin-right: 0; line-height: 42px; } .container { margin-top: 0; padding: 0 2%; padding-top: 20px; } .mhide { display: none; } .zc_list { padding: 15px 10px; width: 96%; margin: 0 2%; } .new_list .fl { width: 96%; margin: 0 2%; } .new_list .fr { width: 96%; margin: 0 2%; margin-top: 20px; } .join_content { width: 100%; padding: 10px; margin-bottom: 1px; } .message { padding: 15px 10px; } .message_cont { width: 100%; padding: 2%; } .message_cont p { margin-top: 12px; padding-left: 80px; } .message_cont .list { margin-top: 20px; padding: 10px; margin-left: 0; width: 100%; } .message_cont .ple .btn_sub { margin-top: 20px; font-size: 14px; } .message_cont p span { font-size: 14px; width: 80px; } .message p input.w100 { margin-top: 0; } .contact .list li { width: 49%; padding: 12px; margin-top: 12px; } .contact .list li:nth-child(3n) { margin-right: 2%; } .contact .list li:nth-child(2n) { margin-right: 0; } .contact .map .fl { width: 100%; } .contact .map .fr { width: 100%; } } @media screen and (max-width: 450px) { .footer .fl p span { display: block; width: 100%; } .footer { padding: 20px 2%; padding-bottom: 40px; } .footer .fl { margin-bottom: 20px; } .footer .fl p { font-size: .11rem; } .footer .fl img { margin-bottom: 12px; } .footer .mid { width: 55%; padding-right: 5%; } .footer .mid p { font-size: .1rem; } .footer .fr { width: 45%; } .footer .fr img { max-width: 70%; } .footer .fr span { font-size: .1rem; } .footer .mid .link i { height: 40px; line-height: 40px; font-size: .115rem; border: 1px solid #ddd; } .footer .mid .link span { top: 39px; border: 1px solid #ddd; margin-bottom: 10px; padding: 4px 0; } .footer .mid .link span a { font-size: .1rem; line-height: 36px; } .pc_banner .banner_menu .menu_list li .text span { font-size: .125rem; } .pc_banner .banner_menu .menu_list li .text i { margin-top: 23%; } .currson p { font-size: .115rem; line-height: 200%; padding: 12px 0; } .currson p a { font-size: .115rem; } .d_tit span { font-size: .12rem; } .d_tit a { font-size: .12rem; } .bs_box1 .list li { width: 49%; margin-right: 2%; margin-bottom: 2%; } .bs_box1 .list li:nth-child(4n) { margin-right: 2%; } .bs_box1 .list li:nth-child(3n) { margin-right: 2%; } .bs_box1 .list li:nth-child(2n) { margin-right: 0; } .main { padding-bottom: 20px; } .page_content { width: 96%; margin: 0 2%; padding: 10px; } .page_tit h3 { line-height: 42px; font-size: .12rem; } .cat_tit { margin-top: 30px; margin-bottom: 16px; } .cat_tit h3 { font-size: .14rem; } .cat_tit span { font-size: .12rem; } .content p { font-size: .115rem; line-height: 170%; } .page_menu a { width: 33.33%; border-top: none; font-size: .115rem; line-height: 40px; height: 40px; } .page_menu { border-top: 1px solid #ddd; margin-bottom: 20px; } .join_text li { font-size: .115rem; } .join_list h3 span { font-size: .1rem; } .join_list ul .li_box { padding: 10px 15px; } .join_list ul .li_box span { font-size: .115rem; } .join_list ul .li_box p { font-size: .1rem; margin-bottom: 5px; } .join_menu a { float: left; margin-left: 0; } .message span { font-size: .13rem; margin-bottom: 20px; } .message p input { width: 100%; float: none; margin-left: 0; margin-bottom: 10px; } .message p textarea { height: 120px; margin-top: 0; } .message p .btn_sub:first-child { margin-top: 20px; width: 100%; font-size: .12rem; } .contact .list li span { max-width: 100%; font-size: .12rem; } .contact .list li p { font-size: .11rem; line-height: .18rem; height: .54rem; } .contact .list li i { font-size: .11rem; } .contact { padding: 25px 0; } .contact .list { padding: 18px 0; } .contact .map { padding-top: 15px; margin-top: 15px; } .contact .map .fl h3 { font-size: .14rem; } .contact .map .fl .fl_list { padding-top: 20px; padding-left: 8%; } .contact .map .fl .fl_list p span { font-size: .115rem; } .contact .map .fl .fl_list p { padding-left: 35px; margin-top: 20px; margin-bottom: 0; } .contact .map .fl .fl_list p:first-child { background-size: 20px; } .contact .map .fl .fl_list p:first-child + p { background-size: 20px; } .contact .map .fl .fl_list p:first-child + p + p { background-size: 20px; } .contact .map .fr { padding: 0; margin-top: 20px; } } @media screen and (max-width: 350px) { .footer .mid { width: 100%; padding-right: 0; background: none; } .footer .fr { width: 100%; margin-top: 12px; } .footer .fr img { max-width: 40%; } } /****************************** media ******************************/ /*# sourceMappingURL=yunu.css.map */ .bsdt-img{ position:relative; } .bsdt-img img{ -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px); } .bsdt-title{ position:absolute; z-indent:2; text-align: center; text-shadow:-2px 0 white,0 2px white,2px 0 white,0 -2px white; color: red; font-weight: 900; font-size: 18px; width: 100%; top:45%; margin: 0 auto; }